File: makefile.txt

package info (click to toggle)
eco5000 0.9.8-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 984 kB
  • ctags: 636
  • sloc: sh: 6,908; ansic: 4,812; makefile: 85
file content (26 lines) | stat: -rw-r--r-- 547 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
In the likely event, that you are not using Watcom C/C++, 
then you need to create your own project or makefiles.

These should include

        ..\atr.c
        ..\atapi.c
        ..\ctbcs.c
        ..\ecot0.c
        ..\ecot1.c
        ..\ecotools.c
        ..\mc_2wbp.c
        ..\mc_3wbp.c
        ..\mc_sdap.c
        ..\memorycards.c
        dllproxy.c
        sercom.c

You need to direct your linker to export the symbols

        CT_init         (_CT_init@8)
        CT_close        (_CT_close@4)
        CT_data         (_CT_data@28)