home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource5 / 355_01 / slk1.exe / SDEL / TURBOC / SDEL.MAK < prev    next >
Encoding:
Text File  |  1991-06-09  |  508 b   |  18 lines

  1. # Turbo C make file for sdel.exe
  2. # July 1, 1988
  3. #
  4. # sdel.c is assumed to be in the parent directory
  5. # sdel.obj is left in the current directory
  6. # sdel.exe is left in the current direcrory and copied to \bin\local\turboc
  7. #
  8. # -mc COMPACT memory model
  9. #
  10. # sdel.exe also depends on slc.obj and prfnear.obj (see sdel.lnk)
  11.  
  12. sdel.exe: sdel.obj
  13.   tlink @sdel.lnk
  14.   copy sdel.exe c:\sherlock\bin
  15.  
  16. sdel.obj: ..\sdel.c
  17.   tcc -mc -c -C -DNO_SHERLOCK -DTURBOC -Ic:\sherlock -Ic:\include\turboc ..\sdel.c
  18.