aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
Commit message (Expand)AuthorAgeFilesLines
* Take a blind stab at adding oids_test to nmakeEvan Huus2013-10-201-1/+39
* Add a routine to get application memory usage to epan.Anders Broman2013-07-301-1/+1
* Added more build artefacts to the clean targetGraham Bloice2013-07-281-1/+1
* Build tvbtest the same way we build reassemble_test; see whether thatGuy Harris2013-07-141-8/+20
* Move the print modules into epan.Jeff Morriss2013-07-121-0/+3
* makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.Chris Maynard2013-06-251-3/+3
* Add exntest.c and tvbtest.c to the set of test program source files.Guy Harris2013-03-231-0/+6
* Build reassembly_test.c *without* -DWS_BUILD_DLL, as it's not part ofGuy Harris2013-03-231-5/+36
* Fix copy-paste error introduced in r48021Pascal Quantin2013-03-021-1/+1
* Try to fix LNK4217 (locally defined symbol imported in function) and C4273 (i...Pascal Quantin2013-03-021-3/+4
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-3/+3
* Pull in a comment from the MATE plugin Makefile.nmake.Guy Harris2013-02-091-1/+13
* Put NODIST_ at the beginning of macro names, as was done for the pluginsGuy Harris2013-02-091-2/+2
* dtd_parse.obj depends on dtd_grammar.h, but you can't buildGuy Harris2013-02-051-1/+2
* dtd_parse.c includes dtd_grammar.h; make sure we build dtd_grammar.hGuy Harris2013-02-051-1/+1
* Don't distribute the results of running Lemon, as we distribute LemonGuy Harris2013-02-051-4/+4
* Basic skeleton for wmem.Evan Huus2012-10-241-6/+18
* Fix the *test_install targets so they put the test tools in the right directo...Jeff Morriss2012-05-161-3/+3
* Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2012-04-041-1/+1
* Another try: we're in epan here so getting to libwsutil and wiretap requires ...Jeff Morriss2012-02-281-8/+8
* Remove an extraneous backslashJeff Morriss2012-02-281-1/+1
* OK, to heck with it - link reassemble_test with libwireshark. Trying toGuy Harris2012-02-281-9/+19
* reassemble_test now requires mark_frame_as_depended_upon(), so itGuy Harris2012-02-281-0/+1
* CVARSDLL hasn't been used (is undefined) for a while....Bill Meier2012-02-241-6/+6
* Add *.sbr files to the clean target.Anders Broman2012-01-291-1/+1
* And fix distclean and maintainer-clean.Stig Bjørlykke2011-08-311-2/+2
* Fixed clean rule after crc move.Stig Bjørlykke2011-08-311-1/+1
* Second try to move crc routines to libwsutil.Stig Bjørlykke2011-08-311-18/+6
* Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke2011-08-301-6/+18
* Move all crc routines to libwsutil.Stig Bjørlykke2011-08-301-18/+6
* Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke2011-08-231-2/+1
* Fix one more undefined reference to `EBCDIC_to_ASCII'Jakub Zawadzki2011-07-031-0/+1
* Fix: tvbuff.obj : error LNK2019: unresolved external symbol _EBCDIC_to_ASCII ...Jakub Zawadzki2011-07-031-0/+1
* Just as with autoconf, we need to include the Python cflags whenGuy Harris2011-06-111-1/+1
* A bit of Windows makefiles rework and cleanup:Bill Meier2011-02-021-4/+5
* Oh yeah, there's a reason we don't put targets in Makefile.common: the first ...Jeff Morriss2010-11-301-0/+3
* Move some checkapi targets into Makefile.commonJeff Morriss2010-11-291-3/+0
* If the html dir exist remove it and its subdirectories.Anders Broman2010-10-221-1/+1
* Revert 34081 and 34093 in preparation for a cleaner fix.Jeff Morriss2010-09-151-3/+3
* From BBA via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5160 :Jeff Morriss2010-09-101-3/+3
* There shouldn't be any need to build stuff in the top-level directoryGuy Harris2010-07-151-1/+1
* From Kovarththanan Rajaratnam via bug 3500:Gerald Combs2010-06-011-6/+27
* Move some code (including the optional objects) into libwsutilJeff Morriss2010-05-281-27/+4
* Manifests are not needed when building with VC10.Bill Meier2010-04-221-3/+3
* Put the object file lists for various test programs into variables, andGuy Harris2010-03-011-11/+25
* tvbtest needs bytes_to_str() and bytes_to_str_punct(), and they're nowGuy Harris2010-02-271-1/+1
* Add new to_str.o/obj dependency to reassemble_test targetKovarththanan Rajaratnam2010-02-241-1/+1
* Move make-sminmpec.pl to tools directoryKovarththanan Rajaratnam2009-10-111-2/+2
* Windows: remove all references to ICONV_DIR, because we use the statically li...Kovarththanan Rajaratnam2009-08-271-3/+0
* mkstemp cleanups.Gerald Combs2009-07-021-5/+0