home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kompon / d123456 / CHEMPLOT.ZIP / TPlot / Plot200_40.bpg < prev    next >
Text File  |  2001-05-01  |  1KB  |  43 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 = Plot200_D40.bpl Plot200_R40.bpl Misc200_D40.bpl Misc200_R40.bpl \
  13.   Normal.exe TChart.exe DBPlot200_R40.bpl DBPlot200_D40.bpl
  14. #------------------------------------------------------------------------------
  15. default: $(PROJECTS)
  16. #------------------------------------------------------------------------------
  17.  
  18. Plot200_D40.bpl: Plot200_D40.dpk
  19.   $(DCC)
  20.  
  21. Plot200_R40.bpl: Plot200_R40.dpk
  22.   $(DCC)
  23.  
  24. Misc200_D40.bpl: ..\Misc\Misc200_D40.dpk
  25.   $(DCC)
  26.  
  27. Misc200_R40.bpl: ..\Misc\Misc200_R40.dpk
  28.   $(DCC)
  29.  
  30. Normal.exe: Demo\Normal.dpr
  31.   $(DCC)
  32.  
  33. TChart.exe: TChart Demo\TChart.dpr
  34.   $(DCC)
  35.  
  36. DBPlot200_R40.bpl: DBPlot200_R40.dpk
  37.   $(DCC)
  38.  
  39. DBPlot200_D40.bpl: DBPlot200_D40.dpk
  40.   $(DCC)
  41.  
  42.  
  43.