📄 makefile
字号:
# Makefile generated by the project manager### core informationPRJ_FILE = ESS_Sound.wpjPRJ_DIR = C:/VxProjects/ESS_SoundPRJ_TYPE = vxAppPRJ_OBJS = es1938.o VxPCI.o VxSound.o vx_tone_ap.o vxLinSupport.oBUILD_SPEC = PENTIUMgnuTGT_DIR = $(WIND_BASE)/target## build-configuration infoifeq ($(BUILD_SPEC),PENTIUMgnu)CPU = PENTIUMTOOL = gnuDEFAULT_RULE = ESS_Sound.outendifinclude $(TGT_DIR)/h/make/defs.project## build-configuration infoifeq ($(BUILD_SPEC),PENTIUMgnu)AR = ar386AS = cc386CC = cc386CFLAGS = -g -mpentium -ansi -nostdinc -DRW_MULTI_THREAD -D_REENTRANT -fvolatile -nostdlib -fno-builtin -fno-defer-pop -I. -IC:/Tornado/target/h -DCPU=PENTIUMCFLAGS_AS = -g -mpentium -ansi -nostdinc -fvolatile -nostdlib -fno-builtin -fno-defer-pop -P -x assembler-with-cpp -I. -IC:/Tornado/target/h -DCPU=PENTIUMCPP = cc386 -E -P -xcLD = ld386LDFLAGS = -X -NLD_PARTIAL_FLAGS = -X -rNM = nm386 -gOPTION_DEFINE_MACRO = -DOPTION_INCLUDE_DIR = -ISIZE = size386POST_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),PENTIUMgnu)es1938.o: $(CC) -g -mpentium -ansi -nostdinc -DRW_MULTI_THREAD -D_REENTRANT -fvolatile -nostdlib -fno-builtin -fno-defer-pop -I. -I$(WIND_BASE)/target/h -DCPU=PENTIUM -c $(PRJ_DIR)/es1938.cppVxPCI.o: $(CC) -g -mpentium -ansi -nostdinc -DRW_MULTI_THREAD -D_REENTRANT -fvolatile -nostdlib -fno-builtin -fno-defer-pop -I. -I$(WIND_BASE)/target/h -DCPU=PENTIUM -c $(PRJ_DIR)/VxPCI.cppVxSound.o: $(CC) -g -mpentium -ansi -nostdinc -DRW_MULTI_THREAD -D_REENTRANT -fvolatile -nostdlib -fno-builtin -fno-defer-pop -I. -I$(WIND_BASE)/target/h -DCPU=PENTIUM -c $(PRJ_DIR)/VxSound.cppvx_tone_ap.o: $(CC) -g -mpentium -ansi -nostdinc -DRW_MULTI_THREAD -D_REENTRANT -fvolatile -nostdlib -fno-builtin -fno-defer-pop -I. -I$(WIND_BASE)/target/h -DCPU=PENTIUM -c $(PRJ_DIR)/vx_tone_ap.cppvxLinSupport.o: $(CC) -g -mpentium -ansi -nostdinc -DRW_MULTI_THREAD -D_REENTRANT -fvolatile -nostdlib -fno-builtin -fno-defer-pop -I. -I$(WIND_BASE)/target/h -DCPU=PENTIUM -c $(PRJ_DIR)/vxLinSupport.cppendif## dependencieses1938.o: $(PRJ_DIR)/es1938.cpp \ $(PRJ_DIR)/VxTypes.h \ $(PRJ_DIR)/VxSound.h \ $(PRJ_DIR)/VxPCI.h \ $(PRJ_DIR)/es1938.hVxPCI.o: $(PRJ_DIR)/VxPCI.cpp \ $(PRJ_DIR)/VxTypes.h \ $(PRJ_DIR)/VxPCI.h \ $(PRJ_DIR)/VxSound.h \ $(PRJ_DIR)/es1938.hVxSound.o: $(PRJ_DIR)/VxSound.cpp \ $(PRJ_DIR)/VxTypes.h \ $(PRJ_DIR)/VxPCI.h \ $(PRJ_DIR)/VxSound.h \ $(PRJ_DIR)/es1938.h \ $(PRJ_DIR)/vx_tone_ap.hvx_tone_ap.o: $(PRJ_DIR)/vx_tone_ap.cpp \ $(PRJ_DIR)/VxTypes.h \ $(PRJ_DIR)/VxPCI.h \ $(PRJ_DIR)/VxSound.hvxLinSupport.o: $(PRJ_DIR)/vxLinSupport.cpp $(PRJ_DIR)/VxTypes.h## user defined rules
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -