aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/Makefile.nmake
AgeCommit message (Expand)AuthorFilesLines
2016-06-15Remove Nmake build systemPascal Quantin1-130/+0
2015-07-12Lua: split up wslua files into class-based filesHadriel Kaplan1-22/+46
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+2
2014-08-03Make Lua taps work in out-of-source-tree builds.Jeff Morriss1-1/+1
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-26Add various functions for Lua directory handling and path infoHadriel Kaplan1-0/+2
2014-03-19Add capture file reader/writer support for Lua so scripts can implement new c...Michael Mann1-0/+2
2014-03-10Add GLib's regex library into LuaHadriel Kaplan1-0/+6
2014-02-21And we need wslua_internals.obj as well.Guy Harris1-8/+9
2014-02-21Need to include wslua_internals.c here as well.Guy Harris1-1/+2
2014-02-14Adds support for Lua struct library so one can pack/unpack binary structuresHadriel Kaplan1-0/+2
2014-02-04Adds support for Lua Int64 and UInt64 operators, functions, and generalHadriel Kaplan1-0/+2
2013-06-25makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.Chris Maynard1-1/+1
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+1
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss1-1/+1
2012-02-24CVARSDLL hasn't been used (is undefined) for a while....Bill Meier1-1/+1
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-4/+4
2010-05-28Fix the Windows buildJeff Morriss1-4/+4
2009-07-16Move th /MP flag setting to LOCAL_CFLAGS set in configure.nmakeAnders Broman1-1/+1
2009-07-15Add /MP flag to make use of multi cores.Anders Broman1-1/+1
2009-06-17Added missing lua_bitop.obj.Stig Bjørlykke1-0/+1
2009-06-16Added Lua BitOp, made by Mike Pall.Stig Bjørlykke1-0/+1
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris1-10/+1
2008-07-01Put printf into a separate "termoutput" API group. For most files,Guy Harris1-1/+1
2008-06-03Fix run checkapi for more targets.Anders Broman1-0/+15
2008-04-15attempt to fix init.lua construction in Windows.Luis Ontanon1-1/+1
2008-04-14From Marton Nemeth:Luis Ontanon1-1/+1
2007-08-02Gak. <> makes it too easy to make these make- scripts do what the restGuy Harris1-1/+12
2007-08-02We have to include Makefile.common if we move definitions we needGuy Harris1-1/+1
2007-08-02Move the list of source files to a Makefile.common file.Guy Harris1-11/+0
2007-03-22add "treat warnings as errors" flag(s)Ulf Lamping1-1/+1
2007-03-18Fix Windows Makefiles so clean removes all pdb files (PDB_FILE no longer defi...Bill Meier1-1/+1
2007-01-04Remove duplicate targets.Gerald Combs1-6/+0
2006-12-28Add clean targets to wslua. Fix the config.nmake include in crypt.Gerald Combs1-0/+5
2006-10-17Several changes:Luis Ontanon1-6/+5
2006-10-09add some missing files to the clean targetUlf Lamping1-1/+1
2006-10-03Update nmakefile to latest changes.Luis Ontanon1-5/+7
2006-09-26Lua 5.1.1 for windowsLuis Ontanon1-44/+58
2006-09-25Move the Lua interface into epan... (not a plugin anymore).Luis Ontanon1-0/+69