-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProjectGroup1.bpg
More file actions
23 lines (19 loc) · 848 Bytes
/
Copy pathProjectGroup1.bpg
File metadata and controls
23 lines (19 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#------------------------------------------------------------------------------
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 = Filer_Debugger.exe CompareFolders.exe
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
Filer_Debugger.exe: ..\PsystemGIT\PSystem\Filer_Debugger.dpr
$(DCC)
CompareFolders.exe: Src\CompareFolders.dpr
$(DCC)