diff options
author | Gerald Combs <gerald@wireshark.org> | 2010-05-06 23:58:18 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2010-05-06 23:58:18 +0000 |
commit | 55c48a28ed76da26e3343943bb8a2471045f0058 (patch) | |
tree | 21f05d76dc7e371196a44da705e51678bd6dfa53 /config.nmake | |
parent | 570a693a09a6adba55ff6d9ce941dec1afe086cb (diff) | |
download | wireshark-55c48a28ed76da26e3343943bb8a2471045f0058.tar.gz wireshark-55c48a28ed76da26e3343943bb8a2471045f0058.tar.bz2 wireshark-55c48a28ed76da26e3343943bb8a2471045f0058.zip |
Our default target platform is still win32.
svn path=/trunk/; revision=32698
Diffstat (limited to 'config.nmake')
-rw-r--r-- | config.nmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake index 9077bb24e1..5bba362a6d 100644 --- a/config.nmake +++ b/config.nmake @@ -7,7 +7,7 @@ # Only "win32" and "win64" are valid (for now). # This can be defined in the system environment. !IFNDEF WIRESHARK_TARGET_PLATFORM -WIRESHARK_TARGET_PLATFORM=win64 +WIRESHARK_TARGET_PLATFORM=win32 !ENDIF ##### Versions ##### |