D7myzhenyong/报关管理(BaoGuan.dll)/ProjectGroup1.bpg

24 lines
780 B
Plaintext
Raw Normal View History

2025-08-26 15:25:51 +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-09-22 10:27:38 +08:00
PROJECTS = BaoGuan.dll testDll.exe
2025-08-26 15:25:51 +08:00
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
2025-09-22 10:27:38 +08:00
BaoGuan.dll: BaoGuan.dpr
2025-08-26 15:25:51 +08:00
$(DCC)
2025-09-22 10:27:38 +08:00
testDll.exe: testDll.dpr
2025-08-26 15:25:51 +08:00
$(DCC)