home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kompon / d123456 / CHEMPLOT.ZIP / TPlot / Plot200_BCB30.bpg < prev    next >
Text File  |  2001-06-01  |  1KB  |  40 lines

  1. #------------------------------------------------------------------------------
  2. VERSION = BWS.01
  3. #------------------------------------------------------------------------------
  4. !ifndef ROOT
  5. ROOT = $(MAKEDIR)\..
  6. !endif
  7. #------------------------------------------------------------------------------
  8. MAKE = $(ROOT)\bin\make.exe -$(MAKEFLAGS) -f$**
  9. DCC = $(ROOT)\bin\dcc32.exe $**
  10. BRCC = $(ROOT)\bin\brcc32.exe $**
  11. #------------------------------------------------------------------------------
  12. PROJECTS = Misc200_D_BCB30 Misc200_R_BCB30 Plot200_R_BCB30 Plot200_D_BCB30 \
  13.   Normal DBPlot200_R_BCB30 DBPlot200_D_BCB30
  14. #------------------------------------------------------------------------------
  15. default: $(PROJECTS)
  16. #------------------------------------------------------------------------------
  17.  
  18. Misc200_D_BCB30: ..\Misc\Misc200_D_BCB30.bpk
  19.   $(MAKE)
  20.  
  21. Misc200_R_BCB30: ..\Misc\Misc200_R_BCB30.bpk
  22.   $(MAKE)
  23.  
  24. Plot200_R_BCB30: Plot200_R_BCB30.bpk
  25.   $(MAKE)
  26.  
  27. Plot200_D_BCB30: Plot200_D_BCB30.bpk
  28.   $(MAKE)
  29.  
  30. Normal: BCB Demo\Normal.bpr
  31.   $(MAKE)
  32.  
  33. DBPlot200_R_BCB30: DBPlot200_R_BCB30.bpk
  34.   $(MAKE)
  35.  
  36. DBPlot200_D_BCB30: DBPlot200_D_BCB30.bpk
  37.   $(MAKE)
  38.  
  39.  
  40.