aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
AgeCommit message (Expand)AuthorFilesLines
2007-01-14on my way to fix #301:Ulf Lamping1-1/+1
2007-01-11load_snmp_users_file.c needs to be rebuilt after distclean to make tarballs w...Anders Broman1-1/+1
2007-01-09the forgotten file strikes again...Luis Ontanon1-0/+3
2007-01-03remove the PDB_FILE setting from config.nmake - there's no real need for this...Ulf Lamping1-2/+4
2006-12-28Move the contents of airpdcap to epan/crypt. Try to fix the currentGerald Combs1-9/+21
2006-12-04Use 'igncr' as needed with Bash (workaround for bug report 1162);Bill Meier1-1/+1
2006-09-26Don't try to build wslua if LUA_DIR isn't defined.Gerald Combs1-7/+15
2006-09-26Lua 5.1.1 for windowsLuis Ontanon1-6/+20
2006-09-11tweak the nmake build so the NET-SNMP library is in fact optional (as it is i...Ulf Lamping1-1/+1
2006-08-05config and makefile magic we need when we integrate kerberos for windows with...Ronnie Sahlberg1-0/+1
2006-08-04ethereal -> wireshark.Gerald Combs1-4/+4
2006-07-20snprintf -> g_snprintf. Fix up whitespace.Gerald Combs1-1/+0
2006-06-17ethereal to wireshark changeRonnie Sahlberg1-1/+1
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-17/+17
2006-03-18Add some dependencies for libethereal.dll, so it gets re-build, if someone ju...Lars Roland1-2/+4
2006-02-09From Bill MeierLars Roland1-1/+5
2006-02-06From Paolo Abeni:Guy Harris1-1/+2
2005-09-12Get rid of "dtd_grammar.out" on a "make distclean".Guy Harris1-6/+10
2005-09-10fix MSVC slash/backslash and other such problems, now getting:Ulf Lamping1-4/+4
2005-09-10Make sure lemon is built before trying to use itLuis Ontanon1-1/+1
2005-09-10nmake does not have the $^ macroLuis Ontanon1-1/+1
2005-09-10the dtd parser (still missing the glue) and few fixes to packet-xml.cLuis Ontanon1-0/+14
2005-09-07Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in orderGerald Combs1-2/+2
2005-08-04Put in comments explaining why we're removing some generated files withGuy Harris1-0/+7
2005-07-24Autogenerate the sminmpec.c file from iana's enterprise-numbers fileLuis Ontanon1-0/+3
2005-07-17add radius_dict.c to the distclean target, don't know how to do this for Make...Ulf Lamping1-1/+1
2005-07-15Radius Dictionary SupportLuis Ontanon1-0/+2
2005-04-26BACAPP updatesRonnie Sahlberg1-0/+1
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-0/+9
2005-02-13change nmake makefiles in /trunk and /trunk/epan so thatLars Roland1-3/+15
2005-02-10clean up makefiles.Lars Roland1-14/+4
2004-10-15Updates to reflect revision 4 of ethereal-win32-libs.Gerald Combs1-1/+1
2004-10-15Add support for decoding DES3/CBC/MD5 keys. Make it disabled by default.Gerald Combs1-0/+1
2004-09-04EXTRA_OBJECTS are needed for ethereal.lib (only used if ENABLE_LIBETHEREAL is...Ulf Lamping1-1/+1
2004-08-10From Graham Bloice: Allow libethereal.dll to be built after recent changes.Gerald Combs1-2/+2
2004-08-10Add LIBETHEREAL_SRC and LIBETHEREAL_INCLUDES to epan/Makefile.common,Guy Harris1-33/+12
2004-08-09Merge the "resolv" rename changes with the trunk.Gerald Combs1-1/+1
2004-07-29From Lars Roland: MSVC make fixes.Olivier Biot1-3/+6
2004-07-28Partial fix after some files being moved between directories.Olivier Biot1-1/+1
2004-07-27From Lars Roland:Guy Harris1-2/+4
2004-07-19Fixes (and ugly hacks) for Windows compilation.Gerald Combs1-2/+3
2004-07-18Fix the win32 nmake generation for now (it will compile/link/run again). This...Ulf Lamping1-4/+19
2004-07-18first attempt to make Win32 generation (nmake) ready for the dissector moving...Ulf Lamping1-41/+0
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-4/+11
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-17From Graham Bloice: add resource information to libethereal.dll.Guy Harris1-2/+3
2004-07-07remove doxygen output dir "html" on make cleanUlf Lamping1-2/+3
2004-06-26From Laurent Rabret: replace "lib" with "link /lib"; "lib" is just aGuy Harris1-2/+2
2004-06-25doxygen changes:Jörg Mayer1-6/+6
2004-05-13use sed to create a temporary doxygen config file,Ulf Lamping1-4/+10