| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=4021
|
|
|
|
| |
svn path=/trunk/; revision=3716
|
|
|
|
|
|
|
|
| |
Update NSIS syntax for newest NSIS. That fix from David O'Shea.
Set config.nmake to get non-cygwin version of Python.exe; cygwin version
is fouling up on me and I'm not sure why.
svn path=/trunk/; revision=3705
|
|
|
|
| |
svn path=/trunk/; revision=3415
|
|
|
|
| |
svn path=/trunk/; revision=3289
|
|
|
|
|
|
|
|
|
|
|
|
| |
Pre-compiled zlib provided at
http://www.ethereal.com/distribution/win32/zlib-1.1.3-fixed.zip
"fixed" because the pre-compiled version in the "extralibs" package
from the Gimp/Win32 page has a fault zlib.lib in it.
Add note about zlib in README.win32; more work needs to be done to
this file to mention new packaging method.
svn path=/trunk/; revision=3263
|
|
|
|
|
|
|
|
| |
We us $(VERSION), defined in the top-level config.nmake, to replace
@VERSION@ in various files. $(RC_VERSION) and $(WTAP_VERSION) are
similarly used.
svn path=/trunk/; revision=3258
|
|
|
|
|
|
| |
was originally written for WinAmp. See http://www.nullsoft.com/free/nsis/
svn path=/trunk/; revision=3255
|
|
|
|
| |
svn path=/trunk/; revision=3163
|
|
|
|
|
|
|
|
| |
perl and man2html. Don't call this makefile from the parent makefile
as not everyone will want to create documentation.
Add a couple variables to config.nmake to support this.
svn path=/trunk/; revision=3119
|
|
|
|
|
|
| |
Replace 'nmake' with $(MAKE) /$(MAKEFLAGS), from Mike Frisch.
svn path=/trunk/; revision=3108
|
|
|
|
| |
svn path=/trunk/; revision=2494
|
|
|
|
|
|
|
|
| |
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.
svn path=/trunk/; revision=2173
|
|
|
|
|
|
|
|
|
|
|
|
| |
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".
svn path=/trunk/; revision=1896
|
|
|
|
|
|
| |
Add RCS ID tags to Makefile.nmake's.
svn path=/trunk/; revision=1836
|
|
|
|
|
|
| |
from WinDump with Ethereal. We now have packet capturing on Win32. :)
svn path=/trunk/; revision=1612
|
|
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.
svn path=/trunk/; revision=1608
|