aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1/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-5/+5
2008-05-05Make it possible to run checkapi on all plugins trough makefile.nmakeAnders Broman1-0/+4
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-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-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-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-04-22Convert most other plugin dissectors to use the make-dissector-regGuy Harris1-3/+51
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-08-26From Lars Roland: don't link with GTK+, as it's not necessary to do so,Guy Harris1-12/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-02-18From Lars Roland: Add support for a combined GTK1/2 Windows installer.Gerald Combs1-1/+5
2004-01-24Added the ability to compile both GTK versions 1 and 2 at the same time.Ulf Lamping1-3/+9
2003-11-06Use "$(OBJECTS)" whenever a complete list of .obj files appears, ratherGuy Harris1-3/+3
2003-10-28This dissector uses GTK+ calls (which no dissector should); until that'sGuy Harris1-3/+3
2003-10-28Fix the Makefile to match other plugin Makefiles.Guy Harris1-21/+21
2003-10-28From Matthias Melchior: plugin to decode BER-encoded ASN.1 messages,Guy Harris1-0/+21