D7myGuhang/染整计划(DyeingFinishingPlan.dll)/ProjectGroup1.bpg

24 lines
905 B
Plaintext
Raw Normal View History

2025-08-13 10:59:27 +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 = FinishedClothWarehouse.dll testDll.exe
2025-08-13 10:59:27 +08:00
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
FinishedClothWarehouse.dll: ..\<5C><>Ʒ<EFBFBD>ֿ<EFBFBD>(FinishedClothWarehouse.dll)\FinishedClothWarehouse.dpr
2025-08-13 10:59:27 +08:00
$(DCC)
testDll.exe: ..\<5C><>Ʒ<EFBFBD>ֿ<EFBFBD>(FinishedClothWarehouse.dll)\testDll.dpr
2025-08-13 10:59:27 +08:00
$(DCC)