D7wmhengming/基础数据/ProjectGroup1.bpg
DESKTOP-E401PHE\Administrator 5ad6218a33 ~
2025-04-27 16:59:54 +08:00

27 lines
830 B
Plaintext

#------------------------------------------------------------------------------
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 = testDll.exe BaseData.dll
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
testDll.exe: testDll.dpr
$(DCC)
BaseData.dll: BaseData.dpr
$(DCC)
: ..\..\..\ThreeFun\Fun\U_Fun10.pas
$(DCC)