fibplus7.bpg
来自「FIBPlus is a component suite intended fo」· BPG 代码 · 共 28 行
BPG
28 行
#------------------------------------------------------------------------------
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 = FIBPlus7.bpl FIBDBMidas7.bpl FIBPlusEditors7.bpl
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
FIBPlus7.bpl: FIBPlus7.dpk
$(DCC)
FIBDBMidas7.bpl: FIBDBMidas7.dpk
$(DCC)
FIBPlusEditors7.bpl: FIBPlusEditors7.dpk
$(DCC)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?