makefile
来自「应用小程序」· 代码 · 共 82 行
TXT
82 行
# Makefile generated by the project manager### core informationPRJ_FILE = test0320.wpjifeq ($(wildcard Makefile),)PRJ_DIR = ..elsePRJ_DIR = .endifPRJ_TYPE = vxAppPRJ_OBJS = test0320.oBUILD_SPEC = SIMNTgnuTGT_DIR = $(WIND_BASE)/target## build-configuration infoifeq ($(BUILD_SPEC),SIMNTgnu)CPU = SIMNTTOOL = gnuTOOL_FAMILY = gnuDEFAULT_RULE = test0320.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)test0320.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)/test0320.cppendif## dependenciestest0320.o: $(PRJ_DIR)/test0320.cpp## user defined rules
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?