aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
AgeCommit message (Expand)AuthorFilesLines
2011-08-31And fix distclean and maintainer-clean.stig1-2/+2
2011-08-31Fixed clean rule after crc move.stig1-1/+1
2011-08-31Second try to move crc routines to libwsutil.stig1-18/+6
2011-08-30Revert r38800, as the crc routines contains some tvb functions.stig1-6/+18
2011-08-30Move all crc routines to libwsutil.stig1-18/+6
2011-08-23Remove support for libpcre, we use GRegex in GLib.stig1-2/+1
2011-07-03Fix one more undefined reference to `EBCDIC_to_ASCII'darkjames1-0/+1
2011-07-03Fix: tvbuff.obj : error LNK2019: unresolved external symbol _EBCDIC_to_ASCII ...darkjames1-0/+1
2011-06-11Just as with autoconf, we need to include the Python cflags whenguy1-1/+1
2011-02-02A bit of Windows makefiles rework and cleanup:wmeier1-4/+5
2010-11-30Oh yeah, there's a reason we don't put targets in Makefile.common: the first ...morriss1-0/+3
2010-11-29Move some checkapi targets into Makefile.commonmorriss1-3/+0
2010-10-22If the html dir exist remove it and its subdirectories.etxrab1-1/+1
2010-09-15Revert 34081 and 34093 in preparation for a cleaner fix.morriss1-3/+3
2010-09-10From BBA via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5160 :morriss1-3/+3
2010-07-15There shouldn't be any need to build stuff in the top-level directoryguy1-1/+1
2010-06-01From Kovarththanan Rajaratnam via bug 3500:gerald1-6/+27
2010-05-28Move some code (including the optional objects) into libwsutilmorriss1-27/+4
2010-04-22Manifests are not needed when building with VC10.wmeier1-3/+3
2010-03-01From LEGO via bug 4405:stig1-11/+25
2010-02-28Added svn:ignore targets.stig1-1/+1
2010-02-24Add new to_str.o/obj dependency to reassemble_test targetkrj1-1/+1
2009-10-11Move make-sminmpec.pl to tools directorykrj1-2/+2
2009-08-27Windows: remove all references to ICONV_DIR, because we use the statically li...krj1-3/+0
2009-07-02mkstemp cleanups.gerald1-5/+0
2009-04-08Don't assemble asm_utils_win32_x86 on x64. Export a dummy read_keytab_filegerald1-2/+2
2009-04-08Add another Flex exception.gerald1-0/+1
2009-04-08Disable warnings-as-errors for Flex-generated output. Add a couple of gsizegerald1-2/+8
2009-03-18Create an "epan/crc" directory for CRC code. Add crc-16-plain.[ch],gerald1-9/+21
2009-03-02More Windows compiler flag cleanups. Fix a problem with my last commitgerald1-5/+1
2008-12-23Add GeoIP to the Windows build. Fix a remaining geoip_ -> geoip_db_gerald1-1/+2
2008-09-16Add /D_BIND_TO_CURRENT_CRT_VERSION=1 to LOCAL_CFLAGS in modern versionsgerald1-1/+1
2008-08-21_MSC_VERs 1400 and greater require manifests. Check againstgerald1-4/+4
2008-08-07Add support for the c-ares asynchronous DNS resolution library to thegerald1-3/+5
2008-08-04From Pascal Quantin via bug 2719: Fix support for Microsoft Visual C++ 2008.gerald1-4/+4
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.guy1-1/+1
2008-07-01Put printf into a separate "termoutput" API group. For most files,guy1-1/+1
2008-05-23Set for automatic overwrite for xcopy of mkstemp.c, etcwmeier1-1/+5
2008-05-20Use the correct name for libwsutilwmeier1-1/+1
2008-05-20Create a new "Wireshark utility" library and move the mpeg-audio stuff frommorriss1-0/+1
2008-05-05Fix some of the Errors/warnings detected by checkapi,etxrab1-0/+2
2008-03-23Running glib 2.16 on 32 bit platform requires this lempar.c change in additio...jake1-1/+1
2008-02-14Glib >= 2.14.5 does not require iconvwmeier1-0/+2
2007-12-25Build with assembler support (NASM).etxrab1-1/+1
2007-11-28Various changes with focus to startup speedupkukosa1-1/+15
2007-10-15Fix Windows maintainer-clean/distclean/clean to recurse thru subdirs only onc...wmeier1-4/+9
2007-09-24Get rid of the remains of NET-SNMP in the build process.jmayer1-1/+0
2007-08-26This was missinglego1-1/+2
2007-08-04Treat runlex.sh-generated headers differently from Flex-generated .cguy1-1/+3
2007-08-04Add a script as a front-end for Flex, to work around various problems,guy1-4/+10