📄 oplinc.mk
字号:
# OplInc.mk
# Create OPL source header files.
# Copyright (c) 1999-2002 Symbian Ltd. All Rights Reserved
.SUFFIXES: .OPH .TPH
TARGETDIR=%EPOCROOT%epoc32\wins\c\System\OPL
$(TARGETDIR) :
@perl -S emkdir.pl "$(TARGETDIR)"
SRCDIR=..\samplesu
$(TARGETDIR)\Const.oph : $(SRCDIR)\Const.tph $(TARGETDIR)
OPLTRAN -conv $(SRCDIR)\Const.tph -e -o$(TARGETDIR) -q
OPHFILES=\
$(TARGETDIR)\Const.oph
do_nothing :
rem do nothing
#
# The targets invoked by bld...
#
MAKMAKE : do_nothing
RESOURCE : $(TARGETDIR) $(OPHFILES)
SAVESPACE : do_nothing
BLD : do_nothing
FREEZE : do_nothing
LIB : do_nothing
CLEANLIB : do_nothing
FINAL : do_nothing
CLEAN :
erase $(OPHFILES)
RELEASABLES :
@echo $(OPHFILES)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -