Wireshark-commits: [Wireshark-commits] rev 36616: /trunk/ /trunk/tools/: win64-setup.sh /trunk/: Ma
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36616
User: etxrab
Date: 2011/04/12 09:47 PM
Log:
Build win64 with a modified zlib (google is your friend).
http://www.apachehaus.com/forum/index.php?action=printpage;topic=143.0
First problem: ZLIB build must be fixed for x64, otherwise there will be one unresolved external symbol later. Quick fix is to open build\win32\build_zlib.bat and insert this at line 51:
set ASM_OPTS=AS=ml64 LOC="-DASMV -DASMINF" OBJA="inffasx64.obj gvmat64.obj inffas8664.obj"
(info found in zlib\win32\Makefile.msc) and then open zlib\contrib\masmx64\inffas8664.c and prepend "../../" to four includes at the beginning.
Directory: /trunk/tools/
Changes Path Action
+1 -1 win64-setup.sh Modified
Directory: /trunk/
Changes Path Action
+2 -2 Makefile.nmake Modified
+3 -3 config.nmake Modified