home *** CD-ROM | disk | FTP | other *** search
- #
- # This MAKEFILE is used to build the debug.BGI file from its
- # component files.
- #
-
- debug.bgi : debug.bin
- bh debug.bin debug.bgi DEBUG
- bgiobj debug.bgi n_debug.obj _DEBUG_driver
- bgiobj /F debug.bgi f_debug.obj _DEBUG_driver_far
-
- debug.bin : debug.exe
- exetobin debug.exe debug.bin
-
- # change \c\lib\cs in the tlink statement below:
- debug.exe : debvect.obj debug.obj
- tlink debvect+debug, debug, debug, c:\tc\lib\cs /m/s ;
-
- debvect.obj: debvect.asm device.inc
- tasm /ml debvect ;
-
- debug.obj: debug.c
- tcc -c -v -r- -K -O -Z -ms -zG -zBDATA -zDGRAPH debug.c
-