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 >
Wrap
Text File
|
2001-06-01
|
1KB
|
40 lines
#------------------------------------------------------------------------------
VERSION = BWS.01
#------------------------------------------------------------------------------
!ifndef ROOT
ROOT = $(MAKEDIR)\..
!endif
#------------------------------------------------------------------------------
MAKE = $(ROOT)\bin\make.exe -$(MAKEFLAGS) -f$**
DCC = $(ROOT)\bin\dcc32.exe $**
BRCC = $(ROOT)\bin\brcc32.exe $**
#------------------------------------------------------------------------------
PROJECTS = Misc200_D_BCB30 Misc200_R_BCB30 Plot200_R_BCB30 Plot200_D_BCB30 \
Normal DBPlot200_R_BCB30 DBPlot200_D_BCB30
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
Misc200_D_BCB30: ..\Misc\Misc200_D_BCB30.bpk
$(MAKE)
Misc200_R_BCB30: ..\Misc\Misc200_R_BCB30.bpk
$(MAKE)
Plot200_R_BCB30: Plot200_R_BCB30.bpk
$(MAKE)
Plot200_D_BCB30: Plot200_D_BCB30.bpk
$(MAKE)
Normal: BCB Demo\Normal.bpr
$(MAKE)
DBPlot200_R_BCB30: DBPlot200_R_BCB30.bpk
$(MAKE)
DBPlot200_D_BCB30: DBPlot200_D_BCB30.bpk
$(MAKE)