aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/Makefile.nmake
AgeCommit message (Expand)AuthorFilesLines
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-3/+6
2009-09-13Run checkapi on the dissector header filesJeff Morriss1-1/+1
2009-09-09We no longer support the old plugin API so remove it completely from the buil...Kovarththanan Rajaratnam1-1/+1
2009-04-16Fix Win64 compilation problems in the plugins directory.Gerald Combs1-1/+4
2009-03-15Go a little deeper into the Win64 rabbit-hole. Add tools/native-nmake.cmdGerald Combs1-3/+3
2009-03-02Disable manifest building for our DLLs. This attempts to fix bug 3272.Gerald Combs1-3/+0
2009-02-02add missing mt.exe calls, to include manifest files into exe / dll filesUlf Lamping1-0/+3
2008-07-01Put printf into a separate "termoutput" API group. For most files,Guy Harris1-1/+1
2008-06-26Add support for "API groups" in checkAPIs.pl. Make the "prohibited"Gerald Combs1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-5/+5
2008-05-05Make it possible to run checkapi on all plugins trough makefile.nmakeAnders Broman1-0/+3
2008-03-01Create proper dependancies for plugin.cJaap Keuter1-1/+2
2007-08-27Add .c.obj:: inference rule (to cause "batch compile") Bill Meier1-1/+1
2007-08-04Add a script as a front-end for Flex, to work around various problems,Guy Harris1-1/+5
2007-08-01Add a Makefile.nmake.inc file, to hold rules etc. used by multipleGuy Harris1-6/+3
2007-08-01Use a common .l.c rule for running Flex on .l files, just as is done onGuy Harris1-2/+6
2007-05-27Clean up white space.Guy Harris1-2/+3
2007-04-05Add the make-dissector-reg scripts to the dependency list for each copyGerald Combs1-1/+1
2007-03-25all warnings removed in the meantime, "treat warnings as errors" :-)Ulf Lamping1-1/+1
2007-03-22leave out the mate plugin for now, so buildbot might compile again ...Ulf Lamping1-1/+1
2007-03-21set CFLAGS to block new warnings for all plugins (except for giop and h223, w...Ulf Lamping1-1/+1
2007-02-26-Add the compiler version to the plugin resourceJaap Keuter1-0/+1
2007-01-12Win32: MSVC > 6 doesn't work well with Unicode filenames!Ulf Lamping1-1/+1
2007-01-06add experimental support for some more of the MSVC_VARIANTs:Ulf Lamping1-1/+1
2007-01-03clean should also remove generated plugin.c and manifest filesUlf Lamping1-2/+3
2006-12-18Update plugin to the current plugin design.Jaap Keuter1-15/+69
2006-12-05Add a few missing /$(MAKEFLAGS)Bill Meier1-1/+1
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-3/+3
2005-08-04Put in comments explaining why we're removing some generated files withGuy Harris1-0/+9
2005-05-16let's get things right, we are in plugins/mate not epan/dfilter (from which I...Luis Ontanon1-1/+1
2005-05-16Forgot this one in the last checkin!Luis Ontanon1-2/+23
2005-03-05Preparations for dropping the old plugin api.Lars Roland1-4/+3
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-0/+2
2005-01-07From Luis Ontanon:Lars Roland1-1/+5
2004-12-16Patch for Mate Plugin.Lars Roland1-3/+3
2004-12-12Fixes for Mate Plugin:Lars Roland1-3/+3
2004-12-11New Plugin from Luis Ontanon:Lars Roland1-0/+30