D7myYunxiang/云翔样品仓库/ProjectGroup1.bpg
DESKTOP-E401PHE\Administrator 5bc2a25bce 更新产品管理等页面
2025-08-22 09:38:54 +08:00

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