aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/Makefile.nmake
AgeCommit message (Expand)AuthorFilesLines
2012-06-01Windows: Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt ...Bill Meier1-2/+2
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss1-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-2/+3
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-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-4/+4
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-0/+3
2007-05-27Use $(PLUGIN_LDFLAGS) for LDFLAGS.Guy Harris1-1/+1
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-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-03clean should also remove generated plugin.c and manifest filesUlf Lamping1-2/+3
2006-12-19Add Windows version info resource.Jaap Keuter1-8/+22
2006-10-29put every python script name into "" so the call won't fail on Win32 native p...Ulf Lamping1-1/+1
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-3/+3
2006-05-14Use $(PLUGIN_NAME) wherever possible, so that we have a Makefile.nmakeGuy Harris1-5/+5
2006-04-22Convert most other plugin dissectors to use the make-dissector-regGuy Harris1-1/+1
2006-04-20Rename "make-reg-dotc" to "make-dissector-reg", and do the same for theGuy Harris1-2/+2
2006-04-19register.c and register.obj are no longer used.Guy Harris1-3/+3
2006-04-19The rule makes plugin.c, not register.c.Guy Harris1-1/+1
2006-04-19Update comments.Guy Harris1-22/+23
2006-04-17Pull the plugin-specific code into "plugin.c", and generate aGuy Harris1-15/+48
2006-02-01From Eric Hultin:Anders Broman1-1/+3
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
2004-10-01From Lars Roland: we need to define _NEED_VAR_IMPORT_ in plugins if weGuy Harris1-2/+2
2004-09-29From Lars Roland: add an option to link plugins with libethereal ratherGuy Harris1-2/+11
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-03-17From Brian Wheeler: DOCSIS 2.0 support.Guy Harris1-2/+3
2003-11-06Use "$(OBJECTS)" whenever a complete list of .obj files appears, ratherGuy Harris1-15/+3
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris1-1/+3
2003-06-14Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based onGuy Harris1-2/+2
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onGuy Harris1-4/+2
2002-09-10From Anand Narwani: support for Cisco vendor-specific TLVs.Guy Harris1-4/+5
2002-07-16Get rid of carriage returns.Guy Harris1-43/+43
2002-07-12From Anand V. Narwani:Guy Harris1-0/+43