aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
AgeCommit message (Expand)AuthorFilesLines
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-1/+0
2013-10-20Take a blind stab at adding oids_test to nmakeEvan Huus1-1/+39
2013-07-30Add a routine to get application memory usage to epan.Anders Broman1-1/+1
2013-07-28Added more build artefacts to the clean targetGraham Bloice1-1/+1
2013-07-14Build tvbtest the same way we build reassemble_test; see whether thatGuy Harris1-8/+20
2013-07-12Move the print modules into epan.Jeff Morriss1-0/+3
2013-06-25makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.Chris Maynard1-3/+3
2013-03-23Add exntest.c and tvbtest.c to the set of test program source files.Guy Harris1-0/+6
2013-03-23Build reassembly_test.c *without* -DWS_BUILD_DLL, as it's not part ofGuy Harris1-5/+36
2013-03-02Fix copy-paste error introduced in r48021Pascal Quantin1-1/+1
2013-03-02Try to fix LNK4217 (locally defined symbol imported in function) and C4273 (i...Pascal Quantin1-3/+4
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-3/+3
2013-02-09Pull in a comment from the MATE plugin Makefile.nmake.Guy Harris1-1/+13
2013-02-09Put NODIST_ at the beginning of macro names, as was done for the pluginsGuy Harris1-2/+2
2013-02-05dtd_parse.obj depends on dtd_grammar.h, but you can't buildGuy Harris1-1/+2
2013-02-05dtd_parse.c includes dtd_grammar.h; make sure we build dtd_grammar.hGuy Harris1-1/+1
2013-02-05Don't distribute the results of running Lemon, as we distribute LemonGuy Harris1-4/+4
2012-10-24Basic skeleton for wmem.Evan Huus1-6/+18
2012-05-16Fix the *test_install targets so they put the test tools in the right directo...Jeff Morriss1-3/+3
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss1-1/+1
2012-02-28Another try: we're in epan here so getting to libwsutil and wiretap requires ...Jeff Morriss1-8/+8
2012-02-28Remove an extraneous backslashJeff Morriss1-1/+1
2012-02-28OK, to heck with it - link reassemble_test with libwireshark. Trying toGuy Harris1-9/+19
2012-02-28reassemble_test now requires mark_frame_as_depended_upon(), so itGuy Harris1-0/+1
2012-02-24CVARSDLL hasn't been used (is undefined) for a while....Bill Meier1-6/+6
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2011-08-31And fix distclean and maintainer-clean.Stig Bjørlykke1-2/+2
2011-08-31Fixed clean rule after crc move.Stig Bjørlykke1-1/+1
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-18/+6
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-6/+18
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-18/+6
2011-08-23Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke1-2/+1
2011-07-03Fix one more undefined reference to `EBCDIC_to_ASCII'Jakub Zawadzki1-0/+1
2011-07-03Fix: tvbuff.obj : error LNK2019: unresolved external symbol _EBCDIC_to_ASCII ...Jakub Zawadzki1-0/+1
2011-06-11Just as with autoconf, we need to include the Python cflags whenGuy Harris1-1/+1
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-4/+5
2010-11-30Oh yeah, there's a reason we don't put targets in Makefile.common: the first ...Jeff Morriss1-0/+3
2010-11-29Move some checkapi targets into Makefile.commonJeff Morriss1-3/+0
2010-10-22If the html dir exist remove it and its subdirectories.Anders Broman1-1/+1
2010-09-15Revert 34081 and 34093 in preparation for a cleaner fix.Jeff Morriss1-3/+3
2010-09-10From BBA via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5160 :Jeff Morriss1-3/+3
2010-07-15There shouldn't be any need to build stuff in the top-level directoryGuy Harris1-1/+1
2010-06-01From Kovarththanan Rajaratnam via bug 3500:Gerald Combs1-6/+27
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-27/+4
2010-04-22Manifests are not needed when building with VC10.Bill Meier1-3/+3
2010-03-01Put the object file lists for various test programs into variables, andGuy Harris1-11/+25
2010-02-27tvbtest needs bytes_to_str() and bytes_to_str_punct(), and they're nowGuy Harris1-1/+1
2010-02-24Add new to_str.o/obj dependency to reassemble_test targetKovarththanan Rajaratnam1-1/+1
2009-10-11Move make-sminmpec.pl to tools directoryKovarththanan Rajaratnam1-2/+2
2009-08-27Windows: remove all references to ICONV_DIR, because we use the statically li...Kovarththanan Rajaratnam1-3/+0