📄 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 + -