aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
AgeCommit message (Collapse)AuthorFilesLines
2007-04-11try linking against user32.lib and wsock32.libRichard van der Hoff1-0/+1
svn path=/trunk/; revision=21386
2007-04-11fix typosRichard van der Hoff1-4/+5
svn path=/trunk/; revision=21382
2007-04-11right; this is going badly.Richard van der Hoff1-18/+4
Let's take a different tack: include only the bare minimum, and set up stubs for everything else. svn path=/trunk/; revision=21379
2007-04-10user32.lib and wsock32.lib shouldn't be make dependenciesRichard van der Hoff1-1/+1
svn path=/trunk/; revision=21365
2007-04-10more libs, more stubs... i'll get there one dayRichard van der Hoff1-0/+3
svn path=/trunk/; revision=21363
2007-04-08hrm, we even need dissectors.libRichard van der Hoff1-0/+1
svn path=/trunk/; revision=21353
2007-04-08another go at making reassemble_test build: give it lots more librariesRichard van der Hoff1-2/+16
svn path=/trunk/; revision=21352
2007-04-07link reassemble_test against the right libraryRichard van der Hoff1-2/+2
svn path=/trunk/; revision=21351
2007-04-06Remove build detritusGraham Bloice1-1/+1
svn path=/trunk/; revision=21347
2007-04-03Set $(LINK). I swear I'll get there in a minute with this.Richard van der Hoff1-0/+2
svn path=/trunk/; revision=21319
2007-04-03hmm, apparently $^ doesn't work for nmakeRichard van der Hoff1-3/+3
svn path=/trunk/; revision=21318
2007-04-03rules for making the unit testsRichard van der Hoff1-2/+23
svn path=/trunk/; revision=21316
2007-03-28Improved cleanup of build artifactsGraham Bloice1-1/+1
svn path=/trunk/; revision=21249
2007-03-25remove remaining warnings in epan dir and set the "treat warning as error" ↵Ulf Lamping1-1/+1
barrier (epan/dissectors still waiting for a cleanup) svn path=/trunk/; revision=21181
2007-02-07* Add a category param to the uat.Luis Ontanon1-4/+1
* UATify SNMP Users svn path=/trunk/; revision=20736
2007-01-31Add uat_load.c to the distclean target for generated files.Anders Broman1-1/+1
svn path=/trunk/; revision=20655
2007-01-28Although yet untested (but it compiles and is still unused) add UAT to the repo.Luis Ontanon1-0/+3
UAT is an API to handle User Accessible Tables, an UAT is basically an array of arbitrary structs that has a file representation as a mean for mantaining things like: - the snmp_users_table - dfilter macros - ipsec/ssl key bindings - k12 configuration, - and many other table-like user modifiable preferences comming soon gtk's uat_window() and prefs_add_uat() uat.h is fairly doc[uo]m[m]?ented, a README with a simple example of how is to be used will be available as I write them svn path=/trunk/; revision=20586
2007-01-14on my way to fix #301:Ulf Lamping1-1/+1
add a function get_persdatafile_dir() that will return the users personal default data dir Win32:"My Documents" UNIX:"" (for the current dir) svn path=/trunk/; revision=20431
2007-01-11load_snmp_users_file.c needs to be rebuilt after distclean to make tarballs ↵Anders Broman1-1/+1
work on Windows. svn path=/trunk/; revision=20395
2007-01-09the forgotten file strikes again...Luis Ontanon1-0/+3
svn path=/trunk/; revision=20355
2007-01-03remove the PDB_FILE setting from config.nmake - there's no real need for ↵Ulf Lamping1-2/+4
this info add some missing files to the clean targets svn path=/trunk/; revision=20290
2006-12-28Move the contents of airpdcap to epan/crypt. Try to fix the currentGerald Combs1-9/+21
distcheck failure. Move the nmake build targets for airpdcap from epan/dissectors to epan. This will probably break the Windows build. svn path=/trunk/; revision=20231
2006-12-04Use 'igncr' as needed with Bash (workaround for bug report 1162);Bill Meier1-1/+1
Change usage of 'nmake' to $(MAKE) /$(MAKEFLAGS) in a few places; Add one missing /$(MAKEFLAGS); svn path=/trunk/; revision=20034
2006-09-26Don't try to build wslua if LUA_DIR isn't defined.Gerald Combs1-7/+15
svn path=/trunk/; revision=19330
2006-09-26Lua 5.1.1 for windowsLuis Ontanon1-6/+20
svn path=/trunk/; revision=19324
2006-09-11tweak the nmake build so the NET-SNMP library is in fact optional (as it is ↵Ulf Lamping1-1/+1
in the UNIX builds) svn path=/trunk/; revision=19196
2006-08-05config and makefile magic we need when we integrate kerberos for windows ↵Ronnie Sahlberg1-0/+1
with the w32 build disabled for now svn path=/trunk/; revision=18838
2006-08-04ethereal -> wireshark.Gerald Combs1-4/+4
svn path=/trunk/; revision=18836
2006-07-20snprintf -> g_snprintf. Fix up whitespace.Gerald Combs1-1/+0
svn path=/trunk/; revision=18776
2006-06-17ethereal to wireshark changeRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18497
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-17/+17
changes here. It compiles OK on OS X, but hasn't been tested anywhere else. svn path=/trunk/; revision=18260
2006-03-18Add some dependencies for libethereal.dll, so it gets re-build, if someone ↵Lars Roland1-2/+4
just changes a source file in a subdirectory (e.g. a dissector) svn path=/trunk/; revision=17661
2006-02-09From Bill MeierLars Roland1-1/+5
The following patch prevents a windows nmake of Ethereal from relinking libethereal.dll when DOXYGEN is not defined in config.nmake and there are no changes to libethereal.dll dependents. svn path=/trunk/; revision=17224
2006-02-06From Paolo Abeni:Guy Harris1-1/+2
Set up to build on Windows if we have GNU TLS. Define "ssl_data_set()" regardless of whether we have GNU TLS or not, as it's used in either case. Get rid of an extra #include of epan/gnuc_format_check.h. svn path=/trunk/; revision=17177
2005-09-12Get rid of "dtd_grammar.out" on a "make distclean".Guy Harris1-6/+10
Get rid of all the Flex-generated (and Lemon-generated) files on a "nmake -f Makefile.nmake distclean". svn path=/trunk/; revision=15770
2005-09-10fix MSVC slash/backslash and other such problems, now getting:Ulf Lamping1-4/+4
dtd_preparse.obj : error LNK2001: Nichtaufgeloestes externes Symbol _fgetln MSVC doesn't support fgetln! svn path=/trunk/; revision=15749
2005-09-10Make sure lemon is built before trying to use itLuis Ontanon1-1/+1
svn path=/trunk/; revision=15748
2005-09-10nmake does not have the $^ macroLuis Ontanon1-1/+1
svn path=/trunk/; revision=15746
2005-09-10the dtd parser (still missing the glue) and few fixes to packet-xml.cLuis Ontanon1-0/+14
svn path=/trunk/; revision=15745
2005-09-07Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in orderGerald Combs1-2/+2
to fix compilation under Windows NT. This should fix bug 403. The changes were made using "find . -name Makefile.nmake | xargs perl -pi.bak -e 's: /y::i'". They appear to work under XP, but if anything broke I blame Larry Wall. svn path=/trunk/; revision=15710
2005-08-04Put in comments explaining why we're removing some generated files withGuy Harris1-0/+7
"make distclean", even though they come with the distribution, and make the one in plugins/xml/Makefile.nmake match the one in some other files. svn path=/trunk/; revision=15214
2005-07-24Autogenerate the sminmpec.c file from iana's enterprise-numbers fileLuis Ontanon1-0/+3
svn path=/trunk/; revision=15033
2005-07-17add radius_dict.c to the distclean target, don't know how to do this for ↵Ulf Lamping1-1/+1
Makefile.am svn path=/trunk/; revision=14944
2005-07-15Radius Dictionary SupportLuis Ontanon1-0/+2
Part 3: the makefiles svn path=/trunk/; revision=14926
2005-04-26BACAPP updatesRonnie Sahlberg1-0/+1
svn path=/trunk/; revision=14188
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-0/+9
files. Do this with GENERATED_HEADER_FILES, GENERATED_C_FILES, and GENERATED_FILES macros in Makefile.common files, along the lines of what wiretap/Makefile.common has. Clean up "*~" files with "make clean" rather than only "make distclean" in some additional places. Add "maintainer-clean" rules to the Makefile.nmake files, paralelling the ones in the automake-generated Makefile.in files, using the GENERATED_FILES macros from Makefile.common files. In some cases, move the cleanup of files from "make distclean" to "make maintainer-clean", and in other cases, put in a comment indicating why we're not doing that (because some files that are distributed in the source tarballs, namely Flex output, were built with a UN*X Flex and won't compile on Windows, so we get rid of them with "make distclean" so you can clean up stuff that *has* to be re-generated for Windows). Clean up some *CLEANFILES definitions - get rid of ones that no longer apply as files were moved or that add to the definition a name that's already there. svn path=/trunk/; revision=13402
2005-02-13change nmake makefiles in /trunk and /trunk/epan so thatLars Roland1-3/+15
object code for libethereal.dll isn't generated by the makefile in /trunk. Having no code in /trunk linked into libethereal.dll anymore, the definition of the macro _NEED_VAR_IMPORT_ can be moved from various source files in /trunk to /trunk/Makefile.nmake . So do that, too. svn path=/trunk/; revision=13389
2005-02-10clean up makefiles.Lars Roland1-14/+4
especially /trunk/Makefile.nmake doesn't have to include /trunk/epan/Makefile.common anymore. svn path=/trunk/; revision=13368
2004-10-15Updates to reflect revision 4 of ethereal-win32-libs.Gerald Combs1-1/+1
svn path=/trunk/; revision=12305
2004-10-15Add support for decoding DES3/CBC/MD5 keys. Make it disabled by default.Gerald Combs1-0/+1
Whitespace cleanup. svn path=/trunk/; revision=12304