D7myYunxiang/成品仓库(FinishedClothWarehouse.dll)/ProjectGroup1.bpg

24 lines
825 B
Plaintext
Raw Normal View History

2025-01-20 13:04:03 +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 $**
#------------------------------------------------------------------------------
2025-06-04 14:51:18 +08:00
PROJECTS = testDll.exe FinishedClothWarehouse.dll
2025-01-20 13:04:03 +08:00
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
testDll.exe: testDll.dpr
$(DCC)
2025-06-04 14:51:18 +08:00
FinishedClothWarehouse.dll: FinishedClothWarehouse.dpr
$(DCC)
2025-01-20 13:04:03 +08:00