⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 winstest.make

📁 显示彩色字体的程序
💻 MAKE
字号:
# 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -