aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
AgeCommit message (Collapse)AuthorFilesLines
2000-07-28Add the re-write of the NetWare Core Protocol dissector. It's mostlygram1-0/+2
a framework for the dissector; of the more than 400 NCP packet types, only a handful are defined. But this dissector framework is much better than the previous one. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2173 f5534014-38df-0310-8fa8-9805f1628bb7
2000-04-29Graham Bloice's changes to, on Win32 using Microsoft's "nmake":guy1-2/+3
build "register.c" in the top-level Makefile; set path in "config.nmake" to include the Cygwin directory for tools - those tools are needed to build "register.c"; remove constructed source files, and some additional object files, when doing "nmake clean". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1896 f5534014-38df-0310-8fa8-9805f1628bb7
2000-04-12Build tethereal and editcap on Win32.gram1-1/+1
Add RCS ID tags to Makefile.nmake's. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1836 f5534014-38df-0310-8fa8-9805f1628bb7
2000-02-09Integrate Ed Meaney's <emeaney@altiga.com> changes for using libpcapgram1-1/+4
from WinDump with Ethereal. We now have packet capturing on Win32. :) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1612 f5534014-38df-0310-8fa8-9805f1628bb7
2000-02-09Update Makefiles for win32. Move local configuration to config.nmake,gram1-0/+12
have top-level Makefile.nmake call Makefile.nmake's in subdirectories. Build plugins, and build generated source (lex, yacc). The only thing we can't build is register.c; I need to re-work the top-level Makefile.nmake because it lists object files, not C files, which make-reg-dotc needs. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1608 f5534014-38df-0310-8fa8-9805f1628bb7