aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimaxasncp/Makefile.nmake
AgeCommit message (Collapse)AuthorFilesLines
2009-04-16Fix Win64 compilation problems in the plugins directory.Gerald Combs1-1/+7
svn path=/trunk/; revision=28064
2009-03-02Disable manifest building for our DLLs. This attempts to fix bug 3272.Gerald Combs1-3/+0
svn path=/trunk/; revision=27579
2009-02-02add missing mt.exe calls, to include manifest files into exe / dll filesUlf Lamping1-0/+3
svn path=/trunk/; revision=27357
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-26Add support for "API groups" in checkAPIs.pl. Make the "prohibited"Gerald Combs1-1/+1
and "deprecated" groups the default. Add an "abort" group for code that shouldn't exit the program. Update the makefiles to call "checkAPIs.pl -g abort" for dissectors. Remove a dependency on "cat" in checkAPIs.pl. svn path=/trunk/; revision=25614
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-5/+5
libwireshark (and the plugins using those functions) do not depend on wiretap on Windows. While doing that, rename the eth_* functions to ws_*. svn path=/trunk/; revision=25354
2008-05-05Make it possible to run checkapi on all plugins trough makefile.nmakeAnders Broman1-0/+3
Note: Commented out in the plugins giving errors for now. svn path=/trunk/; revision=25231
2008-03-01Create proper dependancies for plugin.cJaap Keuter1-1/+2
svn path=/trunk/; revision=24520
2007-11-05Delete generated files at distclean.Anders Broman1-0/+1
svn path=/trunk/; revision=23368
2007-10-12Fix wimaxasncp compilation under Windows. Rename a macro that's definedGerald Combs1-6/+4
by the platform SDK, cast an int, and use the top-level Makefile.nmake.inc to build wimaxasncp_dict.{c|obj}. svn path=/trunk/; revision=23165
2007-10-12Another blind attempt to fix the Windows buildbot.Martin Mathieson1-1/+4
Could someone please review this (I'm leaving for the day soon)? svn path=/trunk/; revision=23164
2007-10-12Add targets for lex compilation.Martin Mathieson1-0/+6
svn path=/trunk/; revision=23162
2007-09-06Add .c.obj:: inference rule (to cause "batch compile")Guy Harris1-0/+3
svn path=/trunk/; revision=22809
2007-09-06Add wimaxasncp plugin folder contents (other changes will follow)Martin Mathieson1-0/+96
svn path=/trunk/; revision=22800