Remove an extraneous backslash
[obnox/wireshark/wip.git] / epan / Makefile.nmake
2012-02-28 morrissRemove an extraneous backslash
2012-02-28 guyOK, to heck with it - link reassemble_test with libwire...
2012-02-28 guyreassemble_test now requires mark_frame_as_depended_upo...
2012-02-24 wmeierCVARSDLL hasn't been used (is undefined) for a while....
2012-01-29 etxrabAdd *.sbr files to the clean target.
2011-08-31 stigAnd fix distclean and maintainer-clean.
2011-08-31 stigFixed clean rule after crc move.
2011-08-31 stigSecond try to move crc routines to libwsutil.
2011-08-30 stigRevert r38800, as the crc routines contains some tvb...
2011-08-30 stigMove all crc routines to libwsutil.
2011-08-23 stigRemove support for libpcre, we use GRegex in GLib.
2011-07-03 darkjamesFix one more undefined reference to `EBCDIC_to_ASCII'
2011-07-03 darkjamesFix: tvbuff.obj : error LNK2019: unresolved external...
2011-06-11 guyJust as with autoconf, we need to include the Python...
2011-02-02 wmeierA bit of Windows makefiles rework and cleanup:
2010-11-30 morrissOh yeah, there's a reason we don't put targets in Makef...
2010-11-29 morrissMove some checkapi targets into Makefile.common
2010-10-22 etxrabIf the html dir exist remove it and its subdirectories.
2010-09-15 morrissRevert 34081 and 34093 in preparation for a cleaner...
2010-09-10 morrissFrom BBA via https://bugs.wireshark.org/bugzilla/show_b...
2010-07-15 guyThere shouldn't be any need to build stuff in the top...
2010-06-01 geraldFrom Kovarththanan Rajaratnam via bug 3500:
2010-05-28 morrissMove some code (including the optional objects) into...
2010-04-22 wmeierManifests are not needed when building with VC10.
2010-03-01 stigFrom LEGO via bug 4405:
2010-02-28 stigAdded svn:ignore targets.
2010-02-24 krjAdd new to_str.o/obj dependency to reassemble_test...
2009-10-11 krjMove make-sminmpec.pl to tools directory
2009-08-27 krjWindows: remove all references to ICONV_DIR, because...
2009-07-02 geraldmkstemp cleanups.
2009-04-08 geraldDon't assemble asm_utils_win32_x86 on x64. Export a...
2009-04-08 geraldAdd another Flex exception.
2009-04-08 geraldDisable warnings-as-errors for Flex-generated output...
2009-03-18 geraldCreate an "epan/crc" directory for CRC code. Add crc...
2009-03-02 geraldMore Windows compiler flag cleanups. Fix a problem...
2008-12-23 geraldAdd GeoIP to the Windows build. Fix a remaining geoip_...
2008-09-16 geraldAdd /D_BIND_TO_CURRENT_CRT_VERSION=1 to LOCAL_CFLAGS...
2008-08-21 gerald_MSC_VERs 1400 and greater require manifests. Check...
2008-08-07 geraldAdd support for the c-ares asynchronous DNS resolution...
2008-08-04 geraldFrom Pascal Quantin via bug 2719: Fix support for Micro...
2008-07-02 guyAdd Makefile.common files for epan/dfilter and epan...
2008-07-01 guyPut printf into a separate "termoutput" API group....
2008-05-23 wmeierSet for automatic overwrite for xcopy of mkstemp.c...
2008-05-20 wmeierUse the correct name for libwsutil
2008-05-20 morrissCreate a new "Wireshark utility" library and move the...
2008-05-05 etxrabFix some of the Errors/warnings detected by checkapi,
2008-03-23 jakeRunning glib 2.16 on 32 bit platform requires this...
2008-02-14 wmeierGlib >= 2.14.5 does not require iconv
2007-12-25 etxrabBuild with assembler support (NASM).
2007-11-28 kukosaVarious changes with focus to startup speedup
2007-10-15 wmeierFix Windows maintainer-clean/distclean/clean to recurse...
2007-09-24 jmayerGet rid of the remains of NET-SNMP in the build process.
2007-08-26 legoThis was missing
2007-08-04 guyTreat runlex.sh-generated headers differently from...
2007-08-04 guyAdd a script as a front-end for Flex, to work around...
2007-08-01 guyAdd a Makefile.nmake.inc file, to hold rules etc. ...
2007-08-01 guyUse a common .l.c rule for running Flex on .l files...
2007-07-16 legoWindows too needs diam_dict.c
2007-06-11 geraldFix compilation under VS6 (hopefully without breaking...
2007-05-22 guy"make maintainer-clean" cleans up everything that ...
2007-05-17 standelSince code generated by lex may trigger gcc warnings...
2007-05-09 ulflfix manifest error: for dll's mt.exe must be given ;2
2007-05-06 ulflembed the manifest files for the unittest exe's as...
2007-05-06 ulflinstead of copying the MSVC 2005 manifest files around...
2007-04-24 wmeierAddt'l fixes so suite-unittests will run under windows
2007-04-18 richardvfollowing advice from Gerald, Graham Bloice, and others...
2007-04-13 wmeierFix for link commands for exntest.exe, tvbtest.exe...
2007-04-11 richardvtry linking against user32.lib and wsock32.lib
2007-04-11 richardvfix typos
2007-04-11 richardvright; this is going badly.
2007-04-10 richardvuser32.lib and wsock32.lib shouldn't be make dependencies
2007-04-10 richardvmore libs, more stubs... i'll get there one day
2007-04-08 richardvhrm, we even need dissectors.lib
2007-04-08 richardvanother go at making reassemble_test build: give it...
2007-04-07 richardvlink reassemble_test against the right library
2007-04-06 grahambRemove build detritus
2007-04-03 richardvSet $(LINK). I swear I'll get there in a minute with...
2007-04-03 richardvhmm, apparently $^ doesn't work for nmake
2007-04-03 richardvrules for making the unit tests
2007-03-28 grahambImproved cleanup of build artifacts
2007-03-25 ulflremove remaining warnings in epan dir and set the ...
2007-02-07 lego* Add a category param to the uat.
2007-01-31 etxrabAdd uat_load.c to the distclean target for generated...
2007-01-28 legoAlthough yet untested (but it compiles and is still...
2007-01-14 ulflon my way to fix #301:
2007-01-11 etxrabload_snmp_users_file.c needs to be rebuilt after distcl...
2007-01-09 legothe forgotten file strikes again...
2007-01-03 ulflremove the PDB_FILE setting from config.nmake - there...
2006-12-28 geraldMove the contents of airpdcap to epan/crypt. Try to...
2006-12-04 wmeierUse 'igncr' as needed with Bash (workaround for bug...
2006-09-26 geraldDon't try to build wslua if LUA_DIR isn't defined.
2006-09-26 legoLua 5.1.1 for windows
2006-09-11 ulfltweak the nmake build so the NET-SNMP library is in...
2006-08-05 sahlbergconfig and makefile magic we need when we integrate...
2006-08-04 geraldethereal -> wireshark.
2006-07-20 geraldsnprintf -> g_snprintf. Fix up whitespace.
2006-06-17 sahlbergethereal to wireshark change
2006-05-31 geraldlibethereal -> libwireshark. idl2eth -> idl2wrs. ...
2006-03-18 lrolandAdd some dependencies for libethereal.dll, so it gets...
2006-02-09 lrolandFrom Bill Meier
next