pgcom+test.bpg

来自「Delphi开发webservice的一套例子」· BPG 代码 · 共 34 行

BPG
34
字号
#------------------------------------------------------------------------------
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 = PDelphi6ADOServer.dll PTestClient.exe PCh11WADServer.exe \
  PMTDemo1WADServer.exe PISAPIServer.dll
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------

PDelphi6ADOServer.dll: ..\Delphi6ADOServer\PDelphi6ADOServer.dpr
  $(DCC)

PTestClient.exe: PTestClient.dpr
  $(DCC)

PCh11WADServer.exe: ..\Ch11WADServer\PCh11WADServer.dpr
  $(DCC)

PMTDemo1WADServer.exe: ..\..\Ch11\Demo1\PMTDemo1WADServer.dpr
  $(DCC)

PISAPIServer.dll: ..\ISAPIServer\PISAPIServer.dpr
  $(DCC)


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?