diff options
author | Bill Meier <wmeier@newsguy.com> | 2014-05-14 11:41:20 -0400 |
---|---|---|
committer | Anders Broman <a.broman58@gmail.com> | 2014-05-14 15:45:49 +0000 |
commit | aa5d91284b6ff2ebbe069c1531e0b3022feb4a85 (patch) | |
tree | b8506227b59c679ed18b965dbc8284cce37db456 /config.nmake | |
parent | fbf33912461247d0afb8733873dc22f1bd656384 (diff) | |
download | wireshark-aa5d91284b6ff2ebbe069c1531e0b3022feb4a85.tar.gz wireshark-aa5d91284b6ff2ebbe069c1531e0b3022feb4a85.tar.bz2 wireshark-aa5d91284b6ff2ebbe069c1531e0b3022feb4a85.zip |
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>
Diffstat (limited to 'config.nmake')
-rw-r--r-- | config.nmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake index 35c098f3a6..64c9c24a20 100644 --- a/config.nmake +++ b/config.nmake @@ -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 |