D7szChenfeng/客户供应商管理(Company.dll)/ProjectGroup1.bpg

24 lines
885 B
Plaintext
Raw Normal View History

2025-07-22 15:51:47 +08:00
#------------------------------------------------------------------------------
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 = ContractManagement.dll testDll.exe
2025-07-22 15:51:47 +08:00
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
ContractManagement.dll: ..\<5C><>ͬ<EFBFBD><CDAC><EFBFBD><EFBFBD>(ContractManagement.dll)\ContractManagement.dpr
2025-07-22 15:51:47 +08:00
$(DCC)
testDll.exe: ..\<5C><>ͬ<EFBFBD><CDAC><EFBFBD><EFBFBD>(ContractManagement.dll)\testDll.dpr
2025-07-22 15:51:47 +08:00
$(DCC)