pgcomuncompressdemo.~bpg
来自「Delphi开发webservice的一套例子」· ~BPG 代码 · 共 27 行
~BPG
27 行
#------------------------------------------------------------------------------
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 = PComUnCompressServer.exe PClient.exe Project1.exe
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
PComUnCompressServer.exe: PComUnCompressServer.dpr
$(DCC)
PClient.exe: PClient.dpr
$(DCC)
Project1.exe: Project1.dpr
$(DCC)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?