home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 March
/
Chip_1999-03_cd.bin
/
zkuste
/
delphi
/
INFO
/
DI9901PF.ZIP
/
DelphiBankPart2.bpg
next >
Wrap
Text File
|
1998-09-12
|
877b
|
24 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 = DelphiBankServer2.dll DelphiBankClient2.exe
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
DelphiBankServer2.dll: Server\DelphiBankServer2.dpr
$(DCC)
DelphiBankClient2.exe: Client\DelphiBankClient2.dpr
$(DCC)