⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 x-wrt is the GUI config tool for openwrt,which is a open project about wireless Router
💻
字号:
CPP=g++LDFLAGS=-lz -static# 32-bit processorsPROC=-m32
# 64-bit processors, uncomment the following line:
# PROC=-m64

CPPFLAGS=$(PROC) -O2 -Os -s -fomit-frame-pointer
xwrt: XWRT.o Encoder.o Decoder.o MemBuffer.o Common.o	$(CPP) $(PROC) -o $@ XWRT.o Encoder.o Decoder.o MemBuffer.o Common.o $(LDFLAGS)clean:	rm *.o.cpp.o:	$(CPP) $(CPPFLAGS) $(INCLUDE) -c $< -o $@XWRT.o: XWRT.cpp Encoder.o: Encoder.cppDecoder.o: Decoder.cppMemBuffer.o: MemBuffer.cppCommon.o: Common.cpp

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -