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

📄 makefile.nmake

📁 ethereal公司开发的aodv路由协议代码
💻 NMAKE
字号:
## $Id: Makefile.nmake,v 1.8 2002/02/27 09:42:47 guy Exp $#include ..\..\config.nmake############### no need to modify below this line #########CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap \	/I$(GLIB_DIR) /I$(GTK_DIR) /I$(GLIB_DIR)/gmodule \	/I$(GTK_DIR)\gdk /I$(GTK_DIR)\gdk\win32 \	/I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)OBJECTS=packet-gryphon.obj gryphon.dll gryphon.exp gryphon.lib : packet-gryphon.obj ..\plugin_api.obj	link -dll /out:gryphon.dll packet-gryphon.obj ..\plugin_api.objclean:	rm -f $(OBJECTS) gryphon.dll gryphon.exp gryphon.lib $(PDB_FILE)

⌨️ 快捷键说明

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