aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/Makefile.nmake
Commit message (Expand)AuthorAgeFilesLines
* Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier2015-01-021-1/+2
* Make Lua taps work in out-of-source-tree builds.Jeff Morriss2014-08-031-1/+1
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-311-2/+0
* Add various functions for Lua directory handling and path infoHadriel Kaplan2014-03-261-0/+2
* Add capture file reader/writer support for Lua so scripts can implement new c...Michael Mann2014-03-191-0/+2
* Add GLib's regex library into LuaHadriel Kaplan2014-03-101-0/+6
* And we need wslua_internals.obj as well.Guy Harris2014-02-211-8/+9
* Need to include wslua_internals.c here as well.Guy Harris2014-02-211-1/+2
* Adds support for Lua struct library so one can pack/unpack binary structuresHadriel Kaplan2014-02-141-0/+2
* Adds support for Lua Int64 and UInt64 operators, functions, and generalHadriel Kaplan2014-02-041-0/+2
* makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.Chris Maynard2013-06-251-1/+1
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-1/+1
* Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2012-04-041-1/+1
* CVARSDLL hasn't been used (is undefined) for a while....Bill Meier2012-02-241-1/+1
* Add *.sbr files to the clean target.Anders Broman2012-01-291-1/+1
* A bit of Windows makefiles rework and cleanup:Bill Meier2011-02-021-4/+4
* Fix the Windows buildJeff Morriss2010-05-281-4/+4
* Move th /MP flag setting to LOCAL_CFLAGS set in configure.nmakeAnders Broman2009-07-161-1/+1
* Add /MP flag to make use of multi cores.Anders Broman2009-07-151-1/+1
* Added missing lua_bitop.obj.Stig Bjørlykke2009-06-171-0/+1
* Added Lua BitOp, made by Mike Pall.Stig Bjørlykke2009-06-161-0/+1
* Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris2008-07-021-10/+1
* Put printf into a separate "termoutput" API group. For most files,Guy Harris2008-07-011-1/+1
* Fix run checkapi for more targets.Anders Broman2008-06-031-0/+15
* attempt to fix init.lua construction in Windows.Luis Ontanon2008-04-151-1/+1
* From Marton Nemeth:Luis Ontanon2008-04-141-1/+1
* Gak. <> makes it too easy to make these make- scripts do what the restGuy Harris2007-08-021-1/+12
* We have to include Makefile.common if we move definitions we needGuy Harris2007-08-021-1/+1
* Move the list of source files to a Makefile.common file.Guy Harris2007-08-021-11/+0
* add "treat warnings as errors" flag(s)Ulf Lamping2007-03-221-1/+1
* Fix Windows Makefiles so clean removes all pdb files (PDB_FILE no longer defi...Bill Meier2007-03-181-1/+1
* Remove duplicate targets.Gerald Combs2007-01-041-6/+0
* Add clean targets to wslua. Fix the config.nmake include in crypt.Gerald Combs2006-12-281-0/+5
* Several changes:Luis Ontanon2006-10-171-6/+5
* add some missing files to the clean targetUlf Lamping2006-10-091-1/+1
* Update nmakefile to latest changes.Luis Ontanon2006-10-031-5/+7
* Lua 5.1.1 for windowsLuis Ontanon2006-09-261-44/+58
* Move the Lua interface into epan... (not a plugin anymore).Luis Ontanon2006-09-251-0/+69