?? makefile
字號:
# Makefile generated by the project manager### core informationPRJ_FILE = test.wpjifeq ($(wildcard Makefile),)PRJ_DIR = ..elsePRJ_DIR = .endifPRJ_TYPE = vxAppPRJ_OBJS = test.oBUILD_SPEC = SIMNTgnuTGT_DIR = $(WIND_BASE)/target## build-configuration infoifeq ($(BUILD_SPEC),SIMNTgnu)CPU = SIMNTTOOL = gnuTOOL_FAMILY = gnuDEFAULT_RULE = test.outendifinclude $(TGT_DIR)/h/make/defs.project## build-configuration infoifeq ($(BUILD_SPEC),SIMNTgnu)AR = arsimpcAS = ccsimpcCC = ccsimpcCC_ARCH_SPEC = -mpentiumCFLAGS = -g -mpentium -ansi -fno-builtin -fno-defer-pop -I. -I$(WIND_BASE)/target/h/ -DCPU=SIMNT -DTOOL_FAMILY=gnu -DTOOL=gnuCFLAGS_AS = -g -mpentium -ansi -fno-builtin -fno-defer-pop -P -xassembler-with-cpp -I. -I$(WIND_BASE)/target/h/ -DCPU=SIMNT -DTOOL_FAMILY=gnu -DTOOL=gnuCPP = ccsimpc -E -PLD = ldsimpcLDFLAGS = --subsystem=windowsLD_PARTIAL = ccsimpc -r -nostdlibLD_PARTIAL_FLAGS = -rNM = nmsimpc -gOPTION_DEFINE_MACRO = -DOPTION_DEPEND = -M -wOPTION_GENERATE_DEPENDENCY_FILE = -MDOPTION_INCLUDE_DIR = -IOPTION_LANG_C = -xcOPTION_UNDEFINE_MACRO = -USIZE = sizesimpcTOOL_FAMILY = gnuPOST_BUILD_RULE = PRJ_LIBS = endif# override make definitions only below this line# override make definitions only above this lineinclude $(TGT_DIR)/h/make/rules.project## build-configuration infoifeq ($(BUILD_SPEC),SIMNTgnu)test.o: $(CC) -g -mpentium -ansi -fno-builtin -fno-defer-pop -I. -I$(WIND_BASE)/target/h/ -DCPU=SIMNT -DTOOL_FAMILY=gnu -DTOOL=gnu -c $(PRJ_DIR)/../test.cendif## dependenciestest.o: $(PRJ_DIR)/../test.c## user defined rules
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -