📄 delphi_quickstartgroup.bpg
字号:
#------------------------------------------------------------------------------
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -