diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2007-05-14 18:50:54 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2007-05-14 18:50:54 (GMT) |
commit | 1726061075e9adc99ac2286fb542438acc79c4ab (patch) | |
tree | 560b67affc9da8767294bcb8c65a9eeeb0726701 | |
parent | f0f73065e32f0efa7237e37b97bea8d42c6e5cfa (diff) | |
download | hdf5-1726061075e9adc99ac2286fb542438acc79c4ab.zip hdf5-1726061075e9adc99ac2286fb542438acc79c4ab.tar.gz hdf5-1726061075e9adc99ac2286fb542438acc79c4ab.tar.bz2 |
[svn-r13752] Added an include to the ohdr testfile generator code to fix an issue with Visual Studio. I've also turned this project on by default in Windows.
Tested:
VS6 on WinXP
kagiso
-rw-r--r-- | test/gen_bogus.c | 3 | ||||
-rwxr-xr-x | windows/proj/all/all.dsw | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/test/gen_bogus.c b/test/gen_bogus.c index 6078e71..93ed08c 100644 --- a/test/gen_bogus.c +++ b/test/gen_bogus.c @@ -20,7 +20,8 @@ * Purpose: This program is run to generate an HDF5 data file with several * datasets that have "bogus" messages in their object header. */ - +
+#include "H5private.h" #include "hdf5.h" #include "H5Oprivate.h" diff --git a/windows/proj/all/all.dsw b/windows/proj/all/all.dsw index 92f6d43..ed057b8 100755 --- a/windows/proj/all/all.dsw +++ b/windows/proj/all/all.dsw @@ -464,6 +464,9 @@ Package=<4> Begin Project Dependency
Project_Dep_Name testhdf5_cppdll
End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name ohdr_gentst
+ End Project Dependency
}}}
###############################################################################
|