aboutsummaryrefslogtreecommitdiffstats
path: root/image/Makefile.nmake
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2011-01-28 00:21:05 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2011-01-28 00:21:05 +0000
commit39582e8f3bcfda313459cbb65e7bc1ecec402ed8 (patch)
tree7853ee0fb3c3c2e7117762f10e43e251b31ae3bc /image/Makefile.nmake
parentf434c672383852a934434bc02492ea6d41ea8f55 (diff)
Use the correct processor architecture in our manifest. This lets us
create a usable wireshark.exe for x64 using Visual C++ 10. Change the name of VCREDIST_DLL to PROCESSOR_ARCHITECTURE to more accurately reflect what it's used for. Allow MSVC_VARIANT to be set from the system environment, mainly to keep me from accidentally clobbering it in the future. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35687 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'image/Makefile.nmake')
-rw-r--r--image/Makefile.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/image/Makefile.nmake b/image/Makefile.nmake
index e0b929fdc8..adddb9a1c0 100644
--- a/image/Makefile.nmake
+++ b/image/Makefile.nmake
@@ -13,6 +13,7 @@ wireshark.exe.manifest: wireshark.exe.manifest.in ..\config.nmake
sed -e s/@VERSION_MAJOR@/$(VERSION_MAJOR)/ \
-e s/@VERSION_MINOR@/$(VERSION_MINOR)/ \
-e s/@VERSION_MICRO@/$(VERSION_MICRO)/ \
+ -e s/@PROCESSOR_ARCHITECTURE@/$(PROCESSOR_ARCHITECTURE)/ \
< wireshark.exe.manifest.in > $@
wireshark.rc : file_dlg_win32.rc wireshark.rc.in wireshark.exe.manifest ..\config.nmake