D7gmYushang/合同管理(ContractManagement.dll)/ProjectGroup1.bpg
DESKTOP-E401PHE\Administrator 674ef6ea9f 11.11cxz
2025-11-11 16:17:35 +08:00

24 lines
813 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 ContractManagement.dll
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
testDll.exe: testDll.dpr
$(DCC)
ContractManagement.dll: ContractManagement.dpr
$(DCC)