aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/Makefile.nmake
AgeCommit message (Collapse)AuthorFilesLines
2013-06-25makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.Chris Maynard1-1/+1
svn path=/trunk/; revision=50140
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+1
Also remove old WS_VAR_IMPORT define and related Makefile magic everywhere in the project. svn path=/trunk/; revision=47992
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss1-1/+1
from makefiles (and thus from the buildbot). The intention is to be able to tell when a human is running the tool so we can provide more code-review guidance. As a starter, enable the "too many proto_tree_add_text() calls" check when a human is running the tool. svn path=/trunk/; revision=41943
2012-02-24CVARSDLL hasn't been used (is undefined) for a while....Bill Meier1-1/+1
svn path=/trunk/; revision=41180
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
svn path=/trunk/; revision=40762
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-4/+4
- Define macros for certain CFLAGS in config.nmake iso of having defs in each makefile; a. -DHAVE_CONFIG_H and -D_U_="" are now part of a macro named STANDARD_CFLAGS; b. -WX has been replaced by WARNINGS_ARE_ERRORS (defined as -WX in config.nmake) (This allows disabling "Warnings as Errors" by just changing config.nmake) c. CVARSDLL definitions (not usage) have been removed from the various makefiles. XXX: It appears the usage of CVARSDLL can also be removed (not yet done) since: -DWIN32 and -DNULL=0 do not appear to be needed (any more); -D_MT and _D_DLL are not needed since /MP causes these definitions. d. Define a macro WARNINGS_CFLAGS with additional specific compiler (level4) warnings to be enabled. E.G., 4295: array is too small to include a terminating null character - config.nmake: reformat some long lines for readability; - plugins\Makefile.nmake: clean-deps does nothing: remove it (and usage in top-level makefile); - dissectors/Makefile.nmake: test to enable packet-rrc.obj target needs to include MSVC2010 ... svn path=/trunk/; revision=35747
2010-05-28Fix the Windows buildJeff Morriss1-4/+4
svn path=/trunk/; revision=33010
2009-07-16Move th /MP flag setting to LOCAL_CFLAGS set in configure.nmakeAnders Broman1-1/+1
for MSVC variant 2008 only. As suggested by Bill Meier. svn path=/trunk/; revision=29114
2009-07-15Add /MP flag to make use of multi cores.Anders Broman1-1/+1
svn path=/trunk/; revision=29104
2009-06-17Added missing lua_bitop.obj.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=28764
2009-06-16Added Lua BitOp, made by Mike Pall.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=28758
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris1-10/+1
Add checkapi rules to Makefile.am files. svn path=/trunk/; revision=25656
2008-07-01Put printf into a separate "termoutput" API group. For most files,Guy Harris1-1/+1
check for it - but not for TShark plugins, as they are expected to print to the standard output. svn path=/trunk/; revision=25653
2008-06-03Fix run checkapi for more targets.Anders Broman1-0/+15
svn path=/trunk/; revision=25414
2008-04-15attempt to fix init.lua construction in Windows.Luis Ontanon1-1/+1
more diagnostics to make-init-lua.pl svn path=/trunk/; revision=25044
2008-04-14From Marton Nemeth:Luis Ontanon1-1/+1
Addenda and fixes to WSLUA_CLASS_DEFINE documentation Mine: fix init.lua generation svn path=/trunk/; revision=25025
2007-08-02Gak. <> makes it too easy to make these make- scripts do what the restGuy Harris1-1/+12
do, and take $(srcdir) as the first argument. Back the previous changes out, for now. svn path=/trunk/; revision=22441
2007-08-02We have to include Makefile.common if we move definitions we needGuy Harris1-1/+1
there.... svn path=/trunk/; revision=22440
2007-08-02Move the list of source files to a Makefile.common file.Guy Harris1-11/+0
Don't put $(srcdir)/ at the beginning of those file names - other Makefile.am files don't have it, and it appears to break "make distcheck", at least on my Mac OS X 10.4 machine. svn path=/trunk/; revision=22439
2007-03-22add "treat warnings as errors" flag(s)Ulf Lamping1-1/+1
svn path=/trunk/; revision=21125
2007-03-18Fix Windows Makefiles so clean removes all pdb files (PDB_FILE no longer ↵Bill Meier1-1/+1
defined) svn path=/trunk/; revision=21052
2007-01-04Remove duplicate targets.Gerald Combs1-6/+0
svn path=/trunk/; revision=20319
2006-12-28Add clean targets to wslua. Fix the config.nmake include in crypt.Gerald Combs1-0/+5
svn path=/trunk/; revision=20232
2006-10-17Several changes:Luis Ontanon1-6/+5
- do not #include a c code file in wslua_register.c compile a separate boject - add the console and evaluate windows - add some useful vars to the lua environment - some cleanup - add the dtd generator code (currently disabled) svn path=/trunk/; revision=19579
2006-10-09add some missing files to the clean targetUlf Lamping1-1/+1
svn path=/trunk/; revision=19465
2006-10-03Update nmakefile to latest changes.Luis Ontanon1-5/+7
svn path=/trunk/; revision=19411
2006-09-26Lua 5.1.1 for windowsLuis Ontanon1-44/+58
svn path=/trunk/; revision=19324
2006-09-25Move the Lua interface into epan... (not a plugin anymore).Luis Ontanon1-0/+69
- Rename Tap into Listener - add a mechanism to pass protocols' tap data to the Listener svn path=/trunk/; revision=19319