summaryrefslogtreecommitdiffstats
path: root/windows/hdf5bt.BAT
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-05-14 14:54:21 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-05-14 14:54:21 (GMT)
commit4261982ea1fcd3322b6d8b545a739947a37440b4 (patch)
treeafd9b02b781158d9707fa0cd49e01f77c56fa844 /windows/hdf5bt.BAT
parent4297f8cc78a7ca0f1e190e62806e9c63a945756c (diff)
downloadhdf5-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-xwindows/hdf5bt.BAT2
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.