📄 makefile
字号:
# Makefile for building a WindML application## modification history# --------------------# 01h,13mar02,jlb Removed default build target (in rules.windml)# 01g,22jun01,c_s remove obsolete _exe target code# 01f,18jun01,c_s Add NATIVE support# 01e,17oct00,jlb Removed UGL_APP_NAME# 01d,16oct00,jlb Remove ugl archive builds from examples (SPR 35102)# 01c,28sep00,jlb Moved rules.windml to h/ugl/make# 01b,27sep00,gav Make demo target default.# 01a,31jul00,jlb created## This Makefile generates two objects, the application without any# UGL components linked with the application and another object with# the required components linked with the application#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 = include $(TGT_DIR)/h/ugl/make/rules.windml
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -