Our default target platform is still win32.

svn path=/trunk/; revision=32698
This commit is contained in:
Gerald Combs 2010-05-06 23:58:18 +00:00
parent 570a693a09
commit 55c48a28ed
1 changed files with 1 additions and 1 deletions

View File

@ -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 #####