📄 makefile
字号:
# Makefile generated by the project manager### core informationPRJ_FILE = video.wpjPRJ_DIR = F:/xsh/视频程序-周进/videoPRJ_TYPE = vxAppPRJ_OBJS = w99200.o video.o pciini.o test.o test2.oBUILD_SPEC = PENTIUMgnuTGT_DIR = $(WIND_BASE)/target## build-configuration infoifeq ($(BUILD_SPEC),PENTIUMgnu)CPU = PENTIUMTOOL = gnuDEFAULT_RULE = video.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. -IE:/Tornado2.0/target/h -DCPU=PENTIUMCFLAGS_AS = -g -mpentium -ansi -nostdinc -fvolatile -nostdlib -fno-builtin -fno-defer-pop -P -x assembler-with-cpp -I. -IE:/Tornado2.0/target/h -DCPU=PENTIUMCPP = cc386 -E -P -xcLD = ld386LDDEPS = LDFLAGS = -X -NLD_PARTIAL_FLAGS = -X -rNM = nm386 -gOPTION_DEFINE_MACRO = -DOPTION_INCLUDE_DIR = -IPOST_BUILD_RULE = PRJ_LIBS = SIZE = size386endif# 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)w99200.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)/w99200.cppvideo.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)/video.cpppciini.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)/pciini.cpptest.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)/test.cpptest2.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)/test2.cppendif## dependenciesw99200.o: $(PRJ_DIR)/w99200.cpp \ $(PRJ_DIR)/pci.h \ $(PRJ_DIR)/xdefine.h \ $(PRJ_DIR)/w99200f.h \ $(PRJ_DIR)/w99200.hvideo.o: $(PRJ_DIR)/video.cpp \ $(PRJ_DIR)/video.h \ $(PRJ_DIR)/head.h \ $(PRJ_DIR)/xdefine.h \ $(PRJ_DIR)/data.h \ $(PRJ_DIR)/w99200.h \ $(PRJ_DIR)/Ram.hpciini.o: $(PRJ_DIR)/pciini.cpp $(PRJ_DIR)/pciini.h $(PRJ_DIR)/xdefine.htest.o: $(PRJ_DIR)/test.cpp \ $(PRJ_DIR)/w99200.h \ $(PRJ_DIR)/pciini.h \ $(PRJ_DIR)/xdefine.h \ $(PRJ_DIR)/video.htest2.o: $(PRJ_DIR)/test2.cpp## user defined rules
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -