Add a comment indicating that 'PLATFORM' is apparently set only for X64.

Change-Id: I5248c421e53a4347789c076433af004697a1b682
Reviewed-on: https://code.wireshark.org/review/1637
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Bill Meier 2014-05-14 11:41:20 -04:00 committed by Anders Broman
parent fbf3391246
commit aa5d91284b
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ PROGRAM_NAME=Wireshark
##### Target platform #####
# Pick up the value from the environment, VS2012 onwards sets this via vcvarsall.bat
# Pick up the value from the environment, VS2012 onwards sets PLATFORM via
# vcvarsall.bat (it appears for X64 only).
# For VS2010 and earlier you'll have to set the value yourself
!IF "$(PLATFORM)" == "X64"
WIRESHARK_TARGET_PLATFORM=win64