vc6test.make
来自「显示彩色字体的程序」· MAKE 代码 · 共 66 行
MAKE
66 行
# set Path for custom builds using GCC - must set Path and PATH
Path:=C:\Symbian\7.0s\Series60_v21_C\EPOC32\gcc\bin;$(Path)
PATH:=$(Path)
# prevent MAKEFLAGS variable from upsetting calls to NMAKE
unexport MAKEFLAGS
ERASE = @erase 2>>nul
CLEAN :
@echo Nothing to do
CLEANMAKEFILE :
@echo Nothing to do
FINAL :
@echo Nothing to do
FREEZE :
@echo Nothing to do
LIBRARY :
@echo Nothing to do
MAKEFILE :
@echo Nothing to do
RESOURCE :
@echo Nothing to do
SAVESPACE :
@echo Nothing to do
TARGET :
@echo Nothing to do
LISTING :
@echo Nothing to do
WHATMAKEFILE :
@echo Nothing to do
WHAT :
@rem do nothing
TIDY :
@echo Nothing to do
ROMFILE :
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?