bugfix to #649: first convert to microseconds, then eventually swap byte ordering...
[obnox/wireshark/wip.git] / config.nmake
1 # $Id$
2
3 # Some more informations about the settings in this file, can be found 
4 # in the file README.win32.
5
6 # The current Ethereal version
7 VERSION=0.10.14
8
9 #
10 # The RC_VERSION should be comma-separated, not dot-separated, 
11 # as per Graham Bloice's message in
12 #
13 #       http://www.ethereal.com/lists/ethereal-dev/200303/msg00283.html
14 #
15 # "The RC_VERSION variable in config.nmake should be comma separated. 
16 # This allows the resources to be built correctly and the version
17 # number to be correctly displayed in the explorer properties dialog
18 # for the executables, and XP's tooltip, rather than 0.0.0.0."
19 #
20 RC_VERSION=0,10,14
21
22 # The version of the wiretap library
23 WTAP_VERSION=0.3
24 RC_WTAP_VERSION=0,3
25
26 #
27 # If you're building with WinPcap 2.3, set WINPCAP_VERSION to 2.3; if
28 # you're building with WinPcap 3.0, set it to 3.0; if you're building
29 # with WinPcap 3.1, set it to 3.1.
30 #
31 # If you're not building with WinPcap at all, don't set it (comment
32 # out or remove the line that sets it).
33 #
34 WINPCAP_VERSION=3.1
35
36
37 # Directory, where your User's Guide reside, relative to the source dir.
38 # (currently unused)
39 #
40 # If you don't have the User's Guide, comment this line out, so that 
41 # ETHEREAL_EUG_DIR isn't defined.
42 #
43 #ETHEREAL_EUG_DIR=docbook/eug_html_chunked
44
45
46 # Base directory, where your libraries reside, which needs to be 
47 # compiling the sources. This is only inside this file.
48 #
49 ETHEREAL_LIBS=C:\ethereal-win32-libs
50
51 #
52 # Current versions of GTK+ 1.3 require GLib 2.0.  Earlier versions of
53 # GTK+ 1.3 are buggy; we don't recommend using them, and we don't
54 # support them.  Upgrade to the current version.
55 #
56 GLIB_VERSION=2.0
57 GLIB_DIR=$(ETHEREAL_LIBS)\glib
58
59 #
60 # This presumes that GTK+ 1.3 packages put header files and libraries
61 # directly in a "gtk+" directory, while GTK+ 2.x developer's packages
62 # put header files in an "include\gtk-{version}" directory and libraries
63 # in a "lib\gtk-{version}" directory.
64 #
65 # It's possible, to build both GTK version 1 and 2 at the same time,
66 # or only one of the versions. GTK version 1 is currently recommended.
67
68 # If you want building with GTK+ 1.3, set GTK1_DIR to the pathname of the 
69 # "gtk+" directory; if you want building with GTK+ 2.x, set GTK2_DIR to 
70 # the pathname of the directory in which the "include" and "lib" directories 
71 # reside.
72 #
73 GTK1_DIR=$(ETHEREAL_LIBS)\gtk+
74 GTK2_DIR=$(ETHEREAL_LIBS)\gtk2
75
76 # Declare the version of your gtk2 and pango. (MAJOR + MINOR Version number
77 # but without MICRO version number) 
78 # These macros are used by the nsis installer script and by the setup target.
79 #
80 #GTK2_INST_VERSION=2.2
81 #PANGO_INST_VERSION=1.2
82 #GTK2_INST_VERSION=2.4
83 #PANGO_INST_VERSION=1.4
84 # GTK 2.6 is the mainline since Ethereal 0.10.14
85 GTK2_INST_VERSION=2.6
86 PANGO_INST_VERSION=1.8
87 # Support for GTK 2.8 is currently experimental ...
88 #GTK2_INST_VERSION=2.8
89 #PANGO_INST_VERSION=1.10
90
91 #
92 # If you have GTK-Wimp, set this to the pathname of the directory in
93 # which the files are stored.
94 #
95 # If you don't have GTK-Wimp, comment this line out, so that GTK-Wimp isn't
96 # defined.
97 #
98 # Please note: GTK 2.8 (and later?) includes GTK-Wimp
99 # (in this case these GTK-Wimp related settings will have no effect)
100 #
101 GTK_WIMP_DIR=$(ETHEREAL_LIBS)\gtk-wimp
102 GTK_THEME_DIR=$(GTK_WIMP_DIR)\Theme\gtk-2.0
103
104 #
105 # If you have Zlib, set this to the pathname of the directory in
106 # which the Zlib headers and .lib file are stored.
107 #
108 # If you don't have Zlib, comment this line out, so that Zlib isn't
109 # defined.
110 #
111 ZLIB_DIR=$(ETHEREAL_LIBS)\zlib123-dll
112
113 #
114 # Set PCAP_DIR to the pathname of the directory in which the WinPcap
115 # developer's pack resides
116 #
117 PCAP_DIR=$(ETHEREAL_LIBS)\WPdpack
118
119 #
120 # Set NET_SNMP_DIR to the pathname of the directory in which the
121 # Net-SNMP include files and library resides.
122 #
123 NET_SNMP_DIR=$(ETHEREAL_LIBS)\net-snmp-5.2.2
124
125 #
126 # If you have GNU ADNS, set this to the pathname of the directory in
127 # which the GNU ADNS .lib file is stored.
128 #
129 # If you don't have GNU ADNS, comment this line out, so that ADNS_DIR
130 # isn't defined.
131 #
132 ADNS_DIR=$(ETHEREAL_LIBS)\adns-1.0-win32-05
133
134 #
135 # If you have the PCRE (Perl Compatible Regular Expressions) library,
136 # set this to the pathname of the directory in which the GNUWIN32
137 # pcre-lib package has been extracted.
138 #
139 # If you don't have PCRE, comment this line out, so that PCRE_DIR
140 # isn't defined.
141 #
142 PCRE_DIR=$(ETHEREAL_LIBS)\pcre-6.4
143
144 #
145 # If you have the Nettle encryption library, set this to the pathname
146 # of the directory in which the nettle package has been extracted.
147 #
148 # If you don't have Nettle, comment this line out, so that NETTLE_DIR
149 # isn't defined.
150 #
151 # NETTLE_DIR=$(ETHEREAL_LIBS)\nettle-1.10
152
153 #
154 # Set ICONV_DIR to the pathname of the directory in which the
155 # ICONV include files and library resides.
156 #
157 ICONV_DIR=$(ETHEREAL_LIBS)\libiconv-1.9.1.bin.woe32
158
159 #
160 # Set GETTEXT_DIR to the pathname of the directory in which the
161 # GETTEXT include files and library resides.
162 #
163 GETTEXT_DIR=$(ETHEREAL_LIBS)\gettext-runtime-0.13.1
164
165 # Compiler flags
166 # /W3  warning level 3 (0 less - 4 most, 1 default)
167 # /Zi  create .pdb file for debugging
168 LOCAL_CFLAGS=/Zi /W3
169
170 # Linker flags
171 # /DEBUG  generate debug info
172 # /PROFILE generate map file(s) for profiling
173 LOCAL_LDFLAGS=/DEBUG
174
175 # Set PDB_FILE according to your VC++ version 
176 PDB_FILE=vc*.pdb
177
178 # Set up the path to the cygwin binaries
179 CYGWIN_PATH=c:\cygwin\bin
180
181 # Set up the path to some required DLLs
182 DLL_PATH=$(GLIB_DIR)\bin;$(GETTEXT_DIR)\bin;$(ICONV_DIR)\bin
183
184
185 # Set the following commands to find the tools.
186 # The easiest way is to use the corresponding packages from cygwin.
187
188 # command for a shell (typically cygwin's bash package)
189 SH=bash
190
191 # command for perl (typically cygwin's perl package)
192 PERL=perl
193
194 # command for pod2man and pod2html (part of the perl package)
195 POD2MAN=$(SH) pod2man
196 POD2HTML=$(SH) pod2html
197
198 # command for python (native windows version)
199 #PYTHON="C:/python23/python.exe"
200 # add native python to the path (not needed if cygwin's python is used)
201 #PATH=c:\python23;$(PATH)
202
203 # command for python (typically cygwin's python package)
204 PYTHON=env python
205
206 # command for lex/flexx (typically cygwin's flex package)
207 LEX=flex
208
209 # command for yacc/bison (typically cygwin's bison package)
210 YACC=bison
211
212 # To build the installer
213 MAKENSIS="C:/program files/nsis/makensis.exe"
214
215 # Choose modern style user interface for the installer.
216 # When using this, make sure you have a supported NSIS
217 # version installed. See "packaging\nsis\ethereal.nsi" for details.
218 #
219 # If you don't want the modern UI (or don't have a recent NSIS version),
220 # comment this line out, so that MAKENSIS_MODERN_UI isn't defined.
221 #
222 MAKENSIS_MODERN_UI=USE
223
224 # To build the developers documentation with doxygen and dot.
225 # Currently experimental only.
226 # You will have to download and install:
227 #
228 # Doxygen from: www.doxygen.org
229 # Graphviz from: http://www.research.att.com/sw/tools/graphviz/
230 #
231 # If you don't want the developers documentation (or don't have the tools),
232 # comment this line out, so that DOXYGEN isn't defined.
233 #
234 #DOXYGEN="C:/program files/doxygen/bin/doxygen.exe"
235
236 # To build compressed html help format .chm from doxygen output.
237 # Currently experimental only.
238 # You will have to download and install the html help compiler from:
239 #
240 # http://msdn.microsoft.com/library/default.asp?url=/library/en-us/htmlhelp/html
241 # /hwMicrosoftHTMLHelpDownloads.asp 
242 #
243 # Then point HHC to the html help compiler exe.
244 #
245 # The .chm file(s) are not generated by default. You will have to generate the 
246 # file(s) by calling the Makefile.nmake's target doxygen.chm in the submodules (epan/gk/...).
247 #
248 #HHC="C:/Program Files/HTML Help Workshop/hhc.exe"
249
250 # According to http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=403
251 # XCOPY under Windows NT doesn't support the "/Y" flag.  This works
252 # around that bug.
253 # XXX - This apparently doesn't work for some versions of nmake:
254 # http://support.microsoft.com/default.aspx?scid=kb;en-us;86814
255 # It looks like we'll have to call "set copycmd=/y" before we run xcopy.
256 COPYCMD=/y
257
258 # If you don't want to build libethereal.dll, you should comment out the
259 # following line. (Note: for plugin support this option must stay activated)
260 ENABLE_LIBETHEREAL=USE
261
262 !IFDEF ENABLE_LIBETHEREAL
263 # Uncomment next line to link plugins with the import library of libethereal.dll 
264 LINK_PLUGINS_WITH_LIBETHEREAL=USE
265 !ENDIF
266
267 #
268 # You should not have to change anything below this comment.
269 # If you do, it's a deficiency in the Makefile.nmake files;
270 # either tell ethereal-dev@ethereal.com about it, including
271 # details of why you had to change it, or fix config.nmake
272 # and any Makefile.nmake files that need to be changed, and
273 # send us the patches, along with details of why the change
274 # was necessary.
275 #
276 GLIB_CFLAGS=/I$(GLIB_DIR)\include\glib-$(GLIB_VERSION) \
277         /I$(GLIB_DIR)\lib\glib-$(GLIB_VERSION)\include
278 GCC_GLIB_CFLAGS=-I$(GLIB_DIR)\include\glib-$(GLIB_VERSION) \
279         -I$(GLIB_DIR)\lib\glib-$(GLIB_VERSION)\include
280 GLIB_LIBS=$(GLIB_DIR)\lib\glib-$(GLIB_VERSION).lib \
281         $(GLIB_DIR)\lib\gmodule-$(GLIB_VERSION).lib \
282         $(GLIB_DIR)\lib\gobject-$(GLIB_VERSION).lib
283
284 # GTK+ 1.3
285 GTK1_CFLAGS=$(GLIB_CFLAGS) /I$(GTK1_DIR)\include /I$(GTK1_DIR)\include\gdk \
286         /I$(GTK1_DIR)\lib\gtk+\include
287 GTK1_LIBS=$(GTK1_DIR)\lib\gtk.lib \
288         $(GTK1_DIR)\lib\gdk.lib \
289         $(GLIB_LIBS)
290
291 # GTK+ 2.x
292 GTK2_CFLAGS=$(GLIB_CFLAGS) /I$(GTK2_DIR)\include\gtk-2.0 \
293         /I$(GTK2_DIR)\lib\gtk-2.0\include \
294         /I$(GTK2_DIR)\include\atk-1.0 \
295         /I$(GTK2_DIR)\include\cairo \
296         /I$(GTK2_DIR)\include\pango-1.0
297 GTK2_LIBS=$(GTK2_DIR)\lib\gtk-win32-2.0.lib \
298         $(GTK2_DIR)\lib\gdk-win32-2.0.lib \
299         $(GTK2_DIR)\lib\gdk_pixbuf-2.0.lib \
300         $(GTK2_DIR)\lib\pango-1.0.lib \
301         $(GLIB_LIBS)
302
303 # the lib dir of GTK2.6 didn't changed since 2.4.0
304 !IF "$(GTK2_INST_VERSION)" == "2.8"
305 GTK2_LIB_DIR=2.4.0
306 NEED_LIBPNG_DLL=USE
307 NEED_CAIRO_DLL=USE
308 GTK_WIMP_DIR=$(GTK2_DIR)\lib\gtk-2.0\$(GTK2_LIB_DIR)\engines
309 GTK_THEME_DIR=$(GTK2_DIR)\share\themes\MS-Windows\gtk-2.0
310 !ELSEIF "$(GTK2_INST_VERSION)" == "2.6"
311 GTK2_LIB_DIR=2.4.0
312 !ELSEIF "$(GTK2_INST_VERSION)" == "2.4"
313 GTK2_LIB_DIR=2.4.0
314 !ELSEIF "$(GTK2_INST_VERSION)" == "2.2"
315 GTK2_LIB_DIR=2.2.0
316 !ENDIF
317
318 # the lib dir of PANGO1.8 didn't changed since 1.4.0
319 !IF "$(PANGO_INST_VERSION)" == "1.10"
320 PANGO_LIB_DIR=1.4.0
321 !ELSEIF "$(PANGO_INST_VERSION)" == "1.8"
322 PANGO_LIB_DIR=1.4.0
323 !ELSEIF "$(PANGO_INST_VERSION)" == "1.4"
324 PANGO_LIB_DIR=1.4.0
325 !ELSEIF "$(PANGO_INST_VERSION)" == "1.2"
326 PANGO_LIB_DIR=1.2.0
327 !ENDIF
328
329
330 !IFDEF WINPCAP_VERSION
331 # Nmake uses carets to escape special characters
332 WINPCAP_CONFIG=^#define HAVE_LIBPCAP 1
333 !IF "$(WINPCAP_VERSION)" == "3.0" || "$(WINPCAP_VERSION)" == "3.1"
334 PCAP_FINDALLDEVS_CONFIG=^#define HAVE_PCAP_FINDALLDEVS 1
335 PCAP_DATALINK_NAME_TO_VAL_CONFIG=^#define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
336 PCAP_DATALINK_VAL_TO_NAME_CONFIG=^#define HAVE_PCAP_DATALINK_VAL_TO_NAME 1
337 WPCAP_CONSTIFIED_CONFIG=^#define WPCAP_CONSTIFIED 1
338 !ELSE
339 PCAP_FINDALLDEVS_CONFIG=
340 PCAP_DATALINK_VAL_TO_NAME_CONFIG=
341 WPCAP_CONSTIFIED=
342 !ENDIF
343 !ELSE
344 WINPCAP_CONFIG=
345 PCAP_FINDALLDEVS_CONFIG=
346 PCAP_DATALINK_NAME_TO_VAL_CONFIG=
347 PCAP_DATALINK_VAL_TO_NAME_CONFIG=
348 WPCAP_CONSTIFIED=
349 !ENDIF
350
351 !IFDEF ZLIB_DIR
352 ZLIB_PATH=$(ZLIB_DIR)
353 ZLIB_CFLAGS=/I$(ZLIB_DIR)\include
354 ZLIB_LIBS=$(ZLIB_DIR)\lib\zdll.lib
355 # Nmake uses carets to escape special characters
356 ZLIB_CONFIG=^#define HAVE_LIBZ 1
357 !else
358 ZLIB_CFLAGS=
359 ZLIB_LIBS=
360 ZLIB_CONFIG=
361 !ENDIF
362
363 !IFDEF ADNS_DIR
364 ADNS_PATH=$(ADNS_DIR)\adns_win32\lib
365 ADNS_CFLAGS=/I$(ADNS_DIR)\src /I$(ADNS_DIR)\adns_win32
366 ADNS_LIBS=$(ADNS_DIR)\adns_win32\lib\adns_dll.lib
367 # Nmake uses carets to escape special characters
368 ADNS_CONFIG=^#define HAVE_GNU_ADNS 1
369 !else
370 ADNS_CFLAGS=
371 ADNS_LIBS=
372 ADNS_CONFIG=
373 !ENDIF
374
375 !IFDEF PCRE_DIR
376 PCRE_PATH=$(PCRE_DIR)\bin
377 PCRE_CFLAGS=/I$(PCRE_DIR)\include
378 PCRE_LIBS=$(PCRE_DIR)\lib\pcre.lib
379 # Nmake uses carets to escape special characters
380 PCRE_CONFIG=^#define HAVE_LIBPCRE 1
381 !else
382 PCRE_CFLAGS=
383 PCRE_LIBS=
384 PCRE_CONFIG=
385 !ENDIF
386
387 !IFDEF NETTLE_DIR
388 NETTLE_CFLAGS=/I$(NETTLE_DIR)
389 NETTLE_LIBS=$(NETTLE_DIR)\libnettle.lib
390 # Nmake uses carets to escape special characters
391 NETTLE_CONFIG=^#define HAVE_LIBNETTLE 1
392 !else
393 NETTLE_CFLAGS=
394 NETTLE_LIBS=
395 NETTLE_CONFIG=
396 !ENDIF
397
398 !IFDEF ENABLE_LIBETHEREAL
399 LIBETHEREAL_CONFIG=^#define HAVE_LIBETHEREALDLL 1
400 !ELSE
401 LIBETHEREAL_CONFIG=
402 !ENDIF
403
404 # Construct the path
405 PATH=$(PATH);$(CYGWIN_PATH);$(DLL_PATH);$(ZLIB_PATH);$(ADNS_PATH)