diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-05-14 14:54:21 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-05-14 14:54:21 (GMT) |
commit | 4261982ea1fcd3322b6d8b545a739947a37440b4 (patch) | |
tree | afd9b02b781158d9707fa0cd49e01f77c56fa844 /windows/hdf5bt.BAT | |
parent | 4297f8cc78a7ca0f1e190e62806e9c63a945756c (diff) | |
download | hdf5-4261982ea1fcd3322b6d8b545a739947a37440b4.zip hdf5-4261982ea1fcd3322b6d8b545a739947a37440b4.tar.gz hdf5-4261982ea1fcd3322b6d8b545a739947a37440b4.tar.bz2 |
[svn-r14994] 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 c03027a..07f5b98 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.
|