📄 prototypes.mak
字号:
#--------------------------------------------------------------------------------------------------#
# #
# JCL Install Helper #
# #
#--------------------------------------------------------------------------------------------------#
!ifndef ROOT
ROOT = $(MAKEDIR)\..
!endif
#---------------------------------------------------------------------------------------------------
VClxOptions = -c -dVisualCLX -dHAS_UNIT_TYPES -uVCL -x.\Q
VclOptions = -c -dVCL -dMSWINDOWS -uVisualCLX -uUnix -uKYLIX -x.\\
#---------------------------------------------------------------------------------------------------
MAKE = $(ROOT)\bin\make.exe -$(MAKEFLAGS) -f$**
jpp = ..\devtools\jpp.exe
#---------------------------------------------------------------------------------------------------
default: VclUnits ClxUnits
#---------------------------------------------------------------------------------------------------
VclUnits: ProductFrames.pas \
JediInstallerMain.pas
ClxUnits: QProductFrames.pas \
QJediInstallerMain.pas
{prototypes}.pas{.}.pas:
$(jpp) $(VclOptions) $<
QJediInstallerMain.pas: \
prototypes\JediInstallerMain.pas
$(jpp) $(VClxOptions) $?
QProductFrames.pas: \
prototypes\ProductFrames.pas
$(jpp) $(VClxOptions) $?
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -