home *** CD-ROM | disk | FTP | other *** search
- # MicroSoft make file for sdeldb.exe
- #
- # 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
- # libraries are assumed to be in c:\lib\msc
- #
- # /AC COMPACT memory model
- #
- # sdel.exe also depends on slc.obj and prfnear.obj
-
- sdeldb.obj: ..\sdel.c
- cl /c /AC /DSHERLOCK /DMICRO_SOFT /Ic:\include\msc /I\sherlock /Fosdeldb.obj ..\sdel.c
-
- msdeldb.exe: sdeldb.obj
- link sdeldb+\sherlock\msc\mslc+\sherlock\msc\prfnear,,nul.map,c:\lib\msc\;
- del msdeldb.exe
- ren sdeldb.exe msdeldb.exe
- copy msdeldb.exe c:\sherlock\bin
-