D7myzhenyong/样品(YPGL.dll)/ProjectGroup1.bpg

24 lines
771 B
Plaintext
Raw Permalink 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-10-21 13:56:22 +08:00
PROJECTS = testDll.exe YPGL.dll
2025-08-26 15:25:51 +08:00
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
testDll.exe: testDll.dpr
$(DCC)
2025-10-21 13:56:22 +08:00
YPGL.dll: YPGL.dpr
2025-08-26 15:25:51 +08:00
$(DCC)