home *** CD-ROM | disk | FTP | other *** search
- # Turbo C make file for sdel.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)
-
- sdel.exe: sdel.obj
- tlink @sdel.lnk
- copy sdel.exe c:\sherlock\bin
-
- sdel.obj: ..\sdel.c
- tcc -mc -c -C -DNO_SHERLOCK -DTURBOC -Ic:\sherlock -Ic:\include\turboc ..\sdel.c
-