diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-05-14 14:46:44 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-05-14 14:46:44 (GMT) |
commit | 86790dab743b1ed55f106001185c70e1e77f40be (patch) | |
tree | b67d8bde273a12f78f0292df607fd658cf25296f /windows/hdf5bt.BAT | |
parent | ec4ae5213b66274287844b2e05340f342c7c3231 (diff) | |
download | hdf5-86790dab743b1ed55f106001185c70e1e77f40be.zip hdf5-86790dab743b1ed55f106001185c70e1e77f40be.tar.gz hdf5-86790dab743b1ed55f106001185c70e1e77f40be.tar.bz2 |
[svn-r14993] Purpose: Add support for building 64-bit Windows binaries from command line
Description:
We can dynamically detect the host architecture using the PROCESSOR_ARCHITECTURE variable. This allows us to setup our build paths accordingly and build 64-bit Windows binaries from the command line. This allows us to run autotests on 64-bit Windows as well.
Tested:
VS2005 on WinXP x64
VS2005 on WinXP x86
Diffstat (limited to 'windows/hdf5bt.BAT')
-rwxr-xr-x | windows/hdf5bt.BAT | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/hdf5bt.BAT b/windows/hdf5bt.BAT index 192940e..557f9bf 100755 --- a/windows/hdf5bt.BAT +++ b/windows/hdf5bt.BAT @@ -38,6 +38,8 @@ rem - if building with the /useenv option, szip and zlib paths have been adde rem to %include% and %libpath% as necessary.
rem - if using the /log option, hdf5build_log and hdf5_check log should be defined
rem - in the environment.
+rem - The target platform architecture is specified in the environment
+rem variable PROCESSOR_ARCHITECTURE
rem By default, only C and C++ libraries are built and tested.
|