?? luac.mak
字號:
SFX = 5.1APPNAME = luac$(SFX)SRC = luac.c print.c include lua_conf.incifneq ($(findstring Win, $(TEC_SYSNAME)), ) # In Windows, use the Static Libraries, overwrite the definitions in lua_conf.inc USE_DLL = LDIR = ../lib/$(TEC_UNAME) SRC += lua_simple.rc else ifneq ($(findstring cygw, $(TEC_UNAME)), ) SRC += lua_simple.rc endifendif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -