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

📄 makefile

📁 with vxworks we can develope a group of control software for industry.
💻
字号:
all: b2b2: main.o arena.o globals.o items.o players.o textgfx.o shops.o menus.o	g++ -lncurses main.o arena.o globals.o items.o players.o textgfx.o shops.o menus.o -o b2main.o: main.cpp main.h	g++ -g -c main.cpparena.o: arena.cpp arena.h	g++ -g -c arena.cppglobals.o: globals.cpp globals.h	g++ -g -c globals.cppitems.o: items.cpp items.h	g++ -g -c items.cppplayers.o: players.cpp players.h	g++ -g -c players.cpptextgfx.o: textgfx.cpp textgfx.h	g++ -g -c textgfx.cppshops.o: shops.cpp shops.h	g++ -g -c shops.cppmenus.o: menus.cpp menus.h	g++ -g -c menus.cppclean:	rm *.o	rm b2	rm *~

⌨️ 快捷键说明

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