home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d12345 / CHEMPLOT.ZIP / TPlot / Plot200_50.bpg < prev    next >
Text File  |  2001-05-18  |  1KB  |  50 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_D50.bpl Plot200_R50.bpl Misc200_D50.bpl Misc200_R50.bpl \
  13.   Normal.exe TChart.exe DBPlot200_R50.bpl DBPlot200_D50.bpl DBNormal.exe \
  14.   PlotXControl.ocx
  15. #------------------------------------------------------------------------------
  16. default: $(PROJECTS)
  17. #------------------------------------------------------------------------------
  18.  
  19. Plot200_D50.bpl: Plot200_D50.dpk
  20.   $(DCC)
  21.  
  22. Plot200_R50.bpl: Plot200_R50.dpk
  23.   $(DCC)
  24.  
  25. Misc200_D50.bpl: ..\Misc\Misc200_D50.dpk
  26.   $(DCC)
  27.  
  28. Misc200_R50.bpl: ..\Misc\Misc200_R50.dpk
  29.   $(DCC)
  30.  
  31. Normal.exe: Demo\Normal.dpr
  32.   $(DCC)
  33.  
  34. TChart.exe: TChart Demo\TChart.dpr
  35.   $(DCC)
  36.  
  37. DBPlot200_R50.bpl: DBPlot200_R50.dpk
  38.   $(DCC)
  39.  
  40. DBPlot200_D50.bpl: DBPlot200_D50.dpk
  41.   $(DCC)
  42.  
  43. DBNormal.exe: DBDemo\DBNormal.dpr
  44.   $(DCC)
  45.  
  46. PlotXControl.ocx: ActiveX\PlotXControl.dpr
  47.   $(DCC)
  48.  
  49.  
  50.