first commit (2000-01-12)

This commit is contained in:
2021-09-01 17:33:51 +02:00
commit 063d414ec4
138 changed files with 8878 additions and 0 deletions

33
CtrlSystem.bpg Normal file
View File

@ -0,0 +1,33 @@
#------------------------------------------------------------------------------
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 = CtrlMstr CtrlDogs DataViewer Install ReajustarDinero.exe
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
CtrlMstr: src\CtrlMstr.bpr
$(MAKE)
CtrlDogs: src\CtrlDogs.bpr
$(MAKE)
DataViewer: src\DataViewer.bpr
$(MAKE)
Install: src\Install.bpr
$(MAKE)
ReajustarDinero.exe: src\ReajustarDinero.bpr
$(ROOT)\bin\bpr2mak $**
$(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak