?? makefile
字號:
# Makefile for building a WindML Windowing Tutorials## modification history# --------------------# 01a,06nov01,msr created#TGT_DIR=$(WIND_BASE)/targetBLD_TYPE=UGL_DEMOC_SOURCE = $(wildcard *.c)OBJS= $(C_SOURCE:.c=.o)## Name of the object file containing all objects linked together, not defined# if the program contains a single source fileUGL_APP_NAME = winDemoinclude $(TGT_DIR)/h/ugl/make/rules.windml
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -