home *** CD-ROM | disk | FTP | other *** search
- # Turbo C make file for sdeldb.exe
- # July 1, 1988
- #
- # sdel.c is assumed to be in the parent directory
- # sdel.obj is left in the current directory
- # sdel.exe is left in the current direcrory and copied to \bin\local\turboc
- #
- # -mc COMPACT memory model
- #
- # sdel.exe also depends on slc.obj and prfnear.obj (see sdel.lnk)
-
- sdeldb.exe: sdeldb.obj
- tlink @sdeldb.lnk
- copy sdeldb.exe c:\sherlock\bin
-
- sdeldb.obj: ..\sdel.c
- tcc -mc -c -C -DSHERLOCK -DTURBOC -Ic:\sherlock -Ic:\include\turboc -osdeldb.obj ..\sdel.c
-