makefile.npc
来自「Npc Generator」· NPC 代码 · 共 34 行
NPC
34 行
OPTS=-I../../qDecoder -I../include -I../../utils -I. -Ihistory -DUSE_COUNTER -DCTRLOCATION="\"/home/minam/npc.cnt\""LIBS=all: npc.cgiWEBOBJS=\ npccgi.c \ pcgen_interface.c \ ../npc/npcEngine.c \ ../src/dndutil.c \ ../../utils/writetem.c \ ../../utils/wtstream.c \ ../../utils/gameutil.c \ ../../utils/grammar.c \ history/npcHistory.c \ ../../qDecoder/qDecoder.cnpc.cgi: makefile.npc $(WEBOBJS) gcc -g $(OPTS) -o npc.cgi $(WEBOBJS) $(LIBS)CONSOLEOBJS=\ npc_console.c \ pcgen_interface.c \ npcEngine.c \ ../src/dndutil.c \ ../../utils/wtstream.c \ ../../utils/gameutil.c \ ../../utils/grammar.c \ history/npcHistory.cconsole: makefile.npc $(CONSOLEOBJS) gcc -g $(OPTS) -o npc $(CONSOLEOBJS)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?