home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 318_01 / mreddb.mmk < prev    next >
Text File  |  1990-06-18  |  3KB  |  63 lines

  1. # Make red.exe using Microsoft C version 5.00 or later
  2. #
  3. # reddb.mmk
  4. # January 18, 1990
  5. #
  6. # /AS SMALL memory model
  7. # /Gs no stack probes
  8. # /Gt0 separate data areas
  9. # /Od  no optimization
  10. #
  11.  
  12. redmandb.obj: ..\redmain.c ..\red.h ..\red1.h ..\redtmp.h ..\redbuf.h
  13.   cl /c /AS /Foredmandb.obj /DSHERLOCK /DMICRO_SOFT /Ic:\include\msc /Id:\sherlock ..\redmain.c
  14.  
  15. redglbdb.obj: ..\redglb.c ..\red.h ..\red1.h ..\redtmp.h ..\redbuf.h
  16.   cl /c /AS /Foredglbdb.obj /DSHERLOCK /DMICRO_SOFT /Ic:\include\msc /Id:\sherlock ..\redglb.c
  17.  
  18. redcmndb.obj: ..\redcmnd.c ..\red.h ..\red1.h ..\redtmp.h ..\redbuf.h
  19.   cl /c /AS /Foredcmndb.obj /DSHERLOCK /DMICRO_SOFT /Ic:\include\msc /Id:\sherlock ..\redcmnd.c
  20.  
  21. rededdb.obj: ..\reded.c ..\red.h ..\red1.h ..\redtmp.h ..\redbuf.h
  22.   cl /c /AS /Forededdb.obj /DSHERLOCK /DMICRO_SOFT /Ic:\include\msc /Id:\sherlock ..\reded.c
  23.  
  24. redfmtdb.obj: ..\redfmt.c ..\red.h ..\red1.h ..\redtmp.h ..\redbuf.h
  25.   cl /c /AS /Fofmtdb.obj /DSHERLOCK /DMICRO_SOFT /Ic:\include\msc /Id:\sherlock ..\redfmt.c
  26.  
  27. redoutdb.obj: ..\redout.c ..\red.h ..\red1.h ..\redtmp.h ..\redbuf.h
  28.   cl /c /AS /Fooutdb.obj /DSHERLOCK /DMICRO_SOFT /Ic:\include\msc /Id:\sherlock ..\redout.c
  29.  
  30. redpmtdb.obj: ..\redpmt.c ..\red.h ..\red1.h ..\redtmp.h ..\redbuf.h
  31.   cl /c /AS /Fopmtdb.obj /DSHERLOCK /DMICRO_SOFT /Ic:\include\msc /Id:\sherlock ..\redpmt.c
  32.  
  33. redsysdb.obj:  ..\redsys.c  ..\red.h ..\red1.h ..\redtmp.h ..\redbuf.h
  34.   cl /c /AS /Fosysdb.obj /DSHERLOCK /DMICRO_SOFT /Ic:\include\msc /Id:\sherlock ..\redsys.c
  35.  
  36. redutldb.obj: ..\redutl.c ..\red.h ..\red1.h ..\redtmp.h ..\redbuf.h
  37.   cl /c /AS /Foredutldb.obj /DSHERLOCK /DMICRO_SOFT /Ic:\include\msc /Id:\sherlock ..\redutl.c
  38.  
  39. redb1db.obj: ..\redbuf1.c ..\red.h ..\red1.h ..\redtmp.h ..\redbuf.h
  40.   cl /c /AS /Foredb1db.obj /DSHERLOCK /DMICRO_SOFT /Ic:\include\msc /Id:\sherlock ..\redbuf1.c
  41.  
  42. redb2db.obj: ..\redbuf2.c ..\red.h ..\red1.h ..\redtmp.h ..\redbuf.h
  43.   cl /c /AS /Foredb2db.obj /DSHERLOCK /DMICRO_SOFT /Ic:\include\msc /Id:\sherlock ..\redbuf2.c
  44.  
  45. redb3db.obj: ..\redbuf3.c ..\red.h ..\red1.h ..\redtmp.h ..\redbuf.h
  46.   cl /c /AS /Foredb3db.obj /DSHERLOCK /DMICRO_SOFT /Ic:\include\msc /Id:\sherlock ..\redbuf3.c
  47.  
  48. redb4db.obj: ..\redbuf4.c ..\red.h ..\red1.h ..\redtmp.h ..\redbuf.h
  49.   cl /c /AS /Foredb4db.obj /DSHERLOCK /DMICRO_SOFT /Ic:\include\msc /Id:\sherlock ..\redbuf4.c
  50.  
  51. sherlock.obj: ..\sherlock.c ..\red.h ..\red1.h ..\redtmp.h ..\redbuf.h
  52.   cl /c /AS /DUSER_OUT /DMICRO_SOFT /Ic:\include\msc /Id:\sherlock ..\sherlock.c
  53.  
  54. redoutan.obj: ..\redouta.asm
  55.   masm /MX /ML /DNEAR ..\redouta.asm,redoutan.obj,nul.lst,nul.cod;
  56.  
  57. mreddb.exe: redmandb.obj redglbdb.obj redcmndb.obj rededdb.obj redfmtdb.obj \
  58. redoutdb.obj redpmtdb.obj redsysdb.obj redutldb.obj \
  59. redb1db.obj redb2db.obj redb3db.obj redb4db.obj \
  60. redoutan.obj sherlock.obj
  61.   link @mreddb.ml
  62.   exemod mred.exe -stack 3000
  63.