D7myGuhang/成品仓库(FinishedClothWarehouse.dll)/ProjectGroup1.bpg
DESKTOP-E401PHE\Administrator 2bbfa3a7f0 1
2025-08-14 10:07:40 +08:00

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