delphi_quickstartgroup.bpg

来自「Delphi快速开发Web Server」· BPG 代码 · 共 66 行

BPG
66
字号
#------------------------------------------------------------------------------
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 = Project1.exe rtcUploadClient.exe rtcUploadServer.exe \
  RTCDualServer.exe CliProject1.exe SrvProject1.exe rtcParseTest.exe template.exe \
  templateForm.exe rtcServer1.exe rtcServer2.exe rtcServer2b.exe rtcServer3.exe \
  rtcServer4.exe RTC_XMLRPCTest.exe
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------

Project1.exe: Delphi_BrowserUpload\Project1.dpr
  $(DCC)

rtcUploadClient.exe: Delphi_ClientUpload\rtcUploadClient.dpr
  $(DCC)

rtcUploadServer.exe: Delphi_ClientUpload\rtcUploadServer.dpr
  $(DCC)

RTCDualServer.exe: Delphi_DualServer\RTCDualServer.dpr
  $(DCC)

CliProject1.exe: Delphi_RemoteFunctions\CliProject1.dpr
  $(DCC)

SrvProject1.exe: Delphi_RemoteFunctions\SrvProject1.dpr
  $(DCC)

rtcParseTest.exe: Delphi_rtcParse1\rtcParseTest.dpr
  $(DCC)

template.exe: Delphi_rtcParse2\template.dpr
  $(DCC)

templateForm.exe: Delphi_rtcParse3\templateForm.dpr
  $(DCC)

rtcServer1.exe: Delphi_ServerLesson1\rtcServer1.dpr
  $(DCC)

rtcServer2.exe: Delphi_ServerLesson2\rtcServer2.dpr
  $(DCC)

rtcServer2b.exe: Delphi_ServerLesson2b\rtcServer2b.dpr
  $(DCC)

rtcServer3.exe: Delphi_ServerLesson3\rtcServer3.dpr
  $(DCC)

rtcServer4.exe: Delphi_ServerLesson4\rtcServer4.dpr
  $(DCC)

RTC_XMLRPCTest.exe: Delphi_XMLRPCTest\RTC_XMLRPCTest.dpr
  $(DCC)


⌨️ 快捷键说明

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