aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/Makefile.nmake
Commit message (Expand)AuthorAgeFilesLines
* Now that Python is mandatory on Windows, remove checks for it from nmakefilesРоман Донченко2014-08-091-12/+1
* make-dissectors-reg: optimize by factoring out the loopsРоман Донченко2014-07-061-5/+5
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-311-2/+0
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-1/+1
* Make the other plugin makefiles use the new style introduced in the MATEGuy Harris2013-02-091-14/+10
* Windows: Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt ...Bill Meier2012-06-011-2/+2
* Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2012-04-041-1/+1
* Add *.sbr files to the clean target.Anders Broman2012-01-291-1/+1
* A bit of Windows makefiles rework and cleanup:Bill Meier2011-02-021-2/+3
* Run checkapi on the dissector header filesJeff Morriss2009-09-131-0/+1
* We no longer support the old plugin API so remove it completely from the buil...Kovarththanan Rajaratnam2009-09-091-1/+1
* Disable manifest building for our DLLs. This attempts to fix bug 3272.Gerald Combs2009-03-021-3/+0
* add missing mt.exe calls, to include manifest files into exe / dll filesUlf Lamping2009-02-021-0/+3
* Put printf into a separate "termoutput" API group. For most files,Guy Harris2008-07-011-1/+1
* Add support for "API groups" in checkAPIs.pl. Make the "prohibited"Gerald Combs2008-06-261-1/+1
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-4/+4
* Run checkAPI in plugins dir.Anders Broman2008-05-081-1/+3
* Make it possible to run checkapi on all plugins trough makefile.nmakeAnders Broman2008-05-051-0/+3
* Create proper dependancies for plugin.cJaap Keuter2008-03-011-1/+2
* Add .c.obj:: inference rule (to cause "batch compile") Bill Meier2007-08-271-0/+3
* Use $(PLUGIN_LDFLAGS) for LDFLAGS.Guy Harris2007-05-271-1/+1
* Clean up white space.Guy Harris2007-05-271-1/+0
* Convert to the new style of building plugins; hopefully this'll fix theGuy Harris2007-05-261-19/+76
* From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs2007-05-251-0/+40