From 6f175a8ff2545f8b6ebc7050e57e141355c6a5ea Mon Sep 17 00:00:00 2001 From: Scott Wegner Date: Wed, 27 Jun 2007 14:13:45 -0500 Subject: [svn-r13922] Purpose: First step in VS6 Depreciation Desciption: This is the first major check-in in the process of depreciating Visual Studio 6.0. We create a new directory, windows_vs6, which now holds all of our previous VS6 project files. We expect to maintain this directory for only a short time (perhaps one release), so users have time to make the change. The ./windows directory now contains project files for Visual Studio .Net, as well as existing source and test scripts. This will allow us to greatly simplify the build process for the majority of our users. We have created a new solution (.Net equivolent of workspace) that houses the Fortran project files. This allowed us to remove these files from the main solution, as well as streamline the conversion in the Fortran solution. It is also much easier now to convert to Visual Studio 2005 files. Notes: I didn't update the MANIFEST with this check-in, I will make those changes shortly. Also, I haven't yet updated the documentation to reflect this check-in. That is going to require more work. We will be giving a seminar in the coming weeks about .Net and how to migrate over. Tested: VS6/VNET/VS2005 on WinXP 32/64-bit --- .../c++/examples/allcppexamples/allcppexamples.dsp | 89 - .../c++/examples/allcppexamples/allcppexamples.dsw | 239 - .../c++/examples/allcppexamples/allcppexamples.sln | 149 + .../examples/allcppexamples/allcppexamples.vcproj | 136 + windows/c++/examples/chunkstest/chunkstest.dsp | 95 - windows/c++/examples/chunkstest/chunkstest.vcproj | 166 + .../c++/examples/chunkstestdll/chunkstestdll.dsp | 95 - .../examples/chunkstestdll/chunkstestdll.vcproj | 164 + windows/c++/examples/compoundtest/compoundtest.dsp | 95 - .../c++/examples/compoundtest/compoundtest.vcproj | 166 + .../examples/compoundtestdll/compoundtestdll.dsp | 95 - .../compoundtestdll/compoundtestdll.vcproj | 164 + windows/c++/examples/createtest/createtest.dsp | 93 - windows/c++/examples/createtest/createtest.vcproj | 166 + .../c++/examples/createtestdll/createtestdll.dsp | 94 - .../examples/createtestdll/createtestdll.vcproj | 164 + .../c++/examples/extend_dstest/extend_dstest.dsp | 93 - .../examples/extend_dstest/extend_dstest.vcproj | 166 + .../examples/extend_dstestdll/extend_dstestdll.dsp | 94 - .../extend_dstestdll/extend_dstestdll.vcproj | 164 + windows/c++/examples/h5grouptest/h5grouptest.dsp | 93 - .../c++/examples/h5grouptest/h5grouptest.vcproj | 166 + .../c++/examples/h5grouptestdll/h5grouptestdll.dsp | 94 - .../examples/h5grouptestdll/h5grouptestdll.vcproj | 164 + windows/c++/examples/readdatatest/readdatatest.dsp | 93 - .../c++/examples/readdatatest/readdatatest.vcproj | 166 + .../examples/readdatatestdll/readdatatestdll.dsp | 94 - .../readdatatestdll/readdatatestdll.vcproj | 164 + .../c++/examples/writedatatest/writedatatest.dsp | 93 - .../examples/writedatatest/writedatatest.vcproj | 166 + .../examples/writedatatestdll/writedatatestdll.dsp | 94 - .../writedatatestdll/writedatatestdll.vcproj | 164 + windows/c++/test/dsets_cpp/dsets_cpp.dsp | 111 - windows/c++/test/dsets_cpp/dsets_cpp.vcproj | 213 + windows/c++/test/dsets_cppdll/dsets_cppdll.dsp | 111 - windows/c++/test/dsets_cppdll/dsets_cppdll.vcproj | 213 + windows/c++/test/testhdf5_cpp/testhdf5_cpp.dsp | 152 - windows/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj | 381 + .../c++/test/testhdf5_cppdll/testhdf5_cppdll.dsp | 148 - .../test/testhdf5_cppdll/testhdf5_cppdll.vcproj | 379 + windows/examples/allexamples/allexamples.dsp | 90 - windows/examples/allexamples/allexamples.dsw | 299 - windows/examples/allexamples/allexamples.sln | 185 + windows/examples/allexamples/allexamples.vcproj | 135 + windows/examples/attributetest/attributetest.dsp | 95 - .../examples/attributetest/attributetest.vcproj | 163 + .../examples/attributetestdll/attributetestdll.dsp | 95 - .../attributetestdll/attributetestdll.vcproj | 164 + windows/examples/chunkread/chunkread.dsp | 95 - windows/examples/chunkread/chunkread.vcproj | 163 + windows/examples/chunkreaddll/chunkreaddll.dsp | 95 - windows/examples/chunkreaddll/chunkreaddll.vcproj | 164 + windows/examples/compoundtest/compoundtest.dsp | 95 - windows/examples/compoundtest/compoundtest.vcproj | 163 + .../examples/compoundtestdll/compoundtestdll.dsp | 95 - .../compoundtestdll/compoundtestdll.vcproj | 164 + .../examples/extendwritetest/extendwritetest.dsp | 95 - .../extendwritetest/extendwritetest.vcproj | 163 + .../extendwritetestdll/extendwritetestdll.dsp | 95 - .../extendwritetestdll/extendwritetestdll.vcproj | 164 + windows/examples/grouptest/grouptest.dsp | 95 - windows/examples/grouptest/grouptest.vcproj | 163 + windows/examples/grouptestdll/grouptestdll.dsp | 95 - windows/examples/grouptestdll/grouptestdll.vcproj | 164 + .../examples/intermgrouptest/intermgrouptest.dsp | 104 - .../intermgrouptest/intermgrouptest.vcproj | 177 + .../intermgrouptestdll/intermgrouptestdll.dsp | 104 - .../intermgrouptestdll/intermgrouptestdll.vcproj | 176 + windows/examples/readtest/readtest.dsp | 95 - windows/examples/readtest/readtest.vcproj | 163 + windows/examples/readtestdll/readtestdll.dsp | 95 - windows/examples/readtestdll/readtestdll.vcproj | 164 + windows/examples/selectest/selectest.dsp | 95 - windows/examples/selectest/selectest.vcproj | 163 + windows/examples/selectestdll/selectestdll.dsp | 95 - windows/examples/selectestdll/selectestdll.vcproj | 164 + windows/examples/writetest/writetest.dsp | 95 - windows/examples/writetest/writetest.vcproj | 163 + windows/examples/writetestdll/writetestdll.dsp | 95 - windows/examples/writetestdll/writetestdll.vcproj | 164 + .../examples/allf90examples/allf90examples.dsp | 91 - .../examples/allf90examples/allf90examples.dsw | 449 -- .../examples/allf90examples/allf90examples.sln | 275 + .../examples/allf90examples/allf90examples.vcproj | 136 + .../examples/attreexampletest/attreexampletest.dsp | 98 - .../attreexampletest/attreexampletest.vfproj | 26 + .../attreexampletestdll/attreexampletestdll.dsp | 98 - .../attreexampletestdll/attreexampletestdll.vfproj | 26 + .../fortran/examples/compoundtest/compoundtest.dsp | 95 - .../examples/compoundtest/compoundtest.vfproj | 26 + .../examples/compoundtestdll/compoundtestdll.dsp | 95 - .../compoundtestdll/compoundtestdll.vfproj | 26 + .../examples/dsetexampletest/dsetexampletest.dsp | 95 - .../dsetexampletest/dsetexampletest.vfproj | 26 + .../dsetexampletestdll/dsetexampletestdll.dsp | 94 - .../dsetexampletestdll/dsetexampletestdll.vfproj | 26 + .../examples/fileexampletest/fileexampletest.dsp | 93 - .../fileexampletest/fileexampletest.vfproj | 26 + .../fileexampletestdll/fileexampletestdll.dsp | 94 - .../fileexampletestdll/fileexampletestdll.vfproj | 26 + .../examples/groupexampletest/groupexampletest.dsp | 93 - .../groupexampletest/groupexampletest.vfproj | 26 + .../groupexampletestdll/groupexampletestdll.dsp | 94 - .../groupexampletestdll/groupexampletestdll.vfproj | 26 + .../grpdsetexampletest/grpdsetexampletest.dsp | 93 - .../grpdsetexampletest/grpdsetexampletest.vfproj | 26 + .../grpdsetexampletestdll.dsp | 94 - .../grpdsetexampletestdll.vfproj | 26 + windows/fortran/examples/grpittest/grpittest.dsp | 97 - .../fortran/examples/grpittest/grpittest.vfproj | 26 + .../fortran/examples/grpittestdll/grpittestdll.dsp | 97 - .../examples/grpittestdll/grpittestdll.vfproj | 26 + .../examples/grpsexampletest/grpsexampletest.dsp | 96 - .../grpsexampletest/grpsexampletest.vfproj | 26 + .../grpsexampletestdll/grpsexampletestdll.dsp | 97 - .../grpsexampletestdll/grpsexampletestdll.vfproj | 26 + .../examples/hyperslabtest/hyperslabtest.dsp | 96 - .../examples/hyperslabtest/hyperslabtest.vfproj | 26 + .../examples/hyperslabtestdll/hyperslabtestdll.dsp | 97 - .../hyperslabtestdll/hyperslabtestdll.vfproj | 26 + .../examples/mountexampletest/mountexampletest.dsp | 96 - .../mountexampletest/mountexampletest.vfproj | 26 + .../mountexampletestdll/mountexampletestdll.dsp | 97 - .../mountexampletestdll/mountexampletestdll.vfproj | 26 + .../refobjexampletest/refobjexampletest.dsp | 97 - .../refobjexampletest/refobjexampletest.vfproj | 26 + .../refobjexampletestdll/refobjexampletestdll.dsp | 97 - .../refobjexampletestdll.vfproj | 26 + .../refregexampletest/refregexampletest.dsp | 97 - .../refregexampletest/refregexampletest.vfproj | 26 + .../refregexampletestdll/refregexampletestdll.dsp | 97 - .../refregexampletestdll.vfproj | 26 + .../rwdsetexampletest/rwdsetexampletest.dsp | 97 - .../rwdsetexampletest/rwdsetexampletest.vfproj | 26 + .../rwdsetexampletestdll/rwdsetexampletestdll.dsp | 97 - .../rwdsetexampletestdll.vfproj | 26 + .../examples/selecteletest/selecteletest.dsp | 97 - .../examples/selecteletest/selecteletest.vfproj | 26 + .../examples/selecteletestdll/selecteletestdll.dsp | 98 - .../selecteletestdll/selecteletestdll.vfproj | 26 + .../fortran/test/flush1_fortran/flush1_fortran.dsp | 98 - .../test/flush1_fortran/flush1_fortran.vfproj | 26 + .../test/flush1_fortrandll/flush1_fortrandll.dsp | 98 - .../flush1_fortrandll/flush1_fortrandll.vfproj | 26 + .../fortran/test/flush2_fortran/flush2_fortran.dsp | 98 - .../test/flush2_fortran/flush2_fortran.vfproj | 26 + .../test/flush2_fortrandll/flush2_fortrandll.dsp | 98 - .../flush2_fortrandll/flush2_fortrandll.vfproj | 26 + .../test/libtest_cstubdll/libtest_cstubdll.dsp | 108 - .../test/libtest_cstubdll/libtest_cstubdll.vcproj | 191 + .../test/libtest_fortran/libtest_fortran.dsp | 104 - .../test/libtest_fortran/libtest_fortran.vfproj | 26 + .../libtest_fortran/libtest_fortran_lib.vcproj | 149 + .../test/libtest_fortrandll/libtest_fortrandll.dsp | 103 - .../libtest_fortrandll/libtest_fortrandll.vfproj | 26 + .../test/testhdf5_fortran/testhdf5_fortran.dsp | 201 - .../test/testhdf5_fortran/testhdf5_fortran.vfproj | 42 + .../testhdf5_fortrandll/testhdf5_fortrandll.dsp | 211 - .../testhdf5_fortrandll/testhdf5_fortrandll.vfproj | 44 + .../test/hl_test_table_cpp/hl_test_table_cpp.dsp | 108 - .../hl_test_table_cpp/hl_test_table_cpp.vcproj | 174 + .../hl_test_table_cppdll/hl_test_table_cppdll.dsp | 106 - .../hl_test_table_cppdll.vcproj | 174 + .../hl/examples/allhlcexamples/allhlcexamples.dsp | 63 - .../hl/examples/allhlcexamples/allhlcexamples.dsw | 179 - .../hl/examples/allhlcexamples/allhlcexamples.sln | 113 + .../examples/allhlcexamples/allhlcexamples.vcproj | 57 + windows/hl/examples/ex_ds/ex_ds.dsp | 107 - windows/hl/examples/ex_ds/ex_ds.vcproj | 176 + windows/hl/examples/ex_dsdll/ex_dsdll.dsp | 107 - windows/hl/examples/ex_dsdll/ex_dsdll.vcproj | 176 + windows/hl/examples/ex_images/ex_images.dsp | 107 - windows/hl/examples/ex_images/ex_images.vcproj | 176 + windows/hl/examples/ex_imagesdll/ex_imagesdll.dsp | 105 - .../hl/examples/ex_imagesdll/ex_imagesdll.vcproj | 176 + windows/hl/examples/ex_lite/ex_lite.dsp | 107 - windows/hl/examples/ex_lite/ex_lite.vcproj | 176 + windows/hl/examples/ex_litedll/ex_litedll.dsp | 105 - windows/hl/examples/ex_litedll/ex_litedll.vcproj | 176 + windows/hl/examples/ex_packet/ex_packet.dsp | 105 - windows/hl/examples/ex_packet/ex_packet.vcproj | 176 + windows/hl/examples/ex_packetdll/ex_packetdll.dsp | 106 - .../hl/examples/ex_packetdll/ex_packetdll.vcproj | 176 + windows/hl/examples/ex_table/ex_table.dsp | 106 - windows/hl/examples/ex_table/ex_table.vcproj | 176 + windows/hl/examples/ex_tabledll/ex_tabledll.dsp | 105 - windows/hl/examples/ex_tabledll/ex_tabledll.vcproj | 176 + .../examples/allhlf90examples/allhlf90examples.dsp | 63 - .../examples/allhlf90examples/allhlf90examples.dsw | 59 - .../examples/allhlf90examples/allhlf90examples.sln | 41 + .../allhlf90examples/allhlf90examples.vcproj | 57 + windows/hl/fortran/examples/ex_lite/ex_lite.dsp | 113 - windows/hl/fortran/examples/ex_lite/ex_lite.vfproj | 29 + .../hl/fortran/examples/ex_litedll/ex_litedll.dsp | 112 - .../fortran/examples/ex_litedll/ex_litedll.vfproj | 29 + .../hl_test_image_fortran.dsp | 103 - .../hl_test_image_fortran.vfproj | 27 + .../hl_test_image_fortrandll.dsp | 111 - .../hl_test_image_fortrandll.vfproj | 29 + .../hl_test_lite_fortran/hl_test_lite_fortran.dsp | 103 - .../hl_test_lite_fortran.vfproj | 27 + .../hl_test_lite_fortrandll.dsp | 109 - .../hl_test_lite_fortrandll.vfproj | 29 + .../hl_test_table_fortran.dsp | 103 - .../hl_test_table_fortran.vfproj | 27 + .../hl_test_table_fortrandll.dsp | 109 - .../hl_test_table_fortrandll.vfproj | 29 + windows/hl/test/hl_test_ds/hl_test_ds.dsp | 112 - windows/hl/test/hl_test_ds/hl_test_ds.vcproj | 178 + windows/hl/test/hl_test_dsdll/hl_test_dsdll.dsp | 108 - windows/hl/test/hl_test_dsdll/hl_test_dsdll.vcproj | 176 + windows/hl/test/hl_test_image/hl_test_image.dsp | 96 - windows/hl/test/hl_test_image/hl_test_image.vcproj | 163 + .../hl/test/hl_test_imagedll/hl_test_imagedll.dsp | 108 - .../test/hl_test_imagedll/hl_test_imagedll.vcproj | 174 + windows/hl/test/hl_test_lite/hl_test_lite.dsp | 96 - windows/hl/test/hl_test_lite/hl_test_lite.vcproj | 163 + .../hl/test/hl_test_litedll/hl_test_litedll.dsp | 108 - .../hl/test/hl_test_litedll/hl_test_litedll.vcproj | 174 + windows/hl/test/hl_test_packet/hl_test_packet.dsp | 108 - .../hl/test/hl_test_packet/hl_test_packet.vcproj | 177 + .../test/hl_test_packetdll/hl_test_packetdll.dsp | 108 - .../hl_test_packetdll/hl_test_packetdll.vcproj | 174 + windows/hl/test/hl_test_table/hl_test_table.dsp | 96 - windows/hl/test/hl_test_table/hl_test_table.vcproj | 163 + .../hl/test/hl_test_tabledll/hl_test_tabledll.dsp | 108 - .../test/hl_test_tabledll/hl_test_tabledll.vcproj | 174 + windows/hl/tools/gifconv/gif2h5.dsp | 123 - windows/hl/tools/gifconv/gif2h5.vcproj | 256 + windows/hl/tools/gifconv/h52gif.dsp | 112 - windows/hl/tools/gifconv/h52gif.vcproj | 196 + windows/hl/tools/gifconvdll/gif2h5dll.dsp | 122 - windows/hl/tools/gifconvdll/gif2h5dll.vcproj | 252 + windows/hl/tools/gifconvdll/h52gifdll.dsp | 111 - windows/hl/tools/gifconvdll/h52gifdll.vcproj | 192 + .../H5fortran_detect_gen/H5fortran_detect_gen.dsp | 106 - .../H5fortran_detect_gen/H5fortran_detect_gen.dsw | 29 - .../H5fortran_detect_gen/H5fortran_detect_gen.sln | 23 + .../H5fortran_detect_gen.vfproj | 29 + windows/misc/fortrantypegen/H5fortran_detect.dsp | 106 - .../misc/fortrantypegen/H5fortran_detect.vfproj | 29 + windows/misc/fortrantypegen/fortrantypegen.dsw | 29 - windows/misc/fortrantypegen/fortrantypegen.sln | 23 + windows/misc/matchtypegen/H5match_types.dsp | 106 - windows/misc/matchtypegen/H5match_types.vcproj | 169 + windows/misc/matchtypegen/matchtypegen.dsw | 29 - windows/misc/matchtypegen/matchtypegen.sln | 23 + windows/misc/typegen/h5tinit/h5tinit.dsp | 106 - windows/misc/typegen/h5tinit/h5tinit.vcproj | 168 + windows/misc/typegen/typegen.dsw | 29 - windows/misc/typegen/typegen.sln | 12 +- windows/proj/all/all.dsp | 69 - windows/proj/all/all.dsw | 3671 ---------- windows/proj/all/all.sln | 3295 ++++----- windows/proj/all/all.vcproj | 57 + windows/proj/all_fortran/all_fortran.sln | 1947 +++++ windows/proj/all_fortran/all_fortran.vcproj | 57 + windows/proj/hdf5/hdf5.dsp | 3560 --------- windows/proj/hdf5/hdf5.vcproj | 7519 +++++++++++++++++++ windows/proj/hdf5_cpp/hdf5_cpp.dsp | 321 - windows/proj/hdf5_cpp/hdf5_cpp.vcproj | 741 ++ windows/proj/hdf5_cppdll/hdf5_cppdll.dsp | 332 - windows/proj/hdf5_cppdll/hdf5_cppdll.vcproj | 770 ++ windows/proj/hdf5_f90cstub/hdf5_f90cstub.dsp | 161 - windows/proj/hdf5_f90cstub/hdf5_f90cstub.vcproj | 400 ++ windows/proj/hdf5_f90cstubdll/hdf5_f90cstubdll.dsp | 172 - .../proj/hdf5_f90cstubdll/hdf5_f90cstubdll.vcproj | 427 ++ windows/proj/hdf5_fortran/hdf5_fortran.dsp | 215 - windows/proj/hdf5_fortran/hdf5_fortran.vfproj | 43 + windows/proj/hdf5_fortrandll/hdf5_fortrandll.dsp | 226 - .../proj/hdf5_fortrandll/hdf5_fortrandll.vfproj | 44 + windows/proj/hdf5_hl/hdf5_hl.dsp | 125 - windows/proj/hdf5_hl/hdf5_hl.vcproj | 271 + windows/proj/hdf5_hl_cpp/hdf5_hl_cpp.dsp | 101 - windows/proj/hdf5_hl_cpp/hdf5_hl_cpp.vcproj | 151 + windows/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.dsp | 111 - windows/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.vcproj | 181 + .../hdf5_hl_f90cstubdll/hdf5_hl_f90cstubdll.dsp | 123 - .../hdf5_hl_f90cstubdll/hdf5_hl_f90cstubdll.vcproj | 240 + windows/proj/hdf5_hl_fortran/hdf5_hl_fortran.dsp | 144 - .../proj/hdf5_hl_fortran/hdf5_hl_fortran.vfproj | 30 + .../hdf5_hl_fortran/hdf5_hl_fortran_lib.vcproj | 216 + .../proj/hdf5_hl_fortrandll/hdf5_hl_fortrandll.dsp | 135 - .../hdf5_hl_fortrandll/hdf5_hl_fortrandll.vfproj | 31 + windows/proj/hdf5_hldll/hdf5_hldll.dsp | 135 - windows/proj/hdf5_hldll/hdf5_hldll.vcproj | 302 + windows/proj/hdf5dll/hdf5dll.dsp | 3778 ---------- windows/proj/hdf5dll/hdf5dll.vcproj | 7578 ++++++++++++++++++++ windows/test/big/big.dsp | 172 - windows/test/big/big.vcproj | 303 + windows/test/bigdll/bigdll.dsp | 170 - windows/test/bigdll/bigdll.vcproj | 295 + windows/test/bittests/bittests.dsp | 170 - windows/test/bittests/bittests.vcproj | 295 + windows/test/bittestsdll/bittestsdll.dsp | 170 - windows/test/bittestsdll/bittestsdll.vcproj | 291 + windows/test/btree2/btree2.dsp | 107 - windows/test/btree2/btree2.vcproj | 178 + windows/test/btree2dll/btree2dll.dsp | 105 - windows/test/btree2dll/btree2dll.vcproj | 176 + windows/test/cache/cache.dsp | 99 - windows/test/cache/cache.vcproj | 184 + windows/test/cache_api/cache_api.dsp | 111 - windows/test/cache_api/cache_api.vcproj | 196 + windows/test/cache_apidll/cache_apidll.dsp | 109 - windows/test/cache_apidll/cache_apidll.vcproj | 194 + windows/test/cachedll/cachedll.dsp | 99 - windows/test/cachedll/cachedll.vcproj | 182 + windows/test/chunk/chunk.dsp | 170 - windows/test/chunk/chunk.vcproj | 299 + windows/test/chunkdll/chunkdll.dsp | 170 - windows/test/chunkdll/chunkdll.vcproj | 291 + windows/test/cmpd_dset/cmpd_dset.dsp | 170 - windows/test/cmpd_dset/cmpd_dset.vcproj | 297 + windows/test/cmpd_dsetdll/cmpd_dsetdll.dsp | 170 - windows/test/cmpd_dsetdll/cmpd_dsetdll.vcproj | 295 + windows/test/cross_read/cross_read.dsp | 107 - windows/test/cross_read/cross_read.vcproj | 178 + windows/test/cross_readdll/cross_readdll.dsp | 105 - windows/test/cross_readdll/cross_readdll.vcproj | 176 + windows/test/dangle/dangle.dsp | 95 - windows/test/dangle/dangle.vcproj | 164 + windows/test/dangledll/dangledll.dsp | 95 - windows/test/dangledll/dangledll.vcproj | 160 + windows/test/dsets/dsets.dsp | 170 - windows/test/dsets/dsets.vcproj | 297 + windows/test/dsetsdll/dsetsdll.dsp | 170 - windows/test/dsetsdll/dsetsdll.vcproj | 295 + windows/test/dt_arith/dt_arith.dsp | 107 - windows/test/dt_arith/dt_arith.vcproj | 178 + windows/test/dt_arithdll/dt_arithdll.dsp | 106 - windows/test/dt_arithdll/dt_arithdll.vcproj | 176 + windows/test/dtransform/dtransform.dsp | 95 - windows/test/dtransform/dtransform.vcproj | 164 + windows/test/dtransformdll/dtransformdll.dsp | 95 - windows/test/dtransformdll/dtransformdll.vcproj | 160 + windows/test/dtypes/dtypes.dsp | 172 - windows/test/dtypes/dtypes.vcproj | 297 + windows/test/dtypesdll/dtypesdll.dsp | 170 - windows/test/dtypesdll/dtypesdll.vcproj | 295 + windows/test/enum/enum.dsp | 170 - windows/test/enum/enum.vcproj | 297 + windows/test/enumdll/enumdll.dsp | 170 - windows/test/enumdll/enumdll.vcproj | 295 + windows/test/error_api/error_api.dsp | 102 - windows/test/error_api/error_api.vcproj | 178 + windows/test/error_apidll/error_apidll.dsp | 103 - windows/test/error_apidll/error_apidll.vcproj | 176 + windows/test/error_compat/error_compat.dsp | 102 - windows/test/error_compat/error_compat.vcproj | 178 + windows/test/error_compatdll/error_compatdll.dsp | 103 - .../test/error_compatdll/error_compatdll.vcproj | 176 + windows/test/extend/extend.dsp | 170 - windows/test/extend/extend.vcproj | 297 + windows/test/extenddll/extenddll.dsp | 170 - windows/test/extenddll/extenddll.vcproj | 295 + windows/test/external/external.dsp | 170 - windows/test/external/external.vcproj | 297 + windows/test/externaldll/externaldll.dsp | 170 - windows/test/externaldll/externaldll.vcproj | 295 + windows/test/fheap/fheap.dsp | 105 - windows/test/fheap/fheap.vcproj | 178 + windows/test/fheapdll/fheapdll.dsp | 105 - windows/test/fheapdll/fheapdll.vcproj | 176 + windows/test/fillval/fillval.dsp | 170 - windows/test/fillval/fillval.vcproj | 297 + windows/test/fillvaldll/fillvaldll.dsp | 170 - windows/test/fillvaldll/fillvaldll.vcproj | 295 + windows/test/flush1/flush1.dsp | 170 - windows/test/flush1/flush1.vcproj | 297 + windows/test/flush1dll/flush1dll.dsp | 170 - windows/test/flush1dll/flush1dll.vcproj | 295 + windows/test/flush2/flush2.dsp | 170 - windows/test/flush2/flush2.vcproj | 297 + windows/test/flush2dll/flush2dll.dsp | 170 - windows/test/flush2dll/flush2dll.vcproj | 295 + windows/test/getname/getname.dsp | 95 - windows/test/getname/getname.vcproj | 166 + windows/test/getnamedll/getnamedll.dsp | 95 - windows/test/getnamedll/getnamedll.vcproj | 166 + windows/test/getub/getub.dsp | 95 - windows/test/getub/getub.vcproj | 163 + windows/test/gheap/gheap.dsp | 170 - windows/test/gheap/gheap.vcproj | 297 + windows/test/gheapdll/gheapdll.dsp | 170 - windows/test/gheapdll/gheapdll.vcproj | 295 + windows/test/hyperslab/hyperslab.dsp | 172 - windows/test/hyperslab/hyperslab.vcproj | 297 + windows/test/hyperslabdll/hyperslabdll.dsp | 170 - windows/test/hyperslabdll/hyperslabdll.vcproj | 291 + windows/test/iopipe/iopipe.dsp | 170 - windows/test/iopipe/iopipe.vcproj | 295 + windows/test/iopipedll/iopipedll.dsp | 170 - windows/test/iopipedll/iopipedll.vcproj | 291 + windows/test/istore/istore.dsp | 170 - windows/test/istore/istore.vcproj | 297 + windows/test/istoredll/istoredll.dsp | 170 - windows/test/istoredll/istoredll.vcproj | 295 + windows/test/lheap/lheap.dsp | 170 - windows/test/lheap/lheap.vcproj | 297 + windows/test/lheapdll/lheapdll.dsp | 170 - windows/test/lheapdll/lheapdll.vcproj | 295 + windows/test/libtest/libtest.dsp | 127 - windows/test/libtest/libtest.vcproj | 179 + windows/test/libtestD/libtestD.dsp | 116 - windows/test/libtestD/libtestD.vcproj | 202 + windows/test/links/links.dsp | 170 - windows/test/links/links.vcproj | 297 + windows/test/linksdll/linksdll.dsp | 170 - windows/test/linksdll/linksdll.vcproj | 295 + windows/test/mount/mount.dsp | 170 - windows/test/mount/mount.vcproj | 297 + windows/test/mountdll/mountdll.dsp | 170 - windows/test/mountdll/mountdll.vcproj | 295 + windows/test/mtime/mtime.dsp | 170 - windows/test/mtime/mtime.vcproj | 297 + windows/test/mtimedll/mtimedll.dsp | 170 - windows/test/mtimedll/mtimedll.vcproj | 295 + windows/test/ntypes/ntypes.dsp | 95 - windows/test/ntypes/ntypes.vcproj | 166 + windows/test/ntypesdll/ntypesdll.dsp | 95 - windows/test/ntypesdll/ntypesdll.vcproj | 166 + windows/test/objcopy/objcopy.dsp | 107 - windows/test/objcopy/objcopy.vcproj | 176 + windows/test/objcopydll/objcopydll.dsp | 107 - windows/test/objcopydll/objcopydll.vcproj | 176 + windows/test/ohdr/ohdr.dsp | 170 - windows/test/ohdr/ohdr.vcproj | 297 + windows/test/ohdr_gentst/ohdr_gentst.dsp | 104 - windows/test/ohdr_gentst/ohdr_gentst.vcproj | 174 + windows/test/ohdrdll/ohdrdll.dsp | 170 - windows/test/ohdrdll/ohdrdll.vcproj | 295 + windows/test/overhead/overhead.dsp | 170 - windows/test/overhead/overhead.vcproj | 295 + windows/test/overheaddll/overheaddll.dsp | 170 - windows/test/overheaddll/overheaddll.vcproj | 291 + windows/test/pool/pool.dsp | 106 - windows/test/pool/pool.vcproj | 178 + windows/test/pooldll/pooldll.dsp | 107 - windows/test/pooldll/pooldll.vcproj | 176 + windows/test/ref/ref.dsp | 107 - windows/test/refdll/refdll.dsp | 106 - windows/test/reserved/reserved.dsp | 95 - windows/test/reserved/reserved.vcproj | 164 + windows/test/reserveddll/reserveddll.dsp | 95 - windows/test/reserveddll/reserveddll.vcproj | 162 + windows/test/set_extent/set_extent.dsp | 95 - windows/test/set_extent/set_extent.vcproj | 164 + windows/test/set_extentdll/set_extentdll.dsp | 95 - windows/test/set_extentdll/set_extentdll.vcproj | 163 + windows/test/stab/stab.dsp | 170 - windows/test/stab/stab.vcproj | 297 + windows/test/stabdll/stabdll.dsp | 170 - windows/test/stabdll/stabdll.vcproj | 295 + windows/test/tellub/tellub.dsp | 95 - windows/test/tellub/tellub.vcproj | 163 + windows/test/testhdf5/testhdf5.dsp | 530 -- windows/test/testhdf5/testhdf5.vcproj | 1137 +++ windows/test/testhdf5dll/testhdf5dll.dsp | 517 -- windows/test/testhdf5dll/testhdf5dll.vcproj | 1096 +++ windows/test/ttsafedll/ttsafedll.dsp | 123 - windows/test/ttsafedll/ttsafedll.vcproj | 254 + windows/test/unlink/unlink.dsp | 170 - windows/test/unlink/unlink.vcproj | 297 + windows/test/unlinkdll/unlinkdll.dsp | 172 - windows/test/unlinkdll/unlinkdll.vcproj | 295 + windows/test/vfd/vfd.dsp | 107 - windows/test/vfd/vfd.vcproj | 178 + windows/test/vfddll/vfddll.dsp | 105 - windows/test/vfddll/vfddll.vcproj | 178 + windows/tools/h5copy/h5copy.dsp | 105 - windows/tools/h5copy/h5copy.vcproj | 176 + windows/tools/h5debug/h5debug.dsp | 170 - windows/tools/h5debug/h5debug.vcproj | 295 + windows/tools/h5debugdll/h5debugdll.dsp | 170 - windows/tools/h5debugdll/h5debugdll.vcproj | 291 + windows/tools/h5diff/h5diff.dsp | 99 - windows/tools/h5diff/h5diff.vcproj | 187 + windows/tools/h5diffdll/h5diffdll.dsp | 99 - windows/tools/h5diffdll/h5diffdll.vcproj | 180 + windows/tools/h5dump/h5dump.dsp | 170 - windows/tools/h5dump/h5dump.vcproj | 295 + windows/tools/h5dumpdll/h5dumpdll.dsp | 170 - windows/tools/h5dumpdll/h5dumpdll.vcproj | 293 + windows/tools/h5import/h5import.dsp | 170 - windows/tools/h5import/h5import.vcproj | 292 + windows/tools/h5importdll/h5importdll.dsp | 170 - windows/tools/h5importdll/h5importdll.vcproj | 288 + windows/tools/h5jam/h5jam.dsp | 95 - windows/tools/h5jam/h5jam.vcproj | 163 + windows/tools/h5ls/h5ls.dsp | 172 - windows/tools/h5ls/h5ls.vcproj | 295 + windows/tools/h5lsdll/h5lsdll.dsp | 170 - windows/tools/h5lsdll/h5lsdll.vcproj | 291 + windows/tools/h5mkgrp/h5mkgrp.dsp | 104 - windows/tools/h5mkgrp/h5mkgrp.vcproj | 174 + windows/tools/h5repack/h5repack.dsp | 144 - windows/tools/h5repack/h5repack.vcproj | 350 + windows/tools/h5repackdll/h5repackdll.dsp | 144 - windows/tools/h5repackdll/h5repackdll.vcproj | 335 + windows/tools/h5repart/h5repart.dsp | 170 - windows/tools/h5repart/h5repart.vcproj | 295 + windows/tools/h5repartdll/h5repartdll.dsp | 170 - windows/tools/h5repartdll/h5repartdll.vcproj | 291 + windows/tools/h5stat/h5stat.dsp | 106 - windows/tools/h5stat/h5stat.vcproj | 174 + windows/tools/h5statdll/h5statdll.dsp | 105 - windows/tools/h5statdll/h5statdll.vcproj | 173 + windows/tools/h5unjam/h5unjam.dsp | 95 - windows/tools/h5unjam/h5unjam.vcproj | 163 + windows/tools/talign/talign.dsp | 95 - windows/tools/talign/talign.vcproj | 164 + windows/tools/taligndll/taligndll.dsp | 95 - windows/tools/taligndll/taligndll.vcproj | 162 + windows/tools/testfiles/binread/binread.dsp | 105 - windows/tools/testfiles/binread/binread.vcproj | 166 + windows/tools/testfiles/h5difftst/h5difftst.dsp | 111 - windows/tools/testfiles/h5difftst/h5difftst.vcproj | 179 + windows/tools/testfiles/h5dumptst/h5dumptst.dsp | 170 - windows/tools/testfiles/h5dumptst/h5dumptst.vcproj | 295 + .../tools/testfiles/h5importtst/h5importtst.dsp | 95 - .../tools/testfiles/h5importtst/h5importtst.vcproj | 160 + windows/tools/testfiles/h5jamtst/h5jamtst.dsp | 95 - windows/tools/testfiles/h5jamtst/h5jamtst.vcproj | 163 + .../tools/testfiles/h5repacktst/h5repacktst.dsp | 144 - .../tools/testfiles/h5repacktst/h5repacktst.vcproj | 350 + .../h5repart_gentest/h5repart_gentest.dsp | 106 - .../h5repart_gentest/h5repart_gentest.vcproj | 174 + .../tools/testfiles/h5reparttst/h5reparttst.dsp | 105 - .../tools/testfiles/h5reparttst/h5reparttst.vcproj | 174 + .../testh5repack_detect_szip.dsp | 95 - .../testh5repack_detect_szip.vcproj | 163 + .../testh5repack_detect_szipdll.dsp | 95 - .../testh5repack_detect_szipdll.vcproj | 160 + windows/tools/toolslib/toolslib.dsp | 359 - windows/tools/toolslib/toolslib.vcproj | 660 ++ windows/tools/toolslibD/toolslibD.dsp | 359 - windows/tools/toolslibD/toolslibD.vcproj | 660 ++ windows_vs6/COPYING | 16 + .../c++/examples/allcppexamples/allcppexamples.dsp | 89 + .../c++/examples/allcppexamples/allcppexamples.dsw | 239 + windows_vs6/c++/examples/chunkstest/chunkstest.dsp | 95 + .../c++/examples/chunkstestdll/chunkstestdll.dsp | 95 + .../c++/examples/compoundtest/compoundtest.dsp | 95 + .../examples/compoundtestdll/compoundtestdll.dsp | 95 + windows_vs6/c++/examples/createtest/createtest.dsp | 93 + .../c++/examples/createtestdll/createtestdll.dsp | 94 + .../c++/examples/extend_dstest/extend_dstest.dsp | 93 + .../examples/extend_dstestdll/extend_dstestdll.dsp | 94 + .../c++/examples/h5grouptest/h5grouptest.dsp | 93 + .../c++/examples/h5grouptestdll/h5grouptestdll.dsp | 94 + .../c++/examples/readdatatest/readdatatest.dsp | 93 + .../examples/readdatatestdll/readdatatestdll.dsp | 94 + .../c++/examples/writedatatest/writedatatest.dsp | 93 + .../examples/writedatatestdll/writedatatestdll.dsp | 94 + windows_vs6/c++/test/dsets_cpp/dsets_cpp.dsp | 111 + windows_vs6/c++/test/dsets_cppdll/dsets_cppdll.dsp | 111 + windows_vs6/c++/test/testhdf5_cpp/testhdf5_cpp.dsp | 152 + .../c++/test/testhdf5_cppdll/testhdf5_cppdll.dsp | 148 + windows_vs6/examples/allexamples/allexamples.dsp | 90 + windows_vs6/examples/allexamples/allexamples.dsw | 299 + .../examples/attributetest/attributetest.dsp | 95 + .../examples/attributetestdll/attributetestdll.dsp | 95 + windows_vs6/examples/chunkread/chunkread.dsp | 95 + windows_vs6/examples/chunkreaddll/chunkreaddll.dsp | 95 + windows_vs6/examples/compoundtest/compoundtest.dsp | 95 + .../examples/compoundtestdll/compoundtestdll.dsp | 95 + .../examples/extendwritetest/extendwritetest.dsp | 95 + .../extendwritetestdll/extendwritetestdll.dsp | 95 + windows_vs6/examples/grouptest/grouptest.dsp | 95 + windows_vs6/examples/grouptestdll/grouptestdll.dsp | 95 + .../examples/intermgrouptest/intermgrouptest.dsp | 104 + .../intermgrouptestdll/intermgrouptestdll.dsp | 104 + windows_vs6/examples/readtest/readtest.dsp | 95 + windows_vs6/examples/readtestdll/readtestdll.dsp | 95 + windows_vs6/examples/selectest/selectest.dsp | 95 + windows_vs6/examples/selectestdll/selectestdll.dsp | 95 + windows_vs6/examples/testExamples.bat | 158 + windows_vs6/examples/writetest/writetest.dsp | 95 + windows_vs6/examples/writetestdll/writetestdll.dsp | 95 + .../examples/allf90examples/allf90examples.dsp | 91 + .../examples/allf90examples/allf90examples.dsw | 449 ++ .../examples/attreexampletest/attreexampletest.dsp | 98 + .../attreexampletestdll/attreexampletestdll.dsp | 98 + .../fortran/examples/compoundtest/compoundtest.dsp | 95 + .../examples/compoundtestdll/compoundtestdll.dsp | 95 + .../examples/dsetexampletest/dsetexampletest.dsp | 95 + .../dsetexampletestdll/dsetexampletestdll.dsp | 94 + .../examples/fileexampletest/fileexampletest.dsp | 93 + .../fileexampletestdll/fileexampletestdll.dsp | 94 + .../examples/groupexampletest/groupexampletest.dsp | 93 + .../groupexampletestdll/groupexampletestdll.dsp | 94 + .../grpdsetexampletest/grpdsetexampletest.dsp | 93 + .../grpdsetexampletestdll.dsp | 94 + .../fortran/examples/grpittest/grpittest.dsp | 97 + .../fortran/examples/grpittestdll/grpittestdll.dsp | 97 + .../examples/grpsexampletest/grpsexampletest.dsp | 96 + .../grpsexampletestdll/grpsexampletestdll.dsp | 97 + .../examples/hyperslabtest/hyperslabtest.dsp | 96 + .../examples/hyperslabtestdll/hyperslabtestdll.dsp | 97 + .../examples/mountexampletest/mountexampletest.dsp | 96 + .../mountexampletestdll/mountexampletestdll.dsp | 97 + .../refobjexampletest/refobjexampletest.dsp | 97 + .../refobjexampletestdll/refobjexampletestdll.dsp | 97 + .../refregexampletest/refregexampletest.dsp | 97 + .../refregexampletestdll/refregexampletestdll.dsp | 97 + .../rwdsetexampletest/rwdsetexampletest.dsp | 97 + .../rwdsetexampletestdll/rwdsetexampletestdll.dsp | 97 + .../examples/selecteletest/selecteletest.dsp | 97 + .../examples/selecteletestdll/selecteletestdll.dsp | 98 + .../fortran/test/flush1_fortran/flush1_fortran.dsp | 98 + .../test/flush1_fortrandll/flush1_fortrandll.dsp | 98 + .../fortran/test/flush2_fortran/flush2_fortran.dsp | 98 + .../test/flush2_fortrandll/flush2_fortrandll.dsp | 98 + .../test/libtest_cstubdll/libtest_cstubdll.dsp | 108 + .../test/libtest_fortran/libtest_fortran.dsp | 104 + .../test/libtest_fortrandll/libtest_fortrandll.dsp | 103 + windows_vs6/fortran/test/testhdf5_fortran.bat | 17 + .../test/testhdf5_fortran/testhdf5_fortran.dsp | 201 + .../testhdf5_fortrandll/testhdf5_fortrandll.dsp | 211 + .../test/hl_test_table_cpp/hl_test_table_cpp.dsp | 108 + .../hl_test_table_cppdll/hl_test_table_cppdll.dsp | 106 + windows_vs6/hl/c++/test/test_hdf5_hl_cpp.bat | 24 + .../hl/examples/allhlcexamples/allhlcexamples.dsp | 63 + .../hl/examples/allhlcexamples/allhlcexamples.dsw | 179 + windows_vs6/hl/examples/ex_ds/ex_ds.dsp | 107 + windows_vs6/hl/examples/ex_dsdll/ex_dsdll.dsp | 107 + windows_vs6/hl/examples/ex_images/ex_images.dsp | 107 + .../hl/examples/ex_imagesdll/ex_imagesdll.dsp | 105 + windows_vs6/hl/examples/ex_lite/ex_lite.dsp | 107 + windows_vs6/hl/examples/ex_litedll/ex_litedll.dsp | 105 + windows_vs6/hl/examples/ex_packet/ex_packet.dsp | 105 + .../hl/examples/ex_packetdll/ex_packetdll.dsp | 106 + windows_vs6/hl/examples/ex_table/ex_table.dsp | 106 + .../hl/examples/ex_tabledll/ex_tabledll.dsp | 105 + windows_vs6/hl/examples/test_hl_cexamples.BAT | 76 + .../examples/allhlf90examples/allhlf90examples.dsp | 63 + .../examples/allhlf90examples/allhlf90examples.dsw | 59 + .../hl/fortran/examples/ex_lite/ex_lite.dsp | 113 + .../hl/fortran/examples/ex_litedll/ex_litedll.dsp | 112 + .../hl/fortran/examples/test_hl_f90examples.BAT | 64 + .../hl_test_image_fortran.dsp | 103 + .../hl_test_image_fortrandll.dsp | 111 + .../hl_test_lite_fortran/hl_test_lite_fortran.dsp | 103 + .../hl_test_lite_fortrandll.dsp | 109 + .../hl_test_table_fortran.dsp | 103 + .../hl_test_table_fortrandll.dsp | 109 + .../hl/fortran/test/test_hdf5_hl_fortran.BAT | 36 + windows_vs6/hl/test/hl_test_ds/hl_test_ds.dsp | 112 + .../hl/test/hl_test_dsdll/hl_test_dsdll.dsp | 108 + .../hl/test/hl_test_image/hl_test_image.dsp | 96 + .../hl/test/hl_test_imagedll/hl_test_imagedll.dsp | 108 + windows_vs6/hl/test/hl_test_lite/hl_test_lite.dsp | 96 + .../hl/test/hl_test_litedll/hl_test_litedll.dsp | 108 + .../hl/test/hl_test_packet/hl_test_packet.dsp | 108 + .../test/hl_test_packetdll/hl_test_packetdll.dsp | 108 + .../hl/test/hl_test_table/hl_test_table.dsp | 96 + .../hl/test/hl_test_tabledll/hl_test_tabledll.dsp | 108 + windows_vs6/hl/test/test_hdf5_hl.BAT | 56 + windows_vs6/hl/tools/gif2h5/h52giftest.bat | 67 + windows_vs6/hl/tools/gifconv/gif2h5.dsp | 123 + windows_vs6/hl/tools/gifconv/h52gif.dsp | 112 + windows_vs6/hl/tools/gifconvdll/gif2h5dll.dsp | 122 + windows_vs6/hl/tools/gifconvdll/h52gifdll.dsp | 111 + .../H5fortran_detect_gen/H5fortran_detect_gen.dsp | 106 + .../H5fortran_detect_gen/H5fortran_detect_gen.dsw | 29 + .../misc/fortrantypegen/H5fortran_detect.dsp | 106 + windows_vs6/misc/fortrantypegen/fortrantypegen.dsw | 29 + windows_vs6/misc/matchtypegen/H5match_types.dsp | 106 + windows_vs6/misc/matchtypegen/matchtypegen.dsw | 29 + windows_vs6/misc/typegen/h5tinit/h5tinit.dsp | 106 + windows_vs6/misc/typegen/typegen.dsw | 29 + windows_vs6/proj/all/all.dsp | 69 + windows_vs6/proj/all/all.dsw | 3671 ++++++++++ windows_vs6/proj/hdf5/hdf5.dsp | 3560 +++++++++ windows_vs6/proj/hdf5_cpp/hdf5_cpp.dsp | 321 + windows_vs6/proj/hdf5_cppdll/hdf5_cppdll.dsp | 332 + windows_vs6/proj/hdf5_f90cstub/hdf5_f90cstub.dsp | 161 + .../proj/hdf5_f90cstubdll/hdf5_f90cstubdll.dsp | 172 + windows_vs6/proj/hdf5_fortran/hdf5_fortran.dsp | 215 + .../proj/hdf5_fortrandll/hdf5_fortrandll.dsp | 226 + windows_vs6/proj/hdf5_hl/hdf5_hl.dsp | 125 + windows_vs6/proj/hdf5_hl_cpp/hdf5_hl_cpp.dsp | 101 + windows_vs6/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.dsp | 111 + .../hdf5_hl_f90cstubdll/hdf5_hl_f90cstubdll.dsp | 123 + .../proj/hdf5_hl_fortran/hdf5_hl_fortran.dsp | 144 + .../proj/hdf5_hl_fortrandll/hdf5_hl_fortrandll.dsp | 135 + windows_vs6/proj/hdf5_hldll/hdf5_hldll.dsp | 135 + windows_vs6/proj/hdf5dll/hdf5dll.dsp | 3778 ++++++++++ windows_vs6/test/big/big.dsp | 172 + windows_vs6/test/bigdll/bigdll.dsp | 170 + windows_vs6/test/bittests/bittests.dsp | 170 + windows_vs6/test/bittestsdll/bittestsdll.dsp | 170 + windows_vs6/test/btree2/btree2.dsp | 107 + windows_vs6/test/btree2dll/btree2dll.dsp | 105 + windows_vs6/test/cache/cache.dsp | 99 + windows_vs6/test/cache_api/cache_api.dsp | 111 + windows_vs6/test/cache_apidll/cache_apidll.dsp | 109 + windows_vs6/test/cachedll/cachedll.dsp | 99 + windows_vs6/test/chunk/chunk.dsp | 170 + windows_vs6/test/chunkdll/chunkdll.dsp | 170 + windows_vs6/test/cmpd_dset/cmpd_dset.dsp | 170 + windows_vs6/test/cmpd_dsetdll/cmpd_dsetdll.dsp | 170 + windows_vs6/test/cross_read/cross_read.dsp | 107 + windows_vs6/test/cross_readdll/cross_readdll.dsp | 105 + windows_vs6/test/dangle/dangle.dsp | 95 + windows_vs6/test/dangledll/dangledll.dsp | 95 + windows_vs6/test/dsets/dsets.dsp | 170 + windows_vs6/test/dsetsdll/dsetsdll.dsp | 170 + windows_vs6/test/dt_arith/dt_arith.dsp | 107 + windows_vs6/test/dt_arithdll/dt_arithdll.dsp | 106 + windows_vs6/test/dtransform/dtransform.dsp | 95 + windows_vs6/test/dtransformdll/dtransformdll.dsp | 95 + windows_vs6/test/dtypes/dtypes.dsp | 172 + windows_vs6/test/dtypesdll/dtypesdll.dsp | 170 + windows_vs6/test/enum/enum.dsp | 170 + windows_vs6/test/enumdll/enumdll.dsp | 170 + windows_vs6/test/error_api/error_api.dsp | 102 + windows_vs6/test/error_apidll/error_apidll.dsp | 103 + windows_vs6/test/error_compat/error_compat.dsp | 102 + .../test/error_compatdll/error_compatdll.dsp | 103 + windows_vs6/test/extend/extend.dsp | 170 + windows_vs6/test/extenddll/extenddll.dsp | 170 + windows_vs6/test/external/external.dsp | 170 + windows_vs6/test/externaldll/externaldll.dsp | 170 + windows_vs6/test/fheap/fheap.dsp | 105 + windows_vs6/test/fheapdll/fheapdll.dsp | 105 + windows_vs6/test/fillval/fillval.dsp | 170 + windows_vs6/test/fillvaldll/fillvaldll.dsp | 170 + windows_vs6/test/flush1/flush1.dsp | 170 + windows_vs6/test/flush1dll/flush1dll.dsp | 170 + windows_vs6/test/flush2/flush2.dsp | 170 + windows_vs6/test/flush2dll/flush2dll.dsp | 170 + windows_vs6/test/getname/getname.dsp | 95 + windows_vs6/test/getnamedll/getnamedll.dsp | 95 + windows_vs6/test/getub/getub.dsp | 95 + windows_vs6/test/gheap/gheap.dsp | 170 + windows_vs6/test/gheapdll/gheapdll.dsp | 170 + windows_vs6/test/hyperslab/hyperslab.dsp | 172 + windows_vs6/test/hyperslabdll/hyperslabdll.dsp | 170 + windows_vs6/test/iopipe/iopipe.dsp | 170 + windows_vs6/test/iopipedll/iopipedll.dsp | 170 + windows_vs6/test/istore/istore.dsp | 170 + windows_vs6/test/istoredll/istoredll.dsp | 170 + windows_vs6/test/lheap/lheap.dsp | 170 + windows_vs6/test/lheapdll/lheapdll.dsp | 170 + windows_vs6/test/libtest/libtest.dsp | 127 + windows_vs6/test/libtestD/libtestD.dsp | 116 + windows_vs6/test/links/links.dsp | 170 + windows_vs6/test/linksdll/linksdll.dsp | 170 + windows_vs6/test/mount/mount.dsp | 170 + windows_vs6/test/mountdll/mountdll.dsp | 170 + windows_vs6/test/mtime/mtime.dsp | 170 + windows_vs6/test/mtimedll/mtimedll.dsp | 170 + windows_vs6/test/ntypes/ntypes.dsp | 95 + windows_vs6/test/ntypesdll/ntypesdll.dsp | 95 + windows_vs6/test/objcopy/objcopy.dsp | 107 + windows_vs6/test/objcopydll/objcopydll.dsp | 107 + windows_vs6/test/ohdr/ohdr.dsp | 170 + windows_vs6/test/ohdr_gentst/ohdr_gentst.dsp | 104 + windows_vs6/test/ohdrdll/ohdrdll.dsp | 170 + windows_vs6/test/overhead/overhead.dsp | 170 + windows_vs6/test/overheaddll/overheaddll.dsp | 170 + windows_vs6/test/pool/pool.dsp | 106 + windows_vs6/test/pooldll/pooldll.dsp | 107 + windows_vs6/test/ref/ref.dsp | 107 + windows_vs6/test/refdll/refdll.dsp | 106 + windows_vs6/test/reserved/reserved.dsp | 95 + windows_vs6/test/reserveddll/reserveddll.dsp | 95 + windows_vs6/test/set_extent/set_extent.dsp | 95 + windows_vs6/test/set_extentdll/set_extentdll.dsp | 95 + windows_vs6/test/stab/stab.dsp | 170 + windows_vs6/test/stabdll/stabdll.dsp | 170 + windows_vs6/test/tellub/tellub.dsp | 95 + windows_vs6/test/testhdf5/testhdf5.dsp | 530 ++ windows_vs6/test/testhdf5dll/testhdf5dll.dsp | 517 ++ windows_vs6/test/ttsafedll/ttsafedll.dsp | 123 + windows_vs6/test/unlink/unlink.dsp | 170 + windows_vs6/test/unlinkdll/unlinkdll.dsp | 172 + windows_vs6/test/vfd/vfd.dsp | 107 + windows_vs6/test/vfddll/vfddll.dsp | 105 + windows_vs6/tools/h5copy/h5copy.dsp | 105 + windows_vs6/tools/h5debug/h5debug.dsp | 170 + windows_vs6/tools/h5debugdll/h5debugdll.dsp | 170 + windows_vs6/tools/h5diff/h5diff.dsp | 99 + windows_vs6/tools/h5diffdll/h5diffdll.dsp | 99 + windows_vs6/tools/h5dump/h5dump.dsp | 170 + windows_vs6/tools/h5dumpdll/h5dumpdll.dsp | 170 + windows_vs6/tools/h5import/h5import.dsp | 170 + windows_vs6/tools/h5importdll/h5importdll.dsp | 170 + windows_vs6/tools/h5jam/h5jam.dsp | 95 + windows_vs6/tools/h5ls/h5ls.dsp | 172 + windows_vs6/tools/h5lsdll/h5lsdll.dsp | 170 + windows_vs6/tools/h5mkgrp/h5mkgrp.dsp | 104 + windows_vs6/tools/h5repack/h5repack.dsp | 144 + windows_vs6/tools/h5repackdll/h5repackdll.dsp | 144 + windows_vs6/tools/h5repart/h5repart.dsp | 170 + windows_vs6/tools/h5repartdll/h5repartdll.dsp | 170 + windows_vs6/tools/h5stat/h5stat.dsp | 106 + windows_vs6/tools/h5statdll/h5statdll.dsp | 105 + windows_vs6/tools/h5unjam/h5unjam.dsp | 95 + windows_vs6/tools/talign/talign.dsp | 95 + windows_vs6/tools/taligndll/taligndll.dsp | 95 + windows_vs6/tools/testfiles/binread/binread.dsp | 105 + .../tools/testfiles/h5difftst/h5difftst.dsp | 111 + .../tools/testfiles/h5dumptst/h5dumptst.dsp | 170 + .../tools/testfiles/h5importtst/h5importtst.dsp | 95 + windows_vs6/tools/testfiles/h5jamtst/h5jamtst.dsp | 95 + .../tools/testfiles/h5repacktst/h5repacktst.dsp | 144 + .../h5repart_gentest/h5repart_gentest.dsp | 106 + .../tools/testfiles/h5reparttst/h5reparttst.dsp | 105 + .../testh5repack_detect_szip.dsp | 95 + .../testh5repack_detect_szipdll.dsp | 95 + windows_vs6/tools/toolslib/toolslib.dsp | 359 + windows_vs6/tools/toolslibD/toolslibD.dsp | 359 + 815 files changed, 114228 insertions(+), 47027 deletions(-) delete mode 100755 windows/c++/examples/allcppexamples/allcppexamples.dsp delete mode 100755 windows/c++/examples/allcppexamples/allcppexamples.dsw create mode 100644 windows/c++/examples/allcppexamples/allcppexamples.sln create mode 100644 windows/c++/examples/allcppexamples/allcppexamples.vcproj delete mode 100755 windows/c++/examples/chunkstest/chunkstest.dsp create mode 100644 windows/c++/examples/chunkstest/chunkstest.vcproj delete mode 100755 windows/c++/examples/chunkstestdll/chunkstestdll.dsp create mode 100644 windows/c++/examples/chunkstestdll/chunkstestdll.vcproj delete mode 100755 windows/c++/examples/compoundtest/compoundtest.dsp create mode 100644 windows/c++/examples/compoundtest/compoundtest.vcproj delete mode 100755 windows/c++/examples/compoundtestdll/compoundtestdll.dsp create mode 100644 windows/c++/examples/compoundtestdll/compoundtestdll.vcproj delete mode 100755 windows/c++/examples/createtest/createtest.dsp create mode 100644 windows/c++/examples/createtest/createtest.vcproj delete mode 100755 windows/c++/examples/createtestdll/createtestdll.dsp create mode 100644 windows/c++/examples/createtestdll/createtestdll.vcproj delete mode 100755 windows/c++/examples/extend_dstest/extend_dstest.dsp create mode 100644 windows/c++/examples/extend_dstest/extend_dstest.vcproj delete mode 100755 windows/c++/examples/extend_dstestdll/extend_dstestdll.dsp create mode 100644 windows/c++/examples/extend_dstestdll/extend_dstestdll.vcproj delete mode 100755 windows/c++/examples/h5grouptest/h5grouptest.dsp create mode 100644 windows/c++/examples/h5grouptest/h5grouptest.vcproj delete mode 100755 windows/c++/examples/h5grouptestdll/h5grouptestdll.dsp create mode 100644 windows/c++/examples/h5grouptestdll/h5grouptestdll.vcproj delete mode 100755 windows/c++/examples/readdatatest/readdatatest.dsp create mode 100644 windows/c++/examples/readdatatest/readdatatest.vcproj delete mode 100755 windows/c++/examples/readdatatestdll/readdatatestdll.dsp create mode 100644 windows/c++/examples/readdatatestdll/readdatatestdll.vcproj delete mode 100755 windows/c++/examples/writedatatest/writedatatest.dsp create mode 100644 windows/c++/examples/writedatatest/writedatatest.vcproj delete mode 100755 windows/c++/examples/writedatatestdll/writedatatestdll.dsp create mode 100644 windows/c++/examples/writedatatestdll/writedatatestdll.vcproj delete mode 100755 windows/c++/test/dsets_cpp/dsets_cpp.dsp create mode 100644 windows/c++/test/dsets_cpp/dsets_cpp.vcproj delete mode 100755 windows/c++/test/dsets_cppdll/dsets_cppdll.dsp create mode 100644 windows/c++/test/dsets_cppdll/dsets_cppdll.vcproj delete mode 100755 windows/c++/test/testhdf5_cpp/testhdf5_cpp.dsp create mode 100644 windows/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj delete mode 100755 windows/c++/test/testhdf5_cppdll/testhdf5_cppdll.dsp create mode 100644 windows/c++/test/testhdf5_cppdll/testhdf5_cppdll.vcproj delete mode 100755 windows/examples/allexamples/allexamples.dsp delete mode 100755 windows/examples/allexamples/allexamples.dsw create mode 100644 windows/examples/allexamples/allexamples.sln create mode 100644 windows/examples/allexamples/allexamples.vcproj delete mode 100755 windows/examples/attributetest/attributetest.dsp create mode 100644 windows/examples/attributetest/attributetest.vcproj delete mode 100755 windows/examples/attributetestdll/attributetestdll.dsp create mode 100644 windows/examples/attributetestdll/attributetestdll.vcproj delete mode 100755 windows/examples/chunkread/chunkread.dsp create mode 100644 windows/examples/chunkread/chunkread.vcproj delete mode 100755 windows/examples/chunkreaddll/chunkreaddll.dsp create mode 100644 windows/examples/chunkreaddll/chunkreaddll.vcproj delete mode 100755 windows/examples/compoundtest/compoundtest.dsp create mode 100644 windows/examples/compoundtest/compoundtest.vcproj delete mode 100755 windows/examples/compoundtestdll/compoundtestdll.dsp create mode 100644 windows/examples/compoundtestdll/compoundtestdll.vcproj delete mode 100755 windows/examples/extendwritetest/extendwritetest.dsp create mode 100644 windows/examples/extendwritetest/extendwritetest.vcproj delete mode 100755 windows/examples/extendwritetestdll/extendwritetestdll.dsp create mode 100644 windows/examples/extendwritetestdll/extendwritetestdll.vcproj delete mode 100755 windows/examples/grouptest/grouptest.dsp create mode 100644 windows/examples/grouptest/grouptest.vcproj delete mode 100755 windows/examples/grouptestdll/grouptestdll.dsp create mode 100644 windows/examples/grouptestdll/grouptestdll.vcproj delete mode 100644 windows/examples/intermgrouptest/intermgrouptest.dsp create mode 100644 windows/examples/intermgrouptest/intermgrouptest.vcproj delete mode 100644 windows/examples/intermgrouptestdll/intermgrouptestdll.dsp create mode 100644 windows/examples/intermgrouptestdll/intermgrouptestdll.vcproj delete mode 100755 windows/examples/readtest/readtest.dsp create mode 100644 windows/examples/readtest/readtest.vcproj delete mode 100755 windows/examples/readtestdll/readtestdll.dsp create mode 100644 windows/examples/readtestdll/readtestdll.vcproj delete mode 100755 windows/examples/selectest/selectest.dsp create mode 100644 windows/examples/selectest/selectest.vcproj delete mode 100755 windows/examples/selectestdll/selectestdll.dsp create mode 100644 windows/examples/selectestdll/selectestdll.vcproj delete mode 100755 windows/examples/writetest/writetest.dsp create mode 100644 windows/examples/writetest/writetest.vcproj delete mode 100755 windows/examples/writetestdll/writetestdll.dsp create mode 100644 windows/examples/writetestdll/writetestdll.vcproj delete mode 100755 windows/fortran/examples/allf90examples/allf90examples.dsp delete mode 100755 windows/fortran/examples/allf90examples/allf90examples.dsw create mode 100644 windows/fortran/examples/allf90examples/allf90examples.sln create mode 100644 windows/fortran/examples/allf90examples/allf90examples.vcproj delete mode 100755 windows/fortran/examples/attreexampletest/attreexampletest.dsp create mode 100644 windows/fortran/examples/attreexampletest/attreexampletest.vfproj delete mode 100755 windows/fortran/examples/attreexampletestdll/attreexampletestdll.dsp create mode 100644 windows/fortran/examples/attreexampletestdll/attreexampletestdll.vfproj delete mode 100755 windows/fortran/examples/compoundtest/compoundtest.dsp create mode 100644 windows/fortran/examples/compoundtest/compoundtest.vfproj delete mode 100755 windows/fortran/examples/compoundtestdll/compoundtestdll.dsp create mode 100644 windows/fortran/examples/compoundtestdll/compoundtestdll.vfproj delete mode 100755 windows/fortran/examples/dsetexampletest/dsetexampletest.dsp create mode 100644 windows/fortran/examples/dsetexampletest/dsetexampletest.vfproj delete mode 100755 windows/fortran/examples/dsetexampletestdll/dsetexampletestdll.dsp create mode 100644 windows/fortran/examples/dsetexampletestdll/dsetexampletestdll.vfproj delete mode 100755 windows/fortran/examples/fileexampletest/fileexampletest.dsp create mode 100644 windows/fortran/examples/fileexampletest/fileexampletest.vfproj delete mode 100755 windows/fortran/examples/fileexampletestdll/fileexampletestdll.dsp create mode 100644 windows/fortran/examples/fileexampletestdll/fileexampletestdll.vfproj delete mode 100755 windows/fortran/examples/groupexampletest/groupexampletest.dsp create mode 100644 windows/fortran/examples/groupexampletest/groupexampletest.vfproj delete mode 100755 windows/fortran/examples/groupexampletestdll/groupexampletestdll.dsp create mode 100644 windows/fortran/examples/groupexampletestdll/groupexampletestdll.vfproj delete mode 100755 windows/fortran/examples/grpdsetexampletest/grpdsetexampletest.dsp create mode 100644 windows/fortran/examples/grpdsetexampletest/grpdsetexampletest.vfproj delete mode 100755 windows/fortran/examples/grpdsetexampletestdll/grpdsetexampletestdll.dsp create mode 100644 windows/fortran/examples/grpdsetexampletestdll/grpdsetexampletestdll.vfproj delete mode 100755 windows/fortran/examples/grpittest/grpittest.dsp create mode 100644 windows/fortran/examples/grpittest/grpittest.vfproj delete mode 100755 windows/fortran/examples/grpittestdll/grpittestdll.dsp create mode 100644 windows/fortran/examples/grpittestdll/grpittestdll.vfproj delete mode 100755 windows/fortran/examples/grpsexampletest/grpsexampletest.dsp create mode 100644 windows/fortran/examples/grpsexampletest/grpsexampletest.vfproj delete mode 100755 windows/fortran/examples/grpsexampletestdll/grpsexampletestdll.dsp create mode 100644 windows/fortran/examples/grpsexampletestdll/grpsexampletestdll.vfproj delete mode 100755 windows/fortran/examples/hyperslabtest/hyperslabtest.dsp create mode 100644 windows/fortran/examples/hyperslabtest/hyperslabtest.vfproj delete mode 100755 windows/fortran/examples/hyperslabtestdll/hyperslabtestdll.dsp create mode 100644 windows/fortran/examples/hyperslabtestdll/hyperslabtestdll.vfproj delete mode 100755 windows/fortran/examples/mountexampletest/mountexampletest.dsp create mode 100644 windows/fortran/examples/mountexampletest/mountexampletest.vfproj delete mode 100755 windows/fortran/examples/mountexampletestdll/mountexampletestdll.dsp create mode 100644 windows/fortran/examples/mountexampletestdll/mountexampletestdll.vfproj delete mode 100755 windows/fortran/examples/refobjexampletest/refobjexampletest.dsp create mode 100644 windows/fortran/examples/refobjexampletest/refobjexampletest.vfproj delete mode 100755 windows/fortran/examples/refobjexampletestdll/refobjexampletestdll.dsp create mode 100644 windows/fortran/examples/refobjexampletestdll/refobjexampletestdll.vfproj delete mode 100755 windows/fortran/examples/refregexampletest/refregexampletest.dsp create mode 100644 windows/fortran/examples/refregexampletest/refregexampletest.vfproj delete mode 100755 windows/fortran/examples/refregexampletestdll/refregexampletestdll.dsp create mode 100644 windows/fortran/examples/refregexampletestdll/refregexampletestdll.vfproj delete mode 100755 windows/fortran/examples/rwdsetexampletest/rwdsetexampletest.dsp create mode 100644 windows/fortran/examples/rwdsetexampletest/rwdsetexampletest.vfproj delete mode 100755 windows/fortran/examples/rwdsetexampletestdll/rwdsetexampletestdll.dsp create mode 100644 windows/fortran/examples/rwdsetexampletestdll/rwdsetexampletestdll.vfproj delete mode 100755 windows/fortran/examples/selecteletest/selecteletest.dsp create mode 100644 windows/fortran/examples/selecteletest/selecteletest.vfproj delete mode 100755 windows/fortran/examples/selecteletestdll/selecteletestdll.dsp create mode 100644 windows/fortran/examples/selecteletestdll/selecteletestdll.vfproj delete mode 100755 windows/fortran/test/flush1_fortran/flush1_fortran.dsp create mode 100644 windows/fortran/test/flush1_fortran/flush1_fortran.vfproj delete mode 100755 windows/fortran/test/flush1_fortrandll/flush1_fortrandll.dsp create mode 100644 windows/fortran/test/flush1_fortrandll/flush1_fortrandll.vfproj delete mode 100755 windows/fortran/test/flush2_fortran/flush2_fortran.dsp create mode 100644 windows/fortran/test/flush2_fortran/flush2_fortran.vfproj delete mode 100755 windows/fortran/test/flush2_fortrandll/flush2_fortrandll.dsp create mode 100644 windows/fortran/test/flush2_fortrandll/flush2_fortrandll.vfproj delete mode 100755 windows/fortran/test/libtest_cstubdll/libtest_cstubdll.dsp create mode 100644 windows/fortran/test/libtest_cstubdll/libtest_cstubdll.vcproj delete mode 100755 windows/fortran/test/libtest_fortran/libtest_fortran.dsp create mode 100644 windows/fortran/test/libtest_fortran/libtest_fortran.vfproj create mode 100644 windows/fortran/test/libtest_fortran/libtest_fortran_lib.vcproj delete mode 100755 windows/fortran/test/libtest_fortrandll/libtest_fortrandll.dsp create mode 100644 windows/fortran/test/libtest_fortrandll/libtest_fortrandll.vfproj delete mode 100755 windows/fortran/test/testhdf5_fortran/testhdf5_fortran.dsp create mode 100644 windows/fortran/test/testhdf5_fortran/testhdf5_fortran.vfproj delete mode 100755 windows/fortran/test/testhdf5_fortrandll/testhdf5_fortrandll.dsp create mode 100644 windows/fortran/test/testhdf5_fortrandll/testhdf5_fortrandll.vfproj delete mode 100755 windows/hl/c++/test/hl_test_table_cpp/hl_test_table_cpp.dsp create mode 100644 windows/hl/c++/test/hl_test_table_cpp/hl_test_table_cpp.vcproj delete mode 100755 windows/hl/c++/test/hl_test_table_cppdll/hl_test_table_cppdll.dsp create mode 100644 windows/hl/c++/test/hl_test_table_cppdll/hl_test_table_cppdll.vcproj delete mode 100644 windows/hl/examples/allhlcexamples/allhlcexamples.dsp delete mode 100644 windows/hl/examples/allhlcexamples/allhlcexamples.dsw create mode 100644 windows/hl/examples/allhlcexamples/allhlcexamples.sln create mode 100644 windows/hl/examples/allhlcexamples/allhlcexamples.vcproj delete mode 100755 windows/hl/examples/ex_ds/ex_ds.dsp create mode 100644 windows/hl/examples/ex_ds/ex_ds.vcproj delete mode 100755 windows/hl/examples/ex_dsdll/ex_dsdll.dsp create mode 100644 windows/hl/examples/ex_dsdll/ex_dsdll.vcproj delete mode 100755 windows/hl/examples/ex_images/ex_images.dsp create mode 100644 windows/hl/examples/ex_images/ex_images.vcproj delete mode 100755 windows/hl/examples/ex_imagesdll/ex_imagesdll.dsp create mode 100644 windows/hl/examples/ex_imagesdll/ex_imagesdll.vcproj delete mode 100755 windows/hl/examples/ex_lite/ex_lite.dsp create mode 100644 windows/hl/examples/ex_lite/ex_lite.vcproj delete mode 100755 windows/hl/examples/ex_litedll/ex_litedll.dsp create mode 100644 windows/hl/examples/ex_litedll/ex_litedll.vcproj delete mode 100755 windows/hl/examples/ex_packet/ex_packet.dsp create mode 100644 windows/hl/examples/ex_packet/ex_packet.vcproj delete mode 100755 windows/hl/examples/ex_packetdll/ex_packetdll.dsp create mode 100644 windows/hl/examples/ex_packetdll/ex_packetdll.vcproj delete mode 100755 windows/hl/examples/ex_table/ex_table.dsp create mode 100644 windows/hl/examples/ex_table/ex_table.vcproj delete mode 100755 windows/hl/examples/ex_tabledll/ex_tabledll.dsp create mode 100644 windows/hl/examples/ex_tabledll/ex_tabledll.vcproj delete mode 100644 windows/hl/fortran/examples/allhlf90examples/allhlf90examples.dsp delete mode 100644 windows/hl/fortran/examples/allhlf90examples/allhlf90examples.dsw create mode 100644 windows/hl/fortran/examples/allhlf90examples/allhlf90examples.sln create mode 100644 windows/hl/fortran/examples/allhlf90examples/allhlf90examples.vcproj delete mode 100644 windows/hl/fortran/examples/ex_lite/ex_lite.dsp create mode 100644 windows/hl/fortran/examples/ex_lite/ex_lite.vfproj delete mode 100644 windows/hl/fortran/examples/ex_litedll/ex_litedll.dsp create mode 100644 windows/hl/fortran/examples/ex_litedll/ex_litedll.vfproj delete mode 100755 windows/hl/fortran/test/hl_test_image_fortran/hl_test_image_fortran.dsp create mode 100644 windows/hl/fortran/test/hl_test_image_fortran/hl_test_image_fortran.vfproj delete mode 100755 windows/hl/fortran/test/hl_test_image_fortrandll/hl_test_image_fortrandll.dsp create mode 100644 windows/hl/fortran/test/hl_test_image_fortrandll/hl_test_image_fortrandll.vfproj delete mode 100755 windows/hl/fortran/test/hl_test_lite_fortran/hl_test_lite_fortran.dsp create mode 100644 windows/hl/fortran/test/hl_test_lite_fortran/hl_test_lite_fortran.vfproj delete mode 100755 windows/hl/fortran/test/hl_test_lite_fortrandll/hl_test_lite_fortrandll.dsp create mode 100644 windows/hl/fortran/test/hl_test_lite_fortrandll/hl_test_lite_fortrandll.vfproj delete mode 100755 windows/hl/fortran/test/hl_test_table_fortran/hl_test_table_fortran.dsp create mode 100644 windows/hl/fortran/test/hl_test_table_fortran/hl_test_table_fortran.vfproj delete mode 100755 windows/hl/fortran/test/hl_test_table_fortrandll/hl_test_table_fortrandll.dsp create mode 100644 windows/hl/fortran/test/hl_test_table_fortrandll/hl_test_table_fortrandll.vfproj delete mode 100755 windows/hl/test/hl_test_ds/hl_test_ds.dsp create mode 100644 windows/hl/test/hl_test_ds/hl_test_ds.vcproj delete mode 100755 windows/hl/test/hl_test_dsdll/hl_test_dsdll.dsp create mode 100644 windows/hl/test/hl_test_dsdll/hl_test_dsdll.vcproj delete mode 100755 windows/hl/test/hl_test_image/hl_test_image.dsp create mode 100644 windows/hl/test/hl_test_image/hl_test_image.vcproj delete mode 100755 windows/hl/test/hl_test_imagedll/hl_test_imagedll.dsp create mode 100644 windows/hl/test/hl_test_imagedll/hl_test_imagedll.vcproj delete mode 100755 windows/hl/test/hl_test_lite/hl_test_lite.dsp create mode 100644 windows/hl/test/hl_test_lite/hl_test_lite.vcproj delete mode 100755 windows/hl/test/hl_test_litedll/hl_test_litedll.dsp create mode 100644 windows/hl/test/hl_test_litedll/hl_test_litedll.vcproj delete mode 100755 windows/hl/test/hl_test_packet/hl_test_packet.dsp create mode 100644 windows/hl/test/hl_test_packet/hl_test_packet.vcproj delete mode 100755 windows/hl/test/hl_test_packetdll/hl_test_packetdll.dsp create mode 100644 windows/hl/test/hl_test_packetdll/hl_test_packetdll.vcproj delete mode 100755 windows/hl/test/hl_test_table/hl_test_table.dsp create mode 100644 windows/hl/test/hl_test_table/hl_test_table.vcproj delete mode 100755 windows/hl/test/hl_test_tabledll/hl_test_tabledll.dsp create mode 100644 windows/hl/test/hl_test_tabledll/hl_test_tabledll.vcproj delete mode 100755 windows/hl/tools/gifconv/gif2h5.dsp create mode 100644 windows/hl/tools/gifconv/gif2h5.vcproj delete mode 100755 windows/hl/tools/gifconv/h52gif.dsp create mode 100644 windows/hl/tools/gifconv/h52gif.vcproj delete mode 100755 windows/hl/tools/gifconvdll/gif2h5dll.dsp create mode 100644 windows/hl/tools/gifconvdll/gif2h5dll.vcproj delete mode 100755 windows/hl/tools/gifconvdll/h52gifdll.dsp create mode 100644 windows/hl/tools/gifconvdll/h52gifdll.vcproj delete mode 100755 windows/misc/H5fortran_detect_gen/H5fortran_detect_gen.dsp delete mode 100755 windows/misc/H5fortran_detect_gen/H5fortran_detect_gen.dsw create mode 100644 windows/misc/H5fortran_detect_gen/H5fortran_detect_gen.sln create mode 100644 windows/misc/H5fortran_detect_gen/H5fortran_detect_gen.vfproj delete mode 100755 windows/misc/fortrantypegen/H5fortran_detect.dsp create mode 100644 windows/misc/fortrantypegen/H5fortran_detect.vfproj delete mode 100755 windows/misc/fortrantypegen/fortrantypegen.dsw create mode 100644 windows/misc/fortrantypegen/fortrantypegen.sln delete mode 100755 windows/misc/matchtypegen/H5match_types.dsp create mode 100644 windows/misc/matchtypegen/H5match_types.vcproj delete mode 100755 windows/misc/matchtypegen/matchtypegen.dsw create mode 100644 windows/misc/matchtypegen/matchtypegen.sln delete mode 100755 windows/misc/typegen/h5tinit/h5tinit.dsp create mode 100644 windows/misc/typegen/h5tinit/h5tinit.vcproj delete mode 100755 windows/misc/typegen/typegen.dsw delete mode 100755 windows/proj/all/all.dsp delete mode 100755 windows/proj/all/all.dsw create mode 100644 windows/proj/all/all.vcproj create mode 100644 windows/proj/all_fortran/all_fortran.sln create mode 100644 windows/proj/all_fortran/all_fortran.vcproj delete mode 100755 windows/proj/hdf5/hdf5.dsp create mode 100644 windows/proj/hdf5/hdf5.vcproj delete mode 100755 windows/proj/hdf5_cpp/hdf5_cpp.dsp create mode 100644 windows/proj/hdf5_cpp/hdf5_cpp.vcproj delete mode 100755 windows/proj/hdf5_cppdll/hdf5_cppdll.dsp create mode 100644 windows/proj/hdf5_cppdll/hdf5_cppdll.vcproj delete mode 100755 windows/proj/hdf5_f90cstub/hdf5_f90cstub.dsp create mode 100644 windows/proj/hdf5_f90cstub/hdf5_f90cstub.vcproj delete mode 100755 windows/proj/hdf5_f90cstubdll/hdf5_f90cstubdll.dsp create mode 100644 windows/proj/hdf5_f90cstubdll/hdf5_f90cstubdll.vcproj delete mode 100755 windows/proj/hdf5_fortran/hdf5_fortran.dsp create mode 100644 windows/proj/hdf5_fortran/hdf5_fortran.vfproj delete mode 100755 windows/proj/hdf5_fortrandll/hdf5_fortrandll.dsp create mode 100644 windows/proj/hdf5_fortrandll/hdf5_fortrandll.vfproj delete mode 100755 windows/proj/hdf5_hl/hdf5_hl.dsp create mode 100644 windows/proj/hdf5_hl/hdf5_hl.vcproj delete mode 100755 windows/proj/hdf5_hl_cpp/hdf5_hl_cpp.dsp create mode 100644 windows/proj/hdf5_hl_cpp/hdf5_hl_cpp.vcproj delete mode 100755 windows/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.dsp create mode 100644 windows/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.vcproj delete mode 100755 windows/proj/hdf5_hl_f90cstubdll/hdf5_hl_f90cstubdll.dsp create mode 100644 windows/proj/hdf5_hl_f90cstubdll/hdf5_hl_f90cstubdll.vcproj delete mode 100755 windows/proj/hdf5_hl_fortran/hdf5_hl_fortran.dsp create mode 100644 windows/proj/hdf5_hl_fortran/hdf5_hl_fortran.vfproj create mode 100644 windows/proj/hdf5_hl_fortran/hdf5_hl_fortran_lib.vcproj delete mode 100755 windows/proj/hdf5_hl_fortrandll/hdf5_hl_fortrandll.dsp create mode 100644 windows/proj/hdf5_hl_fortrandll/hdf5_hl_fortrandll.vfproj delete mode 100755 windows/proj/hdf5_hldll/hdf5_hldll.dsp create mode 100644 windows/proj/hdf5_hldll/hdf5_hldll.vcproj delete mode 100755 windows/proj/hdf5dll/hdf5dll.dsp create mode 100644 windows/proj/hdf5dll/hdf5dll.vcproj delete mode 100755 windows/test/big/big.dsp create mode 100644 windows/test/big/big.vcproj delete mode 100755 windows/test/bigdll/bigdll.dsp create mode 100644 windows/test/bigdll/bigdll.vcproj delete mode 100755 windows/test/bittests/bittests.dsp create mode 100644 windows/test/bittests/bittests.vcproj delete mode 100755 windows/test/bittestsdll/bittestsdll.dsp create mode 100644 windows/test/bittestsdll/bittestsdll.vcproj delete mode 100755 windows/test/btree2/btree2.dsp create mode 100644 windows/test/btree2/btree2.vcproj delete mode 100755 windows/test/btree2dll/btree2dll.dsp create mode 100644 windows/test/btree2dll/btree2dll.vcproj delete mode 100755 windows/test/cache/cache.dsp create mode 100644 windows/test/cache/cache.vcproj delete mode 100755 windows/test/cache_api/cache_api.dsp create mode 100644 windows/test/cache_api/cache_api.vcproj delete mode 100755 windows/test/cache_apidll/cache_apidll.dsp create mode 100644 windows/test/cache_apidll/cache_apidll.vcproj delete mode 100755 windows/test/cachedll/cachedll.dsp create mode 100644 windows/test/cachedll/cachedll.vcproj delete mode 100755 windows/test/chunk/chunk.dsp create mode 100644 windows/test/chunk/chunk.vcproj delete mode 100755 windows/test/chunkdll/chunkdll.dsp create mode 100644 windows/test/chunkdll/chunkdll.vcproj delete mode 100755 windows/test/cmpd_dset/cmpd_dset.dsp create mode 100644 windows/test/cmpd_dset/cmpd_dset.vcproj delete mode 100755 windows/test/cmpd_dsetdll/cmpd_dsetdll.dsp create mode 100644 windows/test/cmpd_dsetdll/cmpd_dsetdll.vcproj delete mode 100755 windows/test/cross_read/cross_read.dsp create mode 100644 windows/test/cross_read/cross_read.vcproj delete mode 100755 windows/test/cross_readdll/cross_readdll.dsp create mode 100644 windows/test/cross_readdll/cross_readdll.vcproj delete mode 100755 windows/test/dangle/dangle.dsp create mode 100644 windows/test/dangle/dangle.vcproj delete mode 100755 windows/test/dangledll/dangledll.dsp create mode 100644 windows/test/dangledll/dangledll.vcproj delete mode 100755 windows/test/dsets/dsets.dsp create mode 100644 windows/test/dsets/dsets.vcproj delete mode 100755 windows/test/dsetsdll/dsetsdll.dsp create mode 100644 windows/test/dsetsdll/dsetsdll.vcproj delete mode 100755 windows/test/dt_arith/dt_arith.dsp create mode 100644 windows/test/dt_arith/dt_arith.vcproj delete mode 100755 windows/test/dt_arithdll/dt_arithdll.dsp create mode 100644 windows/test/dt_arithdll/dt_arithdll.vcproj delete mode 100755 windows/test/dtransform/dtransform.dsp create mode 100644 windows/test/dtransform/dtransform.vcproj delete mode 100755 windows/test/dtransformdll/dtransformdll.dsp create mode 100644 windows/test/dtransformdll/dtransformdll.vcproj delete mode 100755 windows/test/dtypes/dtypes.dsp create mode 100644 windows/test/dtypes/dtypes.vcproj delete mode 100755 windows/test/dtypesdll/dtypesdll.dsp create mode 100644 windows/test/dtypesdll/dtypesdll.vcproj delete mode 100755 windows/test/enum/enum.dsp create mode 100644 windows/test/enum/enum.vcproj delete mode 100755 windows/test/enumdll/enumdll.dsp create mode 100644 windows/test/enumdll/enumdll.vcproj delete mode 100644 windows/test/error_api/error_api.dsp create mode 100644 windows/test/error_api/error_api.vcproj delete mode 100644 windows/test/error_apidll/error_apidll.dsp create mode 100644 windows/test/error_apidll/error_apidll.vcproj delete mode 100644 windows/test/error_compat/error_compat.dsp create mode 100644 windows/test/error_compat/error_compat.vcproj delete mode 100644 windows/test/error_compatdll/error_compatdll.dsp create mode 100644 windows/test/error_compatdll/error_compatdll.vcproj delete mode 100755 windows/test/extend/extend.dsp create mode 100644 windows/test/extend/extend.vcproj delete mode 100755 windows/test/extenddll/extenddll.dsp create mode 100644 windows/test/extenddll/extenddll.vcproj delete mode 100755 windows/test/external/external.dsp create mode 100644 windows/test/external/external.vcproj delete mode 100755 windows/test/externaldll/externaldll.dsp create mode 100644 windows/test/externaldll/externaldll.vcproj delete mode 100755 windows/test/fheap/fheap.dsp create mode 100644 windows/test/fheap/fheap.vcproj delete mode 100755 windows/test/fheapdll/fheapdll.dsp create mode 100644 windows/test/fheapdll/fheapdll.vcproj delete mode 100755 windows/test/fillval/fillval.dsp create mode 100644 windows/test/fillval/fillval.vcproj delete mode 100755 windows/test/fillvaldll/fillvaldll.dsp create mode 100644 windows/test/fillvaldll/fillvaldll.vcproj delete mode 100755 windows/test/flush1/flush1.dsp create mode 100644 windows/test/flush1/flush1.vcproj delete mode 100755 windows/test/flush1dll/flush1dll.dsp create mode 100644 windows/test/flush1dll/flush1dll.vcproj delete mode 100755 windows/test/flush2/flush2.dsp create mode 100644 windows/test/flush2/flush2.vcproj delete mode 100755 windows/test/flush2dll/flush2dll.dsp create mode 100644 windows/test/flush2dll/flush2dll.vcproj delete mode 100755 windows/test/getname/getname.dsp create mode 100644 windows/test/getname/getname.vcproj delete mode 100755 windows/test/getnamedll/getnamedll.dsp create mode 100644 windows/test/getnamedll/getnamedll.vcproj delete mode 100755 windows/test/getub/getub.dsp create mode 100644 windows/test/getub/getub.vcproj delete mode 100755 windows/test/gheap/gheap.dsp create mode 100644 windows/test/gheap/gheap.vcproj delete mode 100755 windows/test/gheapdll/gheapdll.dsp create mode 100644 windows/test/gheapdll/gheapdll.vcproj delete mode 100755 windows/test/hyperslab/hyperslab.dsp create mode 100644 windows/test/hyperslab/hyperslab.vcproj delete mode 100755 windows/test/hyperslabdll/hyperslabdll.dsp create mode 100644 windows/test/hyperslabdll/hyperslabdll.vcproj delete mode 100755 windows/test/iopipe/iopipe.dsp create mode 100644 windows/test/iopipe/iopipe.vcproj delete mode 100755 windows/test/iopipedll/iopipedll.dsp create mode 100644 windows/test/iopipedll/iopipedll.vcproj delete mode 100755 windows/test/istore/istore.dsp create mode 100644 windows/test/istore/istore.vcproj delete mode 100755 windows/test/istoredll/istoredll.dsp create mode 100644 windows/test/istoredll/istoredll.vcproj delete mode 100755 windows/test/lheap/lheap.dsp create mode 100644 windows/test/lheap/lheap.vcproj delete mode 100755 windows/test/lheapdll/lheapdll.dsp create mode 100644 windows/test/lheapdll/lheapdll.vcproj delete mode 100755 windows/test/libtest/libtest.dsp create mode 100644 windows/test/libtest/libtest.vcproj delete mode 100755 windows/test/libtestD/libtestD.dsp create mode 100644 windows/test/libtestD/libtestD.vcproj delete mode 100755 windows/test/links/links.dsp create mode 100644 windows/test/links/links.vcproj delete mode 100755 windows/test/linksdll/linksdll.dsp create mode 100644 windows/test/linksdll/linksdll.vcproj delete mode 100755 windows/test/mount/mount.dsp create mode 100644 windows/test/mount/mount.vcproj delete mode 100755 windows/test/mountdll/mountdll.dsp create mode 100644 windows/test/mountdll/mountdll.vcproj delete mode 100755 windows/test/mtime/mtime.dsp create mode 100644 windows/test/mtime/mtime.vcproj delete mode 100755 windows/test/mtimedll/mtimedll.dsp create mode 100644 windows/test/mtimedll/mtimedll.vcproj delete mode 100755 windows/test/ntypes/ntypes.dsp create mode 100644 windows/test/ntypes/ntypes.vcproj delete mode 100755 windows/test/ntypesdll/ntypesdll.dsp create mode 100644 windows/test/ntypesdll/ntypesdll.vcproj delete mode 100755 windows/test/objcopy/objcopy.dsp create mode 100644 windows/test/objcopy/objcopy.vcproj delete mode 100755 windows/test/objcopydll/objcopydll.dsp create mode 100644 windows/test/objcopydll/objcopydll.vcproj delete mode 100755 windows/test/ohdr/ohdr.dsp create mode 100644 windows/test/ohdr/ohdr.vcproj delete mode 100644 windows/test/ohdr_gentst/ohdr_gentst.dsp create mode 100644 windows/test/ohdr_gentst/ohdr_gentst.vcproj delete mode 100755 windows/test/ohdrdll/ohdrdll.dsp create mode 100644 windows/test/ohdrdll/ohdrdll.vcproj delete mode 100755 windows/test/overhead/overhead.dsp create mode 100644 windows/test/overhead/overhead.vcproj delete mode 100755 windows/test/overheaddll/overheaddll.dsp create mode 100644 windows/test/overheaddll/overheaddll.vcproj delete mode 100755 windows/test/pool/pool.dsp create mode 100644 windows/test/pool/pool.vcproj delete mode 100755 windows/test/pooldll/pooldll.dsp create mode 100644 windows/test/pooldll/pooldll.vcproj delete mode 100644 windows/test/ref/ref.dsp delete mode 100644 windows/test/refdll/refdll.dsp delete mode 100755 windows/test/reserved/reserved.dsp create mode 100644 windows/test/reserved/reserved.vcproj delete mode 100755 windows/test/reserveddll/reserveddll.dsp create mode 100644 windows/test/reserveddll/reserveddll.vcproj delete mode 100755 windows/test/set_extent/set_extent.dsp create mode 100644 windows/test/set_extent/set_extent.vcproj delete mode 100755 windows/test/set_extentdll/set_extentdll.dsp create mode 100644 windows/test/set_extentdll/set_extentdll.vcproj delete mode 100755 windows/test/stab/stab.dsp create mode 100644 windows/test/stab/stab.vcproj delete mode 100755 windows/test/stabdll/stabdll.dsp create mode 100644 windows/test/stabdll/stabdll.vcproj delete mode 100755 windows/test/tellub/tellub.dsp create mode 100644 windows/test/tellub/tellub.vcproj delete mode 100755 windows/test/testhdf5/testhdf5.dsp create mode 100644 windows/test/testhdf5/testhdf5.vcproj delete mode 100755 windows/test/testhdf5dll/testhdf5dll.dsp create mode 100644 windows/test/testhdf5dll/testhdf5dll.vcproj delete mode 100644 windows/test/ttsafedll/ttsafedll.dsp create mode 100644 windows/test/ttsafedll/ttsafedll.vcproj delete mode 100755 windows/test/unlink/unlink.dsp create mode 100644 windows/test/unlink/unlink.vcproj delete mode 100755 windows/test/unlinkdll/unlinkdll.dsp create mode 100644 windows/test/unlinkdll/unlinkdll.vcproj delete mode 100644 windows/test/vfd/vfd.dsp create mode 100644 windows/test/vfd/vfd.vcproj delete mode 100644 windows/test/vfddll/vfddll.dsp create mode 100644 windows/test/vfddll/vfddll.vcproj delete mode 100644 windows/tools/h5copy/h5copy.dsp create mode 100644 windows/tools/h5copy/h5copy.vcproj delete mode 100755 windows/tools/h5debug/h5debug.dsp create mode 100644 windows/tools/h5debug/h5debug.vcproj delete mode 100755 windows/tools/h5debugdll/h5debugdll.dsp create mode 100644 windows/tools/h5debugdll/h5debugdll.vcproj delete mode 100755 windows/tools/h5diff/h5diff.dsp create mode 100644 windows/tools/h5diff/h5diff.vcproj delete mode 100755 windows/tools/h5diffdll/h5diffdll.dsp create mode 100644 windows/tools/h5diffdll/h5diffdll.vcproj delete mode 100755 windows/tools/h5dump/h5dump.dsp create mode 100644 windows/tools/h5dump/h5dump.vcproj delete mode 100755 windows/tools/h5dumpdll/h5dumpdll.dsp create mode 100644 windows/tools/h5dumpdll/h5dumpdll.vcproj delete mode 100755 windows/tools/h5import/h5import.dsp create mode 100644 windows/tools/h5import/h5import.vcproj delete mode 100755 windows/tools/h5importdll/h5importdll.dsp create mode 100644 windows/tools/h5importdll/h5importdll.vcproj delete mode 100755 windows/tools/h5jam/h5jam.dsp create mode 100644 windows/tools/h5jam/h5jam.vcproj delete mode 100755 windows/tools/h5ls/h5ls.dsp create mode 100644 windows/tools/h5ls/h5ls.vcproj delete mode 100755 windows/tools/h5lsdll/h5lsdll.dsp create mode 100644 windows/tools/h5lsdll/h5lsdll.vcproj delete mode 100644 windows/tools/h5mkgrp/h5mkgrp.dsp create mode 100644 windows/tools/h5mkgrp/h5mkgrp.vcproj delete mode 100755 windows/tools/h5repack/h5repack.dsp create mode 100644 windows/tools/h5repack/h5repack.vcproj delete mode 100755 windows/tools/h5repackdll/h5repackdll.dsp create mode 100644 windows/tools/h5repackdll/h5repackdll.vcproj delete mode 100755 windows/tools/h5repart/h5repart.dsp create mode 100644 windows/tools/h5repart/h5repart.vcproj delete mode 100755 windows/tools/h5repartdll/h5repartdll.dsp create mode 100644 windows/tools/h5repartdll/h5repartdll.vcproj delete mode 100755 windows/tools/h5stat/h5stat.dsp create mode 100644 windows/tools/h5stat/h5stat.vcproj delete mode 100755 windows/tools/h5statdll/h5statdll.dsp create mode 100644 windows/tools/h5statdll/h5statdll.vcproj delete mode 100755 windows/tools/h5unjam/h5unjam.dsp create mode 100644 windows/tools/h5unjam/h5unjam.vcproj delete mode 100755 windows/tools/talign/talign.dsp create mode 100644 windows/tools/talign/talign.vcproj delete mode 100755 windows/tools/taligndll/taligndll.dsp create mode 100644 windows/tools/taligndll/taligndll.vcproj delete mode 100644 windows/tools/testfiles/binread/binread.dsp create mode 100644 windows/tools/testfiles/binread/binread.vcproj delete mode 100755 windows/tools/testfiles/h5difftst/h5difftst.dsp create mode 100644 windows/tools/testfiles/h5difftst/h5difftst.vcproj delete mode 100755 windows/tools/testfiles/h5dumptst/h5dumptst.dsp create mode 100644 windows/tools/testfiles/h5dumptst/h5dumptst.vcproj delete mode 100755 windows/tools/testfiles/h5importtst/h5importtst.dsp create mode 100644 windows/tools/testfiles/h5importtst/h5importtst.vcproj delete mode 100755 windows/tools/testfiles/h5jamtst/h5jamtst.dsp create mode 100644 windows/tools/testfiles/h5jamtst/h5jamtst.vcproj delete mode 100755 windows/tools/testfiles/h5repacktst/h5repacktst.dsp create mode 100644 windows/tools/testfiles/h5repacktst/h5repacktst.vcproj delete mode 100755 windows/tools/testfiles/h5repart_gentest/h5repart_gentest.dsp create mode 100644 windows/tools/testfiles/h5repart_gentest/h5repart_gentest.vcproj delete mode 100755 windows/tools/testfiles/h5reparttst/h5reparttst.dsp create mode 100644 windows/tools/testfiles/h5reparttst/h5reparttst.vcproj delete mode 100755 windows/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.dsp create mode 100644 windows/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.vcproj delete mode 100755 windows/tools/testfiles/testh5repack_detect_szipdll/testh5repack_detect_szipdll.dsp create mode 100644 windows/tools/testfiles/testh5repack_detect_szipdll/testh5repack_detect_szipdll.vcproj delete mode 100755 windows/tools/toolslib/toolslib.dsp create mode 100644 windows/tools/toolslib/toolslib.vcproj delete mode 100755 windows/tools/toolslibD/toolslibD.dsp create mode 100644 windows/tools/toolslibD/toolslibD.vcproj create mode 100755 windows_vs6/COPYING create mode 100755 windows_vs6/c++/examples/allcppexamples/allcppexamples.dsp create mode 100755 windows_vs6/c++/examples/allcppexamples/allcppexamples.dsw create mode 100755 windows_vs6/c++/examples/chunkstest/chunkstest.dsp create mode 100755 windows_vs6/c++/examples/chunkstestdll/chunkstestdll.dsp create mode 100755 windows_vs6/c++/examples/compoundtest/compoundtest.dsp create mode 100755 windows_vs6/c++/examples/compoundtestdll/compoundtestdll.dsp create mode 100755 windows_vs6/c++/examples/createtest/createtest.dsp create mode 100755 windows_vs6/c++/examples/createtestdll/createtestdll.dsp create mode 100755 windows_vs6/c++/examples/extend_dstest/extend_dstest.dsp create mode 100755 windows_vs6/c++/examples/extend_dstestdll/extend_dstestdll.dsp create mode 100755 windows_vs6/c++/examples/h5grouptest/h5grouptest.dsp create mode 100755 windows_vs6/c++/examples/h5grouptestdll/h5grouptestdll.dsp create mode 100755 windows_vs6/c++/examples/readdatatest/readdatatest.dsp create mode 100755 windows_vs6/c++/examples/readdatatestdll/readdatatestdll.dsp create mode 100755 windows_vs6/c++/examples/writedatatest/writedatatest.dsp create mode 100755 windows_vs6/c++/examples/writedatatestdll/writedatatestdll.dsp create mode 100755 windows_vs6/c++/test/dsets_cpp/dsets_cpp.dsp create mode 100755 windows_vs6/c++/test/dsets_cppdll/dsets_cppdll.dsp create mode 100755 windows_vs6/c++/test/testhdf5_cpp/testhdf5_cpp.dsp create mode 100755 windows_vs6/c++/test/testhdf5_cppdll/testhdf5_cppdll.dsp create mode 100755 windows_vs6/examples/allexamples/allexamples.dsp create mode 100755 windows_vs6/examples/allexamples/allexamples.dsw create mode 100755 windows_vs6/examples/attributetest/attributetest.dsp create mode 100755 windows_vs6/examples/attributetestdll/attributetestdll.dsp create mode 100755 windows_vs6/examples/chunkread/chunkread.dsp create mode 100755 windows_vs6/examples/chunkreaddll/chunkreaddll.dsp create mode 100755 windows_vs6/examples/compoundtest/compoundtest.dsp create mode 100755 windows_vs6/examples/compoundtestdll/compoundtestdll.dsp create mode 100755 windows_vs6/examples/extendwritetest/extendwritetest.dsp create mode 100755 windows_vs6/examples/extendwritetestdll/extendwritetestdll.dsp create mode 100755 windows_vs6/examples/grouptest/grouptest.dsp create mode 100755 windows_vs6/examples/grouptestdll/grouptestdll.dsp create mode 100644 windows_vs6/examples/intermgrouptest/intermgrouptest.dsp create mode 100644 windows_vs6/examples/intermgrouptestdll/intermgrouptestdll.dsp create mode 100755 windows_vs6/examples/readtest/readtest.dsp create mode 100755 windows_vs6/examples/readtestdll/readtestdll.dsp create mode 100755 windows_vs6/examples/selectest/selectest.dsp create mode 100755 windows_vs6/examples/selectestdll/selectestdll.dsp create mode 100755 windows_vs6/examples/testExamples.bat create mode 100755 windows_vs6/examples/writetest/writetest.dsp create mode 100755 windows_vs6/examples/writetestdll/writetestdll.dsp create mode 100755 windows_vs6/fortran/examples/allf90examples/allf90examples.dsp create mode 100755 windows_vs6/fortran/examples/allf90examples/allf90examples.dsw create mode 100755 windows_vs6/fortran/examples/attreexampletest/attreexampletest.dsp create mode 100755 windows_vs6/fortran/examples/attreexampletestdll/attreexampletestdll.dsp create mode 100755 windows_vs6/fortran/examples/compoundtest/compoundtest.dsp create mode 100755 windows_vs6/fortran/examples/compoundtestdll/compoundtestdll.dsp create mode 100755 windows_vs6/fortran/examples/dsetexampletest/dsetexampletest.dsp create mode 100755 windows_vs6/fortran/examples/dsetexampletestdll/dsetexampletestdll.dsp create mode 100755 windows_vs6/fortran/examples/fileexampletest/fileexampletest.dsp create mode 100755 windows_vs6/fortran/examples/fileexampletestdll/fileexampletestdll.dsp create mode 100755 windows_vs6/fortran/examples/groupexampletest/groupexampletest.dsp create mode 100755 windows_vs6/fortran/examples/groupexampletestdll/groupexampletestdll.dsp create mode 100755 windows_vs6/fortran/examples/grpdsetexampletest/grpdsetexampletest.dsp create mode 100755 windows_vs6/fortran/examples/grpdsetexampletestdll/grpdsetexampletestdll.dsp create mode 100755 windows_vs6/fortran/examples/grpittest/grpittest.dsp create mode 100755 windows_vs6/fortran/examples/grpittestdll/grpittestdll.dsp create mode 100755 windows_vs6/fortran/examples/grpsexampletest/grpsexampletest.dsp create mode 100755 windows_vs6/fortran/examples/grpsexampletestdll/grpsexampletestdll.dsp create mode 100755 windows_vs6/fortran/examples/hyperslabtest/hyperslabtest.dsp create mode 100755 windows_vs6/fortran/examples/hyperslabtestdll/hyperslabtestdll.dsp create mode 100755 windows_vs6/fortran/examples/mountexampletest/mountexampletest.dsp create mode 100755 windows_vs6/fortran/examples/mountexampletestdll/mountexampletestdll.dsp create mode 100755 windows_vs6/fortran/examples/refobjexampletest/refobjexampletest.dsp create mode 100755 windows_vs6/fortran/examples/refobjexampletestdll/refobjexampletestdll.dsp create mode 100755 windows_vs6/fortran/examples/refregexampletest/refregexampletest.dsp create mode 100755 windows_vs6/fortran/examples/refregexampletestdll/refregexampletestdll.dsp create mode 100755 windows_vs6/fortran/examples/rwdsetexampletest/rwdsetexampletest.dsp create mode 100755 windows_vs6/fortran/examples/rwdsetexampletestdll/rwdsetexampletestdll.dsp create mode 100755 windows_vs6/fortran/examples/selecteletest/selecteletest.dsp create mode 100755 windows_vs6/fortran/examples/selecteletestdll/selecteletestdll.dsp create mode 100755 windows_vs6/fortran/test/flush1_fortran/flush1_fortran.dsp create mode 100755 windows_vs6/fortran/test/flush1_fortrandll/flush1_fortrandll.dsp create mode 100755 windows_vs6/fortran/test/flush2_fortran/flush2_fortran.dsp create mode 100755 windows_vs6/fortran/test/flush2_fortrandll/flush2_fortrandll.dsp create mode 100755 windows_vs6/fortran/test/libtest_cstubdll/libtest_cstubdll.dsp create mode 100755 windows_vs6/fortran/test/libtest_fortran/libtest_fortran.dsp create mode 100755 windows_vs6/fortran/test/libtest_fortrandll/libtest_fortrandll.dsp create mode 100755 windows_vs6/fortran/test/testhdf5_fortran.bat create mode 100755 windows_vs6/fortran/test/testhdf5_fortran/testhdf5_fortran.dsp create mode 100755 windows_vs6/fortran/test/testhdf5_fortrandll/testhdf5_fortrandll.dsp create mode 100755 windows_vs6/hl/c++/test/hl_test_table_cpp/hl_test_table_cpp.dsp create mode 100755 windows_vs6/hl/c++/test/hl_test_table_cppdll/hl_test_table_cppdll.dsp create mode 100755 windows_vs6/hl/c++/test/test_hdf5_hl_cpp.bat create mode 100644 windows_vs6/hl/examples/allhlcexamples/allhlcexamples.dsp create mode 100644 windows_vs6/hl/examples/allhlcexamples/allhlcexamples.dsw create mode 100755 windows_vs6/hl/examples/ex_ds/ex_ds.dsp create mode 100755 windows_vs6/hl/examples/ex_dsdll/ex_dsdll.dsp create mode 100755 windows_vs6/hl/examples/ex_images/ex_images.dsp create mode 100755 windows_vs6/hl/examples/ex_imagesdll/ex_imagesdll.dsp create mode 100755 windows_vs6/hl/examples/ex_lite/ex_lite.dsp create mode 100755 windows_vs6/hl/examples/ex_litedll/ex_litedll.dsp create mode 100755 windows_vs6/hl/examples/ex_packet/ex_packet.dsp create mode 100755 windows_vs6/hl/examples/ex_packetdll/ex_packetdll.dsp create mode 100755 windows_vs6/hl/examples/ex_table/ex_table.dsp create mode 100755 windows_vs6/hl/examples/ex_tabledll/ex_tabledll.dsp create mode 100644 windows_vs6/hl/examples/test_hl_cexamples.BAT create mode 100644 windows_vs6/hl/fortran/examples/allhlf90examples/allhlf90examples.dsp create mode 100644 windows_vs6/hl/fortran/examples/allhlf90examples/allhlf90examples.dsw create mode 100644 windows_vs6/hl/fortran/examples/ex_lite/ex_lite.dsp create mode 100644 windows_vs6/hl/fortran/examples/ex_litedll/ex_litedll.dsp create mode 100644 windows_vs6/hl/fortran/examples/test_hl_f90examples.BAT create mode 100755 windows_vs6/hl/fortran/test/hl_test_image_fortran/hl_test_image_fortran.dsp create mode 100755 windows_vs6/hl/fortran/test/hl_test_image_fortrandll/hl_test_image_fortrandll.dsp create mode 100755 windows_vs6/hl/fortran/test/hl_test_lite_fortran/hl_test_lite_fortran.dsp create mode 100755 windows_vs6/hl/fortran/test/hl_test_lite_fortrandll/hl_test_lite_fortrandll.dsp create mode 100755 windows_vs6/hl/fortran/test/hl_test_table_fortran/hl_test_table_fortran.dsp create mode 100755 windows_vs6/hl/fortran/test/hl_test_table_fortrandll/hl_test_table_fortrandll.dsp create mode 100755 windows_vs6/hl/fortran/test/test_hdf5_hl_fortran.BAT create mode 100755 windows_vs6/hl/test/hl_test_ds/hl_test_ds.dsp create mode 100755 windows_vs6/hl/test/hl_test_dsdll/hl_test_dsdll.dsp create mode 100755 windows_vs6/hl/test/hl_test_image/hl_test_image.dsp create mode 100755 windows_vs6/hl/test/hl_test_imagedll/hl_test_imagedll.dsp create mode 100755 windows_vs6/hl/test/hl_test_lite/hl_test_lite.dsp create mode 100755 windows_vs6/hl/test/hl_test_litedll/hl_test_litedll.dsp create mode 100755 windows_vs6/hl/test/hl_test_packet/hl_test_packet.dsp create mode 100755 windows_vs6/hl/test/hl_test_packetdll/hl_test_packetdll.dsp create mode 100755 windows_vs6/hl/test/hl_test_table/hl_test_table.dsp create mode 100755 windows_vs6/hl/test/hl_test_tabledll/hl_test_tabledll.dsp create mode 100755 windows_vs6/hl/test/test_hdf5_hl.BAT create mode 100644 windows_vs6/hl/tools/gif2h5/h52giftest.bat create mode 100755 windows_vs6/hl/tools/gifconv/gif2h5.dsp create mode 100755 windows_vs6/hl/tools/gifconv/h52gif.dsp create mode 100755 windows_vs6/hl/tools/gifconvdll/gif2h5dll.dsp create mode 100755 windows_vs6/hl/tools/gifconvdll/h52gifdll.dsp create mode 100755 windows_vs6/misc/H5fortran_detect_gen/H5fortran_detect_gen.dsp create mode 100755 windows_vs6/misc/H5fortran_detect_gen/H5fortran_detect_gen.dsw create mode 100755 windows_vs6/misc/fortrantypegen/H5fortran_detect.dsp create mode 100755 windows_vs6/misc/fortrantypegen/fortrantypegen.dsw create mode 100755 windows_vs6/misc/matchtypegen/H5match_types.dsp create mode 100755 windows_vs6/misc/matchtypegen/matchtypegen.dsw create mode 100755 windows_vs6/misc/typegen/h5tinit/h5tinit.dsp create mode 100755 windows_vs6/misc/typegen/typegen.dsw create mode 100755 windows_vs6/proj/all/all.dsp create mode 100755 windows_vs6/proj/all/all.dsw create mode 100755 windows_vs6/proj/hdf5/hdf5.dsp create mode 100755 windows_vs6/proj/hdf5_cpp/hdf5_cpp.dsp create mode 100755 windows_vs6/proj/hdf5_cppdll/hdf5_cppdll.dsp create mode 100755 windows_vs6/proj/hdf5_f90cstub/hdf5_f90cstub.dsp create mode 100755 windows_vs6/proj/hdf5_f90cstubdll/hdf5_f90cstubdll.dsp create mode 100755 windows_vs6/proj/hdf5_fortran/hdf5_fortran.dsp create mode 100755 windows_vs6/proj/hdf5_fortrandll/hdf5_fortrandll.dsp create mode 100755 windows_vs6/proj/hdf5_hl/hdf5_hl.dsp create mode 100755 windows_vs6/proj/hdf5_hl_cpp/hdf5_hl_cpp.dsp create mode 100755 windows_vs6/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.dsp create mode 100755 windows_vs6/proj/hdf5_hl_f90cstubdll/hdf5_hl_f90cstubdll.dsp create mode 100755 windows_vs6/proj/hdf5_hl_fortran/hdf5_hl_fortran.dsp create mode 100755 windows_vs6/proj/hdf5_hl_fortrandll/hdf5_hl_fortrandll.dsp create mode 100755 windows_vs6/proj/hdf5_hldll/hdf5_hldll.dsp create mode 100755 windows_vs6/proj/hdf5dll/hdf5dll.dsp create mode 100755 windows_vs6/test/big/big.dsp create mode 100755 windows_vs6/test/bigdll/bigdll.dsp create mode 100755 windows_vs6/test/bittests/bittests.dsp create mode 100755 windows_vs6/test/bittestsdll/bittestsdll.dsp create mode 100755 windows_vs6/test/btree2/btree2.dsp create mode 100755 windows_vs6/test/btree2dll/btree2dll.dsp create mode 100755 windows_vs6/test/cache/cache.dsp create mode 100755 windows_vs6/test/cache_api/cache_api.dsp create mode 100755 windows_vs6/test/cache_apidll/cache_apidll.dsp create mode 100755 windows_vs6/test/cachedll/cachedll.dsp create mode 100755 windows_vs6/test/chunk/chunk.dsp create mode 100755 windows_vs6/test/chunkdll/chunkdll.dsp create mode 100755 windows_vs6/test/cmpd_dset/cmpd_dset.dsp create mode 100755 windows_vs6/test/cmpd_dsetdll/cmpd_dsetdll.dsp create mode 100755 windows_vs6/test/cross_read/cross_read.dsp create mode 100755 windows_vs6/test/cross_readdll/cross_readdll.dsp create mode 100755 windows_vs6/test/dangle/dangle.dsp create mode 100755 windows_vs6/test/dangledll/dangledll.dsp create mode 100755 windows_vs6/test/dsets/dsets.dsp create mode 100755 windows_vs6/test/dsetsdll/dsetsdll.dsp create mode 100755 windows_vs6/test/dt_arith/dt_arith.dsp create mode 100755 windows_vs6/test/dt_arithdll/dt_arithdll.dsp create mode 100755 windows_vs6/test/dtransform/dtransform.dsp create mode 100755 windows_vs6/test/dtransformdll/dtransformdll.dsp create mode 100755 windows_vs6/test/dtypes/dtypes.dsp create mode 100755 windows_vs6/test/dtypesdll/dtypesdll.dsp create mode 100755 windows_vs6/test/enum/enum.dsp create mode 100755 windows_vs6/test/enumdll/enumdll.dsp create mode 100644 windows_vs6/test/error_api/error_api.dsp create mode 100644 windows_vs6/test/error_apidll/error_apidll.dsp create mode 100644 windows_vs6/test/error_compat/error_compat.dsp create mode 100644 windows_vs6/test/error_compatdll/error_compatdll.dsp create mode 100755 windows_vs6/test/extend/extend.dsp create mode 100755 windows_vs6/test/extenddll/extenddll.dsp create mode 100755 windows_vs6/test/external/external.dsp create mode 100755 windows_vs6/test/externaldll/externaldll.dsp create mode 100755 windows_vs6/test/fheap/fheap.dsp create mode 100755 windows_vs6/test/fheapdll/fheapdll.dsp create mode 100755 windows_vs6/test/fillval/fillval.dsp create mode 100755 windows_vs6/test/fillvaldll/fillvaldll.dsp create mode 100755 windows_vs6/test/flush1/flush1.dsp create mode 100755 windows_vs6/test/flush1dll/flush1dll.dsp create mode 100755 windows_vs6/test/flush2/flush2.dsp create mode 100755 windows_vs6/test/flush2dll/flush2dll.dsp create mode 100755 windows_vs6/test/getname/getname.dsp create mode 100755 windows_vs6/test/getnamedll/getnamedll.dsp create mode 100755 windows_vs6/test/getub/getub.dsp create mode 100755 windows_vs6/test/gheap/gheap.dsp create mode 100755 windows_vs6/test/gheapdll/gheapdll.dsp create mode 100755 windows_vs6/test/hyperslab/hyperslab.dsp create mode 100755 windows_vs6/test/hyperslabdll/hyperslabdll.dsp create mode 100755 windows_vs6/test/iopipe/iopipe.dsp create mode 100755 windows_vs6/test/iopipedll/iopipedll.dsp create mode 100755 windows_vs6/test/istore/istore.dsp create mode 100755 windows_vs6/test/istoredll/istoredll.dsp create mode 100755 windows_vs6/test/lheap/lheap.dsp create mode 100755 windows_vs6/test/lheapdll/lheapdll.dsp create mode 100755 windows_vs6/test/libtest/libtest.dsp create mode 100755 windows_vs6/test/libtestD/libtestD.dsp create mode 100755 windows_vs6/test/links/links.dsp create mode 100755 windows_vs6/test/linksdll/linksdll.dsp create mode 100755 windows_vs6/test/mount/mount.dsp create mode 100755 windows_vs6/test/mountdll/mountdll.dsp create mode 100755 windows_vs6/test/mtime/mtime.dsp create mode 100755 windows_vs6/test/mtimedll/mtimedll.dsp create mode 100755 windows_vs6/test/ntypes/ntypes.dsp create mode 100755 windows_vs6/test/ntypesdll/ntypesdll.dsp create mode 100755 windows_vs6/test/objcopy/objcopy.dsp create mode 100755 windows_vs6/test/objcopydll/objcopydll.dsp create mode 100755 windows_vs6/test/ohdr/ohdr.dsp create mode 100644 windows_vs6/test/ohdr_gentst/ohdr_gentst.dsp create mode 100755 windows_vs6/test/ohdrdll/ohdrdll.dsp create mode 100755 windows_vs6/test/overhead/overhead.dsp create mode 100755 windows_vs6/test/overheaddll/overheaddll.dsp create mode 100755 windows_vs6/test/pool/pool.dsp create mode 100755 windows_vs6/test/pooldll/pooldll.dsp create mode 100644 windows_vs6/test/ref/ref.dsp create mode 100644 windows_vs6/test/refdll/refdll.dsp create mode 100755 windows_vs6/test/reserved/reserved.dsp create mode 100755 windows_vs6/test/reserveddll/reserveddll.dsp create mode 100755 windows_vs6/test/set_extent/set_extent.dsp create mode 100755 windows_vs6/test/set_extentdll/set_extentdll.dsp create mode 100755 windows_vs6/test/stab/stab.dsp create mode 100755 windows_vs6/test/stabdll/stabdll.dsp create mode 100755 windows_vs6/test/tellub/tellub.dsp create mode 100755 windows_vs6/test/testhdf5/testhdf5.dsp create mode 100755 windows_vs6/test/testhdf5dll/testhdf5dll.dsp create mode 100644 windows_vs6/test/ttsafedll/ttsafedll.dsp create mode 100755 windows_vs6/test/unlink/unlink.dsp create mode 100755 windows_vs6/test/unlinkdll/unlinkdll.dsp create mode 100644 windows_vs6/test/vfd/vfd.dsp create mode 100644 windows_vs6/test/vfddll/vfddll.dsp create mode 100644 windows_vs6/tools/h5copy/h5copy.dsp create mode 100755 windows_vs6/tools/h5debug/h5debug.dsp create mode 100755 windows_vs6/tools/h5debugdll/h5debugdll.dsp create mode 100755 windows_vs6/tools/h5diff/h5diff.dsp create mode 100755 windows_vs6/tools/h5diffdll/h5diffdll.dsp create mode 100755 windows_vs6/tools/h5dump/h5dump.dsp create mode 100755 windows_vs6/tools/h5dumpdll/h5dumpdll.dsp create mode 100755 windows_vs6/tools/h5import/h5import.dsp create mode 100755 windows_vs6/tools/h5importdll/h5importdll.dsp create mode 100755 windows_vs6/tools/h5jam/h5jam.dsp create mode 100755 windows_vs6/tools/h5ls/h5ls.dsp create mode 100755 windows_vs6/tools/h5lsdll/h5lsdll.dsp create mode 100644 windows_vs6/tools/h5mkgrp/h5mkgrp.dsp create mode 100755 windows_vs6/tools/h5repack/h5repack.dsp create mode 100755 windows_vs6/tools/h5repackdll/h5repackdll.dsp create mode 100755 windows_vs6/tools/h5repart/h5repart.dsp create mode 100755 windows_vs6/tools/h5repartdll/h5repartdll.dsp create mode 100755 windows_vs6/tools/h5stat/h5stat.dsp create mode 100755 windows_vs6/tools/h5statdll/h5statdll.dsp create mode 100755 windows_vs6/tools/h5unjam/h5unjam.dsp create mode 100755 windows_vs6/tools/talign/talign.dsp create mode 100755 windows_vs6/tools/taligndll/taligndll.dsp create mode 100644 windows_vs6/tools/testfiles/binread/binread.dsp create mode 100755 windows_vs6/tools/testfiles/h5difftst/h5difftst.dsp create mode 100755 windows_vs6/tools/testfiles/h5dumptst/h5dumptst.dsp create mode 100755 windows_vs6/tools/testfiles/h5importtst/h5importtst.dsp create mode 100755 windows_vs6/tools/testfiles/h5jamtst/h5jamtst.dsp create mode 100755 windows_vs6/tools/testfiles/h5repacktst/h5repacktst.dsp create mode 100755 windows_vs6/tools/testfiles/h5repart_gentest/h5repart_gentest.dsp create mode 100755 windows_vs6/tools/testfiles/h5reparttst/h5reparttst.dsp create mode 100755 windows_vs6/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.dsp create mode 100755 windows_vs6/tools/testfiles/testh5repack_detect_szipdll/testh5repack_detect_szipdll.dsp create mode 100755 windows_vs6/tools/toolslib/toolslib.dsp create mode 100755 windows_vs6/tools/toolslibD/toolslibD.dsp diff --git a/windows/c++/examples/allcppexamples/allcppexamples.dsp b/windows/c++/examples/allcppexamples/allcppexamples.dsp deleted file mode 100755 index b709c4c..0000000 --- a/windows/c++/examples/allcppexamples/allcppexamples.dsp +++ /dev/null @@ -1,89 +0,0 @@ -# Microsoft Developer Studio Project File - Name="allcppexamples" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=allcppexamples - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "allcppexamples.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "allcppexamples.mak" CFG="allcppexamples - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "allcppexamples - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "allcppexamples - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "allcppexamples - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "allcppexamples - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "allcppexamples - Win32 Release" -# Name "allcppexamples - Win32 Debug" -# End Target -# End Project diff --git a/windows/c++/examples/allcppexamples/allcppexamples.dsw b/windows/c++/examples/allcppexamples/allcppexamples.dsw deleted file mode 100755 index 689a61d..0000000 --- a/windows/c++/examples/allcppexamples/allcppexamples.dsw +++ /dev/null @@ -1,239 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "allcppexamples"=".\allcppexamples.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name compoundtest - End Project Dependency - Begin Project Dependency - Project_Dep_Name createtest - End Project Dependency - Begin Project Dependency - Project_Dep_Name extend_dstest - End Project Dependency - Begin Project Dependency - Project_Dep_Name h5grouptest - End Project Dependency - Begin Project Dependency - Project_Dep_Name readdatatest - End Project Dependency - Begin Project Dependency - Project_Dep_Name writedatatest - End Project Dependency - Begin Project Dependency - Project_Dep_Name chunkstest - End Project Dependency - Begin Project Dependency - Project_Dep_Name chunkstestdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name compoundtestdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name createtestdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name extend_dstestdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name h5grouptestdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name readdatatestdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name writedatatestdll - End Project Dependency -}}} - -############################################################################### - -Project: "chunkstest"="..\chunkstest\chunkstest.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "chunkstestdll"="..\chunkstestdll\chunkstestdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "compoundtest"="..\compoundtest\compoundtest.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "compoundtestdll"="..\compoundtestdll\compoundtestdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "createtest"="..\createtest\createtest.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "createtestdll"="..\createtestdll\createtestdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "extend_dstest"="..\extend_dstest\extend_dstest.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "extend_dstestdll"="..\extend_dstestdll\extend_dstestdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "h5grouptest"="..\h5grouptest\h5grouptest.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "h5grouptestdll"="..\h5grouptestdll\h5grouptestdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "readdatatest"="..\readdatatest\readdatatest.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "readdatatestdll"="..\readdatatestdll\readdatatestdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "writedatatest"="..\writedatatest\writedatatest.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "writedatatestdll"="..\writedatatestdll\writedatatestdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - diff --git a/windows/c++/examples/allcppexamples/allcppexamples.sln b/windows/c++/examples/allcppexamples/allcppexamples.sln new file mode 100644 index 0000000..2d974cb --- /dev/null +++ b/windows/c++/examples/allcppexamples/allcppexamples.sln @@ -0,0 +1,149 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "allcppexamples", "allcppexamples.vcproj", "{27E3886B-0BAC-4E00-8F89-163208E03462}" + ProjectSection(ProjectDependencies) = postProject + {562DA812-6FD9-424A-BC3E-044362DC93C1} = {562DA812-6FD9-424A-BC3E-044362DC93C1} + {051AA0B9-BC9B-4732-BE21-F3949C6A179B} = {051AA0B9-BC9B-4732-BE21-F3949C6A179B} + {7AABEE0C-3749-49C6-B951-5081BE817897} = {7AABEE0C-3749-49C6-B951-5081BE817897} + {DA72AC9E-B53E-43B4-A9C1-A1E94F3733CD} = {DA72AC9E-B53E-43B4-A9C1-A1E94F3733CD} + {AC1F5EA5-2256-4E27-8D56-D9A5AA71F411} = {AC1F5EA5-2256-4E27-8D56-D9A5AA71F411} + {F144F936-D02D-4859-9FAA-FED36AC8A0C4} = {F144F936-D02D-4859-9FAA-FED36AC8A0C4} + {1D870142-6627-41ED-95C3-31CF9783FE70} = {1D870142-6627-41ED-95C3-31CF9783FE70} + {9C900514-5BB2-4BA2-B5DF-5FD8572982DC} = {9C900514-5BB2-4BA2-B5DF-5FD8572982DC} + {8A70FD1D-7E7E-448B-8F5F-7CF2A414F309} = {8A70FD1D-7E7E-448B-8F5F-7CF2A414F309} + {C75DC585-7E3D-472D-AB77-EAE48876FA8C} = {C75DC585-7E3D-472D-AB77-EAE48876FA8C} + {798DE42A-5B27-4B33-B54A-58D45EFD600B} = {798DE42A-5B27-4B33-B54A-58D45EFD600B} + {1F74A3E0-276B-4A85-BBB0-3421434D5946} = {1F74A3E0-276B-4A85-BBB0-3421434D5946} + {B187A146-D60D-4587-90F5-A501E4B826A6} = {B187A146-D60D-4587-90F5-A501E4B826A6} + {8CD35A8A-1D59-4ACE-B684-A7FD9952A45C} = {8CD35A8A-1D59-4ACE-B684-A7FD9952A45C} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "chunkstest", "..\chunkstest\chunkstest.vcproj", "{9C900514-5BB2-4BA2-B5DF-5FD8572982DC}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "chunkstestdll", "..\chunkstestdll\chunkstestdll.vcproj", "{1D870142-6627-41ED-95C3-31CF9783FE70}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "compoundtest", "..\compoundtest\compoundtest.vcproj", "{8CD35A8A-1D59-4ACE-B684-A7FD9952A45C}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "compoundtestdll", "..\compoundtestdll\compoundtestdll.vcproj", "{F144F936-D02D-4859-9FAA-FED36AC8A0C4}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "createtest", "..\createtest\createtest.vcproj", "{B187A146-D60D-4587-90F5-A501E4B826A6}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "createtestdll", "..\createtestdll\createtestdll.vcproj", "{AC1F5EA5-2256-4E27-8D56-D9A5AA71F411}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "extend_dstest", "..\extend_dstest\extend_dstest.vcproj", "{1F74A3E0-276B-4A85-BBB0-3421434D5946}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "extend_dstestdll", "..\extend_dstestdll\extend_dstestdll.vcproj", "{DA72AC9E-B53E-43B4-A9C1-A1E94F3733CD}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5grouptest", "..\h5grouptest\h5grouptest.vcproj", "{798DE42A-5B27-4B33-B54A-58D45EFD600B}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5grouptestdll", "..\h5grouptestdll\h5grouptestdll.vcproj", "{7AABEE0C-3749-49C6-B951-5081BE817897}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "readdatatest", "..\readdatatest\readdatatest.vcproj", "{C75DC585-7E3D-472D-AB77-EAE48876FA8C}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "readdatatestdll", "..\readdatatestdll\readdatatestdll.vcproj", "{051AA0B9-BC9B-4732-BE21-F3949C6A179B}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "writedatatest", "..\writedatatest\writedatatest.vcproj", "{8A70FD1D-7E7E-448B-8F5F-7CF2A414F309}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "writedatatestdll", "..\writedatatestdll\writedatatestdll.vcproj", "{562DA812-6FD9-424A-BC3E-044362DC93C1}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {27E3886B-0BAC-4E00-8F89-163208E03462}.Debug.ActiveCfg = Debug|Win32 + {27E3886B-0BAC-4E00-8F89-163208E03462}.Debug.Build.0 = Debug|Win32 + {27E3886B-0BAC-4E00-8F89-163208E03462}.Release.ActiveCfg = Release|Win32 + {27E3886B-0BAC-4E00-8F89-163208E03462}.Release.Build.0 = Release|Win32 + {9C900514-5BB2-4BA2-B5DF-5FD8572982DC}.Debug.ActiveCfg = Debug|Win32 + {9C900514-5BB2-4BA2-B5DF-5FD8572982DC}.Debug.Build.0 = Debug|Win32 + {9C900514-5BB2-4BA2-B5DF-5FD8572982DC}.Release.ActiveCfg = Release|Win32 + {9C900514-5BB2-4BA2-B5DF-5FD8572982DC}.Release.Build.0 = Release|Win32 + {1D870142-6627-41ED-95C3-31CF9783FE70}.Debug.ActiveCfg = Debug|Win32 + {1D870142-6627-41ED-95C3-31CF9783FE70}.Debug.Build.0 = Debug|Win32 + {1D870142-6627-41ED-95C3-31CF9783FE70}.Release.ActiveCfg = Release|Win32 + {1D870142-6627-41ED-95C3-31CF9783FE70}.Release.Build.0 = Release|Win32 + {8CD35A8A-1D59-4ACE-B684-A7FD9952A45C}.Debug.ActiveCfg = Debug|Win32 + {8CD35A8A-1D59-4ACE-B684-A7FD9952A45C}.Debug.Build.0 = Debug|Win32 + {8CD35A8A-1D59-4ACE-B684-A7FD9952A45C}.Release.ActiveCfg = Release|Win32 + {8CD35A8A-1D59-4ACE-B684-A7FD9952A45C}.Release.Build.0 = Release|Win32 + {F144F936-D02D-4859-9FAA-FED36AC8A0C4}.Debug.ActiveCfg = Debug|Win32 + {F144F936-D02D-4859-9FAA-FED36AC8A0C4}.Debug.Build.0 = Debug|Win32 + {F144F936-D02D-4859-9FAA-FED36AC8A0C4}.Release.ActiveCfg = Release|Win32 + {F144F936-D02D-4859-9FAA-FED36AC8A0C4}.Release.Build.0 = Release|Win32 + {B187A146-D60D-4587-90F5-A501E4B826A6}.Debug.ActiveCfg = Debug|Win32 + {B187A146-D60D-4587-90F5-A501E4B826A6}.Debug.Build.0 = Debug|Win32 + {B187A146-D60D-4587-90F5-A501E4B826A6}.Release.ActiveCfg = Release|Win32 + {B187A146-D60D-4587-90F5-A501E4B826A6}.Release.Build.0 = Release|Win32 + {AC1F5EA5-2256-4E27-8D56-D9A5AA71F411}.Debug.ActiveCfg = Debug|Win32 + {AC1F5EA5-2256-4E27-8D56-D9A5AA71F411}.Debug.Build.0 = Debug|Win32 + {AC1F5EA5-2256-4E27-8D56-D9A5AA71F411}.Release.ActiveCfg = Release|Win32 + {AC1F5EA5-2256-4E27-8D56-D9A5AA71F411}.Release.Build.0 = Release|Win32 + {1F74A3E0-276B-4A85-BBB0-3421434D5946}.Debug.ActiveCfg = Debug|Win32 + {1F74A3E0-276B-4A85-BBB0-3421434D5946}.Debug.Build.0 = Debug|Win32 + {1F74A3E0-276B-4A85-BBB0-3421434D5946}.Release.ActiveCfg = Release|Win32 + {1F74A3E0-276B-4A85-BBB0-3421434D5946}.Release.Build.0 = Release|Win32 + {DA72AC9E-B53E-43B4-A9C1-A1E94F3733CD}.Debug.ActiveCfg = Debug|Win32 + {DA72AC9E-B53E-43B4-A9C1-A1E94F3733CD}.Debug.Build.0 = Debug|Win32 + {DA72AC9E-B53E-43B4-A9C1-A1E94F3733CD}.Release.ActiveCfg = Release|Win32 + {DA72AC9E-B53E-43B4-A9C1-A1E94F3733CD}.Release.Build.0 = Release|Win32 + {798DE42A-5B27-4B33-B54A-58D45EFD600B}.Debug.ActiveCfg = Debug|Win32 + {798DE42A-5B27-4B33-B54A-58D45EFD600B}.Debug.Build.0 = Debug|Win32 + {798DE42A-5B27-4B33-B54A-58D45EFD600B}.Release.ActiveCfg = Release|Win32 + {798DE42A-5B27-4B33-B54A-58D45EFD600B}.Release.Build.0 = Release|Win32 + {7AABEE0C-3749-49C6-B951-5081BE817897}.Debug.ActiveCfg = Debug|Win32 + {7AABEE0C-3749-49C6-B951-5081BE817897}.Debug.Build.0 = Debug|Win32 + {7AABEE0C-3749-49C6-B951-5081BE817897}.Release.ActiveCfg = Release|Win32 + {7AABEE0C-3749-49C6-B951-5081BE817897}.Release.Build.0 = Release|Win32 + {C75DC585-7E3D-472D-AB77-EAE48876FA8C}.Debug.ActiveCfg = Debug|Win32 + {C75DC585-7E3D-472D-AB77-EAE48876FA8C}.Debug.Build.0 = Debug|Win32 + {C75DC585-7E3D-472D-AB77-EAE48876FA8C}.Release.ActiveCfg = Release|Win32 + {C75DC585-7E3D-472D-AB77-EAE48876FA8C}.Release.Build.0 = Release|Win32 + {051AA0B9-BC9B-4732-BE21-F3949C6A179B}.Debug.ActiveCfg = Debug|Win32 + {051AA0B9-BC9B-4732-BE21-F3949C6A179B}.Debug.Build.0 = Debug|Win32 + {051AA0B9-BC9B-4732-BE21-F3949C6A179B}.Release.ActiveCfg = Release|Win32 + {051AA0B9-BC9B-4732-BE21-F3949C6A179B}.Release.Build.0 = Release|Win32 + {8A70FD1D-7E7E-448B-8F5F-7CF2A414F309}.Debug.ActiveCfg = Debug|Win32 + {8A70FD1D-7E7E-448B-8F5F-7CF2A414F309}.Debug.Build.0 = Debug|Win32 + {8A70FD1D-7E7E-448B-8F5F-7CF2A414F309}.Release.ActiveCfg = Release|Win32 + {8A70FD1D-7E7E-448B-8F5F-7CF2A414F309}.Release.Build.0 = Release|Win32 + {562DA812-6FD9-424A-BC3E-044362DC93C1}.Debug.ActiveCfg = Debug|Win32 + {562DA812-6FD9-424A-BC3E-044362DC93C1}.Debug.Build.0 = Debug|Win32 + {562DA812-6FD9-424A-BC3E-044362DC93C1}.Release.ActiveCfg = Release|Win32 + {562DA812-6FD9-424A-BC3E-044362DC93C1}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/windows/c++/examples/allcppexamples/allcppexamples.vcproj b/windows/c++/examples/allcppexamples/allcppexamples.vcproj new file mode 100644 index 0000000..93d7c35 --- /dev/null +++ b/windows/c++/examples/allcppexamples/allcppexamples.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/c++/examples/chunkstest/chunkstest.dsp b/windows/c++/examples/chunkstest/chunkstest.dsp deleted file mode 100755 index 7c73160..0000000 --- a/windows/c++/examples/chunkstest/chunkstest.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="chunkstest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=chunkstest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "chunkstest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "chunkstest.mak" CFG="chunkstest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "chunkstest - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "chunkstest - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "chunkstest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../c++/examples/chunkstest/Release" -# PROP Intermediate_Dir "../../../../c++/examples/chunkstest/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_cpp.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcpp.lib" /libpath:"..\..\..\..\proj\hdf5_cpp\release" /libpath:"..\..\..\..\hdf5lib\release\lib" - -!ELSEIF "$(CFG)" == "chunkstest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../c++/examples/chunkstest/Debug" -# PROP Intermediate_Dir "../../../../c++/examples/chunkstest/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_cppd.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_cpp\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" - -!ENDIF - -# Begin Target - -# Name "chunkstest - Win32 Release" -# Name "chunkstest - Win32 Debug" -# Begin Source File - -SOURCE="..\..\..\..\c++\examples\chunks.cpp" -# End Source File -# End Target -# End Project diff --git a/windows/c++/examples/chunkstest/chunkstest.vcproj b/windows/c++/examples/chunkstest/chunkstest.vcproj new file mode 100644 index 0000000..b8622ba --- /dev/null +++ b/windows/c++/examples/chunkstest/chunkstest.vcproj @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/c++/examples/chunkstestdll/chunkstestdll.dsp b/windows/c++/examples/chunkstestdll/chunkstestdll.dsp deleted file mode 100755 index ff96467..0000000 --- a/windows/c++/examples/chunkstestdll/chunkstestdll.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="chunkstestdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=chunkstestdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "chunkstestdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "chunkstestdll.mak" CFG="chunkstestdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "chunkstestdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "chunkstestdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "chunkstestdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../c++/examples/chunkstestdll/Release" -# PROP Intermediate_Dir "../../../../c++/examples/chunkstestdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5CPP_USEDLL" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_cppdll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_cppdll\release" /libpath:"..\..\..\..\hdf5lib\release\dll" - -!ELSEIF "$(CFG)" == "chunkstestdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../c++/examples/chunkstestdll/Debug" -# PROP Intermediate_Dir "../../../../c++/examples/chunkstestdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5CPP_USEDLL" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_cppddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_cppdll\debug" /libpath:"..\..\..\..\hdf5lib\debug\dll" - -!ENDIF - -# Begin Target - -# Name "chunkstestdll - Win32 Release" -# Name "chunkstestdll - Win32 Debug" -# Begin Source File - -SOURCE="..\..\..\..\c++\examples\chunks.cpp" -# End Source File -# End Target -# End Project diff --git a/windows/c++/examples/chunkstestdll/chunkstestdll.vcproj b/windows/c++/examples/chunkstestdll/chunkstestdll.vcproj new file mode 100644 index 0000000..8b651ce --- /dev/null +++ b/windows/c++/examples/chunkstestdll/chunkstestdll.vcproj @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/c++/examples/compoundtest/compoundtest.dsp b/windows/c++/examples/compoundtest/compoundtest.dsp deleted file mode 100755 index 51cae62..0000000 --- a/windows/c++/examples/compoundtest/compoundtest.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="compoundtest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=compoundtest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "compoundtest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "compoundtest.mak" CFG="compoundtest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "compoundtest - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "compoundtest - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "compoundtest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../c++/examples/compoundtest/Release" -# PROP Intermediate_Dir "../../../../c++/examples/compoundtest/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_cpp.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcpp.lib" /libpath:"..\..\..\..\proj\hdf5_cpp\release" /libpath:"..\..\..\..\hdf5lib\release\lib" - -!ELSEIF "$(CFG)" == "compoundtest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../c++/examples/compoundtest/Debug" -# PROP Intermediate_Dir "../../../../c++/examples/compoundtest/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_cppd.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_cpp\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" - -!ENDIF - -# Begin Target - -# Name "compoundtest - Win32 Release" -# Name "compoundtest - Win32 Debug" -# Begin Source File - -SOURCE="..\..\..\..\c++\examples\compound.cpp" -# End Source File -# End Target -# End Project diff --git a/windows/c++/examples/compoundtest/compoundtest.vcproj b/windows/c++/examples/compoundtest/compoundtest.vcproj new file mode 100644 index 0000000..9d524b0 --- /dev/null +++ b/windows/c++/examples/compoundtest/compoundtest.vcproj @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/c++/examples/compoundtestdll/compoundtestdll.dsp b/windows/c++/examples/compoundtestdll/compoundtestdll.dsp deleted file mode 100755 index 2b075be..0000000 --- a/windows/c++/examples/compoundtestdll/compoundtestdll.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="compoundtestdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=compoundtestdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "compoundtestdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "compoundtestdll.mak" CFG="compoundtestdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "compoundtestdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "compoundtestdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "compoundtestdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../c++/examples/compoundtestdll/Release" -# PROP Intermediate_Dir "../../../../c++/examples/compoundtestdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5CPP_USEDLL" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_cppdll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_cppdll\release" /libpath:"..\..\..\..\hdf5lib\release\dll" - -!ELSEIF "$(CFG)" == "compoundtestdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../c++/examples/compoundtestdll/Debug" -# PROP Intermediate_Dir "../../../../c++/examples/compoundtestdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5CPP_USEDLL" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_cppddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_cppdll\debug" /libpath:"..\..\..\..\hdf5lib\debug\dll" - -!ENDIF - -# Begin Target - -# Name "compoundtestdll - Win32 Release" -# Name "compoundtestdll - Win32 Debug" -# Begin Source File - -SOURCE="..\..\..\..\c++\examples\compound.cpp" -# End Source File -# End Target -# End Project diff --git a/windows/c++/examples/compoundtestdll/compoundtestdll.vcproj b/windows/c++/examples/compoundtestdll/compoundtestdll.vcproj new file mode 100644 index 0000000..2649c74 --- /dev/null +++ b/windows/c++/examples/compoundtestdll/compoundtestdll.vcproj @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/c++/examples/createtest/createtest.dsp b/windows/c++/examples/createtest/createtest.dsp deleted file mode 100755 index 9411b0c..0000000 --- a/windows/c++/examples/createtest/createtest.dsp +++ /dev/null @@ -1,93 +0,0 @@ -# Microsoft Developer Studio Project File - Name="createtest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=createtest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "createtest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "createtest.mak" CFG="createtest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "createtest - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "createtest - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "createtest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../c++/examples/createtest/Release" -# PROP Intermediate_Dir "../../../../c++/examples/createtest/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_cpp.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcpp.lib" /libpath:"..\..\..\..\proj\hdf5_cpp\release" /libpath:"..\..\..\..\hdf5lib\release\lib" - -!ELSEIF "$(CFG)" == "createtest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../c++/examples/createtest/Debug" -# PROP Intermediate_Dir "../../../../c++/examples/createtest/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_cppd.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_cpp\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" - -!ENDIF - -# Begin Target - -# Name "createtest - Win32 Release" -# Name "createtest - Win32 Debug" -# Begin Source File - -SOURCE="..\..\..\..\c++\examples\create.cpp" -# End Source File -# End Target -# End Project diff --git a/windows/c++/examples/createtest/createtest.vcproj b/windows/c++/examples/createtest/createtest.vcproj new file mode 100644 index 0000000..24c9cc5 --- /dev/null +++ b/windows/c++/examples/createtest/createtest.vcproj @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/c++/examples/createtestdll/createtestdll.dsp b/windows/c++/examples/createtestdll/createtestdll.dsp deleted file mode 100755 index 1064046..0000000 --- a/windows/c++/examples/createtestdll/createtestdll.dsp +++ /dev/null @@ -1,94 +0,0 @@ -# Microsoft Developer Studio Project File - Name="createtestdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=createtestdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "createtestdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "createtestdll.mak" CFG="createtestdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "createtestdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "createtestdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "createtestdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../c++/examples/createtestdll/Release" -# PROP Intermediate_Dir "../../../../c++/examples/createtestdll/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5CPP_USEDLL" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_cppdll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_cppdll\release" /libpath:"..\..\..\..\hdf5lib\release\dll" - -!ELSEIF "$(CFG)" == "createtestdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../c++/examples/createtestdll/Debug" -# PROP Intermediate_Dir "../../../../c++/examples/createtestdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5CPP_USEDLL" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_cppddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_cppdll\debug" /libpath:"..\..\..\..\hdf5lib\debug\dll" - -!ENDIF - -# Begin Target - -# Name "createtestdll - Win32 Release" -# Name "createtestdll - Win32 Debug" -# Begin Source File - -SOURCE="..\..\..\..\c++\examples\create.cpp" -# End Source File -# End Target -# End Project diff --git a/windows/c++/examples/createtestdll/createtestdll.vcproj b/windows/c++/examples/createtestdll/createtestdll.vcproj new file mode 100644 index 0000000..ea5af0f --- /dev/null +++ b/windows/c++/examples/createtestdll/createtestdll.vcproj @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/c++/examples/extend_dstest/extend_dstest.dsp b/windows/c++/examples/extend_dstest/extend_dstest.dsp deleted file mode 100755 index 11aa58b..0000000 --- a/windows/c++/examples/extend_dstest/extend_dstest.dsp +++ /dev/null @@ -1,93 +0,0 @@ -# Microsoft Developer Studio Project File - Name="extend_dstest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=extend_dstest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "extend_dstest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "extend_dstest.mak" CFG="extend_dstest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "extend_dstest - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "extend_dstest - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "extend_dstest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../c++/examples/extend_dstest/Release" -# PROP Intermediate_Dir "../../../../c++/examples/extend_dstest/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_cpp.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcpp.lib" /libpath:"..\..\..\..\proj\hdf5_cpp\release" /libpath:"..\..\..\..\hdf5lib\release\lib" - -!ELSEIF "$(CFG)" == "extend_dstest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../c++/examples/extend_dstest/Debug" -# PROP Intermediate_Dir "../../../../c++/examples/extend_dstest/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_cppd.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_cpp\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" - -!ENDIF - -# Begin Target - -# Name "extend_dstest - Win32 Release" -# Name "extend_dstest - Win32 Debug" -# Begin Source File - -SOURCE="..\..\..\..\c++\examples\extend_ds.cpp" -# End Source File -# End Target -# End Project diff --git a/windows/c++/examples/extend_dstest/extend_dstest.vcproj b/windows/c++/examples/extend_dstest/extend_dstest.vcproj new file mode 100644 index 0000000..53c31d6 --- /dev/null +++ b/windows/c++/examples/extend_dstest/extend_dstest.vcproj @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/c++/examples/extend_dstestdll/extend_dstestdll.dsp b/windows/c++/examples/extend_dstestdll/extend_dstestdll.dsp deleted file mode 100755 index 2d42a13..0000000 --- a/windows/c++/examples/extend_dstestdll/extend_dstestdll.dsp +++ /dev/null @@ -1,94 +0,0 @@ -# Microsoft Developer Studio Project File - Name="extend_dstestdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=extend_dstestdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "extend_dstestdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "extend_dstestdll.mak" CFG="extend_dstestdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "extend_dstestdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "extend_dstestdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "extend_dstestdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../c++/examples/extend_dstestdll/Release" -# PROP Intermediate_Dir "../../../../c++/examples/extend_dstestdll/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5CPP_USEDLL" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_cppdll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_cppdll\release" /libpath:"..\..\..\..\hdf5lib\release\dll" - -!ELSEIF "$(CFG)" == "extend_dstestdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../c++/examples/extend_dstestdll/Debug" -# PROP Intermediate_Dir "../../../../c++/examples/extend_dstestdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5CPP_USEDLL" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_cppddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_cppdll\debug" /libpath:"..\..\..\..\hdf5lib\debug\dll" - -!ENDIF - -# Begin Target - -# Name "extend_dstestdll - Win32 Release" -# Name "extend_dstestdll - Win32 Debug" -# Begin Source File - -SOURCE="..\..\..\..\c++\examples\extend_ds.cpp" -# End Source File -# End Target -# End Project diff --git a/windows/c++/examples/extend_dstestdll/extend_dstestdll.vcproj b/windows/c++/examples/extend_dstestdll/extend_dstestdll.vcproj new file mode 100644 index 0000000..ab2f25d --- /dev/null +++ b/windows/c++/examples/extend_dstestdll/extend_dstestdll.vcproj @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/c++/examples/h5grouptest/h5grouptest.dsp b/windows/c++/examples/h5grouptest/h5grouptest.dsp deleted file mode 100755 index a4ce591..0000000 --- a/windows/c++/examples/h5grouptest/h5grouptest.dsp +++ /dev/null @@ -1,93 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h5grouptest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=h5grouptest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h5grouptest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h5grouptest.mak" CFG="h5grouptest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h5grouptest - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h5grouptest - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "h5grouptest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../c++/examples/h5grouptest/Release" -# PROP Intermediate_Dir "../../../../c++/examples/h5grouptest/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_cpp.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcpp.lib" /libpath:"..\..\..\..\proj\hdf5_cpp\release" /libpath:"..\..\..\..\hdf5lib\release\lib" - -!ELSEIF "$(CFG)" == "h5grouptest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../c++/examples/h5grouptest/Debug" -# PROP Intermediate_Dir "../../../../c++/examples/h5grouptest/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_cppd.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_cpp\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" - -!ENDIF - -# Begin Target - -# Name "h5grouptest - Win32 Release" -# Name "h5grouptest - Win32 Debug" -# Begin Source File - -SOURCE="..\..\..\..\c++\examples\h5group.cpp" -# End Source File -# End Target -# End Project diff --git a/windows/c++/examples/h5grouptest/h5grouptest.vcproj b/windows/c++/examples/h5grouptest/h5grouptest.vcproj new file mode 100644 index 0000000..bfa6b07 --- /dev/null +++ b/windows/c++/examples/h5grouptest/h5grouptest.vcproj @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/c++/examples/h5grouptestdll/h5grouptestdll.dsp b/windows/c++/examples/h5grouptestdll/h5grouptestdll.dsp deleted file mode 100755 index d56e31c..0000000 --- a/windows/c++/examples/h5grouptestdll/h5grouptestdll.dsp +++ /dev/null @@ -1,94 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h5grouptestdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=h5grouptestdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h5grouptestdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h5grouptestdll.mak" CFG="h5grouptestdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h5grouptestdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h5grouptestdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "h5grouptestdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../c++/examples/h5grouptestdll/Release" -# PROP Intermediate_Dir "../../../../c++/examples/h5grouptestdll/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5CPP_USEDLL" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_cppdll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_cppdll\release" /libpath:"..\..\..\..\hdf5lib\release\dll" - -!ELSEIF "$(CFG)" == "h5grouptestdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../c++/examples/h5grouptestdll/Debug" -# PROP Intermediate_Dir "../../../../c++/examples/h5grouptestdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5CPP_USEDLL" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_cppddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_cppdll\debug" /libpath:"..\..\..\..\hdf5lib\debug\dll" - -!ENDIF - -# Begin Target - -# Name "h5grouptestdll - Win32 Release" -# Name "h5grouptestdll - Win32 Debug" -# Begin Source File - -SOURCE="..\..\..\..\c++\examples\h5group.cpp" -# End Source File -# End Target -# End Project diff --git a/windows/c++/examples/h5grouptestdll/h5grouptestdll.vcproj b/windows/c++/examples/h5grouptestdll/h5grouptestdll.vcproj new file mode 100644 index 0000000..c57026c --- /dev/null +++ b/windows/c++/examples/h5grouptestdll/h5grouptestdll.vcproj @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/c++/examples/readdatatest/readdatatest.dsp b/windows/c++/examples/readdatatest/readdatatest.dsp deleted file mode 100755 index 04506c5..0000000 --- a/windows/c++/examples/readdatatest/readdatatest.dsp +++ /dev/null @@ -1,93 +0,0 @@ -# Microsoft Developer Studio Project File - Name="readdatatest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=readdatatest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "readdatatest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "readdatatest.mak" CFG="readdatatest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "readdatatest - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "readdatatest - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "readdatatest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../c++/examples/readdatatest/Release" -# PROP Intermediate_Dir "../../../../c++/examples/readdatatest/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_cpp.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcpp.lib" /libpath:"..\..\..\..\proj\hdf5_cpp\release" /libpath:"..\..\..\..\hdf5lib\release\lib" - -!ELSEIF "$(CFG)" == "readdatatest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../c++/examples/readdatatest/Debug" -# PROP Intermediate_Dir "../../../../c++/examples/readdatatest/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_cppd.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_cpp\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" - -!ENDIF - -# Begin Target - -# Name "readdatatest - Win32 Release" -# Name "readdatatest - Win32 Debug" -# Begin Source File - -SOURCE="..\..\..\..\c++\examples\readdata.cpp" -# End Source File -# End Target -# End Project diff --git a/windows/c++/examples/readdatatest/readdatatest.vcproj b/windows/c++/examples/readdatatest/readdatatest.vcproj new file mode 100644 index 0000000..819bd46 --- /dev/null +++ b/windows/c++/examples/readdatatest/readdatatest.vcproj @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/c++/examples/readdatatestdll/readdatatestdll.dsp b/windows/c++/examples/readdatatestdll/readdatatestdll.dsp deleted file mode 100755 index fc6ed7d..0000000 --- a/windows/c++/examples/readdatatestdll/readdatatestdll.dsp +++ /dev/null @@ -1,94 +0,0 @@ -# Microsoft Developer Studio Project File - Name="readdatatestdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=readdatatestdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "readdatatestdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "readdatatestdll.mak" CFG="readdatatestdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "readdatatestdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "readdatatestdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "readdatatestdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../c++/examples/readdatatestdll/Release" -# PROP Intermediate_Dir "../../../../c++/examples/readdatatestdll/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5CPP_USEDLL" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_cppdll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_cppdll\release" /libpath:"..\..\..\..\hdf5lib\release\dll" - -!ELSEIF "$(CFG)" == "readdatatestdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../c++/examples/readdatatestdll/Debug" -# PROP Intermediate_Dir "../../../../c++/examples/readdatatestdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5CPP_USEDLL" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_cppddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_cppdll\debug" /libpath:"..\..\..\..\hdf5lib\debug\dll" - -!ENDIF - -# Begin Target - -# Name "readdatatestdll - Win32 Release" -# Name "readdatatestdll - Win32 Debug" -# Begin Source File - -SOURCE="..\..\..\..\c++\examples\readdata.cpp" -# End Source File -# End Target -# End Project diff --git a/windows/c++/examples/readdatatestdll/readdatatestdll.vcproj b/windows/c++/examples/readdatatestdll/readdatatestdll.vcproj new file mode 100644 index 0000000..748d13b --- /dev/null +++ b/windows/c++/examples/readdatatestdll/readdatatestdll.vcproj @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/c++/examples/writedatatest/writedatatest.dsp b/windows/c++/examples/writedatatest/writedatatest.dsp deleted file mode 100755 index 59a5dda..0000000 --- a/windows/c++/examples/writedatatest/writedatatest.dsp +++ /dev/null @@ -1,93 +0,0 @@ -# Microsoft Developer Studio Project File - Name="writedatatest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=writedatatest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "writedatatest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "writedatatest.mak" CFG="writedatatest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "writedatatest - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "writedatatest - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "writedatatest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../c++/examples/writedatatest/Release" -# PROP Intermediate_Dir "../../../../c++/examples/writedatatest/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_cpp.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcpp.lib" /libpath:"..\..\..\..\proj\hdf5_cpp\release" /libpath:"..\..\..\..\hdf5lib\release\lib" - -!ELSEIF "$(CFG)" == "writedatatest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../c++/examples/writedatatest/Debug" -# PROP Intermediate_Dir "../../../../c++/examples/writedatatest/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_cppd.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_cpp\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" - -!ENDIF - -# Begin Target - -# Name "writedatatest - Win32 Release" -# Name "writedatatest - Win32 Debug" -# Begin Source File - -SOURCE="..\..\..\..\c++\examples\writedata.cpp" -# End Source File -# End Target -# End Project diff --git a/windows/c++/examples/writedatatest/writedatatest.vcproj b/windows/c++/examples/writedatatest/writedatatest.vcproj new file mode 100644 index 0000000..a049896 --- /dev/null +++ b/windows/c++/examples/writedatatest/writedatatest.vcproj @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/c++/examples/writedatatestdll/writedatatestdll.dsp b/windows/c++/examples/writedatatestdll/writedatatestdll.dsp deleted file mode 100755 index ef92b29..0000000 --- a/windows/c++/examples/writedatatestdll/writedatatestdll.dsp +++ /dev/null @@ -1,94 +0,0 @@ -# Microsoft Developer Studio Project File - Name="writedatatestdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=writedatatestdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "writedatatestdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "writedatatestdll.mak" CFG="writedatatestdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "writedatatestdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "writedatatestdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "writedatatestdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../c++/examples/writedatatestdll/Release" -# PROP Intermediate_Dir "../../../../c++/examples/writedatatestdll/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5CPP_USEDLL" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_cppdll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_cppdll\release" /libpath:"..\..\..\..\hdf5lib\release\dll" - -!ELSEIF "$(CFG)" == "writedatatestdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../c++/examples/writedatatestdll/Debug" -# PROP Intermediate_Dir "../../../../c++/examples/writedatatestdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5CPP_USEDLL" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_cppddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_cppdll\debug" /libpath:"..\..\..\..\hdf5lib\debug\dll" - -!ENDIF - -# Begin Target - -# Name "writedatatestdll - Win32 Release" -# Name "writedatatestdll - Win32 Debug" -# Begin Source File - -SOURCE="..\..\..\..\c++\examples\writedata.cpp" -# End Source File -# End Target -# End Project diff --git a/windows/c++/examples/writedatatestdll/writedatatestdll.vcproj b/windows/c++/examples/writedatatestdll/writedatatestdll.vcproj new file mode 100644 index 0000000..bbe0a66 --- /dev/null +++ b/windows/c++/examples/writedatatestdll/writedatatestdll.vcproj @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/c++/test/dsets_cpp/dsets_cpp.dsp b/windows/c++/test/dsets_cpp/dsets_cpp.dsp deleted file mode 100755 index e1166de..0000000 --- a/windows/c++/test/dsets_cpp/dsets_cpp.dsp +++ /dev/null @@ -1,111 +0,0 @@ -# Microsoft Developer Studio Project File - Name="dsets_cpp" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=dsets_cpp - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "dsets_cpp.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "dsets_cpp.mak" CFG="dsets_cpp - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "dsets_cpp - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "dsets_cpp - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "dsets_cpp - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../test/dsets_cpp/Release" -# PROP Intermediate_Dir "../../../../test/dsets_cpp/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\test" /I "..\..\..\..\c++\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" /out:"../../../../c++/test/dsets_cpp/Release/dsets_cpp.exe" - -!ELSEIF "$(CFG)" == "dsets_cpp - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../test/dsets_cpp/Debug" -# PROP Intermediate_Dir "../../../../test/dsets_cpp/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /I "..\..\..\..\test" /I "..\..\..\..\c++\src" /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /out:"../../../../c++/test/dsets_cpp/Debug/dsets_cpp.exe" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "dsets_cpp - Win32 Release" -# Name "dsets_cpp - Win32 Debug" -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# Begin Source File - -SOURCE="..\..\..\..\c++\test\dsets.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\..\c++\test\h5cpputil.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\..\c++\test\h5cpputil.h" -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\test\h5test.c -# End Source File -# End Target -# End Project diff --git a/windows/c++/test/dsets_cpp/dsets_cpp.vcproj b/windows/c++/test/dsets_cpp/dsets_cpp.vcproj new file mode 100644 index 0000000..588dbba --- /dev/null +++ b/windows/c++/test/dsets_cpp/dsets_cpp.vcproj @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/c++/test/dsets_cppdll/dsets_cppdll.dsp b/windows/c++/test/dsets_cppdll/dsets_cppdll.dsp deleted file mode 100755 index 70cec74..0000000 --- a/windows/c++/test/dsets_cppdll/dsets_cppdll.dsp +++ /dev/null @@ -1,111 +0,0 @@ -# Microsoft Developer Studio Project File - Name="dsets_cppdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=dsets_cppdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "dsets_cppdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "dsets_cppdll.mak" CFG="dsets_cppdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "dsets_cppdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "dsets_cppdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "dsets_cppdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../test/dsets_cppdll/Release" -# PROP Intermediate_Dir "../../../../test/dsets_cppdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\test" /I "..\..\..\..\c++\src" /D "_HDF5USEDLL_" /D "HDF5CPP_USEDLL" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 hdf5dll.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" /out:"../../../../c++/test/dsets_cppdll/Release/dsets_cppdll.exe" /libpath:"..\..\..\..\proj\hdf5dll\Release" - -!ELSEIF "$(CFG)" == "dsets_cppdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../test/dsets_cppdll/Debug" -# PROP Intermediate_Dir "../../../../test/dsets_cppdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /I "..\..\..\..\test" /I "..\..\..\..\c++\src" /D "_HDF5USEDLL_" /D "HDF5CPP_USEDLL" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 hdf5ddll.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /out:"../../../../c++/test/dsets_cppdll/Debug/dsets_cppdll.exe" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\Debug" - -!ENDIF - -# Begin Target - -# Name "dsets_cppdll - Win32 Release" -# Name "dsets_cppdll - Win32 Debug" -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# Begin Source File - -SOURCE="..\..\..\..\c++\test\dsets.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\..\c++\test\h5cpputil.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\..\c++\test\h5cpputil.h" -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\test\h5test.c -# End Source File -# End Target -# End Project diff --git a/windows/c++/test/dsets_cppdll/dsets_cppdll.vcproj b/windows/c++/test/dsets_cppdll/dsets_cppdll.vcproj new file mode 100644 index 0000000..58c57bc --- /dev/null +++ b/windows/c++/test/dsets_cppdll/dsets_cppdll.vcproj @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/c++/test/testhdf5_cpp/testhdf5_cpp.dsp b/windows/c++/test/testhdf5_cpp/testhdf5_cpp.dsp deleted file mode 100755 index fd1a449..0000000 --- a/windows/c++/test/testhdf5_cpp/testhdf5_cpp.dsp +++ /dev/null @@ -1,152 +0,0 @@ -# Microsoft Developer Studio Project File - Name="testhdf5_cpp" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=testhdf5_cpp - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "testhdf5_cpp.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "testhdf5_cpp.mak" CFG="testhdf5_cpp - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "testhdf5_cpp - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "testhdf5_cpp - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "testhdf5_cpp - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../c++/test/testhdf5_cpp/Release" -# PROP Intermediate_Dir "../../../../c++/test/testhdf5_cpp/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\test" /I "..\..\..\..\c++\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "testhdf5_cpp - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../c++/test/testhdf5_cpp/Debug" -# PROP Intermediate_Dir "../../../../c++/test/testhdf5_cpp/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /I "..\..\..\..\test" /I "..\..\..\..\c++\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "testhdf5_cpp - Win32 Release" -# Name "testhdf5_cpp - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE="..\..\..\..\c++\test\h5cpputil.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\..\c++\test\tattr.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\..\c++\test\tcompound.cpp" -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\test\testframe.c -# End Source File -# Begin Source File - -SOURCE="..\..\..\..\c++\test\testhdf5.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\..\c++\test\tfile.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\..\c++\test\tfilter.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\..\c++\test\th5s.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\..\c++\test\trefer.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\..\c++\test\ttypes.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\..\c++\test\tvlstr.cpp" -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE="..\..\..\..\c++\test\h5cpputil.h" -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj b/windows/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj new file mode 100644 index 0000000..0022809 --- /dev/null +++ b/windows/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj @@ -0,0 +1,381 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/c++/test/testhdf5_cppdll/testhdf5_cppdll.dsp b/windows/c++/test/testhdf5_cppdll/testhdf5_cppdll.dsp deleted file mode 100755 index e7326b8..0000000 --- a/windows/c++/test/testhdf5_cppdll/testhdf5_cppdll.dsp +++ /dev/null @@ -1,148 +0,0 @@ -# Microsoft Developer Studio Project File - Name="testhdf5_cppdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=testhdf5_cppdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "testhdf5_cppdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "testhdf5_cppdll.mak" CFG="testhdf5_cppdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "testhdf5_cppdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "testhdf5_cppdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "testhdf5_cppdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../c++/test/testhdf5_cppdll/Release" -# PROP Intermediate_Dir "../../../../c++/test/testhdf5_cppdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\test" /I "..\..\..\..\c++\src" /D "HDF5CPP_USEDLL" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 hdf5dll.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\Release" - -!ELSEIF "$(CFG)" == "testhdf5_cppdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../c++/test/testhdf5_cppdll/Debug" -# PROP Intermediate_Dir "../../../../c++/test/testhdf5_cppdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /I "..\..\..\..\test" /I "..\..\..\..\c++\src" /D "HDF5CPP_USEDLL" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 hdf5ddll.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\Debug" - -!ENDIF - -# Begin Target - -# Name "testhdf5_cppdll - Win32 Release" -# Name "testhdf5_cppdll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE="..\..\..\..\c++\test\h5cpputil.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\..\c++\test\tattr.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\..\c++\test\tcompound.cpp" -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\test\testframe.c -# End Source File -# Begin Source File - -SOURCE="..\..\..\..\c++\test\testhdf5.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\..\c++\test\tfile.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\..\c++\test\tfilter.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\..\c++\test\th5s.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\..\c++\test\trefer.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\..\c++\test\ttypes.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\..\c++\test\tvlstr.cpp" -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\h5cpputil.h -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/c++/test/testhdf5_cppdll/testhdf5_cppdll.vcproj b/windows/c++/test/testhdf5_cppdll/testhdf5_cppdll.vcproj new file mode 100644 index 0000000..8f2f74d --- /dev/null +++ b/windows/c++/test/testhdf5_cppdll/testhdf5_cppdll.vcproj @@ -0,0 +1,379 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/examples/allexamples/allexamples.dsp b/windows/examples/allexamples/allexamples.dsp deleted file mode 100755 index f52a9f6..0000000 --- a/windows/examples/allexamples/allexamples.dsp +++ /dev/null @@ -1,90 +0,0 @@ -# Microsoft Developer Studio Project File - Name="allexamples" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=allexamples - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "allexamples.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "allexamples.mak" CFG="allexamples - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "allexamples - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "allexamples - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "allexamples - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "allexamples - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "allexamples - Win32 Release" -# Name "allexamples - Win32 Debug" -# End Target -# End Project diff --git a/windows/examples/allexamples/allexamples.dsw b/windows/examples/allexamples/allexamples.dsw deleted file mode 100755 index ba26198..0000000 --- a/windows/examples/allexamples/allexamples.dsw +++ /dev/null @@ -1,299 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "allexamples"=".\allexamples.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name attributetest - End Project Dependency - Begin Project Dependency - Project_Dep_Name chunkread - End Project Dependency - Begin Project Dependency - Project_Dep_Name compoundtest - End Project Dependency - Begin Project Dependency - Project_Dep_Name extendwritetest - End Project Dependency - Begin Project Dependency - Project_Dep_Name grouptest - End Project Dependency - Begin Project Dependency - Project_Dep_Name readtest - End Project Dependency - Begin Project Dependency - Project_Dep_Name selectest - End Project Dependency - Begin Project Dependency - Project_Dep_Name writetest - End Project Dependency - Begin Project Dependency - Project_Dep_Name attributetestdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name chunkreaddll - End Project Dependency - Begin Project Dependency - Project_Dep_Name compoundtestdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name extendwritetestdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name grouptestdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name readtestdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name selectestdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name writetestdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name intermgrouptest - End Project Dependency - Begin Project Dependency - Project_Dep_Name intermgrouptestdll - End Project Dependency -}}} - -############################################################################### - -Project: "attributetest"="..\attributetest\attributetest.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "attributetestdll"="..\attributetestdll\attributetestdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "chunkread"="..\chunkread\chunkread.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "chunkreaddll"="..\chunkreaddll\chunkreaddll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "compoundtest"="..\compoundtest\compoundtest.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "compoundtestdll"="..\compoundtestdll\compoundtestdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "extendwritetest"="..\extendwritetest\extendwritetest.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "extendwritetestdll"="..\extendwritetestdll\extendwritetestdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "grouptest"="..\grouptest\grouptest.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "grouptestdll"="..\grouptestdll\grouptestdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "intermgrouptest"="..\intermgrouptest\intermgrouptest.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "intermgrouptestdll"="..\intermgrouptestdll\intermgrouptestdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "readtest"="..\readtest\readtest.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "readtestdll"="..\readtestdll\readtestdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "selectest"="..\selectest\selectest.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "selectestdll"="..\selectestdll\selectestdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "writetest"="..\writetest\writetest.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "writetestdll"="..\writetestdll\writetestdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - diff --git a/windows/examples/allexamples/allexamples.sln b/windows/examples/allexamples/allexamples.sln new file mode 100644 index 0000000..776200c --- /dev/null +++ b/windows/examples/allexamples/allexamples.sln @@ -0,0 +1,185 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "allexamples", "allexamples.vcproj", "{DF83A474-3C92-4797-A23F-E02645ABD405}" + ProjectSection(ProjectDependencies) = postProject + {92029C16-379F-4B73-B332-F8D70CBE3D0D} = {92029C16-379F-4B73-B332-F8D70CBE3D0D} + {40120B5A-5E0D-4043-BB78-522C7F18F4C4} = {40120B5A-5E0D-4043-BB78-522C7F18F4C4} + {C33F0932-BEC6-445F-9EFC-CEB4C764B606} = {C33F0932-BEC6-445F-9EFC-CEB4C764B606} + {57FFDE11-87C0-4931-A50A-335D9E1DF83A} = {57FFDE11-87C0-4931-A50A-335D9E1DF83A} + {6EC3ABD7-48E1-4FBF-921F-FFA0D150A245} = {6EC3ABD7-48E1-4FBF-921F-FFA0D150A245} + {7822C216-A7EA-44FC-8830-45D19920AC7C} = {7822C216-A7EA-44FC-8830-45D19920AC7C} + {52C50A0D-21CB-48DE-AB3C-1E67B18BCC1F} = {52C50A0D-21CB-48DE-AB3C-1E67B18BCC1F} + {E59609D2-5DA9-4E2A-B052-8A69B5735F16} = {E59609D2-5DA9-4E2A-B052-8A69B5735F16} + {E76380C7-4A22-41DC-A35E-718906DCB9EC} = {E76380C7-4A22-41DC-A35E-718906DCB9EC} + {005B93AE-384F-4408-B087-19032C4EBD72} = {005B93AE-384F-4408-B087-19032C4EBD72} + {56960BA0-94F9-4DFD-940D-C78DAC8FC878} = {56960BA0-94F9-4DFD-940D-C78DAC8FC878} + {0862B9C9-8042-48E3-95EA-60D1A82DC37A} = {0862B9C9-8042-48E3-95EA-60D1A82DC37A} + {B8923279-9E37-43D2-8ECF-5225BFB3356A} = {B8923279-9E37-43D2-8ECF-5225BFB3356A} + {BD29B9B3-D875-4BE4-BAE6-992AD87208E2} = {BD29B9B3-D875-4BE4-BAE6-992AD87208E2} + {9EA9FED2-DDCD-404E-ABEA-7D2CC43EB021} = {9EA9FED2-DDCD-404E-ABEA-7D2CC43EB021} + {2F494AB8-FF88-4C5A-921F-FE26623A28BD} = {2F494AB8-FF88-4C5A-921F-FE26623A28BD} + {2528A578-BAB7-468E-BF5D-9105932C16DC} = {2528A578-BAB7-468E-BF5D-9105932C16DC} + {30B47942-9B38-4C2B-982D-2067812F02B9} = {30B47942-9B38-4C2B-982D-2067812F02B9} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "attributetest", "..\attributetest\attributetest.vcproj", "{30B47942-9B38-4C2B-982D-2067812F02B9}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "attributetestdll", "..\attributetestdll\attributetestdll.vcproj", "{005B93AE-384F-4408-B087-19032C4EBD72}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "chunkread", "..\chunkread\chunkread.vcproj", "{2528A578-BAB7-468E-BF5D-9105932C16DC}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "chunkreaddll", "..\chunkreaddll\chunkreaddll.vcproj", "{E76380C7-4A22-41DC-A35E-718906DCB9EC}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "compoundtest", "..\compoundtest\compoundtest.vcproj", "{2F494AB8-FF88-4C5A-921F-FE26623A28BD}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "compoundtestdll", "..\compoundtestdll\compoundtestdll.vcproj", "{E59609D2-5DA9-4E2A-B052-8A69B5735F16}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "extendwritetest", "..\extendwritetest\extendwritetest.vcproj", "{9EA9FED2-DDCD-404E-ABEA-7D2CC43EB021}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "extendwritetestdll", "..\extendwritetestdll\extendwritetestdll.vcproj", "{52C50A0D-21CB-48DE-AB3C-1E67B18BCC1F}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "grouptest", "..\grouptest\grouptest.vcproj", "{BD29B9B3-D875-4BE4-BAE6-992AD87208E2}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "grouptestdll", "..\grouptestdll\grouptestdll.vcproj", "{7822C216-A7EA-44FC-8830-45D19920AC7C}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "intermgrouptest", "..\intermgrouptest\intermgrouptest.vcproj", "{40120B5A-5E0D-4043-BB78-522C7F18F4C4}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "intermgrouptestdll", "..\intermgrouptestdll\intermgrouptestdll.vcproj", "{92029C16-379F-4B73-B332-F8D70CBE3D0D}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "readtest", "..\readtest\readtest.vcproj", "{B8923279-9E37-43D2-8ECF-5225BFB3356A}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "readtestdll", "..\readtestdll\readtestdll.vcproj", "{6EC3ABD7-48E1-4FBF-921F-FFA0D150A245}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "selectest", "..\selectest\selectest.vcproj", "{0862B9C9-8042-48E3-95EA-60D1A82DC37A}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "selectestdll", "..\selectestdll\selectestdll.vcproj", "{57FFDE11-87C0-4931-A50A-335D9E1DF83A}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "writetest", "..\writetest\writetest.vcproj", "{56960BA0-94F9-4DFD-940D-C78DAC8FC878}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "writetestdll", "..\writetestdll\writetestdll.vcproj", "{C33F0932-BEC6-445F-9EFC-CEB4C764B606}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {DF83A474-3C92-4797-A23F-E02645ABD405}.Debug.ActiveCfg = Debug|Win32 + {DF83A474-3C92-4797-A23F-E02645ABD405}.Debug.Build.0 = Debug|Win32 + {DF83A474-3C92-4797-A23F-E02645ABD405}.Release.ActiveCfg = Release|Win32 + {DF83A474-3C92-4797-A23F-E02645ABD405}.Release.Build.0 = Release|Win32 + {30B47942-9B38-4C2B-982D-2067812F02B9}.Debug.ActiveCfg = Debug|Win32 + {30B47942-9B38-4C2B-982D-2067812F02B9}.Debug.Build.0 = Debug|Win32 + {30B47942-9B38-4C2B-982D-2067812F02B9}.Release.ActiveCfg = Release|Win32 + {30B47942-9B38-4C2B-982D-2067812F02B9}.Release.Build.0 = Release|Win32 + {005B93AE-384F-4408-B087-19032C4EBD72}.Debug.ActiveCfg = Debug|Win32 + {005B93AE-384F-4408-B087-19032C4EBD72}.Debug.Build.0 = Debug|Win32 + {005B93AE-384F-4408-B087-19032C4EBD72}.Release.ActiveCfg = Release|Win32 + {005B93AE-384F-4408-B087-19032C4EBD72}.Release.Build.0 = Release|Win32 + {2528A578-BAB7-468E-BF5D-9105932C16DC}.Debug.ActiveCfg = Debug|Win32 + {2528A578-BAB7-468E-BF5D-9105932C16DC}.Debug.Build.0 = Debug|Win32 + {2528A578-BAB7-468E-BF5D-9105932C16DC}.Release.ActiveCfg = Release|Win32 + {2528A578-BAB7-468E-BF5D-9105932C16DC}.Release.Build.0 = Release|Win32 + {E76380C7-4A22-41DC-A35E-718906DCB9EC}.Debug.ActiveCfg = Debug|Win32 + {E76380C7-4A22-41DC-A35E-718906DCB9EC}.Debug.Build.0 = Debug|Win32 + {E76380C7-4A22-41DC-A35E-718906DCB9EC}.Release.ActiveCfg = Release|Win32 + {E76380C7-4A22-41DC-A35E-718906DCB9EC}.Release.Build.0 = Release|Win32 + {2F494AB8-FF88-4C5A-921F-FE26623A28BD}.Debug.ActiveCfg = Debug|Win32 + {2F494AB8-FF88-4C5A-921F-FE26623A28BD}.Debug.Build.0 = Debug|Win32 + {2F494AB8-FF88-4C5A-921F-FE26623A28BD}.Release.ActiveCfg = Release|Win32 + {2F494AB8-FF88-4C5A-921F-FE26623A28BD}.Release.Build.0 = Release|Win32 + {E59609D2-5DA9-4E2A-B052-8A69B5735F16}.Debug.ActiveCfg = Debug|Win32 + {E59609D2-5DA9-4E2A-B052-8A69B5735F16}.Debug.Build.0 = Debug|Win32 + {E59609D2-5DA9-4E2A-B052-8A69B5735F16}.Release.ActiveCfg = Release|Win32 + {E59609D2-5DA9-4E2A-B052-8A69B5735F16}.Release.Build.0 = Release|Win32 + {9EA9FED2-DDCD-404E-ABEA-7D2CC43EB021}.Debug.ActiveCfg = Debug|Win32 + {9EA9FED2-DDCD-404E-ABEA-7D2CC43EB021}.Debug.Build.0 = Debug|Win32 + {9EA9FED2-DDCD-404E-ABEA-7D2CC43EB021}.Release.ActiveCfg = Release|Win32 + {9EA9FED2-DDCD-404E-ABEA-7D2CC43EB021}.Release.Build.0 = Release|Win32 + {52C50A0D-21CB-48DE-AB3C-1E67B18BCC1F}.Debug.ActiveCfg = Debug|Win32 + {52C50A0D-21CB-48DE-AB3C-1E67B18BCC1F}.Debug.Build.0 = Debug|Win32 + {52C50A0D-21CB-48DE-AB3C-1E67B18BCC1F}.Release.ActiveCfg = Release|Win32 + {52C50A0D-21CB-48DE-AB3C-1E67B18BCC1F}.Release.Build.0 = Release|Win32 + {BD29B9B3-D875-4BE4-BAE6-992AD87208E2}.Debug.ActiveCfg = Debug|Win32 + {BD29B9B3-D875-4BE4-BAE6-992AD87208E2}.Debug.Build.0 = Debug|Win32 + {BD29B9B3-D875-4BE4-BAE6-992AD87208E2}.Release.ActiveCfg = Release|Win32 + {BD29B9B3-D875-4BE4-BAE6-992AD87208E2}.Release.Build.0 = Release|Win32 + {7822C216-A7EA-44FC-8830-45D19920AC7C}.Debug.ActiveCfg = Debug|Win32 + {7822C216-A7EA-44FC-8830-45D19920AC7C}.Debug.Build.0 = Debug|Win32 + {7822C216-A7EA-44FC-8830-45D19920AC7C}.Release.ActiveCfg = Release|Win32 + {7822C216-A7EA-44FC-8830-45D19920AC7C}.Release.Build.0 = Release|Win32 + {40120B5A-5E0D-4043-BB78-522C7F18F4C4}.Debug.ActiveCfg = Debug|Win32 + {40120B5A-5E0D-4043-BB78-522C7F18F4C4}.Debug.Build.0 = Debug|Win32 + {40120B5A-5E0D-4043-BB78-522C7F18F4C4}.Release.ActiveCfg = Release|Win32 + {40120B5A-5E0D-4043-BB78-522C7F18F4C4}.Release.Build.0 = Release|Win32 + {92029C16-379F-4B73-B332-F8D70CBE3D0D}.Debug.ActiveCfg = Debug|Win32 + {92029C16-379F-4B73-B332-F8D70CBE3D0D}.Debug.Build.0 = Debug|Win32 + {92029C16-379F-4B73-B332-F8D70CBE3D0D}.Release.ActiveCfg = Release|Win32 + {92029C16-379F-4B73-B332-F8D70CBE3D0D}.Release.Build.0 = Release|Win32 + {B8923279-9E37-43D2-8ECF-5225BFB3356A}.Debug.ActiveCfg = Debug|Win32 + {B8923279-9E37-43D2-8ECF-5225BFB3356A}.Debug.Build.0 = Debug|Win32 + {B8923279-9E37-43D2-8ECF-5225BFB3356A}.Release.ActiveCfg = Release|Win32 + {B8923279-9E37-43D2-8ECF-5225BFB3356A}.Release.Build.0 = Release|Win32 + {6EC3ABD7-48E1-4FBF-921F-FFA0D150A245}.Debug.ActiveCfg = Debug|Win32 + {6EC3ABD7-48E1-4FBF-921F-FFA0D150A245}.Debug.Build.0 = Debug|Win32 + {6EC3ABD7-48E1-4FBF-921F-FFA0D150A245}.Release.ActiveCfg = Release|Win32 + {6EC3ABD7-48E1-4FBF-921F-FFA0D150A245}.Release.Build.0 = Release|Win32 + {0862B9C9-8042-48E3-95EA-60D1A82DC37A}.Debug.ActiveCfg = Debug|Win32 + {0862B9C9-8042-48E3-95EA-60D1A82DC37A}.Debug.Build.0 = Debug|Win32 + {0862B9C9-8042-48E3-95EA-60D1A82DC37A}.Release.ActiveCfg = Release|Win32 + {0862B9C9-8042-48E3-95EA-60D1A82DC37A}.Release.Build.0 = Release|Win32 + {57FFDE11-87C0-4931-A50A-335D9E1DF83A}.Debug.ActiveCfg = Debug|Win32 + {57FFDE11-87C0-4931-A50A-335D9E1DF83A}.Debug.Build.0 = Debug|Win32 + {57FFDE11-87C0-4931-A50A-335D9E1DF83A}.Release.ActiveCfg = Release|Win32 + {57FFDE11-87C0-4931-A50A-335D9E1DF83A}.Release.Build.0 = Release|Win32 + {56960BA0-94F9-4DFD-940D-C78DAC8FC878}.Debug.ActiveCfg = Debug|Win32 + {56960BA0-94F9-4DFD-940D-C78DAC8FC878}.Debug.Build.0 = Debug|Win32 + {56960BA0-94F9-4DFD-940D-C78DAC8FC878}.Release.ActiveCfg = Release|Win32 + {56960BA0-94F9-4DFD-940D-C78DAC8FC878}.Release.Build.0 = Release|Win32 + {C33F0932-BEC6-445F-9EFC-CEB4C764B606}.Debug.ActiveCfg = Debug|Win32 + {C33F0932-BEC6-445F-9EFC-CEB4C764B606}.Debug.Build.0 = Debug|Win32 + {C33F0932-BEC6-445F-9EFC-CEB4C764B606}.Release.ActiveCfg = Release|Win32 + {C33F0932-BEC6-445F-9EFC-CEB4C764B606}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/windows/examples/allexamples/allexamples.vcproj b/windows/examples/allexamples/allexamples.vcproj new file mode 100644 index 0000000..ee96d68 --- /dev/null +++ b/windows/examples/allexamples/allexamples.vcproj @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/examples/attributetest/attributetest.dsp b/windows/examples/attributetest/attributetest.dsp deleted file mode 100755 index 05e336a..0000000 --- a/windows/examples/attributetest/attributetest.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="attributetest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=attributetest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "attributetest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "attributetest.mak" CFG="attributetest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "attributetest - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "attributetest - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "attributetest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../examples/attributetest/Release" -# PROP Intermediate_Dir "../../../examples/attributetest/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5\release" /libpath:"..\..\..\hdf5lib\release\lib" - -!ELSEIF "$(CFG)" == "attributetest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../examples/attributest/Debug" -# PROP Intermediate_Dir "../../../examples/attributest/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5d.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /out:"../../../examples/attributetest/Debug/attributetest.exe" /pdbtype:sept /libpath:"..\..\..\proj\hdf5\debug" /libpath:"..\..\..\hdf5lib\debug\lib" - -!ENDIF - -# Begin Target - -# Name "attributetest - Win32 Release" -# Name "attributetest - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\examples\h5_attribute.c -# End Source File -# End Target -# End Project diff --git a/windows/examples/attributetest/attributetest.vcproj b/windows/examples/attributetest/attributetest.vcproj new file mode 100644 index 0000000..86a8932 --- /dev/null +++ b/windows/examples/attributetest/attributetest.vcproj @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/examples/attributetestdll/attributetestdll.dsp b/windows/examples/attributetestdll/attributetestdll.dsp deleted file mode 100755 index f71523b..0000000 --- a/windows/examples/attributetestdll/attributetestdll.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="attributetestdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=attributetestdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "attributetestdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "attributetestdll.mak" CFG="attributetestdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "attributetestdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "attributetestdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "attributetestdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../examples/attributetestdll/Release" -# PROP Intermediate_Dir "../../../examples/attributetestdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\hdf5lib\release\dll" - -!ELSEIF "$(CFG)" == "attributetestdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../examples/attributetestdll/Debug" -# PROP Intermediate_Dir "../../../examples/attributetestdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\hdf5lib\debug\dll" - -!ENDIF - -# Begin Target - -# Name "attributetestdll - Win32 Release" -# Name "attributetestdll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\examples\h5_attribute.c -# End Source File -# End Target -# End Project diff --git a/windows/examples/attributetestdll/attributetestdll.vcproj b/windows/examples/attributetestdll/attributetestdll.vcproj new file mode 100644 index 0000000..474ece14 --- /dev/null +++ b/windows/examples/attributetestdll/attributetestdll.vcproj @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/examples/chunkread/chunkread.dsp b/windows/examples/chunkread/chunkread.dsp deleted file mode 100755 index 99a995e..0000000 --- a/windows/examples/chunkread/chunkread.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="chunkread" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=chunkread - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "chunkread.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "chunkread.mak" CFG="chunkread - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "chunkread - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "chunkread - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "chunkread - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../examples/chunkread/Release" -# PROP Intermediate_Dir "../../../examples/chunkread/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5\release" /libpath:"..\..\..\hdf5lib\release\lib" - -!ELSEIF "$(CFG)" == "chunkread - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../examples/chunkread/Debug" -# PROP Intermediate_Dir "../../../examples/chunkread/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5d.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\proj\hdf5\debug" /libpath:"..\..\..\hdf5lib\debug\lib" - -!ENDIF - -# Begin Target - -# Name "chunkread - Win32 Release" -# Name "chunkread - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\examples\h5_chunk_read.c -# End Source File -# End Target -# End Project diff --git a/windows/examples/chunkread/chunkread.vcproj b/windows/examples/chunkread/chunkread.vcproj new file mode 100644 index 0000000..4222314 --- /dev/null +++ b/windows/examples/chunkread/chunkread.vcproj @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/examples/chunkreaddll/chunkreaddll.dsp b/windows/examples/chunkreaddll/chunkreaddll.dsp deleted file mode 100755 index 61e4f9c..0000000 --- a/windows/examples/chunkreaddll/chunkreaddll.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="chunkreaddll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=chunkreaddll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "chunkreaddll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "chunkreaddll.mak" CFG="chunkreaddll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "chunkreaddll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "chunkreaddll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "chunkreaddll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../examples/chunkreaddll/Release" -# PROP Intermediate_Dir "../../../examples/chunkreaddll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\hdf5lib\release\dll" - -!ELSEIF "$(CFG)" == "chunkreaddll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../examples/chunkreaddll/Debug" -# PROP Intermediate_Dir "../../../examples/chunkreaddll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\hdf5lib\debug\dll" - -!ENDIF - -# Begin Target - -# Name "chunkreaddll - Win32 Release" -# Name "chunkreaddll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\examples\h5_chunk_read.c -# End Source File -# End Target -# End Project diff --git a/windows/examples/chunkreaddll/chunkreaddll.vcproj b/windows/examples/chunkreaddll/chunkreaddll.vcproj new file mode 100644 index 0000000..e89dbd2 --- /dev/null +++ b/windows/examples/chunkreaddll/chunkreaddll.vcproj @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/examples/compoundtest/compoundtest.dsp b/windows/examples/compoundtest/compoundtest.dsp deleted file mode 100755 index 845f090..0000000 --- a/windows/examples/compoundtest/compoundtest.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="compoundtest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=compoundtest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "compoundtest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "compoundtest.mak" CFG="compoundtest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "compoundtest - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "compoundtest - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "compoundtest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../examples/compoundtest/Release" -# PROP Intermediate_Dir "../../../examples/compoundtest/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5\release" /libpath:"..\..\..\hdf5lib\release\lib" - -!ELSEIF "$(CFG)" == "compoundtest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../examples/compoundtest/Debug" -# PROP Intermediate_Dir "../../../examples/compoundtest/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5d.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\proj\hdf5\debug" /libpath:"..\..\..\hdf5lib\debug\lib" - -!ENDIF - -# Begin Target - -# Name "compoundtest - Win32 Release" -# Name "compoundtest - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\examples\h5_compound.c -# End Source File -# End Target -# End Project diff --git a/windows/examples/compoundtest/compoundtest.vcproj b/windows/examples/compoundtest/compoundtest.vcproj new file mode 100644 index 0000000..3f026b1 --- /dev/null +++ b/windows/examples/compoundtest/compoundtest.vcproj @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/examples/compoundtestdll/compoundtestdll.dsp b/windows/examples/compoundtestdll/compoundtestdll.dsp deleted file mode 100755 index fc3937d..0000000 --- a/windows/examples/compoundtestdll/compoundtestdll.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="compoundtestdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=compoundtestdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "compoundtestdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "compoundtestdll.mak" CFG="compoundtestdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "compoundtestdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "compoundtestdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "compoundtestdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../examples/compoundtestdll/Release" -# PROP Intermediate_Dir "../../../examples/compoundtestdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\hdf5lib\release\dll" - -!ELSEIF "$(CFG)" == "compoundtestdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../examples/compoundtestdll/Debug" -# PROP Intermediate_Dir "../../../examples/compoundtestdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\hdf5lib\debug\dll" - -!ENDIF - -# Begin Target - -# Name "compoundtestdll - Win32 Release" -# Name "compoundtestdll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\examples\h5_compound.c -# End Source File -# End Target -# End Project diff --git a/windows/examples/compoundtestdll/compoundtestdll.vcproj b/windows/examples/compoundtestdll/compoundtestdll.vcproj new file mode 100644 index 0000000..54d80db --- /dev/null +++ b/windows/examples/compoundtestdll/compoundtestdll.vcproj @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/examples/extendwritetest/extendwritetest.dsp b/windows/examples/extendwritetest/extendwritetest.dsp deleted file mode 100755 index 9086b17..0000000 --- a/windows/examples/extendwritetest/extendwritetest.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="extendwritetest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=extendwritetest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "extendwritetest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "extendwritetest.mak" CFG="extendwritetest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "extendwritetest - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "extendwritetest - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "extendwritetest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../examples/extendwritetest/Release" -# PROP Intermediate_Dir "../../../examples/extendwritetest/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5\release" /libpath:"..\..\..\hdf5lib\release\lib" - -!ELSEIF "$(CFG)" == "extendwritetest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../examples/extendwritetest/Debug" -# PROP Intermediate_Dir "../../../examples/extendwritetest/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5d.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\proj\hdf5\debug" /libpath:"..\..\..\hdf5lib\debug\lib" - -!ENDIF - -# Begin Target - -# Name "extendwritetest - Win32 Release" -# Name "extendwritetest - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\examples\h5_extend_write.c -# End Source File -# End Target -# End Project diff --git a/windows/examples/extendwritetest/extendwritetest.vcproj b/windows/examples/extendwritetest/extendwritetest.vcproj new file mode 100644 index 0000000..631b112 --- /dev/null +++ b/windows/examples/extendwritetest/extendwritetest.vcproj @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/examples/extendwritetestdll/extendwritetestdll.dsp b/windows/examples/extendwritetestdll/extendwritetestdll.dsp deleted file mode 100755 index 81ff3ce..0000000 --- a/windows/examples/extendwritetestdll/extendwritetestdll.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="extendwritetestdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=extendwritetestdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "extendwritetestdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "extendwritetestdll.mak" CFG="extendwritetestdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "extendwritetestdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "extendwritetestdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "extendwritetestdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../examples/extendwritetestdll/Release" -# PROP Intermediate_Dir "../../../examples/extendwritetestdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\hdf5lib\release\dll" - -!ELSEIF "$(CFG)" == "extendwritetestdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../examples/extendwritetestdll/Debug" -# PROP Intermediate_Dir "../../../examples/extendwritetestdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\hdf5lib\debug\dll" - -!ENDIF - -# Begin Target - -# Name "extendwritetestdll - Win32 Release" -# Name "extendwritetestdll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\examples\h5_extend_write.c -# End Source File -# End Target -# End Project diff --git a/windows/examples/extendwritetestdll/extendwritetestdll.vcproj b/windows/examples/extendwritetestdll/extendwritetestdll.vcproj new file mode 100644 index 0000000..f67962b --- /dev/null +++ b/windows/examples/extendwritetestdll/extendwritetestdll.vcproj @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/examples/grouptest/grouptest.dsp b/windows/examples/grouptest/grouptest.dsp deleted file mode 100755 index f2334cc..0000000 --- a/windows/examples/grouptest/grouptest.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="grouptest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=grouptest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "grouptest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "grouptest.mak" CFG="grouptest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "grouptest - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "grouptest - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "grouptest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../examples/grouptest/Release" -# PROP Intermediate_Dir "../../../examples/grouptest/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5\release" /libpath:"..\..\..\hdf5lib\release\lib" - -!ELSEIF "$(CFG)" == "grouptest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../examples/grouptest/Debug" -# PROP Intermediate_Dir "../../../examples/grouptest/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5d.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\proj\hdf5\debug" /libpath:"..\..\..\hdf5lib\debug\lib" - -!ENDIF - -# Begin Target - -# Name "grouptest - Win32 Release" -# Name "grouptest - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\examples\h5_group.c -# End Source File -# End Target -# End Project diff --git a/windows/examples/grouptest/grouptest.vcproj b/windows/examples/grouptest/grouptest.vcproj new file mode 100644 index 0000000..5354d8b --- /dev/null +++ b/windows/examples/grouptest/grouptest.vcproj @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/examples/grouptestdll/grouptestdll.dsp b/windows/examples/grouptestdll/grouptestdll.dsp deleted file mode 100755 index 5e31e29..0000000 --- a/windows/examples/grouptestdll/grouptestdll.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="grouptestdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=grouptestdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "grouptestdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "grouptestdll.mak" CFG="grouptestdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "grouptestdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "grouptestdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "grouptestdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../examples/grouptestdll/Release" -# PROP Intermediate_Dir "../../../examples/grouptestdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\hdf5lib\release\dll" - -!ELSEIF "$(CFG)" == "grouptestdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../examples/grouptestdll/Debug" -# PROP Intermediate_Dir "../../../examples/grouptestdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\hdf5lib\debug\dll" - -!ENDIF - -# Begin Target - -# Name "grouptestdll - Win32 Release" -# Name "grouptestdll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\examples\h5_group.c -# End Source File -# End Target -# End Project diff --git a/windows/examples/grouptestdll/grouptestdll.vcproj b/windows/examples/grouptestdll/grouptestdll.vcproj new file mode 100644 index 0000000..880d066 --- /dev/null +++ b/windows/examples/grouptestdll/grouptestdll.vcproj @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/examples/intermgrouptest/intermgrouptest.dsp b/windows/examples/intermgrouptest/intermgrouptest.dsp deleted file mode 100644 index cb083f8..0000000 --- a/windows/examples/intermgrouptest/intermgrouptest.dsp +++ /dev/null @@ -1,104 +0,0 @@ -# Microsoft Developer Studio Project File - Name="intermgrouptest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=intermgrouptest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "intermgrouptest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "intermgrouptest.mak" CFG="intermgrouptest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "intermgrouptest - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "intermgrouptest - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "intermgrouptest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../examples/intermgrouptest/Release" -# PROP Intermediate_Dir "../../../examples/intermgrouptest/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5\release" /libpath:"..\..\..\hdf5lib\release\lib" - -!ELSEIF "$(CFG)" == "intermgrouptest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../examples/intermgrouptest/Debug" -# PROP Intermediate_Dir "../../../examples/intermgrouptest/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5d.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\proj\hdf5\debug" /libpath:"..\..\..\hdf5lib\debug\lib" - -!ENDIF - -# Begin Target - -# Name "intermgrouptest - Win32 Release" -# Name "intermgrouptest - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\examples\h5_interm_group.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/examples/intermgrouptest/intermgrouptest.vcproj b/windows/examples/intermgrouptest/intermgrouptest.vcproj new file mode 100644 index 0000000..d1585d9 --- /dev/null +++ b/windows/examples/intermgrouptest/intermgrouptest.vcproj @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/examples/intermgrouptestdll/intermgrouptestdll.dsp b/windows/examples/intermgrouptestdll/intermgrouptestdll.dsp deleted file mode 100644 index 2edc910..0000000 --- a/windows/examples/intermgrouptestdll/intermgrouptestdll.dsp +++ /dev/null @@ -1,104 +0,0 @@ -# Microsoft Developer Studio Project File - Name="intermgrouptestdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=intermgrouptestdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "intermgrouptestdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "intermgrouptestdll.mak" CFG="intermgrouptestdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "intermgrouptestdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "intermgrouptestdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "intermgrouptestdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../examples/intermgrouptestdll/Release" -# PROP Intermediate_Dir "../../../examples/intermgrouptestdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\hdf5lib\release\dll" - -!ELSEIF "$(CFG)" == "intermgrouptestdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../examples/intermgrouptestdll/Debug" -# PROP Intermediate_Dir "../../../examples/intermgrouptestdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\hdf5lib\debug\dll" - -!ENDIF - -# Begin Target - -# Name "intermgrouptestdll - Win32 Release" -# Name "intermgrouptestdll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\examples\h5_interm_group.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/examples/intermgrouptestdll/intermgrouptestdll.vcproj b/windows/examples/intermgrouptestdll/intermgrouptestdll.vcproj new file mode 100644 index 0000000..e533fce --- /dev/null +++ b/windows/examples/intermgrouptestdll/intermgrouptestdll.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/examples/readtest/readtest.dsp b/windows/examples/readtest/readtest.dsp deleted file mode 100755 index f87f527..0000000 --- a/windows/examples/readtest/readtest.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="readtest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=readtest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "readtest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "readtest.mak" CFG="readtest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "readtest - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "readtest - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "readtest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../examples/readtest/Release" -# PROP Intermediate_Dir "../../../examples/readtest/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5\release" /libpath:"..\..\..\hdf5lib\release\lib" - -!ELSEIF "$(CFG)" == "readtest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../examples/readtest/Debug" -# PROP Intermediate_Dir "../../../examples/readtest/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5d.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\proj\hdf5\debug" /libpath:"..\..\..\hdf5lib\debug\lib" - -!ENDIF - -# Begin Target - -# Name "readtest - Win32 Release" -# Name "readtest - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\examples\h5_read.c -# End Source File -# End Target -# End Project diff --git a/windows/examples/readtest/readtest.vcproj b/windows/examples/readtest/readtest.vcproj new file mode 100644 index 0000000..3416b50 --- /dev/null +++ b/windows/examples/readtest/readtest.vcproj @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/examples/readtestdll/readtestdll.dsp b/windows/examples/readtestdll/readtestdll.dsp deleted file mode 100755 index cb1d2ea..0000000 --- a/windows/examples/readtestdll/readtestdll.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="readtestdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=readtestdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "readtestdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "readtestdll.mak" CFG="readtestdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "readtestdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "readtestdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "readtestdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../examples/readtestdll/Release" -# PROP Intermediate_Dir "../../../examples/readtestdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\hdf5lib\release\dll" - -!ELSEIF "$(CFG)" == "readtestdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../examples/readtestdll/Debug" -# PROP Intermediate_Dir "../../../examples/readtestdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\hdf5lib\debug\dll" - -!ENDIF - -# Begin Target - -# Name "readtestdll - Win32 Release" -# Name "readtestdll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\examples\h5_read.c -# End Source File -# End Target -# End Project diff --git a/windows/examples/readtestdll/readtestdll.vcproj b/windows/examples/readtestdll/readtestdll.vcproj new file mode 100644 index 0000000..70c13d8 --- /dev/null +++ b/windows/examples/readtestdll/readtestdll.vcproj @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/examples/selectest/selectest.dsp b/windows/examples/selectest/selectest.dsp deleted file mode 100755 index 8e12198..0000000 --- a/windows/examples/selectest/selectest.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="selectest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=selectest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "selectest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "selectest.mak" CFG="selectest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "selectest - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "selectest - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "selectest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../examples/selectest/Release" -# PROP Intermediate_Dir "../../../examples/selectest/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5\release" /libpath:"..\..\..\hdf5lib\release\lib" - -!ELSEIF "$(CFG)" == "selectest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../examples/selectest/Debug" -# PROP Intermediate_Dir "../../../examples/selectest/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5d.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\proj\hdf5\debug" /libpath:"..\..\..\hdf5lib\debug\lib" - -!ENDIF - -# Begin Target - -# Name "selectest - Win32 Release" -# Name "selectest - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\examples\h5_select.c -# End Source File -# End Target -# End Project diff --git a/windows/examples/selectest/selectest.vcproj b/windows/examples/selectest/selectest.vcproj new file mode 100644 index 0000000..da87dfb --- /dev/null +++ b/windows/examples/selectest/selectest.vcproj @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/examples/selectestdll/selectestdll.dsp b/windows/examples/selectestdll/selectestdll.dsp deleted file mode 100755 index bd4ef11..0000000 --- a/windows/examples/selectestdll/selectestdll.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="selectestdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=selectestdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "selectestdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "selectestdll.mak" CFG="selectestdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "selectestdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "selectestdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "selectestdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../examples/selectestdll/Release" -# PROP Intermediate_Dir "../../../examples/selectestdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\hdf5lib\release\dll" - -!ELSEIF "$(CFG)" == "selectestdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../examples/selectestdll/Debug" -# PROP Intermediate_Dir "../../../examples/selectestdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\hdf5lib\debug\dll" - -!ENDIF - -# Begin Target - -# Name "selectestdll - Win32 Release" -# Name "selectestdll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\examples\h5_select.c -# End Source File -# End Target -# End Project diff --git a/windows/examples/selectestdll/selectestdll.vcproj b/windows/examples/selectestdll/selectestdll.vcproj new file mode 100644 index 0000000..bdffdf6 --- /dev/null +++ b/windows/examples/selectestdll/selectestdll.vcproj @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/examples/writetest/writetest.dsp b/windows/examples/writetest/writetest.dsp deleted file mode 100755 index 2b46494..0000000 --- a/windows/examples/writetest/writetest.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="writetest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=writetest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "writetest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "writetest.mak" CFG="writetest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "writetest - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "writetest - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "writetest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../examples/writetest/Release" -# PROP Intermediate_Dir "../../../examples/writetest/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5\release" /libpath:"..\..\..\hdf5lib\release\lib" - -!ELSEIF "$(CFG)" == "writetest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../examples/writetest/Debug" -# PROP Intermediate_Dir "../../../examples/writetest/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5d.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\proj\hdf5\debug" /libpath:"..\..\..\hdf5lib\debug\lib" - -!ENDIF - -# Begin Target - -# Name "writetest - Win32 Release" -# Name "writetest - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\examples\h5_write.c -# End Source File -# End Target -# End Project diff --git a/windows/examples/writetest/writetest.vcproj b/windows/examples/writetest/writetest.vcproj new file mode 100644 index 0000000..b1eda06 --- /dev/null +++ b/windows/examples/writetest/writetest.vcproj @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/examples/writetestdll/writetestdll.dsp b/windows/examples/writetestdll/writetestdll.dsp deleted file mode 100755 index a507b8c..0000000 --- a/windows/examples/writetestdll/writetestdll.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="writetestdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=writetestdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "writetestdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "writetestdll.mak" CFG="writetestdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "writetestdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "writetestdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "writetestdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../examples/writetestdll/Release" -# PROP Intermediate_Dir "../../../examples/writetestdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\hdf5lib\release\dll" - -!ELSEIF "$(CFG)" == "writetestdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../examples/writetestdll/Debug" -# PROP Intermediate_Dir "../../../examples/writetestdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\hdf5lib\debug\dll" - -!ENDIF - -# Begin Target - -# Name "writetestdll - Win32 Release" -# Name "writetestdll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\examples\h5_write.c -# End Source File -# End Target -# End Project diff --git a/windows/examples/writetestdll/writetestdll.vcproj b/windows/examples/writetestdll/writetestdll.vcproj new file mode 100644 index 0000000..6400177 --- /dev/null +++ b/windows/examples/writetestdll/writetestdll.vcproj @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/examples/allf90examples/allf90examples.dsp b/windows/fortran/examples/allf90examples/allf90examples.dsp deleted file mode 100755 index 8e12935..0000000 --- a/windows/fortran/examples/allf90examples/allf90examples.dsp +++ /dev/null @@ -1,91 +0,0 @@ -# Microsoft Developer Studio Project File - Name="allf90examples" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=allf90examples - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "allf90examples.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "allf90examples.mak" CFG="allf90examples - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "allf90examples - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "allf90examples - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "allf90examples - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/examples/allf90examples/Release" -# PROP Intermediate_Dir "../../../../fortran/examples/allf90examples/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "allf90examples - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/examples/allf90examples/Debug" -# PROP Intermediate_Dir "../../../../fortran/examples/allf90examples/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "allf90examples - Win32 Release" -# Name "allf90examples - Win32 Debug" -# End Target -# End Project diff --git a/windows/fortran/examples/allf90examples/allf90examples.dsw b/windows/fortran/examples/allf90examples/allf90examples.dsw deleted file mode 100755 index 101b6d4..0000000 --- a/windows/fortran/examples/allf90examples/allf90examples.dsw +++ /dev/null @@ -1,449 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "allf90examples"=.\allf90examples.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name attreexampletest - End Project Dependency - Begin Project Dependency - Project_Dep_Name compoundtest - End Project Dependency - Begin Project Dependency - Project_Dep_Name dsetexampletest - End Project Dependency - Begin Project Dependency - Project_Dep_Name fileexampletest - End Project Dependency - Begin Project Dependency - Project_Dep_Name groupexampletest - End Project Dependency - Begin Project Dependency - Project_Dep_Name grpdsetexampletest - End Project Dependency - Begin Project Dependency - Project_Dep_Name grpittest - End Project Dependency - Begin Project Dependency - Project_Dep_Name grpsexampletest - End Project Dependency - Begin Project Dependency - Project_Dep_Name hyperslabtest - End Project Dependency - Begin Project Dependency - Project_Dep_Name mountexampletest - End Project Dependency - Begin Project Dependency - Project_Dep_Name refobjexampletest - End Project Dependency - Begin Project Dependency - Project_Dep_Name refregexampletest - End Project Dependency - Begin Project Dependency - Project_Dep_Name rwdsetexampletest - End Project Dependency - Begin Project Dependency - Project_Dep_Name selecteletest - End Project Dependency - Begin Project Dependency - Project_Dep_Name attreexampletestdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name compoundtestdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name dsetexampletestdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name fileexampletestdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name groupexampletestdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name grpdsetexampletestdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name grpittestdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name grpsexampletestdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hyperslabtestdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name mountexampletestdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name refobjexampletestdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name refregexampletestdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name rwdsetexampletestdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name selecteletestdll - End Project Dependency -}}} - -############################################################################### - -Project: "attreexampletest"=..\attreexampletest\attreexampletest.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "attreexampletestdll"=..\attreexampletestdll\attreexampletestdll.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "compoundtest"=..\compoundtest\compoundtest.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "compoundtestdll"=..\compoundtestdll\compoundtestdll.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "dsetexampletest"=..\dsetexampletest\dsetexampletest.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "dsetexampletestdll"=..\dsetexampletestdll\dsetexampletestdll.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "fileexampletest"=..\fileexampletest\fileexampletest.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "fileexampletestdll"=..\fileexampletestdll\fileexampletestdll.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "groupexampletest"=..\groupexampletest\groupexampletest.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "groupexampletestdll"=..\groupexampletestdll\groupexampletestdll.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "grpdsetexampletest"=..\grpdsetexampletest\grpdsetexampletest.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "grpdsetexampletestdll"=..\grpdsetexampletestdll\grpdsetexampletestdll.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "grpittest"=..\grpittest\grpittest.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "grpittestdll"=..\grpittestdll\grpittestdll.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "grpsexampletest"=..\grpsexampletest\grpsexampletest.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "grpsexampletestdll"=..\grpsexampletestdll\grpsexampletestdll.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "hyperslabtest"=..\hyperslabtest\hyperslabtest.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "hyperslabtestdll"=..\hyperslabtestdll\hyperslabtestdll.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "mountexampletest"=..\mountexampletest\mountexampletest.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "mountexampletestdll"=..\mountexampletestdll\mountexampletestdll.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "refobjexampletest"=..\refobjexampletest\refobjexampletest.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "refobjexampletestdll"=..\refobjexampletestdll\refobjexampletestdll.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "refregexampletest"=..\refregexampletest\refregexampletest.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "refregexampletestdll"=..\refregexampletestdll\refregexampletestdll.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "rwdsetexampletest"=..\rwdsetexampletest\rwdsetexampletest.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "rwdsetexampletestdll"=..\rwdsetexampletestdll\rwdsetexampletestdll.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "selecteletest"=..\selecteletest\selecteletest.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "selecteletestdll"=..\selecteletestdll\selecteletestdll.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - diff --git a/windows/fortran/examples/allf90examples/allf90examples.sln b/windows/fortran/examples/allf90examples/allf90examples.sln new file mode 100644 index 0000000..8a6c624 --- /dev/null +++ b/windows/fortran/examples/allf90examples/allf90examples.sln @@ -0,0 +1,275 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "allf90examples", "allf90examples.vcproj", "{D493CF06-423A-4FA5-8B3F-416C2EDAFF2B}" + ProjectSection(ProjectDependencies) = postProject + {4F759F00-49B0-4D26-8BC7-D5D8F46449DA} = {4F759F00-49B0-4D26-8BC7-D5D8F46449DA} + {1C947503-FBCF-497C-8187-06753D98310E} = {1C947503-FBCF-497C-8187-06753D98310E} + {61326004-1964-4AF8-BDAA-72E5B60D9461} = {61326004-1964-4AF8-BDAA-72E5B60D9461} + {88C33906-49D8-4935-AEBE-ED7914F5A560} = {88C33906-49D8-4935-AEBE-ED7914F5A560} + {8E77A110-6979-4EC2-8F51-0C5A39D1E252} = {8E77A110-6979-4EC2-8F51-0C5A39D1E252} + {CEB17C16-6EB8-41BB-9106-DE347F93E4C2} = {CEB17C16-6EB8-41BB-9106-DE347F93E4C2} + {7FF39A16-7267-4F9D-9FD4-B4210C6765CA} = {7FF39A16-7267-4F9D-9FD4-B4210C6765CA} + {B91A6B1D-9D91-4A87-BF65-38A06CBB617E} = {B91A6B1D-9D91-4A87-BF65-38A06CBB617E} + {713B7E1F-E427-4C2A-AD4E-94333DAEF40F} = {713B7E1F-E427-4C2A-AD4E-94333DAEF40F} + {ADB89924-2596-461A-B292-1DDF3B4C4886} = {ADB89924-2596-461A-B292-1DDF3B4C4886} + {ACAB0626-1CB5-4875-A4EC-41E526A3ABDB} = {ACAB0626-1CB5-4875-A4EC-41E526A3ABDB} + {9A618A3F-C1C0-4CCD-8E15-55AFB0739570} = {9A618A3F-C1C0-4CCD-8E15-55AFB0739570} + {E1DB2E47-2349-446B-9900-7D03216A0D40} = {E1DB2E47-2349-446B-9900-7D03216A0D40} + {01B14851-65CA-46C7-8C70-C2D5B206A734} = {01B14851-65CA-46C7-8C70-C2D5B206A734} + {D582215A-A02A-4C07-87FB-952AA84C7079} = {D582215A-A02A-4C07-87FB-952AA84C7079} + {0FBBFD67-446A-4284-A311-9EA88AF40F28} = {0FBBFD67-446A-4284-A311-9EA88AF40F28} + {0010346D-C44B-4BD1-BFC2-6C2D2514D28B} = {0010346D-C44B-4BD1-BFC2-6C2D2514D28B} + {A3B71170-1FA4-414F-9836-0F219462D70F} = {A3B71170-1FA4-414F-9836-0F219462D70F} + {1E502386-5469-4FE2-AFD0-9E5B162A9E2D} = {1E502386-5469-4FE2-AFD0-9E5B162A9E2D} + {89ABA5B1-B1F0-4444-AB54-DE45BCE2F27A} = {89ABA5B1-B1F0-4444-AB54-DE45BCE2F27A} + {7F95DFBC-E6B9-4619-A42E-D2964F79AD2C} = {7F95DFBC-E6B9-4619-A42E-D2964F79AD2C} + {548239C5-BBC2-4823-9CF4-E8C16587D634} = {548239C5-BBC2-4823-9CF4-E8C16587D634} + {BAE94BC5-4FC8-4C43-A626-17AC800527C5} = {BAE94BC5-4FC8-4C43-A626-17AC800527C5} + {98622AD2-2BAD-402B-8D7D-75D95A4085C7} = {98622AD2-2BAD-402B-8D7D-75D95A4085C7} + {235C71DB-BFFC-4EEB-B586-CADFE873E786} = {235C71DB-BFFC-4EEB-B586-CADFE873E786} + {D8D98ADF-8DC6-49F2-91AC-ECBAAAB1BB0E} = {D8D98ADF-8DC6-49F2-91AC-ECBAAAB1BB0E} + {BEBA82E0-3BE9-4BE6-8BD4-B9378FAD5520} = {BEBA82E0-3BE9-4BE6-8BD4-B9378FAD5520} + {3E1B6AF4-37F1-493D-9DA2-6BFCB1C2EFD9} = {3E1B6AF4-37F1-493D-9DA2-6BFCB1C2EFD9} + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "attreexampletest", "..\attreexampletest\attreexampletest.vfproj", "{8E77A110-6979-4EC2-8F51-0C5A39D1E252}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "attreexampletestdll", "..\attreexampletestdll\attreexampletestdll.vfproj", "{D582215A-A02A-4C07-87FB-952AA84C7079}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "compoundtest", "..\compoundtest\compoundtest.vfproj", "{CEB17C16-6EB8-41BB-9106-DE347F93E4C2}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "compoundtestdll", "..\compoundtestdll\compoundtestdll.vfproj", "{BEBA82E0-3BE9-4BE6-8BD4-B9378FAD5520}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "dsetexampletest", "..\dsetexampletest\dsetexampletest.vfproj", "{D8D98ADF-8DC6-49F2-91AC-ECBAAAB1BB0E}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "dsetexampletestdll", "..\dsetexampletestdll\dsetexampletestdll.vfproj", "{9A618A3F-C1C0-4CCD-8E15-55AFB0739570}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "fileexampletest", "..\fileexampletest\fileexampletest.vfproj", "{1C947503-FBCF-497C-8187-06753D98310E}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "fileexampletestdll", "..\fileexampletestdll\fileexampletestdll.vfproj", "{ADB89924-2596-461A-B292-1DDF3B4C4886}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "groupexampletest", "..\groupexampletest\groupexampletest.vfproj", "{98622AD2-2BAD-402B-8D7D-75D95A4085C7}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "groupexampletestdll", "..\groupexampletestdll\groupexampletestdll.vfproj", "{713B7E1F-E427-4C2A-AD4E-94333DAEF40F}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "grpdsetexampletest", "..\grpdsetexampletest\grpdsetexampletest.vfproj", "{548239C5-BBC2-4823-9CF4-E8C16587D634}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "grpdsetexampletestdll", "..\grpdsetexampletestdll\grpdsetexampletestdll.vfproj", "{235C71DB-BFFC-4EEB-B586-CADFE873E786}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "grpittest", "..\grpittest\grpittest.vfproj", "{4F759F00-49B0-4D26-8BC7-D5D8F46449DA}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "grpittestdll", "..\grpittestdll\grpittestdll.vfproj", "{7FF39A16-7267-4F9D-9FD4-B4210C6765CA}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "grpsexampletest", "..\grpsexampletest\grpsexampletest.vfproj", "{61326004-1964-4AF8-BDAA-72E5B60D9461}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "grpsexampletestdll", "..\grpsexampletestdll\grpsexampletestdll.vfproj", "{A3B71170-1FA4-414F-9836-0F219462D70F}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "hyperslabtest", "..\hyperslabtest\hyperslabtest.vfproj", "{BAE94BC5-4FC8-4C43-A626-17AC800527C5}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "hyperslabtestdll", "..\hyperslabtestdll\hyperslabtestdll.vfproj", "{3E1B6AF4-37F1-493D-9DA2-6BFCB1C2EFD9}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "mountexampletest", "..\mountexampletest\mountexampletest.vfproj", "{B91A6B1D-9D91-4A87-BF65-38A06CBB617E}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "mountexampletestdll", "..\mountexampletestdll\mountexampletestdll.vfproj", "{01B14851-65CA-46C7-8C70-C2D5B206A734}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "refobjexampletest", "..\refobjexampletest\refobjexampletest.vfproj", "{E1DB2E47-2349-446B-9900-7D03216A0D40}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "refobjexampletestdll", "..\refobjexampletestdll\refobjexampletestdll.vfproj", "{1E502386-5469-4FE2-AFD0-9E5B162A9E2D}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "refregexampletest", "..\refregexampletest\refregexampletest.vfproj", "{7F95DFBC-E6B9-4619-A42E-D2964F79AD2C}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "refregexampletestdll", "..\refregexampletestdll\refregexampletestdll.vfproj", "{0FBBFD67-446A-4284-A311-9EA88AF40F28}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "rwdsetexampletest", "..\rwdsetexampletest\rwdsetexampletest.vfproj", "{89ABA5B1-B1F0-4444-AB54-DE45BCE2F27A}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "rwdsetexampletestdll", "..\rwdsetexampletestdll\rwdsetexampletestdll.vfproj", "{88C33906-49D8-4935-AEBE-ED7914F5A560}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "selecteletest", "..\selecteletest\selecteletest.vfproj", "{0010346D-C44B-4BD1-BFC2-6C2D2514D28B}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "selecteletestdll", "..\selecteletestdll\selecteletestdll.vfproj", "{ACAB0626-1CB5-4875-A4EC-41E526A3ABDB}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {D493CF06-423A-4FA5-8B3F-416C2EDAFF2B}.Debug.ActiveCfg = Debug|Win32 + {D493CF06-423A-4FA5-8B3F-416C2EDAFF2B}.Debug.Build.0 = Debug|Win32 + {D493CF06-423A-4FA5-8B3F-416C2EDAFF2B}.Release.ActiveCfg = Release|Win32 + {D493CF06-423A-4FA5-8B3F-416C2EDAFF2B}.Release.Build.0 = Release|Win32 + {8E77A110-6979-4EC2-8F51-0C5A39D1E252}.Debug.ActiveCfg = Debug|Win32 + {8E77A110-6979-4EC2-8F51-0C5A39D1E252}.Debug.Build.0 = Debug|Win32 + {8E77A110-6979-4EC2-8F51-0C5A39D1E252}.Release.ActiveCfg = Release|Win32 + {8E77A110-6979-4EC2-8F51-0C5A39D1E252}.Release.Build.0 = Release|Win32 + {D582215A-A02A-4C07-87FB-952AA84C7079}.Debug.ActiveCfg = Debug|Win32 + {D582215A-A02A-4C07-87FB-952AA84C7079}.Debug.Build.0 = Debug|Win32 + {D582215A-A02A-4C07-87FB-952AA84C7079}.Release.ActiveCfg = Release|Win32 + {D582215A-A02A-4C07-87FB-952AA84C7079}.Release.Build.0 = Release|Win32 + {CEB17C16-6EB8-41BB-9106-DE347F93E4C2}.Debug.ActiveCfg = Debug|Win32 + {CEB17C16-6EB8-41BB-9106-DE347F93E4C2}.Debug.Build.0 = Debug|Win32 + {CEB17C16-6EB8-41BB-9106-DE347F93E4C2}.Release.ActiveCfg = Release|Win32 + {CEB17C16-6EB8-41BB-9106-DE347F93E4C2}.Release.Build.0 = Release|Win32 + {BEBA82E0-3BE9-4BE6-8BD4-B9378FAD5520}.Debug.ActiveCfg = Debug|Win32 + {BEBA82E0-3BE9-4BE6-8BD4-B9378FAD5520}.Debug.Build.0 = Debug|Win32 + {BEBA82E0-3BE9-4BE6-8BD4-B9378FAD5520}.Release.ActiveCfg = Release|Win32 + {BEBA82E0-3BE9-4BE6-8BD4-B9378FAD5520}.Release.Build.0 = Release|Win32 + {D8D98ADF-8DC6-49F2-91AC-ECBAAAB1BB0E}.Debug.ActiveCfg = Debug|Win32 + {D8D98ADF-8DC6-49F2-91AC-ECBAAAB1BB0E}.Debug.Build.0 = Debug|Win32 + {D8D98ADF-8DC6-49F2-91AC-ECBAAAB1BB0E}.Release.ActiveCfg = Release|Win32 + {D8D98ADF-8DC6-49F2-91AC-ECBAAAB1BB0E}.Release.Build.0 = Release|Win32 + {9A618A3F-C1C0-4CCD-8E15-55AFB0739570}.Debug.ActiveCfg = Debug|Win32 + {9A618A3F-C1C0-4CCD-8E15-55AFB0739570}.Debug.Build.0 = Debug|Win32 + {9A618A3F-C1C0-4CCD-8E15-55AFB0739570}.Release.ActiveCfg = Release|Win32 + {9A618A3F-C1C0-4CCD-8E15-55AFB0739570}.Release.Build.0 = Release|Win32 + {1C947503-FBCF-497C-8187-06753D98310E}.Debug.ActiveCfg = Debug|Win32 + {1C947503-FBCF-497C-8187-06753D98310E}.Debug.Build.0 = Debug|Win32 + {1C947503-FBCF-497C-8187-06753D98310E}.Release.ActiveCfg = Release|Win32 + {1C947503-FBCF-497C-8187-06753D98310E}.Release.Build.0 = Release|Win32 + {ADB89924-2596-461A-B292-1DDF3B4C4886}.Debug.ActiveCfg = Debug|Win32 + {ADB89924-2596-461A-B292-1DDF3B4C4886}.Debug.Build.0 = Debug|Win32 + {ADB89924-2596-461A-B292-1DDF3B4C4886}.Release.ActiveCfg = Release|Win32 + {ADB89924-2596-461A-B292-1DDF3B4C4886}.Release.Build.0 = Release|Win32 + {98622AD2-2BAD-402B-8D7D-75D95A4085C7}.Debug.ActiveCfg = Debug|Win32 + {98622AD2-2BAD-402B-8D7D-75D95A4085C7}.Debug.Build.0 = Debug|Win32 + {98622AD2-2BAD-402B-8D7D-75D95A4085C7}.Release.ActiveCfg = Release|Win32 + {98622AD2-2BAD-402B-8D7D-75D95A4085C7}.Release.Build.0 = Release|Win32 + {713B7E1F-E427-4C2A-AD4E-94333DAEF40F}.Debug.ActiveCfg = Debug|Win32 + {713B7E1F-E427-4C2A-AD4E-94333DAEF40F}.Debug.Build.0 = Debug|Win32 + {713B7E1F-E427-4C2A-AD4E-94333DAEF40F}.Release.ActiveCfg = Release|Win32 + {713B7E1F-E427-4C2A-AD4E-94333DAEF40F}.Release.Build.0 = Release|Win32 + {548239C5-BBC2-4823-9CF4-E8C16587D634}.Debug.ActiveCfg = Debug|Win32 + {548239C5-BBC2-4823-9CF4-E8C16587D634}.Debug.Build.0 = Debug|Win32 + {548239C5-BBC2-4823-9CF4-E8C16587D634}.Release.ActiveCfg = Release|Win32 + {548239C5-BBC2-4823-9CF4-E8C16587D634}.Release.Build.0 = Release|Win32 + {235C71DB-BFFC-4EEB-B586-CADFE873E786}.Debug.ActiveCfg = Debug|Win32 + {235C71DB-BFFC-4EEB-B586-CADFE873E786}.Debug.Build.0 = Debug|Win32 + {235C71DB-BFFC-4EEB-B586-CADFE873E786}.Release.ActiveCfg = Release|Win32 + {235C71DB-BFFC-4EEB-B586-CADFE873E786}.Release.Build.0 = Release|Win32 + {4F759F00-49B0-4D26-8BC7-D5D8F46449DA}.Debug.ActiveCfg = Debug|Win32 + {4F759F00-49B0-4D26-8BC7-D5D8F46449DA}.Debug.Build.0 = Debug|Win32 + {4F759F00-49B0-4D26-8BC7-D5D8F46449DA}.Release.ActiveCfg = Release|Win32 + {4F759F00-49B0-4D26-8BC7-D5D8F46449DA}.Release.Build.0 = Release|Win32 + {7FF39A16-7267-4F9D-9FD4-B4210C6765CA}.Debug.ActiveCfg = Debug|Win32 + {7FF39A16-7267-4F9D-9FD4-B4210C6765CA}.Debug.Build.0 = Debug|Win32 + {7FF39A16-7267-4F9D-9FD4-B4210C6765CA}.Release.ActiveCfg = Release|Win32 + {7FF39A16-7267-4F9D-9FD4-B4210C6765CA}.Release.Build.0 = Release|Win32 + {61326004-1964-4AF8-BDAA-72E5B60D9461}.Debug.ActiveCfg = Debug|Win32 + {61326004-1964-4AF8-BDAA-72E5B60D9461}.Debug.Build.0 = Debug|Win32 + {61326004-1964-4AF8-BDAA-72E5B60D9461}.Release.ActiveCfg = Release|Win32 + {61326004-1964-4AF8-BDAA-72E5B60D9461}.Release.Build.0 = Release|Win32 + {A3B71170-1FA4-414F-9836-0F219462D70F}.Debug.ActiveCfg = Debug|Win32 + {A3B71170-1FA4-414F-9836-0F219462D70F}.Debug.Build.0 = Debug|Win32 + {A3B71170-1FA4-414F-9836-0F219462D70F}.Release.ActiveCfg = Release|Win32 + {A3B71170-1FA4-414F-9836-0F219462D70F}.Release.Build.0 = Release|Win32 + {BAE94BC5-4FC8-4C43-A626-17AC800527C5}.Debug.ActiveCfg = Debug|Win32 + {BAE94BC5-4FC8-4C43-A626-17AC800527C5}.Debug.Build.0 = Debug|Win32 + {BAE94BC5-4FC8-4C43-A626-17AC800527C5}.Release.ActiveCfg = Release|Win32 + {BAE94BC5-4FC8-4C43-A626-17AC800527C5}.Release.Build.0 = Release|Win32 + {3E1B6AF4-37F1-493D-9DA2-6BFCB1C2EFD9}.Debug.ActiveCfg = Debug|Win32 + {3E1B6AF4-37F1-493D-9DA2-6BFCB1C2EFD9}.Debug.Build.0 = Debug|Win32 + {3E1B6AF4-37F1-493D-9DA2-6BFCB1C2EFD9}.Release.ActiveCfg = Release|Win32 + {3E1B6AF4-37F1-493D-9DA2-6BFCB1C2EFD9}.Release.Build.0 = Release|Win32 + {B91A6B1D-9D91-4A87-BF65-38A06CBB617E}.Debug.ActiveCfg = Debug|Win32 + {B91A6B1D-9D91-4A87-BF65-38A06CBB617E}.Debug.Build.0 = Debug|Win32 + {B91A6B1D-9D91-4A87-BF65-38A06CBB617E}.Release.ActiveCfg = Release|Win32 + {B91A6B1D-9D91-4A87-BF65-38A06CBB617E}.Release.Build.0 = Release|Win32 + {01B14851-65CA-46C7-8C70-C2D5B206A734}.Debug.ActiveCfg = Debug|Win32 + {01B14851-65CA-46C7-8C70-C2D5B206A734}.Debug.Build.0 = Debug|Win32 + {01B14851-65CA-46C7-8C70-C2D5B206A734}.Release.ActiveCfg = Release|Win32 + {01B14851-65CA-46C7-8C70-C2D5B206A734}.Release.Build.0 = Release|Win32 + {E1DB2E47-2349-446B-9900-7D03216A0D40}.Debug.ActiveCfg = Debug|Win32 + {E1DB2E47-2349-446B-9900-7D03216A0D40}.Debug.Build.0 = Debug|Win32 + {E1DB2E47-2349-446B-9900-7D03216A0D40}.Release.ActiveCfg = Release|Win32 + {E1DB2E47-2349-446B-9900-7D03216A0D40}.Release.Build.0 = Release|Win32 + {1E502386-5469-4FE2-AFD0-9E5B162A9E2D}.Debug.ActiveCfg = Debug|Win32 + {1E502386-5469-4FE2-AFD0-9E5B162A9E2D}.Debug.Build.0 = Debug|Win32 + {1E502386-5469-4FE2-AFD0-9E5B162A9E2D}.Release.ActiveCfg = Release|Win32 + {1E502386-5469-4FE2-AFD0-9E5B162A9E2D}.Release.Build.0 = Release|Win32 + {7F95DFBC-E6B9-4619-A42E-D2964F79AD2C}.Debug.ActiveCfg = Debug|Win32 + {7F95DFBC-E6B9-4619-A42E-D2964F79AD2C}.Debug.Build.0 = Debug|Win32 + {7F95DFBC-E6B9-4619-A42E-D2964F79AD2C}.Release.ActiveCfg = Release|Win32 + {7F95DFBC-E6B9-4619-A42E-D2964F79AD2C}.Release.Build.0 = Release|Win32 + {0FBBFD67-446A-4284-A311-9EA88AF40F28}.Debug.ActiveCfg = Debug|Win32 + {0FBBFD67-446A-4284-A311-9EA88AF40F28}.Debug.Build.0 = Debug|Win32 + {0FBBFD67-446A-4284-A311-9EA88AF40F28}.Release.ActiveCfg = Release|Win32 + {0FBBFD67-446A-4284-A311-9EA88AF40F28}.Release.Build.0 = Release|Win32 + {89ABA5B1-B1F0-4444-AB54-DE45BCE2F27A}.Debug.ActiveCfg = Debug|Win32 + {89ABA5B1-B1F0-4444-AB54-DE45BCE2F27A}.Debug.Build.0 = Debug|Win32 + {89ABA5B1-B1F0-4444-AB54-DE45BCE2F27A}.Release.ActiveCfg = Release|Win32 + {89ABA5B1-B1F0-4444-AB54-DE45BCE2F27A}.Release.Build.0 = Release|Win32 + {88C33906-49D8-4935-AEBE-ED7914F5A560}.Debug.ActiveCfg = Debug|Win32 + {88C33906-49D8-4935-AEBE-ED7914F5A560}.Debug.Build.0 = Debug|Win32 + {88C33906-49D8-4935-AEBE-ED7914F5A560}.Release.ActiveCfg = Release|Win32 + {88C33906-49D8-4935-AEBE-ED7914F5A560}.Release.Build.0 = Release|Win32 + {0010346D-C44B-4BD1-BFC2-6C2D2514D28B}.Debug.ActiveCfg = Debug|Win32 + {0010346D-C44B-4BD1-BFC2-6C2D2514D28B}.Debug.Build.0 = Debug|Win32 + {0010346D-C44B-4BD1-BFC2-6C2D2514D28B}.Release.ActiveCfg = Release|Win32 + {0010346D-C44B-4BD1-BFC2-6C2D2514D28B}.Release.Build.0 = Release|Win32 + {ACAB0626-1CB5-4875-A4EC-41E526A3ABDB}.Debug.ActiveCfg = Debug|Win32 + {ACAB0626-1CB5-4875-A4EC-41E526A3ABDB}.Debug.Build.0 = Debug|Win32 + {ACAB0626-1CB5-4875-A4EC-41E526A3ABDB}.Release.ActiveCfg = Release|Win32 + {ACAB0626-1CB5-4875-A4EC-41E526A3ABDB}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/windows/fortran/examples/allf90examples/allf90examples.vcproj b/windows/fortran/examples/allf90examples/allf90examples.vcproj new file mode 100644 index 0000000..afd7430 --- /dev/null +++ b/windows/fortran/examples/allf90examples/allf90examples.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/examples/attreexampletest/attreexampletest.dsp b/windows/fortran/examples/attreexampletest/attreexampletest.dsp deleted file mode 100755 index bc8aeb0..0000000 --- a/windows/fortran/examples/attreexampletest/attreexampletest.dsp +++ /dev/null @@ -1,98 +0,0 @@ -# Microsoft Developer Studio Project File - Name="attreexampletest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=attreexampletest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "attreexampletest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "attreexampletest.mak" CFG="attreexampletest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "attreexampletest - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "attreexampletest - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "attreexampletest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/examples/attreexampletest/Release" -# PROP Intermediate_Dir "../../../../fortran/examples/attreexampletest/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortran.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\..\..\..\proj\hdf5_fortran\release" /libpath:"..\..\..\..\hdf5lib\release\lib" - -!ELSEIF "$(CFG)" == "attreexampletest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/examples/attreexampletest/Debug" -# PROP Intermediate_Dir "../../../../fortran/examples/attreexampletest/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrand.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_fortran\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" - -!ENDIF - -# Begin Target - -# Name "attreexampletest - Win32 Release" -# Name "attreexampletest - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\examples\attrexample.f90 -NODEP_F90_ATTRE=\ - ".\Release\HDF5.mod"\ - -# End Source File -# End Target -# End Project diff --git a/windows/fortran/examples/attreexampletest/attreexampletest.vfproj b/windows/fortran/examples/attreexampletest/attreexampletest.vfproj new file mode 100644 index 0000000..1d1f41a --- /dev/null +++ b/windows/fortran/examples/attreexampletest/attreexampletest.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/examples/attreexampletestdll/attreexampletestdll.dsp b/windows/fortran/examples/attreexampletestdll/attreexampletestdll.dsp deleted file mode 100755 index 982a293..0000000 --- a/windows/fortran/examples/attreexampletestdll/attreexampletestdll.dsp +++ /dev/null @@ -1,98 +0,0 @@ -# Microsoft Developer Studio Project File - Name="attreexampletestdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=attreexampletestdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "attreexampletestdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "attreexampletestdll.mak" CFG="attreexampletestdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "attreexampletestdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "attreexampletestdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "attreexampletestdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/examples/attreexampletestdll/Release" -# PROP Intermediate_Dir "../../../../fortran/examples/attreexampletestdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_fortrandll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_fortrandll\release" /libpath:"..\..\..\..\hdf5lib\release\DLL" - -!ELSEIF "$(CFG)" == "attreexampletestdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/examples/attreexampletestdll/Debug" -# PROP Intermediate_Dir "../../../../fortran/examples/attreexampletestdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_fortranddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_fortrandll\debug" /libpath:"..\..\..\..\hdf5lib\debug\DLL" - -!ENDIF - -# Begin Target - -# Name "attreexampletestdll - Win32 Release" -# Name "attreexampletestdll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\examples\attrexample.f90 -DEP_F90_ATTRE=\ - "..\..\..\..\proj\hdf5_fortrandll\Release\HDF5.mod"\ - -# End Source File -# End Target -# End Project diff --git a/windows/fortran/examples/attreexampletestdll/attreexampletestdll.vfproj b/windows/fortran/examples/attreexampletestdll/attreexampletestdll.vfproj new file mode 100644 index 0000000..2d0bc7e --- /dev/null +++ b/windows/fortran/examples/attreexampletestdll/attreexampletestdll.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/examples/compoundtest/compoundtest.dsp b/windows/fortran/examples/compoundtest/compoundtest.dsp deleted file mode 100755 index 4fa435f..0000000 --- a/windows/fortran/examples/compoundtest/compoundtest.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="compoundtest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=compoundtest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "compoundtest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "compoundtest.mak" CFG="compoundtest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "compoundtest - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "compoundtest - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "compoundtest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/examples/compoundtest/Release" -# PROP Intermediate_Dir "../../../../fortran/examples/compoundtest/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortran.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\..\..\..\proj\hdf5_fortran\release" /libpath:"..\..\..\..\hdf5lib\release\lib" - -!ELSEIF "$(CFG)" == "compoundtest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/examples/compoundtest/Debug" -# PROP Intermediate_Dir "../../../../fortran/examples/compoundtest/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrand.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_fortran\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" - -!ENDIF - -# Begin Target - -# Name "compoundtest - Win32 Release" -# Name "compoundtest - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\examples\compound.f90 -# End Source File -# End Target -# End Project diff --git a/windows/fortran/examples/compoundtest/compoundtest.vfproj b/windows/fortran/examples/compoundtest/compoundtest.vfproj new file mode 100644 index 0000000..64911b1 --- /dev/null +++ b/windows/fortran/examples/compoundtest/compoundtest.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/examples/compoundtestdll/compoundtestdll.dsp b/windows/fortran/examples/compoundtestdll/compoundtestdll.dsp deleted file mode 100755 index 1e0f808..0000000 --- a/windows/fortran/examples/compoundtestdll/compoundtestdll.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="compoundtestdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=compoundtestdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "compoundtestdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "compoundtestdll.mak" CFG="compoundtestdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "compoundtestdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "compoundtestdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "compoundtestdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/examples/compoundtestdll/Release" -# PROP Intermediate_Dir "../../../../fortran/examples/compoundtestdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_fortrandll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_fortrandll\release" /libpath:"..\..\..\..\hdf5lib\release\DLL" - -!ELSEIF "$(CFG)" == "compoundtestdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/examples/compoundtestdll/Debug" -# PROP Intermediate_Dir "../../../../fortran/examples/compoundtestdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_fortranddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_fortrandll\debug" /libpath:"..\..\..\..\hdf5lib\debug\DLL" - -!ENDIF - -# Begin Target - -# Name "compoundtestdll - Win32 Release" -# Name "compoundtestdll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\examples\compound.f90 -# End Source File -# End Target -# End Project diff --git a/windows/fortran/examples/compoundtestdll/compoundtestdll.vfproj b/windows/fortran/examples/compoundtestdll/compoundtestdll.vfproj new file mode 100644 index 0000000..0ede063 --- /dev/null +++ b/windows/fortran/examples/compoundtestdll/compoundtestdll.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/examples/dsetexampletest/dsetexampletest.dsp b/windows/fortran/examples/dsetexampletest/dsetexampletest.dsp deleted file mode 100755 index 481b141..0000000 --- a/windows/fortran/examples/dsetexampletest/dsetexampletest.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="dsetexampletest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=dsetexampletest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "dsetexampletest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "dsetexampletest.mak" CFG="dsetexampletest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "dsetexampletest - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "dsetexampletest - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "dsetexampletest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/examples/dsetexampletest/Release" -# PROP Intermediate_Dir "../../../../fortran/examples/dsetexampletest/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortran.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\..\..\..\proj\hdf5_fortran\release" /libpath:"..\..\..\..\hdf5lib\release\lib" - -!ELSEIF "$(CFG)" == "dsetexampletest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/examples/dsetexampletest/Debug" -# PROP Intermediate_Dir "../../../../fortran/examples/dsetexampletest/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrand.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_fortran\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" - -!ENDIF - -# Begin Target - -# Name "dsetexampletest - Win32 Release" -# Name "dsetexampletest - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\examples\dsetexample.f90 -# End Source File -# End Target -# End Project diff --git a/windows/fortran/examples/dsetexampletest/dsetexampletest.vfproj b/windows/fortran/examples/dsetexampletest/dsetexampletest.vfproj new file mode 100644 index 0000000..91aaf10 --- /dev/null +++ b/windows/fortran/examples/dsetexampletest/dsetexampletest.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/examples/dsetexampletestdll/dsetexampletestdll.dsp b/windows/fortran/examples/dsetexampletestdll/dsetexampletestdll.dsp deleted file mode 100755 index a50d4dc..0000000 --- a/windows/fortran/examples/dsetexampletestdll/dsetexampletestdll.dsp +++ /dev/null @@ -1,94 +0,0 @@ -# Microsoft Developer Studio Project File - Name="dsetexampletestdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=dsetexampletestdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "dsetexampletestdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "dsetexampletestdll.mak" CFG="dsetexampletestdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "dsetexampletestdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "dsetexampletestdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "dsetexampletestdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/examples/dsetexampletestdll/Release" -# PROP Intermediate_Dir "../../../../fortran/examples/dsetexampletestdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_fortrandll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_fortrandll\release" /libpath:"..\..\..\..\hdf5lib\release\DLL" - -!ELSEIF "$(CFG)" == "dsetexampletestdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/examples/dsetexampletestdll/Debug" -# PROP Intermediate_Dir "../../../../fortran/examples/dsetexampletestdll/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt /module:"..\..\..\proj\hdf5_fortrandll\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_fortranddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_fortrandll\debug" /libpath:"..\..\..\..\hdf5lib\debug\DLL" - -!ENDIF - -# Begin Target - -# Name "dsetexampletestdll - Win32 Release" -# Name "dsetexampletestdll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\examples\dsetexample.f90 -# End Source File -# End Target -# End Project diff --git a/windows/fortran/examples/dsetexampletestdll/dsetexampletestdll.vfproj b/windows/fortran/examples/dsetexampletestdll/dsetexampletestdll.vfproj new file mode 100644 index 0000000..ec99bc0 --- /dev/null +++ b/windows/fortran/examples/dsetexampletestdll/dsetexampletestdll.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/examples/fileexampletest/fileexampletest.dsp b/windows/fortran/examples/fileexampletest/fileexampletest.dsp deleted file mode 100755 index 16d35c1..0000000 --- a/windows/fortran/examples/fileexampletest/fileexampletest.dsp +++ /dev/null @@ -1,93 +0,0 @@ -# Microsoft Developer Studio Project File - Name="fileexampletest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=fileexampletest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "fileexampletest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "fileexampletest.mak" CFG="fileexampletest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "fileexampletest - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "fileexampletest - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "fileexampletest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/examples/fileexampletest/Release" -# PROP Intermediate_Dir "../../../../fortran/examples/fileexampletest/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortran.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\..\..\..\proj\hdf5_fortran\release" /libpath:"..\..\..\..\hdf5lib\release\lib" - -!ELSEIF "$(CFG)" == "fileexampletest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/examples/fileexampletest/Debug" -# PROP Intermediate_Dir "../../../../fortran/examples/fileexampletest/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrand.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_fortran\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" - -!ENDIF - -# Begin Target - -# Name "fileexampletest - Win32 Release" -# Name "fileexampletest - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\examples\fileexample.f90 -# End Source File -# End Target -# End Project diff --git a/windows/fortran/examples/fileexampletest/fileexampletest.vfproj b/windows/fortran/examples/fileexampletest/fileexampletest.vfproj new file mode 100644 index 0000000..5f0f53f --- /dev/null +++ b/windows/fortran/examples/fileexampletest/fileexampletest.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/examples/fileexampletestdll/fileexampletestdll.dsp b/windows/fortran/examples/fileexampletestdll/fileexampletestdll.dsp deleted file mode 100755 index 1906303..0000000 --- a/windows/fortran/examples/fileexampletestdll/fileexampletestdll.dsp +++ /dev/null @@ -1,94 +0,0 @@ -# Microsoft Developer Studio Project File - Name="fileexampletestdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=fileexampletestdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "fileexampletestdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "fileexampletestdll.mak" CFG="fileexampletestdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "fileexampletestdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "fileexampletestdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "fileexampletestdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/examples/fileexampletestdll/Release" -# PROP Intermediate_Dir "../../../../fortran/examples/fileexampletestdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_fortrandll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_fortrandll\release" /libpath:"..\..\..\..\hdf5lib\release\DLL" - -!ELSEIF "$(CFG)" == "fileexampletestdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/examples/fileexampletestdll/Debug" -# PROP Intermediate_Dir "../../../../fortran/examples/fileexampletestdll/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt /module:"..\..\..\proj\hdf5_fortrandll\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_fortranddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_fortrandll\debug" /libpath:"..\..\..\..\hdf5lib\debug\DLL" - -!ENDIF - -# Begin Target - -# Name "fileexampletestdll - Win32 Release" -# Name "fileexampletestdll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\examples\fileexample.f90 -# End Source File -# End Target -# End Project diff --git a/windows/fortran/examples/fileexampletestdll/fileexampletestdll.vfproj b/windows/fortran/examples/fileexampletestdll/fileexampletestdll.vfproj new file mode 100644 index 0000000..8638184 --- /dev/null +++ b/windows/fortran/examples/fileexampletestdll/fileexampletestdll.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/examples/groupexampletest/groupexampletest.dsp b/windows/fortran/examples/groupexampletest/groupexampletest.dsp deleted file mode 100755 index e6cfc8d..0000000 --- a/windows/fortran/examples/groupexampletest/groupexampletest.dsp +++ /dev/null @@ -1,93 +0,0 @@ -# Microsoft Developer Studio Project File - Name="groupexampletest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=groupexampletest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "groupexampletest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "groupexampletest.mak" CFG="groupexampletest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "groupexampletest - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "groupexampletest - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "groupexampletest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/examples/groupexampletest/Release" -# PROP Intermediate_Dir "../../../../fortran/examples/groupexampletest/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortran.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\..\..\..\proj\hdf5_fortran\release" /libpath:"..\..\..\..\hdf5lib\release\lib" - -!ELSEIF "$(CFG)" == "groupexampletest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/examples/groupexampletest/Debug" -# PROP Intermediate_Dir "../../../../fortran/examples/groupexampletest/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrand.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_fortran\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" - -!ENDIF - -# Begin Target - -# Name "groupexampletest - Win32 Release" -# Name "groupexampletest - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\examples\groupexample.f90 -# End Source File -# End Target -# End Project diff --git a/windows/fortran/examples/groupexampletest/groupexampletest.vfproj b/windows/fortran/examples/groupexampletest/groupexampletest.vfproj new file mode 100644 index 0000000..5ec0b9e --- /dev/null +++ b/windows/fortran/examples/groupexampletest/groupexampletest.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/examples/groupexampletestdll/groupexampletestdll.dsp b/windows/fortran/examples/groupexampletestdll/groupexampletestdll.dsp deleted file mode 100755 index ceab331..0000000 --- a/windows/fortran/examples/groupexampletestdll/groupexampletestdll.dsp +++ /dev/null @@ -1,94 +0,0 @@ -# Microsoft Developer Studio Project File - Name="groupexampletestdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=groupexampletestdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "groupexampletestdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "groupexampletestdll.mak" CFG="groupexampletestdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "groupexampletestdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "groupexampletestdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "groupexampletestdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/examples/groupexampletestdll/Release" -# PROP Intermediate_Dir "../../../../fortran/examples/groupexampletestdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_fortrandll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_fortrandll\release" /libpath:"..\..\..\..\hdf5lib\release\DLL" - -!ELSEIF "$(CFG)" == "groupexampletestdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/examples/groupexampletestdll/Debug" -# PROP Intermediate_Dir "../../../../fortran/examples/groupexampletestdll/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt /module:"..\..\..\proj\hdf5_fortrandll\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_fortranddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_fortrandll\debug" /libpath:"..\..\..\..\hdf5lib\debug\DLL" - -!ENDIF - -# Begin Target - -# Name "groupexampletestdll - Win32 Release" -# Name "groupexampletestdll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\examples\groupexample.f90 -# End Source File -# End Target -# End Project diff --git a/windows/fortran/examples/groupexampletestdll/groupexampletestdll.vfproj b/windows/fortran/examples/groupexampletestdll/groupexampletestdll.vfproj new file mode 100644 index 0000000..3c1f5c5 --- /dev/null +++ b/windows/fortran/examples/groupexampletestdll/groupexampletestdll.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/examples/grpdsetexampletest/grpdsetexampletest.dsp b/windows/fortran/examples/grpdsetexampletest/grpdsetexampletest.dsp deleted file mode 100755 index eb55062..0000000 --- a/windows/fortran/examples/grpdsetexampletest/grpdsetexampletest.dsp +++ /dev/null @@ -1,93 +0,0 @@ -# Microsoft Developer Studio Project File - Name="grpdsetexampletest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=grpdsetexampletest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "grpdsetexampletest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "grpdsetexampletest.mak" CFG="grpdsetexampletest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "grpdsetexampletest - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "grpdsetexampletest - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "grpdsetexampletest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/examples/grpdsetexampletest/Release" -# PROP Intermediate_Dir "../../../../fortran/examples/grpdsetexampletest/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortran.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\..\..\..\proj\hdf5_fortran\release" /libpath:"..\..\..\..\hdf5lib\release\lib" - -!ELSEIF "$(CFG)" == "grpdsetexampletest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/examples/grpdsetexampletest/Debug" -# PROP Intermediate_Dir "../../../../fortran/examples/grpdsetexampletest/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\proj\hdf5_fortran\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrand.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_fortran\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" - -!ENDIF - -# Begin Target - -# Name "grpdsetexampletest - Win32 Release" -# Name "grpdsetexampletest - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\examples\grpdsetexample.f90 -# End Source File -# End Target -# End Project diff --git a/windows/fortran/examples/grpdsetexampletest/grpdsetexampletest.vfproj b/windows/fortran/examples/grpdsetexampletest/grpdsetexampletest.vfproj new file mode 100644 index 0000000..ea73069 --- /dev/null +++ b/windows/fortran/examples/grpdsetexampletest/grpdsetexampletest.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/examples/grpdsetexampletestdll/grpdsetexampletestdll.dsp b/windows/fortran/examples/grpdsetexampletestdll/grpdsetexampletestdll.dsp deleted file mode 100755 index f5c8c41..0000000 --- a/windows/fortran/examples/grpdsetexampletestdll/grpdsetexampletestdll.dsp +++ /dev/null @@ -1,94 +0,0 @@ -# Microsoft Developer Studio Project File - Name="grpdsetexampletestdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=grpdsetexampletestdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "grpdsetexampletestdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "grpdsetexampletestdll.mak" CFG="grpdsetexampletestdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "grpdsetexampletestdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "grpdsetexampletestdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "grpdsetexampletestdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/examples/grpdsetexampletestdll/Release" -# PROP Intermediate_Dir "../../../../fortran/examples/grpdsetexampletestdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_fortrandll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_fortrandll\release" /libpath:"..\..\..\..\hdf5lib\release\DLL" - -!ELSEIF "$(CFG)" == "grpdsetexampletestdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/examples/grpdsetexampletestdll/Debug" -# PROP Intermediate_Dir "../../../../fortran/examples/grpdsetexampletestdll/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt /module:"..\..\..\proj\hdf5_fortrandll\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_fortranddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_fortrandll\debug" /libpath:"..\..\..\..\hdf5lib\debug\DLL" - -!ENDIF - -# Begin Target - -# Name "grpdsetexampletestdll - Win32 Release" -# Name "grpdsetexampletestdll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\examples\grpdsetexample.f90 -# End Source File -# End Target -# End Project diff --git a/windows/fortran/examples/grpdsetexampletestdll/grpdsetexampletestdll.vfproj b/windows/fortran/examples/grpdsetexampletestdll/grpdsetexampletestdll.vfproj new file mode 100644 index 0000000..d09619b --- /dev/null +++ b/windows/fortran/examples/grpdsetexampletestdll/grpdsetexampletestdll.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/examples/grpittest/grpittest.dsp b/windows/fortran/examples/grpittest/grpittest.dsp deleted file mode 100755 index dc90730..0000000 --- a/windows/fortran/examples/grpittest/grpittest.dsp +++ /dev/null @@ -1,97 +0,0 @@ -# Microsoft Developer Studio Project File - Name="grpittest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=grpittest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "grpittest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "grpittest.mak" CFG="grpittest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "grpittest - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "grpittest - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "grpittest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/examples/grpittest/Release" -# PROP Intermediate_Dir "../../../../fortran/examples/grpittest/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortran.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\..\..\..\proj\hdf5_fortran\release" /libpath:"..\..\..\..\hdf5lib\release\lib" - -!ELSEIF "$(CFG)" == "grpittest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/examples/grpittest/Debug" -# PROP Intermediate_Dir "../../../../fortran/examples/grpittest/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrand.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_fortran\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" - -!ENDIF - -# Begin Target - -# Name "grpittest - Win32 Release" -# Name "grpittest - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\examples\grpit.f90 -DEP_F90_GRPIT=\ - "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.mod"\ - -# End Source File -# End Target -# End Project diff --git a/windows/fortran/examples/grpittest/grpittest.vfproj b/windows/fortran/examples/grpittest/grpittest.vfproj new file mode 100644 index 0000000..91b383d --- /dev/null +++ b/windows/fortran/examples/grpittest/grpittest.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/examples/grpittestdll/grpittestdll.dsp b/windows/fortran/examples/grpittestdll/grpittestdll.dsp deleted file mode 100755 index e380810..0000000 --- a/windows/fortran/examples/grpittestdll/grpittestdll.dsp +++ /dev/null @@ -1,97 +0,0 @@ -# Microsoft Developer Studio Project File - Name="grpittestdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=grpittestdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "grpittestdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "grpittestdll.mak" CFG="grpittestdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "grpittestdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "grpittestdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "grpittestdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/examples/grpittestdll/Release" -# PROP Intermediate_Dir "../../../../fortran/examples/grpittestdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_fortrandll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_fortrandll\release" /libpath:"..\..\..\..\hdf5lib\release\DLL" - -!ELSEIF "$(CFG)" == "grpittestdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/examples/grpittestdll/Debug" -# PROP Intermediate_Dir "../../../../fortran/examples/grpittestdll/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_fortranddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_fortrandll\debug" /libpath:"..\..\..\..\hdf5lib\debug\DLL" - -!ENDIF - -# Begin Target - -# Name "grpittestdll - Win32 Release" -# Name "grpittestdll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\examples\grpit.f90 -NODEP_F90_GRPIT=\ - "..\..\..\..\fortran\examples\grpittestdll\Debug\HDF5.mod"\ - -# End Source File -# End Target -# End Project diff --git a/windows/fortran/examples/grpittestdll/grpittestdll.vfproj b/windows/fortran/examples/grpittestdll/grpittestdll.vfproj new file mode 100644 index 0000000..24e7c1c --- /dev/null +++ b/windows/fortran/examples/grpittestdll/grpittestdll.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/examples/grpsexampletest/grpsexampletest.dsp b/windows/fortran/examples/grpsexampletest/grpsexampletest.dsp deleted file mode 100755 index 0c018ea..0000000 --- a/windows/fortran/examples/grpsexampletest/grpsexampletest.dsp +++ /dev/null @@ -1,96 +0,0 @@ -# Microsoft Developer Studio Project File - Name="grpsexampletest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=grpsexampletest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "grpsexampletest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "grpsexampletest.mak" CFG="grpsexampletest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "grpsexampletest - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "grpsexampletest - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "grpsexampletest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/examples/grpsexampletest/Release" -# PROP Intermediate_Dir "../../../../fortran/examples/grpsexampletest/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortran.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\..\..\..\proj\hdf5_fortran\release" /libpath:"..\..\..\..\hdf5lib\release\lib" - -!ELSEIF "$(CFG)" == "grpsexampletest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/examples/grpsexampletest/Debug" -# PROP Intermediate_Dir "../../../../fortran/examples/grpsexampletest/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrand.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_fortran\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" - -!ENDIF - -# Begin Target - -# Name "grpsexampletest - Win32 Release" -# Name "grpsexampletest - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\examples\grpsexample.f90 -DEP_F90_GRPSE=\ - "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.mod"\ - -# End Source File -# End Target -# End Project diff --git a/windows/fortran/examples/grpsexampletest/grpsexampletest.vfproj b/windows/fortran/examples/grpsexampletest/grpsexampletest.vfproj new file mode 100644 index 0000000..c295277 --- /dev/null +++ b/windows/fortran/examples/grpsexampletest/grpsexampletest.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/examples/grpsexampletestdll/grpsexampletestdll.dsp b/windows/fortran/examples/grpsexampletestdll/grpsexampletestdll.dsp deleted file mode 100755 index 288627a..0000000 --- a/windows/fortran/examples/grpsexampletestdll/grpsexampletestdll.dsp +++ /dev/null @@ -1,97 +0,0 @@ -# Microsoft Developer Studio Project File - Name="grpsexampletestdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=grpsexampletestdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "grpsexampletestdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "grpsexampletestdll.mak" CFG="grpsexampletestdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "grpsexampletestdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "grpsexampletestdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "grpsexampletestdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/examples/grpsexampletestdll/Release" -# PROP Intermediate_Dir "../../../../fortran/examples/grpsexampletestdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_fortrandll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_fortrandll\release" /libpath:"..\..\..\..\hdf5lib\release\DLL" - -!ELSEIF "$(CFG)" == "grpsexampletestdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/examples/grpsexampletestdll/Debug" -# PROP Intermediate_Dir "../../../../fortran/examples/grpsexampletestdll/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_fortranddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_fortrandll\debug" /libpath:"..\..\..\..\hdf5lib\debug\DLL" - -!ENDIF - -# Begin Target - -# Name "grpsexampletestdll - Win32 Release" -# Name "grpsexampletestdll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\examples\grpsexample.f90 -DEP_F90_GRPSE=\ - "..\..\..\..\proj\hdf5_fortrandll\Release\HDF5.mod"\ - -# End Source File -# End Target -# End Project diff --git a/windows/fortran/examples/grpsexampletestdll/grpsexampletestdll.vfproj b/windows/fortran/examples/grpsexampletestdll/grpsexampletestdll.vfproj new file mode 100644 index 0000000..b70d2ff --- /dev/null +++ b/windows/fortran/examples/grpsexampletestdll/grpsexampletestdll.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/examples/hyperslabtest/hyperslabtest.dsp b/windows/fortran/examples/hyperslabtest/hyperslabtest.dsp deleted file mode 100755 index 230623d..0000000 --- a/windows/fortran/examples/hyperslabtest/hyperslabtest.dsp +++ /dev/null @@ -1,96 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hyperslabtest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=hyperslabtest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hyperslabtest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hyperslabtest.mak" CFG="hyperslabtest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hyperslabtest - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "hyperslabtest - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "hyperslabtest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/examples/hyperslabtest/Release" -# PROP Intermediate_Dir "../../../../fortran/examples/hyperslabtest/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortran.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\..\..\..\proj\hdf5_fortran\release" /libpath:"..\..\..\..\hdf5lib\release\lib" - -!ELSEIF "$(CFG)" == "hyperslabtest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/examples/hyperslabtest/Debug" -# PROP Intermediate_Dir "../../../../fortran/examples/hyperslabtest/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrand.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_fortran\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" - -!ENDIF - -# Begin Target - -# Name "hyperslabtest - Win32 Release" -# Name "hyperslabtest - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\examples\hyperslab.f90 -DEP_F90_HYPER=\ - "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.mod"\ - -# End Source File -# End Target -# End Project diff --git a/windows/fortran/examples/hyperslabtest/hyperslabtest.vfproj b/windows/fortran/examples/hyperslabtest/hyperslabtest.vfproj new file mode 100644 index 0000000..2f58ab4 --- /dev/null +++ b/windows/fortran/examples/hyperslabtest/hyperslabtest.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/examples/hyperslabtestdll/hyperslabtestdll.dsp b/windows/fortran/examples/hyperslabtestdll/hyperslabtestdll.dsp deleted file mode 100755 index eb3b4a6..0000000 --- a/windows/fortran/examples/hyperslabtestdll/hyperslabtestdll.dsp +++ /dev/null @@ -1,97 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hyperslabtestdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=hyperslabtestdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hyperslabtestdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hyperslabtestdll.mak" CFG="hyperslabtestdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hyperslabtestdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "hyperslabtestdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "hyperslabtestdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/examples/hyperslabtestdll/Release" -# PROP Intermediate_Dir "../../../../fortran/examples/hyperslabtestdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_fortrandll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_fortrandll\release" /libpath:"..\..\..\..\hdf5lib\release\DLL" - -!ELSEIF "$(CFG)" == "hyperslabtestdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/examples/hyperslabtestdll/Debug" -# PROP Intermediate_Dir "../../../../fortran/examples/hyperslabtestdll/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_fortranddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_fortrandll\debug" /libpath:"..\..\..\..\hdf5lib\debug\DLL" - -!ENDIF - -# Begin Target - -# Name "hyperslabtestdll - Win32 Release" -# Name "hyperslabtestdll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\examples\hyperslab.f90 -DEP_F90_HYPER=\ - "..\..\..\..\proj\hdf5_fortrandll\Release\HDF5.mod"\ - -# End Source File -# End Target -# End Project diff --git a/windows/fortran/examples/hyperslabtestdll/hyperslabtestdll.vfproj b/windows/fortran/examples/hyperslabtestdll/hyperslabtestdll.vfproj new file mode 100644 index 0000000..97530f8 --- /dev/null +++ b/windows/fortran/examples/hyperslabtestdll/hyperslabtestdll.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/examples/mountexampletest/mountexampletest.dsp b/windows/fortran/examples/mountexampletest/mountexampletest.dsp deleted file mode 100755 index 934a0a7..0000000 --- a/windows/fortran/examples/mountexampletest/mountexampletest.dsp +++ /dev/null @@ -1,96 +0,0 @@ -# Microsoft Developer Studio Project File - Name="mountexampletest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=mountexampletest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "mountexampletest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "mountexampletest.mak" CFG="mountexampletest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "mountexampletest - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "mountexampletest - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "mountexampletest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/examples/mountexampletest/Release" -# PROP Intermediate_Dir "../../../../fortran/examples/mountexampletest/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortran.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\..\..\..\proj\hdf5_fortran\release" /libpath:"..\..\..\..\hdf5lib\release\lib" - -!ELSEIF "$(CFG)" == "mountexampletest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/examples/mountexampletest/Debug" -# PROP Intermediate_Dir "../../../../fortran/examples/mountexampletest/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrand.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_fortran\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" - -!ENDIF - -# Begin Target - -# Name "mountexampletest - Win32 Release" -# Name "mountexampletest - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\examples\mountexample.f90 -DEP_F90_MOUNT=\ - "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.mod"\ - -# End Source File -# End Target -# End Project diff --git a/windows/fortran/examples/mountexampletest/mountexampletest.vfproj b/windows/fortran/examples/mountexampletest/mountexampletest.vfproj new file mode 100644 index 0000000..4d372b8 --- /dev/null +++ b/windows/fortran/examples/mountexampletest/mountexampletest.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/examples/mountexampletestdll/mountexampletestdll.dsp b/windows/fortran/examples/mountexampletestdll/mountexampletestdll.dsp deleted file mode 100755 index fe759e1..0000000 --- a/windows/fortran/examples/mountexampletestdll/mountexampletestdll.dsp +++ /dev/null @@ -1,97 +0,0 @@ -# Microsoft Developer Studio Project File - Name="mountexampletestdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=mountexampletestdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "mountexampletestdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "mountexampletestdll.mak" CFG="mountexampletestdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "mountexampletestdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "mountexampletestdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "mountexampletestdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/examples/mountexampletestdll/Release" -# PROP Intermediate_Dir "../../../../fortran/examples/mountexampletestdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_fortrandll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_fortrandll\release" /libpath:"..\..\..\..\hdf5lib\release\DLL" - -!ELSEIF "$(CFG)" == "mountexampletestdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/examples/mountexampletestdll/Debug" -# PROP Intermediate_Dir "../../../../fortran/examples/mountexampletestdll/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_fortranddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_fortrandll\debug" /libpath:"..\..\..\..\hdf5lib\debug\DLL" - -!ENDIF - -# Begin Target - -# Name "mountexampletestdll - Win32 Release" -# Name "mountexampletestdll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\examples\mountexample.f90 -DEP_F90_MOUNT=\ - "..\..\..\..\proj\hdf5_fortrandll\Release\HDF5.mod"\ - -# End Source File -# End Target -# End Project diff --git a/windows/fortran/examples/mountexampletestdll/mountexampletestdll.vfproj b/windows/fortran/examples/mountexampletestdll/mountexampletestdll.vfproj new file mode 100644 index 0000000..514a276 --- /dev/null +++ b/windows/fortran/examples/mountexampletestdll/mountexampletestdll.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/examples/refobjexampletest/refobjexampletest.dsp b/windows/fortran/examples/refobjexampletest/refobjexampletest.dsp deleted file mode 100755 index 77dfdd2..0000000 --- a/windows/fortran/examples/refobjexampletest/refobjexampletest.dsp +++ /dev/null @@ -1,97 +0,0 @@ -# Microsoft Developer Studio Project File - Name="refobjexampletest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=refobjexampletest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "refobjexampletest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "refobjexampletest.mak" CFG="refobjexampletest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "refobjexampletest - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "refobjexampletest - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "refobjexampletest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/examples/refobjexampletest/Release" -# PROP Intermediate_Dir "../../../../fortran/examples/refobjexampletest/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortran.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\..\..\..\proj\hdf5_fortran\release" /libpath:"..\..\..\..\hdf5lib\release\lib" - -!ELSEIF "$(CFG)" == "refobjexampletest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/examples/refobjexampletest/Debug" -# PROP Intermediate_Dir "../../../../fortran/examples/refobjexampletest/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrand.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_fortran\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" - -!ENDIF - -# Begin Target - -# Name "refobjexampletest - Win32 Release" -# Name "refobjexampletest - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\examples\refobjexample.f90 -DEP_F90_REFOB=\ - "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.mod"\ - -# End Source File -# End Target -# End Project diff --git a/windows/fortran/examples/refobjexampletest/refobjexampletest.vfproj b/windows/fortran/examples/refobjexampletest/refobjexampletest.vfproj new file mode 100644 index 0000000..d6d18f8 --- /dev/null +++ b/windows/fortran/examples/refobjexampletest/refobjexampletest.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/examples/refobjexampletestdll/refobjexampletestdll.dsp b/windows/fortran/examples/refobjexampletestdll/refobjexampletestdll.dsp deleted file mode 100755 index d6c9f09..0000000 --- a/windows/fortran/examples/refobjexampletestdll/refobjexampletestdll.dsp +++ /dev/null @@ -1,97 +0,0 @@ -# Microsoft Developer Studio Project File - Name="refobjexampletestdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=refobjexampletestdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "refobjexampletestdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "refobjexampletestdll.mak" CFG="refobjexampletestdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "refobjexampletestdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "refobjexampletestdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "refobjexampletestdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/examples/refobjexampletestdll/Release" -# PROP Intermediate_Dir "../../../../fortran/examples/refobjexampletestdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_fortrandll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_fortrandll\release" /libpath:"..\..\..\..\hdf5lib\release\DLL" - -!ELSEIF "$(CFG)" == "refobjexampletestdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/examples/refobjexampletestdll/Debug" -# PROP Intermediate_Dir "../../../../fortran/examples/refobjexampletestdll/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_fortranddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_fortrandll\debug" /libpath:"..\..\..\..\hdf5lib\debug\DLL" - -!ENDIF - -# Begin Target - -# Name "refobjexampletestdll - Win32 Release" -# Name "refobjexampletestdll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\examples\refobjexample.f90 -DEP_F90_REFOB=\ - "..\..\..\..\proj\hdf5_fortrandll\Release\HDF5.mod"\ - -# End Source File -# End Target -# End Project diff --git a/windows/fortran/examples/refobjexampletestdll/refobjexampletestdll.vfproj b/windows/fortran/examples/refobjexampletestdll/refobjexampletestdll.vfproj new file mode 100644 index 0000000..feb17ad --- /dev/null +++ b/windows/fortran/examples/refobjexampletestdll/refobjexampletestdll.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/examples/refregexampletest/refregexampletest.dsp b/windows/fortran/examples/refregexampletest/refregexampletest.dsp deleted file mode 100755 index 588a0c5..0000000 --- a/windows/fortran/examples/refregexampletest/refregexampletest.dsp +++ /dev/null @@ -1,97 +0,0 @@ -# Microsoft Developer Studio Project File - Name="refregexampletest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=refregexampletest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "refregexampletest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "refregexampletest.mak" CFG="refregexampletest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "refregexampletest - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "refregexampletest - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "refregexampletest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/examples/refregexampletest/Release" -# PROP Intermediate_Dir "../../../../fortran/examples/refregexampletest/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortran.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\..\..\..\proj\hdf5_fortran\release" /libpath:"..\..\..\..\hdf5lib\release\lib" - -!ELSEIF "$(CFG)" == "refregexampletest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/examples/refregexampletest/Debug" -# PROP Intermediate_Dir "../../../../fortran/examples/refregexampletest/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrand.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_fortran\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" - -!ENDIF - -# Begin Target - -# Name "refregexampletest - Win32 Release" -# Name "refregexampletest - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\examples\refregexample.f90 -DEP_F90_REFRE=\ - "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.mod"\ - -# End Source File -# End Target -# End Project diff --git a/windows/fortran/examples/refregexampletest/refregexampletest.vfproj b/windows/fortran/examples/refregexampletest/refregexampletest.vfproj new file mode 100644 index 0000000..f18f4ae --- /dev/null +++ b/windows/fortran/examples/refregexampletest/refregexampletest.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/examples/refregexampletestdll/refregexampletestdll.dsp b/windows/fortran/examples/refregexampletestdll/refregexampletestdll.dsp deleted file mode 100755 index 9ba58c9..0000000 --- a/windows/fortran/examples/refregexampletestdll/refregexampletestdll.dsp +++ /dev/null @@ -1,97 +0,0 @@ -# Microsoft Developer Studio Project File - Name="refregexampletestdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=refregexampletestdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "refregexampletestdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "refregexampletestdll.mak" CFG="refregexampletestdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "refregexampletestdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "refregexampletestdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "refregexampletestdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/examples/refregexampletestdll/Release" -# PROP Intermediate_Dir "../../../../fortran/examples/refregexampletestdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_fortrandll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_fortrandll\release" /libpath:"..\..\..\..\hdf5lib\release\DLL" - -!ELSEIF "$(CFG)" == "refregexampletestdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/examples/refregexampletestdll/Debug" -# PROP Intermediate_Dir "../../../../fortran/examples/refregexampletestdll/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_fortranddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_fortrandll\debug" /libpath:"..\..\..\..\hdf5lib\debug\DLL" - -!ENDIF - -# Begin Target - -# Name "refregexampletestdll - Win32 Release" -# Name "refregexampletestdll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\examples\refregexample.f90 -DEP_F90_REFRE=\ - "..\..\..\..\proj\hdf5_fortrandll\Release\HDF5.mod"\ - -# End Source File -# End Target -# End Project diff --git a/windows/fortran/examples/refregexampletestdll/refregexampletestdll.vfproj b/windows/fortran/examples/refregexampletestdll/refregexampletestdll.vfproj new file mode 100644 index 0000000..cd9325a --- /dev/null +++ b/windows/fortran/examples/refregexampletestdll/refregexampletestdll.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/examples/rwdsetexampletest/rwdsetexampletest.dsp b/windows/fortran/examples/rwdsetexampletest/rwdsetexampletest.dsp deleted file mode 100755 index 6ccaf17..0000000 --- a/windows/fortran/examples/rwdsetexampletest/rwdsetexampletest.dsp +++ /dev/null @@ -1,97 +0,0 @@ -# Microsoft Developer Studio Project File - Name="rwdsetexampletest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=rwdsetexampletest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "rwdsetexampletest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "rwdsetexampletest.mak" CFG="rwdsetexampletest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "rwdsetexampletest - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "rwdsetexampletest - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "rwdsetexampletest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/examples/rwdsetexampletest/Release" -# PROP Intermediate_Dir "../../../../fortran/examples/rwdsetexampletest/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortran.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\..\..\..\proj\hdf5_fortran\release" /libpath:"..\..\..\..\hdf5lib\release\lib" - -!ELSEIF "$(CFG)" == "rwdsetexampletest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/examples/rwdsetexampletest/Debug" -# PROP Intermediate_Dir "../../../../fortran/examples/rwdsetexampletest/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrand.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_fortran\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" - -!ENDIF - -# Begin Target - -# Name "rwdsetexampletest - Win32 Release" -# Name "rwdsetexampletest - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\examples\rwdsetexample.f90 -DEP_F90_RWDSE=\ - "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.mod"\ - -# End Source File -# End Target -# End Project diff --git a/windows/fortran/examples/rwdsetexampletest/rwdsetexampletest.vfproj b/windows/fortran/examples/rwdsetexampletest/rwdsetexampletest.vfproj new file mode 100644 index 0000000..5f645091 --- /dev/null +++ b/windows/fortran/examples/rwdsetexampletest/rwdsetexampletest.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/examples/rwdsetexampletestdll/rwdsetexampletestdll.dsp b/windows/fortran/examples/rwdsetexampletestdll/rwdsetexampletestdll.dsp deleted file mode 100755 index 42f2e1f..0000000 --- a/windows/fortran/examples/rwdsetexampletestdll/rwdsetexampletestdll.dsp +++ /dev/null @@ -1,97 +0,0 @@ -# Microsoft Developer Studio Project File - Name="rwdsetexampletestdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=rwdsetexampletestdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "rwdsetexampletestdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "rwdsetexampletestdll.mak" CFG="rwdsetexampletestdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "rwdsetexampletestdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "rwdsetexampletestdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "rwdsetexampletestdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/examples/rwdsetexampletestdll/Release" -# PROP Intermediate_Dir "../../../../fortran/examples/rwdsetexampletestdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_fortrandll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_fortrandll\release" /libpath:"..\..\..\..\hdf5lib\release\DLL" - -!ELSEIF "$(CFG)" == "rwdsetexampletestdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/examples/rwdsetexampletestdll/Debug" -# PROP Intermediate_Dir "../../../../fortran/examples/rwdsetexampletestdll/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_fortranddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_fortrandll\debug" /libpath:"..\..\..\..\hdf5lib\debug\DLL" - -!ENDIF - -# Begin Target - -# Name "rwdsetexampletestdll - Win32 Release" -# Name "rwdsetexampletestdll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\examples\rwdsetexample.f90 -DEP_F90_RWDSE=\ - "..\..\..\..\proj\hdf5_fortrandll\Release\HDF5.mod"\ - -# End Source File -# End Target -# End Project diff --git a/windows/fortran/examples/rwdsetexampletestdll/rwdsetexampletestdll.vfproj b/windows/fortran/examples/rwdsetexampletestdll/rwdsetexampletestdll.vfproj new file mode 100644 index 0000000..75e80b4 --- /dev/null +++ b/windows/fortran/examples/rwdsetexampletestdll/rwdsetexampletestdll.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/examples/selecteletest/selecteletest.dsp b/windows/fortran/examples/selecteletest/selecteletest.dsp deleted file mode 100755 index 47524cb..0000000 --- a/windows/fortran/examples/selecteletest/selecteletest.dsp +++ /dev/null @@ -1,97 +0,0 @@ -# Microsoft Developer Studio Project File - Name="selecteletest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=selecteletest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "selecteletest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "selecteletest.mak" CFG="selecteletest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "selecteletest - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "selecteletest - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "selecteletest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/examples/selecteletest/Release" -# PROP Intermediate_Dir "../../../../fortran/examples/selecteletest/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortran.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\..\..\..\proj\hdf5_fortran\release" /libpath:"..\..\..\..\hdf5lib\release\lib" - -!ELSEIF "$(CFG)" == "selecteletest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/examples/selecteletest/Debug" -# PROP Intermediate_Dir "../../../../fortran/examples/selecteletest/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrand.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_fortran\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" - -!ENDIF - -# Begin Target - -# Name "selecteletest - Win32 Release" -# Name "selecteletest - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\examples\selectele.f90 -DEP_F90_SELEC=\ - "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.mod"\ - -# End Source File -# End Target -# End Project diff --git a/windows/fortran/examples/selecteletest/selecteletest.vfproj b/windows/fortran/examples/selecteletest/selecteletest.vfproj new file mode 100644 index 0000000..288cbfc --- /dev/null +++ b/windows/fortran/examples/selecteletest/selecteletest.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/examples/selecteletestdll/selecteletestdll.dsp b/windows/fortran/examples/selecteletestdll/selecteletestdll.dsp deleted file mode 100755 index d7a5f46..0000000 --- a/windows/fortran/examples/selecteletestdll/selecteletestdll.dsp +++ /dev/null @@ -1,98 +0,0 @@ -# Microsoft Developer Studio Project File - Name="selecteletestdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=selecteletestdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "selecteletestdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "selecteletestdll.mak" CFG="selecteletestdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "selecteletestdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "selecteletestdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "selecteletestdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/examples/selecteletestdll/Release" -# PROP Intermediate_Dir "../../../../fortran/examples/selecteletestdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_fortrandll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_fortrandll\release" /libpath:"..\..\..\..\hdf5lib\release\DLL" - -!ELSEIF "$(CFG)" == "selecteletestdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/examples/selecteletestdll/Debug" -# PROP Intermediate_Dir "../../../../fortran/examples/selecteletestdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_fortranddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_fortrandll\debug" /libpath:"..\..\..\..\hdf5lib\debug\DLL" - -!ENDIF - -# Begin Target - -# Name "selecteletestdll - Win32 Release" -# Name "selecteletestdll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\examples\selectele.f90 -DEP_F90_SELEC=\ - "..\..\..\..\proj\hdf5_fortrandll\Release\HDF5.mod"\ - -# End Source File -# End Target -# End Project diff --git a/windows/fortran/examples/selecteletestdll/selecteletestdll.vfproj b/windows/fortran/examples/selecteletestdll/selecteletestdll.vfproj new file mode 100644 index 0000000..bb788e3 --- /dev/null +++ b/windows/fortran/examples/selecteletestdll/selecteletestdll.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/test/flush1_fortran/flush1_fortran.dsp b/windows/fortran/test/flush1_fortran/flush1_fortran.dsp deleted file mode 100755 index 74f98c8..0000000 --- a/windows/fortran/test/flush1_fortran/flush1_fortran.dsp +++ /dev/null @@ -1,98 +0,0 @@ -# Microsoft Developer Studio Project File - Name="flush1_fortran" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=flush1_fortran - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "flush1_fortran.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "flush1_fortran.mak" CFG="flush1_fortran - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "flush1_fortran - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "flush1_fortran - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "flush1_fortran - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/test/flush1_fortran/Release" -# PROP Intermediate_Dir "../../../../fortran/test/flush1_fortran/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" - -!ELSEIF "$(CFG)" == "flush1_fortran - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/test/flush1_fortran/Debug" -# PROP Intermediate_Dir "../../../../fortran/test/flush1_fortran/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "flush1_fortran - Win32 Release" -# Name "flush1_fortran - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\fflush1.f90 -NODEP_F90_FFLUS=\ - "..\..\..\..\fortran\test\flush1_fortran\Debug\HDF5.mod"\ - -# End Source File -# End Target -# End Project diff --git a/windows/fortran/test/flush1_fortran/flush1_fortran.vfproj b/windows/fortran/test/flush1_fortran/flush1_fortran.vfproj new file mode 100644 index 0000000..1161d91 --- /dev/null +++ b/windows/fortran/test/flush1_fortran/flush1_fortran.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/test/flush1_fortrandll/flush1_fortrandll.dsp b/windows/fortran/test/flush1_fortrandll/flush1_fortrandll.dsp deleted file mode 100755 index 145bfed..0000000 --- a/windows/fortran/test/flush1_fortrandll/flush1_fortrandll.dsp +++ /dev/null @@ -1,98 +0,0 @@ -# Microsoft Developer Studio Project File - Name="flush1_fortrandll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=flush1_fortrandll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "flush1_fortrandll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "flush1_fortrandll.mak" CFG="flush1_fortrandll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "flush1_fortrandll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "flush1_fortrandll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "flush1_fortrandll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/test/flush1_fortrandll/Release" -# PROP Intermediate_Dir "../../../../fortran/test/flush1_fortrandll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5FORT_CSTUB_USEDLL" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "flush1_fortrandll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/test/flush1_fortrandll/Debug" -# PROP Intermediate_Dir "../../../../fortran/test/flush1_fortrandll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "flush1_fortrandll - Win32 Release" -# Name "flush1_fortrandll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\fflush1.f90 -NODEP_F90_FFLUS=\ - "..\..\..\..\fortran\test\flush1_fortrandll\Debug\HDF5.mod"\ - -# End Source File -# End Target -# End Project diff --git a/windows/fortran/test/flush1_fortrandll/flush1_fortrandll.vfproj b/windows/fortran/test/flush1_fortrandll/flush1_fortrandll.vfproj new file mode 100644 index 0000000..70b081e --- /dev/null +++ b/windows/fortran/test/flush1_fortrandll/flush1_fortrandll.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/test/flush2_fortran/flush2_fortran.dsp b/windows/fortran/test/flush2_fortran/flush2_fortran.dsp deleted file mode 100755 index 84a0d85..0000000 --- a/windows/fortran/test/flush2_fortran/flush2_fortran.dsp +++ /dev/null @@ -1,98 +0,0 @@ -# Microsoft Developer Studio Project File - Name="flush2_fortran" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=flush2_fortran - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "flush2_fortran.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "flush2_fortran.mak" CFG="flush2_fortran - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "flush2_fortran - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "flush2_fortran - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "flush2_fortran - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/test/flush2_fortran/Release" -# PROP Intermediate_Dir "../../../../fortran/test/flush2_fortran/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" - -!ELSEIF "$(CFG)" == "flush2_fortran - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/test/flush2_fortran/Debug" -# PROP Intermediate_Dir "../../../../fortran/test/flush2_fortran/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "flush2_fortran - Win32 Release" -# Name "flush2_fortran - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\fflush2.f90 -NODEP_F90_FFLUS=\ - "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ - -# End Source File -# End Target -# End Project diff --git a/windows/fortran/test/flush2_fortran/flush2_fortran.vfproj b/windows/fortran/test/flush2_fortran/flush2_fortran.vfproj new file mode 100644 index 0000000..f504e91 --- /dev/null +++ b/windows/fortran/test/flush2_fortran/flush2_fortran.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/test/flush2_fortrandll/flush2_fortrandll.dsp b/windows/fortran/test/flush2_fortrandll/flush2_fortrandll.dsp deleted file mode 100755 index c4acf3e..0000000 --- a/windows/fortran/test/flush2_fortrandll/flush2_fortrandll.dsp +++ /dev/null @@ -1,98 +0,0 @@ -# Microsoft Developer Studio Project File - Name="flush2_fortrandll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=flush2_fortrandll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "flush2_fortrandll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "flush2_fortrandll.mak" CFG="flush2_fortrandll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "flush2_fortrandll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "flush2_fortrandll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "flush2_fortrandll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/test/flush2_fortrandll/Release" -# PROP Intermediate_Dir "../../../../fortran/test/flush2_fortrandll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5FORT_CSTUB_USEDLL" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "flush2_fortrandll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/test/flush2_fortrandll/Debug" -# PROP Intermediate_Dir "../../../../fortran/test/flush2_fortrandll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "flush2_fortrandll - Win32 Release" -# Name "flush2_fortrandll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\fflush2.f90 -NODEP_F90_FFLUS=\ - "..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ - -# End Source File -# End Target -# End Project diff --git a/windows/fortran/test/flush2_fortrandll/flush2_fortrandll.vfproj b/windows/fortran/test/flush2_fortrandll/flush2_fortrandll.vfproj new file mode 100644 index 0000000..a48af95 --- /dev/null +++ b/windows/fortran/test/flush2_fortrandll/flush2_fortrandll.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/test/libtest_cstubdll/libtest_cstubdll.dsp b/windows/fortran/test/libtest_cstubdll/libtest_cstubdll.dsp deleted file mode 100755 index 9dbd6c9..0000000 --- a/windows/fortran/test/libtest_cstubdll/libtest_cstubdll.dsp +++ /dev/null @@ -1,108 +0,0 @@ -# Microsoft Developer Studio Project File - Name="libtest_cstubdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 - -CFG=libtest_cstubdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "libtest_cstubdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "libtest_cstubdll.mak" CFG="libtest_cstubdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "libtest_cstubdll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "libtest_cstubdll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "libtest_cstubdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/test/libtest_cstubdll/Release" -# PROP Intermediate_Dir "../../../../fortran/test/libtest_cstubdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /dll /nologo /warn:nofileopt -# ADD F90 /compile_only /dll /nologo /warn:nofileopt -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBTEST_CSTUBDLL_EXPORTS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_HDF5TESTUSEDLL_" /D "HDF5FORTTEST_CSTUB_DLL_EXPORTS" /YX /FD /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 - -!ELSEIF "$(CFG)" == "libtest_cstubdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/test/libtest_cstubdll/Debug" -# PROP Intermediate_Dir "../../../../fortran/test/libtest_cstubdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /dll /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBTEST_CSTUBDLL_EXPORTS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_HDF5TESTUSEDLL_" /D "HDF5FORTTEST_CSTUB_DLL_EXPORTS" /YX /FD /GZ /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"../../../../fortran/test/libtest_cstubdll/Debug/libtest_cstubddll.dll" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "libtest_cstubdll - Win32 Release" -# Name "libtest_cstubdll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\src\H5f90kit.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\t.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\t.h -# End Source File -# End Target -# End Project diff --git a/windows/fortran/test/libtest_cstubdll/libtest_cstubdll.vcproj b/windows/fortran/test/libtest_cstubdll/libtest_cstubdll.vcproj new file mode 100644 index 0000000..25466a5 --- /dev/null +++ b/windows/fortran/test/libtest_cstubdll/libtest_cstubdll.vcproj @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/test/libtest_fortran/libtest_fortran.dsp b/windows/fortran/test/libtest_fortran/libtest_fortran.dsp deleted file mode 100755 index ed8b988..0000000 --- a/windows/fortran/test/libtest_fortran/libtest_fortran.dsp +++ /dev/null @@ -1,104 +0,0 @@ -# Microsoft Developer Studio Project File - Name="libtest_fortran" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=libtest_fortran - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "libtest_fortran.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "libtest_fortran.mak" CFG="libtest_fortran - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "libtest_fortran - Win32 Release" (based on "Win32 (x86) Static Library") -!MESSAGE "libtest_fortran - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "libtest_fortran - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\..\fortran\test\libtest_fortran\Release" -# PROP Intermediate_Dir "..\..\..\..\fortran\test\libtest_fortran\Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:"..\..\..\..\fortran\test\libtest_fortran\Release\libtest_fortranr.lib" - -!ELSEIF "$(CFG)" == "libtest_fortran - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\fortran\test\libtest_fortran\Debug" -# PROP Intermediate_Dir "..\..\..\..\fortran\test\libtest_fortran\Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:"..\..\..\..\fortran\test\libtest_fortran\Debug\libtest_fortrand.lib" - -!ENDIF - -# Begin Target - -# Name "libtest_fortran - Win32 Release" -# Name "libtest_fortran - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\t.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\t.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\tf.f90 -NODEP_F90_TF_F9=\ - "..\..\..\..\fortran\test\libtest_fortran\Debug\H5GLOBAL.mod"\ - -# End Source File -# End Target -# End Project diff --git a/windows/fortran/test/libtest_fortran/libtest_fortran.vfproj b/windows/fortran/test/libtest_fortran/libtest_fortran.vfproj new file mode 100644 index 0000000..b201bf1 --- /dev/null +++ b/windows/fortran/test/libtest_fortran/libtest_fortran.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/test/libtest_fortran/libtest_fortran_lib.vcproj b/windows/fortran/test/libtest_fortran/libtest_fortran_lib.vcproj new file mode 100644 index 0000000..80c39dc --- /dev/null +++ b/windows/fortran/test/libtest_fortran/libtest_fortran_lib.vcproj @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/test/libtest_fortrandll/libtest_fortrandll.dsp b/windows/fortran/test/libtest_fortrandll/libtest_fortrandll.dsp deleted file mode 100755 index 05f41ed..0000000 --- a/windows/fortran/test/libtest_fortrandll/libtest_fortrandll.dsp +++ /dev/null @@ -1,103 +0,0 @@ -# Microsoft Developer Studio Project File - Name="libtest_fortrandll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 - -CFG=libtest_fortrandll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "libtest_fortrandll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "libtest_fortrandll.mak" CFG="libtest_fortrandll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "libtest_fortrandll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "libtest_fortrandll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "libtest_fortrandll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/test/libtest_fortrandll/Release" -# PROP Intermediate_Dir "../../../../fortran/test/libtest_fortrandll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /dll /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /define:"BUILD_HDF5_DLL" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /dll /nologo /threads /warn:nofileopt /module:"Release/;..\..\..\..\proj\hdf5_fortrandll\Release/" -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBTEST_FORTRANDLL_EXPORTS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5FORTTEST_CSTUB_USEDLL" /YX /FD /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 - -!ELSEIF "$(CFG)" == "libtest_fortrandll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/test/libtest_fortrandll/Debug" -# PROP Intermediate_Dir "../../../../fortran/test/libtest_fortrandll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /dll /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /define:"BUILD_HDF5_DLL" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt /module:"Debug/;..\..\..\..\proj\hdf5_fortrandll\Debug/" -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBTEST_FORTRANDLL_EXPORTS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5FORTTEST_CSTUB_USEDLL" /YX /FD /GZ /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"../../../../fortran/test/libtest_fortrandll/Debug/libtest_fortranddll.dll" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "libtest_fortrandll - Win32 Release" -# Name "libtest_fortrandll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\tf.f90 -NODEP_F90_TF_F9=\ - "..\..\..\..\fortran\test\libtest_fortrandll\Release\H5GLOBAL.mod"\ - -# End Source File -# End Target -# End Project diff --git a/windows/fortran/test/libtest_fortrandll/libtest_fortrandll.vfproj b/windows/fortran/test/libtest_fortrandll/libtest_fortrandll.vfproj new file mode 100644 index 0000000..94245ce --- /dev/null +++ b/windows/fortran/test/libtest_fortrandll/libtest_fortrandll.vfproj @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/test/testhdf5_fortran/testhdf5_fortran.dsp b/windows/fortran/test/testhdf5_fortran/testhdf5_fortran.dsp deleted file mode 100755 index 4ec1a1e..0000000 --- a/windows/fortran/test/testhdf5_fortran/testhdf5_fortran.dsp +++ /dev/null @@ -1,201 +0,0 @@ -# Microsoft Developer Studio Project File - Name="testhdf5_fortran" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=testhdf5_fortran - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "testhdf5_fortran.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "testhdf5_fortran.mak" CFG="testhdf5_fortran - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "testhdf5_fortran - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "testhdf5_fortran - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "testhdf5_fortran - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/test/testhdf5_fortran/Release" -# PROP Intermediate_Dir "../../../../fortran/test/testhdf5_fortran/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\proj\hdf5_fortran\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" - -!ELSEIF "$(CFG)" == "testhdf5_fortran - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/test/testhdf5_fortran/Debug" -# PROP Intermediate_Dir "../../../../fortran/test/testhdf5_fortran/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "testhdf5_fortran - Win32 Release" -# Name "testhdf5_fortran - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\fortranlib_test.f90 -NODEP_F90_FORTR=\ - "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\tH5A.f90 -NODEP_F90_TH5A_=\ - "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\tH5D.f90 -NODEP_F90_TH5D_=\ - "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\tH5E.f90 -NODEP_F90_TH5E_=\ - "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\tH5F.f90 -NODEP_F90_TH5F_=\ - "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\tH5G.f90 -NODEP_F90_TH5G_=\ - "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\tH5I.f90 -NODEP_F90_TH5I_=\ - "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\tH5P.f90 -NODEP_F90_TH5P_=\ - "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\tH5R.f90 -NODEP_F90_TH5R_=\ - "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\tH5S.f90 -NODEP_F90_TH5S_=\ - "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\tH5Sselect.f90 -NODEP_F90_TH5SS=\ - "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\tH5T.f90 -NODEP_F90_TH5T_=\ - "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\tH5VL.f90 -NODEP_F90_TH5VL=\ - "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\tH5Z.f90 -NODEP_F90_TH5Z_=\ - "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ - -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/fortran/test/testhdf5_fortran/testhdf5_fortran.vfproj b/windows/fortran/test/testhdf5_fortran/testhdf5_fortran.vfproj new file mode 100644 index 0000000..9ff72c5 --- /dev/null +++ b/windows/fortran/test/testhdf5_fortran/testhdf5_fortran.vfproj @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fortran/test/testhdf5_fortrandll/testhdf5_fortrandll.dsp b/windows/fortran/test/testhdf5_fortrandll/testhdf5_fortrandll.dsp deleted file mode 100755 index 70b228f..0000000 --- a/windows/fortran/test/testhdf5_fortrandll/testhdf5_fortrandll.dsp +++ /dev/null @@ -1,211 +0,0 @@ -# Microsoft Developer Studio Project File - Name="testhdf5_fortrandll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=testhdf5_fortrandll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "testhdf5_fortrandll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "testhdf5_fortrandll.mak" CFG="testhdf5_fortrandll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "testhdf5_fortrandll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "testhdf5_fortrandll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "testhdf5_fortrandll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../fortran/test/testhdf5_fortrandll/Release" -# PROP Intermediate_Dir "../../../../fortran/test/testhdf5_fortrandll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Release/" /include:"..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5FORT_CSTUB_USEDLL" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "testhdf5_fortrandll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../fortran/test/testhdf5_fortrandll/Debug" -# PROP Intermediate_Dir "../../../../fortran/test/testhdf5_fortrandll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /include:"Debug/" /include:"..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5FORT_CSTUB_USEDLL" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "testhdf5_fortrandll - Win32 Release" -# Name "testhdf5_fortrandll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\fortranlib_test.f90 -NODEP_F90_FORTR=\ - "..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\tH5A.f90 -NODEP_F90_TH5A_=\ - "..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\tH5D.f90 -NODEP_F90_TH5D_=\ - "..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\tH5E.f90 -NODEP_F90_TH5E_=\ - "..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\tH5F.f90 -NODEP_F90_TH5F_=\ - "..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\tH5G.f90 -NODEP_F90_TH5G_=\ - "..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\tH5I.f90 -NODEP_F90_TH5I_=\ - "..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\tH5P.f90 -NODEP_F90_TH5P_=\ - "..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\tH5R.f90 -NODEP_F90_TH5R_=\ - "..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\tH5S.f90 -NODEP_F90_TH5S_=\ - "..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\tH5Sselect.f90 -NODEP_F90_TH5SS=\ - "..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\tH5T.f90 -NODEP_F90_TH5T_=\ - "..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\tH5VL.f90 -NODEP_F90_TH5VL=\ - "..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\fortran\test\tH5Z.f90 -NODEP_F90_TH5Z_=\ - "..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ - - -!IF "$(CFG)" == "testhdf5_fortrandll - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5_fortrandll - Win32 Debug" - -# ADD F90 /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /module:"..\..\..\..\proj\hdf5_fortrandll\Debug/" -# SUBTRACT F90 /include:"..\..\..\proj\hdf5_fortrandll\Debug/" - -!ENDIF - -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/fortran/test/testhdf5_fortrandll/testhdf5_fortrandll.vfproj b/windows/fortran/test/testhdf5_fortrandll/testhdf5_fortrandll.vfproj new file mode 100644 index 0000000..6130be6 --- /dev/null +++ b/windows/fortran/test/testhdf5_fortrandll/testhdf5_fortrandll.vfproj @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/c++/test/hl_test_table_cpp/hl_test_table_cpp.dsp b/windows/hl/c++/test/hl_test_table_cpp/hl_test_table_cpp.dsp deleted file mode 100755 index 80a4b70..0000000 --- a/windows/hl/c++/test/hl_test_table_cpp/hl_test_table_cpp.dsp +++ /dev/null @@ -1,108 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hl_test_table_cpp" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=hl_test_table_cpp - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hl_test_table_cpp.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hl_test_table_cpp.mak" CFG="hl_test_table_cpp - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hl_test_table_cpp - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "hl_test_table_cpp - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=xicl6.exe -RSC=rc.exe - -!IF "$(CFG)" == "hl_test_table_cpp - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../../hl/c++/test/hl_test_table_cpp/Release" -# PROP Intermediate_Dir "../../../../../hl/c++/test/hl_test_table_cpp/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\..\hl\c++\src" /I "..\..\..\..\..\hl\src" /I "..\..\..\..\..\src" /I "..\..\..\..\..\c++\src" /I "..\..\..\..\..\test" /I "..\..\..\..\..\hl\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "hl_test_table_cpp - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../../hl/c++/test/hl_test_table_cpp/Debug" -# PROP Intermediate_Dir "../../../../../hl/c++/test/hl_test_table_cpp/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\..\hl\c++\src" /I "..\..\..\..\..\hl\src" /I "..\..\..\..\..\src" /I "..\..\..\..\..\c++\src" /I "..\..\..\..\..\test" /I "..\..\..\..\..\hl\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "hl_test_table_cpp - Win32 Release" -# Name "hl_test_table_cpp - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE="..\..\..\..\..\hl\c++\test\ptableTest.cpp" -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/hl/c++/test/hl_test_table_cpp/hl_test_table_cpp.vcproj b/windows/hl/c++/test/hl_test_table_cpp/hl_test_table_cpp.vcproj new file mode 100644 index 0000000..83fc731 --- /dev/null +++ b/windows/hl/c++/test/hl_test_table_cpp/hl_test_table_cpp.vcproj @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/c++/test/hl_test_table_cppdll/hl_test_table_cppdll.dsp b/windows/hl/c++/test/hl_test_table_cppdll/hl_test_table_cppdll.dsp deleted file mode 100755 index cec9703..0000000 --- a/windows/hl/c++/test/hl_test_table_cppdll/hl_test_table_cppdll.dsp +++ /dev/null @@ -1,106 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hl_test_table_cppdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=hl_test_table_cppdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hl_test_table_cppdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hl_test_table_cppdll.mak" CFG="hl_test_table_cppdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hl_test_table_cppdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "hl_test_table_cppdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=xicl6.exe -RSC=rc.exe - -!IF "$(CFG)" == "hl_test_table_cppdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../../hl/c++/test/hl_test_table_cppdll/Release" -# PROP Intermediate_Dir "../../../../../hl/c++/test/hl_test_table_cppdll/Release" -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\..\hl\c++\src" /I "..\..\..\..\..\hl\src" /I "..\..\..\..\..\src" /I "..\..\..\..\..\c++\src" /I "..\..\..\..\..\test" /I "..\..\..\..\..\hl\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEHLDLL_" /D "_HDF5USEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "hl_test_table_cppdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../../hl/c++/test/hl_test_table_cppdll/Debug" -# PROP Intermediate_Dir "../../../../../hl/c++/test/hl_test_table_cppdll/Debug" -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\..\hl\c++\src" /I "..\..\..\..\..\hl\src" /I "..\..\..\..\..\c++\src" /I "..\..\..\..\..\src" /I "..\..\..\..\..\test" /I "..\..\..\..\..\hl\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5USE_HLCPPDLL" /D "_HDF5USEHLDLL_" /D "_HDF5USEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "hl_test_table_cppdll - Win32 Release" -# Name "hl_test_table_cppdll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE="..\..\..\..\..\hl\c++\test\ptableTest.cpp" -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/hl/c++/test/hl_test_table_cppdll/hl_test_table_cppdll.vcproj b/windows/hl/c++/test/hl_test_table_cppdll/hl_test_table_cppdll.vcproj new file mode 100644 index 0000000..6ee6633 --- /dev/null +++ b/windows/hl/c++/test/hl_test_table_cppdll/hl_test_table_cppdll.vcproj @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/examples/allhlcexamples/allhlcexamples.dsp b/windows/hl/examples/allhlcexamples/allhlcexamples.dsp deleted file mode 100644 index eeee672..0000000 --- a/windows/hl/examples/allhlcexamples/allhlcexamples.dsp +++ /dev/null @@ -1,63 +0,0 @@ -# Microsoft Developer Studio Project File - Name="allhlcexamples" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Generic Project" 0x010a - -CFG=allhlcexamples - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "allhlcexamples.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "allhlcexamples.mak" CFG="allhlcexamples - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "allhlcexamples - Win32 Release" (based on "Win32 (x86) Generic Project") -!MESSAGE "allhlcexamples - Win32 Debug" (based on "Win32 (x86) Generic Project") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -MTL=midl.exe - -!IF "$(CFG)" == "allhlcexamples - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\..\hl\examples\allhlcexamples\Release" -# PROP Intermediate_Dir "..\..\..\..\hl\examples\allhlcexamples\Release" -# PROP Target_Dir "" - -!ELSEIF "$(CFG)" == "allhlcexamples - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\hl\examples\allhlcexamples\Debug" -# PROP Intermediate_Dir "..\..\..\..\hl\examples\allhlcexamples\Debug" -# PROP Target_Dir "" - -!ENDIF - -# Begin Target - -# Name "allhlcexamples - Win32 Release" -# Name "allhlcexamples - Win32 Debug" -# End Target -# End Project diff --git a/windows/hl/examples/allhlcexamples/allhlcexamples.dsw b/windows/hl/examples/allhlcexamples/allhlcexamples.dsw deleted file mode 100644 index 1db86e4..0000000 --- a/windows/hl/examples/allhlcexamples/allhlcexamples.dsw +++ /dev/null @@ -1,179 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "allhlcexamples"=.\allhlcexamples.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name ex_images - End Project Dependency - Begin Project Dependency - Project_Dep_Name ex_imagesdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name ex_lite - End Project Dependency - Begin Project Dependency - Project_Dep_Name ex_litedll - End Project Dependency - Begin Project Dependency - Project_Dep_Name ex_table - End Project Dependency - Begin Project Dependency - Project_Dep_Name ex_tabledll - End Project Dependency - Begin Project Dependency - Project_Dep_Name ex_ds - End Project Dependency - Begin Project Dependency - Project_Dep_Name ex_dsdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name ex_packet - End Project Dependency - Begin Project Dependency - Project_Dep_Name ex_packetdll - End Project Dependency -}}} - -############################################################################### - -Project: "ex_ds"=..\ex_ds\ex_ds.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "ex_dsdll"=..\ex_dsdll\ex_dsdll.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "ex_images"=..\ex_images\ex_images.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "ex_imagesdll"=..\ex_imagesdll\ex_imagesdll.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "ex_lite"=..\ex_lite\ex_lite.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "ex_litedll"=..\ex_litedll\ex_litedll.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "ex_packet"=..\ex_packet\ex_packet.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "ex_packetdll"=..\ex_packetdll\ex_packetdll.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "ex_table"=..\ex_table\ex_table.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "ex_tabledll"=..\ex_tabledll\ex_tabledll.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - diff --git a/windows/hl/examples/allhlcexamples/allhlcexamples.sln b/windows/hl/examples/allhlcexamples/allhlcexamples.sln new file mode 100644 index 0000000..99e6107 --- /dev/null +++ b/windows/hl/examples/allhlcexamples/allhlcexamples.sln @@ -0,0 +1,113 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "allhlcexamples", "allhlcexamples.vcproj", "{5CAEEA27-2611-4398-8E10-BF58CA42F3F3}" + ProjectSection(ProjectDependencies) = postProject + {25DC2207-299D-4272-9530-B126539BE0E9} = {25DC2207-299D-4272-9530-B126539BE0E9} + {47753B08-F9F5-409B-9EC2-9135B4508BAF} = {47753B08-F9F5-409B-9EC2-9135B4508BAF} + {C17AAC18-2DFC-46DE-AF5F-749F6F043DE0} = {C17AAC18-2DFC-46DE-AF5F-749F6F043DE0} + {70E7B820-4AEB-49EF-93C5-A6BBDF69B76F} = {70E7B820-4AEB-49EF-93C5-A6BBDF69B76F} + {4116EF37-EBA5-424F-A01B-2D80DB5807E3} = {4116EF37-EBA5-424F-A01B-2D80DB5807E3} + {334E19CF-8B74-4067-8303-A398E3F22593} = {334E19CF-8B74-4067-8303-A398E3F22593} + {DB7330C6-D009-4BF7-B85D-656185825950} = {DB7330C6-D009-4BF7-B85D-656185825950} + {4B6CC6F6-C64D-4A1A-BF78-1304AA91D618} = {4B6CC6F6-C64D-4A1A-BF78-1304AA91D618} + {E424C58A-BEA8-4801-8A9C-5E976A3FAA5D} = {E424C58A-BEA8-4801-8A9C-5E976A3FAA5D} + {B4DE42B5-0032-4175-BEEE-F65875360A45} = {B4DE42B5-0032-4175-BEEE-F65875360A45} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_ds", "..\ex_ds\ex_ds.vcproj", "{70E7B820-4AEB-49EF-93C5-A6BBDF69B76F}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_dsdll", "..\ex_dsdll\ex_dsdll.vcproj", "{C17AAC18-2DFC-46DE-AF5F-749F6F043DE0}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_images", "..\ex_images\ex_images.vcproj", "{B4DE42B5-0032-4175-BEEE-F65875360A45}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_imagesdll", "..\ex_imagesdll\ex_imagesdll.vcproj", "{E424C58A-BEA8-4801-8A9C-5E976A3FAA5D}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_lite", "..\ex_lite\ex_lite.vcproj", "{4B6CC6F6-C64D-4A1A-BF78-1304AA91D618}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_litedll", "..\ex_litedll\ex_litedll.vcproj", "{DB7330C6-D009-4BF7-B85D-656185825950}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_packet", "..\ex_packet\ex_packet.vcproj", "{47753B08-F9F5-409B-9EC2-9135B4508BAF}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_packetdll", "..\ex_packetdll\ex_packetdll.vcproj", "{25DC2207-299D-4272-9530-B126539BE0E9}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_table", "..\ex_table\ex_table.vcproj", "{334E19CF-8B74-4067-8303-A398E3F22593}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_tabledll", "..\ex_tabledll\ex_tabledll.vcproj", "{4116EF37-EBA5-424F-A01B-2D80DB5807E3}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {5CAEEA27-2611-4398-8E10-BF58CA42F3F3}.Debug.ActiveCfg = Debug|Win32 + {5CAEEA27-2611-4398-8E10-BF58CA42F3F3}.Debug.Build.0 = Debug|Win32 + {5CAEEA27-2611-4398-8E10-BF58CA42F3F3}.Release.ActiveCfg = Release|Win32 + {5CAEEA27-2611-4398-8E10-BF58CA42F3F3}.Release.Build.0 = Release|Win32 + {70E7B820-4AEB-49EF-93C5-A6BBDF69B76F}.Debug.ActiveCfg = Debug|Win32 + {70E7B820-4AEB-49EF-93C5-A6BBDF69B76F}.Debug.Build.0 = Debug|Win32 + {70E7B820-4AEB-49EF-93C5-A6BBDF69B76F}.Release.ActiveCfg = Release|Win32 + {70E7B820-4AEB-49EF-93C5-A6BBDF69B76F}.Release.Build.0 = Release|Win32 + {C17AAC18-2DFC-46DE-AF5F-749F6F043DE0}.Debug.ActiveCfg = Debug|Win32 + {C17AAC18-2DFC-46DE-AF5F-749F6F043DE0}.Debug.Build.0 = Debug|Win32 + {C17AAC18-2DFC-46DE-AF5F-749F6F043DE0}.Release.ActiveCfg = Release|Win32 + {C17AAC18-2DFC-46DE-AF5F-749F6F043DE0}.Release.Build.0 = Release|Win32 + {B4DE42B5-0032-4175-BEEE-F65875360A45}.Debug.ActiveCfg = Debug|Win32 + {B4DE42B5-0032-4175-BEEE-F65875360A45}.Debug.Build.0 = Debug|Win32 + {B4DE42B5-0032-4175-BEEE-F65875360A45}.Release.ActiveCfg = Release|Win32 + {B4DE42B5-0032-4175-BEEE-F65875360A45}.Release.Build.0 = Release|Win32 + {E424C58A-BEA8-4801-8A9C-5E976A3FAA5D}.Debug.ActiveCfg = Debug|Win32 + {E424C58A-BEA8-4801-8A9C-5E976A3FAA5D}.Debug.Build.0 = Debug|Win32 + {E424C58A-BEA8-4801-8A9C-5E976A3FAA5D}.Release.ActiveCfg = Release|Win32 + {E424C58A-BEA8-4801-8A9C-5E976A3FAA5D}.Release.Build.0 = Release|Win32 + {4B6CC6F6-C64D-4A1A-BF78-1304AA91D618}.Debug.ActiveCfg = Debug|Win32 + {4B6CC6F6-C64D-4A1A-BF78-1304AA91D618}.Debug.Build.0 = Debug|Win32 + {4B6CC6F6-C64D-4A1A-BF78-1304AA91D618}.Release.ActiveCfg = Release|Win32 + {4B6CC6F6-C64D-4A1A-BF78-1304AA91D618}.Release.Build.0 = Release|Win32 + {DB7330C6-D009-4BF7-B85D-656185825950}.Debug.ActiveCfg = Debug|Win32 + {DB7330C6-D009-4BF7-B85D-656185825950}.Debug.Build.0 = Debug|Win32 + {DB7330C6-D009-4BF7-B85D-656185825950}.Release.ActiveCfg = Release|Win32 + {DB7330C6-D009-4BF7-B85D-656185825950}.Release.Build.0 = Release|Win32 + {47753B08-F9F5-409B-9EC2-9135B4508BAF}.Debug.ActiveCfg = Debug|Win32 + {47753B08-F9F5-409B-9EC2-9135B4508BAF}.Debug.Build.0 = Debug|Win32 + {47753B08-F9F5-409B-9EC2-9135B4508BAF}.Release.ActiveCfg = Release|Win32 + {47753B08-F9F5-409B-9EC2-9135B4508BAF}.Release.Build.0 = Release|Win32 + {25DC2207-299D-4272-9530-B126539BE0E9}.Debug.ActiveCfg = Debug|Win32 + {25DC2207-299D-4272-9530-B126539BE0E9}.Debug.Build.0 = Debug|Win32 + {25DC2207-299D-4272-9530-B126539BE0E9}.Release.ActiveCfg = Release|Win32 + {25DC2207-299D-4272-9530-B126539BE0E9}.Release.Build.0 = Release|Win32 + {334E19CF-8B74-4067-8303-A398E3F22593}.Debug.ActiveCfg = Debug|Win32 + {334E19CF-8B74-4067-8303-A398E3F22593}.Debug.Build.0 = Debug|Win32 + {334E19CF-8B74-4067-8303-A398E3F22593}.Release.ActiveCfg = Release|Win32 + {334E19CF-8B74-4067-8303-A398E3F22593}.Release.Build.0 = Release|Win32 + {4116EF37-EBA5-424F-A01B-2D80DB5807E3}.Debug.ActiveCfg = Debug|Win32 + {4116EF37-EBA5-424F-A01B-2D80DB5807E3}.Debug.Build.0 = Debug|Win32 + {4116EF37-EBA5-424F-A01B-2D80DB5807E3}.Release.ActiveCfg = Release|Win32 + {4116EF37-EBA5-424F-A01B-2D80DB5807E3}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/windows/hl/examples/allhlcexamples/allhlcexamples.vcproj b/windows/hl/examples/allhlcexamples/allhlcexamples.vcproj new file mode 100644 index 0000000..0a3172c --- /dev/null +++ b/windows/hl/examples/allhlcexamples/allhlcexamples.vcproj @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/examples/ex_ds/ex_ds.dsp b/windows/hl/examples/ex_ds/ex_ds.dsp deleted file mode 100755 index c72279e..0000000 --- a/windows/hl/examples/ex_ds/ex_ds.dsp +++ /dev/null @@ -1,107 +0,0 @@ -# Microsoft Developer Studio Project File - Name="ex_ds" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=ex_ds - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ex_ds.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ex_ds.mak" CFG="ex_ds - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ex_ds - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "ex_ds - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "ex_ds - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\..\hl\examples\ex_ds\Release" -# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_ds\Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\hdf5lib\debug\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5.lib hdf5_hl.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\hdf5lib\release\lib" /libpath:"..\..\..\..\proj\hdf5\release" /libpath:"..\..\..\..\proj\hdf5_hl\release" - -!ELSEIF "$(CFG)" == "ex_ds - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\hl\examples\ex_ds\Debug" -# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_ds\Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hdf5lib\debug\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5d.lib hdf5d.lib hdf5_hld.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\hdf5lib\debug\lib\\" /libpath:"..\..\..\..\proj\hdf5\debug" /libpath:"..\..\..\..\proj\hdf5_hl\debug" - -!ENDIF - -# Begin Target - -# Name "ex_ds - Win32 Release" -# Name "ex_ds - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\hl\examples\ex_ds1.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/hl/examples/ex_ds/ex_ds.vcproj b/windows/hl/examples/ex_ds/ex_ds.vcproj new file mode 100644 index 0000000..8cee5be --- /dev/null +++ b/windows/hl/examples/ex_ds/ex_ds.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/examples/ex_dsdll/ex_dsdll.dsp b/windows/hl/examples/ex_dsdll/ex_dsdll.dsp deleted file mode 100755 index b1258ec..0000000 --- a/windows/hl/examples/ex_dsdll/ex_dsdll.dsp +++ /dev/null @@ -1,107 +0,0 @@ -# Microsoft Developer Studio Project File - Name="ex_dsdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=ex_dsdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ex_dsdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ex_dsdll.mak" CFG="ex_dsdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ex_dsdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "ex_dsdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "ex_dsdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\..\hl\examples\ex_dsdll\Release" -# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_dsdll\Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\hdf5lib\debug\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_hldll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\hdf5lib\release\dll\\" /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_hldll\release" - -!ELSEIF "$(CFG)" == "ex_dsdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\hl\examples\ex_dsdll\Debug" -# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_dsdll\Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hdf5lib\debug\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_hldlld.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\hdf5lib\debug\dll\\" /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_hldll\debug" - -!ENDIF - -# Begin Target - -# Name "ex_dsdll - Win32 Release" -# Name "ex_dsdll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\hl\examples\ex_ds1.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/hl/examples/ex_dsdll/ex_dsdll.vcproj b/windows/hl/examples/ex_dsdll/ex_dsdll.vcproj new file mode 100644 index 0000000..c6f6a8d --- /dev/null +++ b/windows/hl/examples/ex_dsdll/ex_dsdll.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/examples/ex_images/ex_images.dsp b/windows/hl/examples/ex_images/ex_images.dsp deleted file mode 100755 index d732331..0000000 --- a/windows/hl/examples/ex_images/ex_images.dsp +++ /dev/null @@ -1,107 +0,0 @@ -# Microsoft Developer Studio Project File - Name="ex_images" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=ex_images - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ex_images.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ex_images.mak" CFG="ex_images - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ex_images - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "ex_images - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "ex_images - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\..\hl\examples\ex_images\Release" -# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_images\Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\hdf5lib\release\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5.lib hdf5_hl.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\hdf5lib\release\lib" /libpath:"..\..\..\..\proj\hdf5\release" /libpath:"..\..\..\..\proj\hdf5_hl\release" - -!ELSEIF "$(CFG)" == "ex_images - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\hl\examples\ex_images\Debug" -# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_images\Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hdf5lib\debug\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5d.lib hdf5d.lib hdf5_hld.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\hdf5lib\debug\lib\\" /libpath:"..\..\..\..\proj\hdf5\debug" /libpath:"..\..\..\..\proj\hdf5_hl\debug" - -!ENDIF - -# Begin Target - -# Name "ex_images - Win32 Release" -# Name "ex_images - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\hl\examples\ex_image1.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/hl/examples/ex_images/ex_images.vcproj b/windows/hl/examples/ex_images/ex_images.vcproj new file mode 100644 index 0000000..04bd96e --- /dev/null +++ b/windows/hl/examples/ex_images/ex_images.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/examples/ex_imagesdll/ex_imagesdll.dsp b/windows/hl/examples/ex_imagesdll/ex_imagesdll.dsp deleted file mode 100755 index d7d353b..0000000 --- a/windows/hl/examples/ex_imagesdll/ex_imagesdll.dsp +++ /dev/null @@ -1,105 +0,0 @@ -# Microsoft Developer Studio Project File - Name="ex_imagesdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=ex_imagesdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ex_imagesdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ex_imagesdll.mak" CFG="ex_imagesdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ex_imagesdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "ex_imagesdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "ex_imagesdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\..\hl\examples\ex_imagesdll\Release" -# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_imagesdll\Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\hdf5lib\release\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_hldll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\hdf5lib\release\dll\\" /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_hldll\release" - -!ELSEIF "$(CFG)" == "ex_imagesdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\hl\examples\ex_imagesdll\Debug" -# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_imagesdll\Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hdf5lib\debug\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_hldlld.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\hdf5lib\debug\dll\\" /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_hldll\debug" - -!ENDIF - -# Begin Target - -# Name "ex_imagesdll - Win32 Release" -# Name "ex_imagesdll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\..\hl\examples\ex_image1.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/hl/examples/ex_imagesdll/ex_imagesdll.vcproj b/windows/hl/examples/ex_imagesdll/ex_imagesdll.vcproj new file mode 100644 index 0000000..97483f5 --- /dev/null +++ b/windows/hl/examples/ex_imagesdll/ex_imagesdll.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/examples/ex_lite/ex_lite.dsp b/windows/hl/examples/ex_lite/ex_lite.dsp deleted file mode 100755 index 7f34eb2..0000000 --- a/windows/hl/examples/ex_lite/ex_lite.dsp +++ /dev/null @@ -1,107 +0,0 @@ -# Microsoft Developer Studio Project File - Name="ex_lite" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=ex_lite - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ex_lite.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ex_lite.mak" CFG="ex_lite - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ex_lite - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "ex_lite - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "ex_lite - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\..\hl\examples\ex_lite\Release" -# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_lite\Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\hdf5lib\release\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5.lib hdf5_hl.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\hdf5lib\release\lib" /libpath:"..\..\..\..\proj\hdf5\release" /libpath:"..\..\..\..\proj\hdf5_hl\release" - -!ELSEIF "$(CFG)" == "ex_lite - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\hl\examples\ex_lite\Debug" -# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_lite\Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hdf5lib\debug\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5d.lib hdf5_hld.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\hdf5lib\debug\lib\\" /libpath:"..\..\..\..\proj\hdf5\debug" /libpath:"..\..\..\..\proj\hdf5_hl\debug" - -!ENDIF - -# Begin Target - -# Name "ex_lite - Win32 Release" -# Name "ex_lite - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\hl\examples\ex_lite1.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/hl/examples/ex_lite/ex_lite.vcproj b/windows/hl/examples/ex_lite/ex_lite.vcproj new file mode 100644 index 0000000..f35d8fc --- /dev/null +++ b/windows/hl/examples/ex_lite/ex_lite.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/examples/ex_litedll/ex_litedll.dsp b/windows/hl/examples/ex_litedll/ex_litedll.dsp deleted file mode 100755 index e43c72e..0000000 --- a/windows/hl/examples/ex_litedll/ex_litedll.dsp +++ /dev/null @@ -1,105 +0,0 @@ -# Microsoft Developer Studio Project File - Name="ex_litedll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=ex_litedll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ex_litedll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ex_litedll.mak" CFG="ex_litedll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ex_litedll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "ex_litedll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "ex_litedll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\..\hl\examples\ex_litedll\Release" -# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_litedll\Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\hdf5lib\release\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_hldll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\hdf5lib\release\dll\\" /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_hldll\release" - -!ELSEIF "$(CFG)" == "ex_litedll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\hl\examples\ex_litedll\Debug" -# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_litedll\Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hdf5lib\debug\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_hldlld.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\hdf5lib\debug\dll\\" /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_hldll\debug" - -!ENDIF - -# Begin Target - -# Name "ex_litedll - Win32 Release" -# Name "ex_litedll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\hl\examples\ex_lite1.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/hl/examples/ex_litedll/ex_litedll.vcproj b/windows/hl/examples/ex_litedll/ex_litedll.vcproj new file mode 100644 index 0000000..cf3727f --- /dev/null +++ b/windows/hl/examples/ex_litedll/ex_litedll.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/examples/ex_packet/ex_packet.dsp b/windows/hl/examples/ex_packet/ex_packet.dsp deleted file mode 100755 index d230ef4..0000000 --- a/windows/hl/examples/ex_packet/ex_packet.dsp +++ /dev/null @@ -1,105 +0,0 @@ -# Microsoft Developer Studio Project File - Name="ex_packet" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=ex_packet - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ex_packet.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ex_packet.mak" CFG="ex_packet - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ex_packet - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "ex_packet - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "ex_packet - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\..\hl\examples\ex_packet\Release" -# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_packet\Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\hdf5lib\release\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5.lib hdf5_hl.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\hdf5lib\release\lib" /libpath:"..\..\..\..\proj\hdf5\release" /libpath:"..\..\..\..\proj\hdf5_hl\release" - -!ELSEIF "$(CFG)" == "ex_packet - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\hl\examples\ex_packet\Debug" -# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_packet\Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hdf5lib\debug\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5d.lib hdf5_hld.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\hdf5lib\debug\lib\\" /libpath:"..\..\..\..\proj\hdf5\debug" /libpath:"..\..\..\..\proj\hdf5_hl\debug" - -!ENDIF - -# Begin Target - -# Name "ex_packet - Win32 Release" -# Name "ex_packet - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\hl\examples\ptExampleFL.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/hl/examples/ex_packet/ex_packet.vcproj b/windows/hl/examples/ex_packet/ex_packet.vcproj new file mode 100644 index 0000000..5653626 --- /dev/null +++ b/windows/hl/examples/ex_packet/ex_packet.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/examples/ex_packetdll/ex_packetdll.dsp b/windows/hl/examples/ex_packetdll/ex_packetdll.dsp deleted file mode 100755 index 607b25a..0000000 --- a/windows/hl/examples/ex_packetdll/ex_packetdll.dsp +++ /dev/null @@ -1,106 +0,0 @@ -# Microsoft Developer Studio Project File - Name="ex_packetdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=ex_packetdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ex_packetdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ex_packetdll.mak" CFG="ex_packetdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ex_packetdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "ex_packetdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "ex_packetdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\..\hl\examples\ex_packetdll\Release" -# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_packetdll\Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\hdf5lib\release\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_hldll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\hdf5lib\release\dll\\" /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_hldll\release" - -!ELSEIF "$(CFG)" == "ex_packetdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\hl\examples\ex_packetdll\Debug" -# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_packetdll\Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hdf5lib\debug\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_hldlld.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\hdf5lib\debug\dll\\" /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_hldll\debug" - -!ENDIF - -# Begin Target - -# Name "ex_packetdll - Win32 Release" -# Name "ex_packetdll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\hl\examples\ptExampleFL.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/hl/examples/ex_packetdll/ex_packetdll.vcproj b/windows/hl/examples/ex_packetdll/ex_packetdll.vcproj new file mode 100644 index 0000000..b497422 --- /dev/null +++ b/windows/hl/examples/ex_packetdll/ex_packetdll.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/examples/ex_table/ex_table.dsp b/windows/hl/examples/ex_table/ex_table.dsp deleted file mode 100755 index c791648..0000000 --- a/windows/hl/examples/ex_table/ex_table.dsp +++ /dev/null @@ -1,106 +0,0 @@ -# Microsoft Developer Studio Project File - Name="ex_table" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=ex_table - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ex_table.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ex_table.mak" CFG="ex_table - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ex_table - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "ex_table - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "ex_table - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\..\hl\examples\ex_table\Release" -# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_table\Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\hdf5lib\release\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5.lib hdf5_hl.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\hdf5lib\release\lib" /libpath:"..\..\..\..\proj\hdf5\release" /libpath:"..\..\..\..\proj\hdf5_hl\release" - -!ELSEIF "$(CFG)" == "ex_table - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\hl\examples\ex_table\Debug" -# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_table\Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hdf5lib\debug\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5d.lib hdf5_hld.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\hdf5lib\debug\lib\\" /libpath:"..\..\..\..\proj\hdf5\debug" /libpath:"..\..\..\..\proj\hdf5_hl\debug" - -!ENDIF - -# Begin Target - -# Name "ex_table - Win32 Release" -# Name "ex_table - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\hl\examples\ex_table_01.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/hl/examples/ex_table/ex_table.vcproj b/windows/hl/examples/ex_table/ex_table.vcproj new file mode 100644 index 0000000..2b5bf52 --- /dev/null +++ b/windows/hl/examples/ex_table/ex_table.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/examples/ex_tabledll/ex_tabledll.dsp b/windows/hl/examples/ex_tabledll/ex_tabledll.dsp deleted file mode 100755 index 14ccd1e..0000000 --- a/windows/hl/examples/ex_tabledll/ex_tabledll.dsp +++ /dev/null @@ -1,105 +0,0 @@ -# Microsoft Developer Studio Project File - Name="ex_tabledll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=ex_tabledll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ex_tabledll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ex_tabledll.mak" CFG="ex_tabledll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ex_tabledll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "ex_tabledll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "ex_tabledll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\..\hl\examples\ex_tabledll\Release" -# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_tabledll\Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\hdf5lib\release\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_hldll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\hdf5lib\release\dll\\" /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_hldll\release" - -!ELSEIF "$(CFG)" == "ex_tabledll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\hl\examples\ex_tabledll\Debug" -# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_tabledll\Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hdf5lib\debug\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_hldlld.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\hdf5lib\debug\dll\\" /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_hldll\debug" - -!ENDIF - -# Begin Target - -# Name "ex_tabledll - Win32 Release" -# Name "ex_tabledll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\hl\examples\ex_table_01.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/hl/examples/ex_tabledll/ex_tabledll.vcproj b/windows/hl/examples/ex_tabledll/ex_tabledll.vcproj new file mode 100644 index 0000000..4c7cc20 --- /dev/null +++ b/windows/hl/examples/ex_tabledll/ex_tabledll.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/fortran/examples/allhlf90examples/allhlf90examples.dsp b/windows/hl/fortran/examples/allhlf90examples/allhlf90examples.dsp deleted file mode 100644 index 61bf3b2..0000000 --- a/windows/hl/fortran/examples/allhlf90examples/allhlf90examples.dsp +++ /dev/null @@ -1,63 +0,0 @@ -# Microsoft Developer Studio Project File - Name="allhlf90examples" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Generic Project" 0x010a - -CFG=allhlf90examples - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "allhlf90examples.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "allhlf90examples.mak" CFG="allhlf90examples - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "allhlf90examples - Win32 Release" (based on "Win32 (x86) Generic Project") -!MESSAGE "allhlf90examples - Win32 Debug" (based on "Win32 (x86) Generic Project") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -MTL=midl.exe - -!IF "$(CFG)" == "allhlf90examples - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\..\..\hl\fortran\examples\allhlf90examples\Release" -# PROP Intermediate_Dir "..\..\..\..\..\hl\fortran\examples\allhlf90examples\Release" -# PROP Target_Dir "" - -!ELSEIF "$(CFG)" == "allhlf90examples - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\..\hl\fortran\examples\allhlf90examples\Debug" -# PROP Intermediate_Dir "..\..\..\..\..\hl\fortran\examples\allhlf90examples\Debug" -# PROP Target_Dir "" - -!ENDIF - -# Begin Target - -# Name "allhlf90examples - Win32 Release" -# Name "allhlf90examples - Win32 Debug" -# End Target -# End Project diff --git a/windows/hl/fortran/examples/allhlf90examples/allhlf90examples.dsw b/windows/hl/fortran/examples/allhlf90examples/allhlf90examples.dsw deleted file mode 100644 index 447fff8..0000000 --- a/windows/hl/fortran/examples/allhlf90examples/allhlf90examples.dsw +++ /dev/null @@ -1,59 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "allhlf90examples"=".\allhlf90examples.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name ex_lite - End Project Dependency - Begin Project Dependency - Project_Dep_Name ex_litedll - End Project Dependency -}}} - -############################################################################### - -Project: "ex_lite"="..\ex_lite\ex_lite.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "ex_litedll"="..\ex_litedll\ex_litedll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - diff --git a/windows/hl/fortran/examples/allhlf90examples/allhlf90examples.sln b/windows/hl/fortran/examples/allhlf90examples/allhlf90examples.sln new file mode 100644 index 0000000..94dbbd4 --- /dev/null +++ b/windows/hl/fortran/examples/allhlf90examples/allhlf90examples.sln @@ -0,0 +1,41 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "allhlf90examples", "allhlf90examples.vcproj", "{64F43EAB-0F7D-4D4F-B01D-52C698C97FDF}" + ProjectSection(ProjectDependencies) = postProject + {7B837653-CEF4-4B2D-8EB8-29ECC4A1F042} = {7B837653-CEF4-4B2D-8EB8-29ECC4A1F042} + {3EB0EFA7-69F8-4541-8565-EC7AD3603DBB} = {3EB0EFA7-69F8-4541-8565-EC7AD3603DBB} + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "ex_lite", "..\ex_lite\ex_lite.vfproj", "{7B837653-CEF4-4B2D-8EB8-29ECC4A1F042}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "ex_litedll", "..\ex_litedll\ex_litedll.vfproj", "{3EB0EFA7-69F8-4541-8565-EC7AD3603DBB}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {64F43EAB-0F7D-4D4F-B01D-52C698C97FDF}.Debug.ActiveCfg = Debug|Win32 + {64F43EAB-0F7D-4D4F-B01D-52C698C97FDF}.Debug.Build.0 = Debug|Win32 + {64F43EAB-0F7D-4D4F-B01D-52C698C97FDF}.Release.ActiveCfg = Release|Win32 + {64F43EAB-0F7D-4D4F-B01D-52C698C97FDF}.Release.Build.0 = Release|Win32 + {7B837653-CEF4-4B2D-8EB8-29ECC4A1F042}.Debug.ActiveCfg = Debug|Win32 + {7B837653-CEF4-4B2D-8EB8-29ECC4A1F042}.Debug.Build.0 = Debug|Win32 + {7B837653-CEF4-4B2D-8EB8-29ECC4A1F042}.Release.ActiveCfg = Release|Win32 + {7B837653-CEF4-4B2D-8EB8-29ECC4A1F042}.Release.Build.0 = Release|Win32 + {3EB0EFA7-69F8-4541-8565-EC7AD3603DBB}.Debug.ActiveCfg = Debug|Win32 + {3EB0EFA7-69F8-4541-8565-EC7AD3603DBB}.Debug.Build.0 = Debug|Win32 + {3EB0EFA7-69F8-4541-8565-EC7AD3603DBB}.Release.ActiveCfg = Release|Win32 + {3EB0EFA7-69F8-4541-8565-EC7AD3603DBB}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/windows/hl/fortran/examples/allhlf90examples/allhlf90examples.vcproj b/windows/hl/fortran/examples/allhlf90examples/allhlf90examples.vcproj new file mode 100644 index 0000000..c2fff52 --- /dev/null +++ b/windows/hl/fortran/examples/allhlf90examples/allhlf90examples.vcproj @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/fortran/examples/ex_lite/ex_lite.dsp b/windows/hl/fortran/examples/ex_lite/ex_lite.dsp deleted file mode 100644 index fa73d3b..0000000 --- a/windows/hl/fortran/examples/ex_lite/ex_lite.dsp +++ /dev/null @@ -1,113 +0,0 @@ -# Microsoft Developer Studio Project File - Name="ex_lite" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=ex_lite - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ex_lite.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ex_lite.mak" CFG="ex_lite - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ex_lite - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "ex_lite - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "ex_lite - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\..\..\hl\fortran\examples\ex_lite\Release" -# PROP Intermediate_Dir "..\..\..\..\..\hl\fortran\examples\ex_lite\Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"..\..\..\..\..\proj\hdf5_fortran\release/" /include:"..\..\..\..\..\proj\hdf5_hl_fortran\release/" /nologo /warn:nofileopt /module:"Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) hdf5_fortran.lib hdf5_hl_fortranr.lib hdf5_hl_fortran.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\..\proj\hdf5_fortran\release" /libpath:"..\..\..\..\..\proj\hdf5_hl_fortran\release" - -!ELSEIF "$(CFG)" == "ex_lite - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ex_lite___Win32_Debug" -# PROP BASE Intermediate_Dir "ex_lite___Win32_Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\..\hl\fortran\examples\ex_lite\Debug" -# PROP Intermediate_Dir "..\..\..\..\..\hl\fortran\examples\ex_lite\Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /include:"..\..\..\..\..\proj\hdf5_fortran\debug/" /include:"..\..\..\..\..\proj\hdf5_hl_fortran\debug/" /nologo /traceback /warn:argument_checking /warn:nofileopt /module:"Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrand.lib hdf5_hl_fortrand.lib hdf5_hl_fortran.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\..\..\proj\hdf5_fortran\debug" /libpath:"..\..\..\..\..\proj\hdf5_hl_fortran\debug" -# SUBTRACT LINK32 /incremental:no /nodefaultlib - -!ENDIF - -# Begin Target - -# Name "ex_lite - Win32 Release" -# Name "ex_lite - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\..\hl\fortran\examples\exlite.f90 -DEP_F90_EXLIT=\ - "..\..\..\..\..\proj\hdf5_fortran\debug\HDF5.mod"\ - "..\..\..\..\..\proj\hdf5_hl_fortran\debug\H5LT.mod"\ - -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/hl/fortran/examples/ex_lite/ex_lite.vfproj b/windows/hl/fortran/examples/ex_lite/ex_lite.vfproj new file mode 100644 index 0000000..58bb978 --- /dev/null +++ b/windows/hl/fortran/examples/ex_lite/ex_lite.vfproj @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/fortran/examples/ex_litedll/ex_litedll.dsp b/windows/hl/fortran/examples/ex_litedll/ex_litedll.dsp deleted file mode 100644 index 7786256..0000000 --- a/windows/hl/fortran/examples/ex_litedll/ex_litedll.dsp +++ /dev/null @@ -1,112 +0,0 @@ -# Microsoft Developer Studio Project File - Name="ex_litedll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=ex_litedll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ex_litedll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ex_litedll.mak" CFG="ex_litedll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ex_litedll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "ex_litedll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "ex_litedll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\..\..\hl\fortran\examples\ex_litedll\Release" -# PROP Intermediate_Dir "..\..\..\..\..\hl\fortran\examples\ex_litedll\Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"..\..\..\..\..\proj\hdf5_fortrandll\release/" /include:"..\..\..\..\..\proj\hdf5_hl_fortrandll\release/" /nologo /warn:nofileopt /module:"Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrandll.lib hdf5_hl_fortrandll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\..\proj\hdf5_fortrandll\release" /libpath:"..\..\..\..\..\proj\hdf5_hl_fortrandll\release" - -!ELSEIF "$(CFG)" == "ex_litedll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ex_litedll___Win32_Debug" -# PROP BASE Intermediate_Dir "ex_litedll___Win32_Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\hl\fortran\examples\ex_litedll\Debug" -# PROP Intermediate_Dir "..\..\..\..\hl\fortran\examples\ex_litedll\Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /include:"..\..\..\..\..\proj\hdf5_fortrandll\debug/" /include:"..\..\..\..\..\proj\hdf5_hl_fortrandll\debug/" /nologo /traceback /warn:argument_checking /warn:nofileopt /module:"Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortranddll.lib hdf5_hl_fortrandlld.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /nodefaultlib:"libc.lib" /out:"..\..\..\..\..\hl\fortran\examples\ex_litedll\Debug\ex_litedll.exe" /pdbtype:sept /libpath:"..\..\..\..\..\proj\hdf5_fortrandll\debug" /libpath:"..\..\..\..\..\proj\hdf5_hl_fortrandll\debug" -# SUBTRACT LINK32 /nodefaultlib - -!ENDIF - -# Begin Target - -# Name "ex_litedll - Win32 Release" -# Name "ex_litedll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\..\hl\fortran\examples\exlite.f90 -DEP_F90_EXLIT=\ - "..\..\..\..\..\proj\hdf5_fortrandll\debug\HDF5.mod"\ - "..\..\..\..\..\proj\hdf5_hl_fortrandll\debug\H5LT.mod"\ - -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/hl/fortran/examples/ex_litedll/ex_litedll.vfproj b/windows/hl/fortran/examples/ex_litedll/ex_litedll.vfproj new file mode 100644 index 0000000..3a892cd --- /dev/null +++ b/windows/hl/fortran/examples/ex_litedll/ex_litedll.vfproj @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/fortran/test/hl_test_image_fortran/hl_test_image_fortran.dsp b/windows/hl/fortran/test/hl_test_image_fortran/hl_test_image_fortran.dsp deleted file mode 100755 index e5ee2e7..0000000 --- a/windows/hl/fortran/test/hl_test_image_fortran/hl_test_image_fortran.dsp +++ /dev/null @@ -1,103 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hl_test_image_fortran" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=hl_test_image_fortran - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hl_test_image_fortran.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hl_test_image_fortran.mak" CFG="hl_test_image_fortran - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hl_test_image_fortran - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "hl_test_image_fortran - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "hl_test_image_fortran - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../../hl/fortran/test/hl_test_image_fortran/Release" -# PROP Intermediate_Dir "../../../../../hl/fortran/test/hl_test_image_fortran/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"..\..\..\..\..\proj\hdf5_fortran\Release/" /include:"..\..\..\..\..\proj\hdf5_hl_fortran\Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "hl_test_image_fortran - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../../hl/fortran/test/hl_test_image_fortran/Debug" -# PROP Intermediate_Dir "../../../../../hl/fortran/test/hl_test_image_fortran/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /include:"..\..\..\..\..\proj\hdf5_fortran\Debug/" /include:"..\..\..\..\..\proj\hdf5_hl_fortran\Debug/" /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "hl_test_image_fortran - Win32 Release" -# Name "hl_test_image_fortran - Win32 Debug" -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# Begin Source File - -SOURCE=..\..\..\..\..\hl\fortran\test\tstimage.f90 -NODEP_F90_TSTIM=\ - "..\..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ - "..\..\..\..\..\proj\hdf5_hl_fortran\Debug\h5im.mod"\ - -# End Source File -# End Target -# End Project diff --git a/windows/hl/fortran/test/hl_test_image_fortran/hl_test_image_fortran.vfproj b/windows/hl/fortran/test/hl_test_image_fortran/hl_test_image_fortran.vfproj new file mode 100644 index 0000000..50dfef9 --- /dev/null +++ b/windows/hl/fortran/test/hl_test_image_fortran/hl_test_image_fortran.vfproj @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/fortran/test/hl_test_image_fortrandll/hl_test_image_fortrandll.dsp b/windows/hl/fortran/test/hl_test_image_fortrandll/hl_test_image_fortrandll.dsp deleted file mode 100755 index 8d60a80..0000000 --- a/windows/hl/fortran/test/hl_test_image_fortrandll/hl_test_image_fortrandll.dsp +++ /dev/null @@ -1,111 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hl_test_image_fortrandll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=hl_test_image_fortrandll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hl_test_image_fortrandll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hl_test_image_fortrandll.mak" CFG="hl_test_image_fortrandll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hl_test_image_fortrandll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "hl_test_image_fortrandll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "hl_test_image_fortrandll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../../hl/fortran/test/hl_test_image_fortrandll/Release" -# PROP Intermediate_Dir "../../../../../hl/fortran/test/hl_test_image_fortrandll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"..\..\..\..\..\proj\hdf5_fortrandll\Release/" /include:"..\..\..\..\..\proj\hdf5_hl_fortrandll\Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "hl_test_image_fortrandll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../../hl/fortran/test/hl_test_image_fortrandll/Debug" -# PROP Intermediate_Dir "../../../../../hl/fortran/test/hl_test_image_fortrandll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /include:"..\..\..\..\..\proj\hdf5_fortrandll\Debug/" /include:"..\..\..\..\..\proj\hdf5_hl_fortrandll\Debug/" /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "hl_test_image_fortrandll - Win32 Release" -# Name "hl_test_image_fortrandll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\..\hl\fortran\test\tstimage.f90 -NODEP_F90_TSTIM=\ - "..\..\..\..\..\hl\fortran\test\hl_test_image_fortrandll\Debug\h5im.mod"\ - "..\..\..\..\..\hl\fortran\test\hl_test_image_fortrandll\Debug\hdf5.mod"\ - -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/hl/fortran/test/hl_test_image_fortrandll/hl_test_image_fortrandll.vfproj b/windows/hl/fortran/test/hl_test_image_fortrandll/hl_test_image_fortrandll.vfproj new file mode 100644 index 0000000..8765501 --- /dev/null +++ b/windows/hl/fortran/test/hl_test_image_fortrandll/hl_test_image_fortrandll.vfproj @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/fortran/test/hl_test_lite_fortran/hl_test_lite_fortran.dsp b/windows/hl/fortran/test/hl_test_lite_fortran/hl_test_lite_fortran.dsp deleted file mode 100755 index e7d8bb7..0000000 --- a/windows/hl/fortran/test/hl_test_lite_fortran/hl_test_lite_fortran.dsp +++ /dev/null @@ -1,103 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hl_test_lite_fortran" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=hl_test_lite_fortran - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hl_test_lite_fortran.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hl_test_lite_fortran.mak" CFG="hl_test_lite_fortran - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hl_test_lite_fortran - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "hl_test_lite_fortran - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "hl_test_lite_fortran - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../../hl/fortran/test/hl_test_lite_fortran/Release" -# PROP Intermediate_Dir "../../../../../hl/fortran/test/hl_test_lite_fortran/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"..\..\..\..\..\proj\hdf5_fortran\Release/" /include:"..\..\..\..\..\proj\hdf5_hl_fortran\Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "hl_test_lite_fortran - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../../hl/fortran/test/hl_test_lite_fortran/Debug" -# PROP Intermediate_Dir "../../../../../hl/fortran/test/hl_test_lite_fortran/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /include:"..\..\..\..\..\proj\hdf5_fortran\Debug/" /include:"..\..\..\..\..\proj\hdf5_hl_fortran\Debug/" /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "hl_test_lite_fortran - Win32 Release" -# Name "hl_test_lite_fortran - Win32 Debug" -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# Begin Source File - -SOURCE=..\..\..\..\..\hl\fortran\test\tstlite.f90 -NODEP_F90_TSTLI=\ - "..\..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ - "..\..\..\..\..\proj\hdf5_hl_fortran\Debug\h5lt.mod"\ - -# End Source File -# End Target -# End Project diff --git a/windows/hl/fortran/test/hl_test_lite_fortran/hl_test_lite_fortran.vfproj b/windows/hl/fortran/test/hl_test_lite_fortran/hl_test_lite_fortran.vfproj new file mode 100644 index 0000000..27172e3 --- /dev/null +++ b/windows/hl/fortran/test/hl_test_lite_fortran/hl_test_lite_fortran.vfproj @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/fortran/test/hl_test_lite_fortrandll/hl_test_lite_fortrandll.dsp b/windows/hl/fortran/test/hl_test_lite_fortrandll/hl_test_lite_fortrandll.dsp deleted file mode 100755 index 25df3a9..0000000 --- a/windows/hl/fortran/test/hl_test_lite_fortrandll/hl_test_lite_fortrandll.dsp +++ /dev/null @@ -1,109 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hl_test_lite_fortrandll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=hl_test_lite_fortrandll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hl_test_lite_fortrandll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hl_test_lite_fortrandll.mak" CFG="hl_test_lite_fortrandll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hl_test_lite_fortrandll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "hl_test_lite_fortrandll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "hl_test_lite_fortrandll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../../hl/fortran/test/hl_test_lite_fortrandll/Release" -# PROP Intermediate_Dir "../../../../../hl/fortran/test/hl_test_lite_fortrandll/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"..\..\..\..\..\proj\hdf5_fortrandll\Release/" /include:"..\..\..\..\..\proj\hdf5_hl_fortrandll\Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "hl_test_lite_fortrandll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../../hl/fortran/test/hl_test_lite_fortrandll/Debug" -# PROP Intermediate_Dir "../../../../../hl/fortran/test/hl_test_lite_fortrandll/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /include:"..\..\..\..\..\proj\hdf5_fortrandll\Debug/" /include:"..\..\..\..\..\proj\hdf5_hl_fortrandll\Debug/" /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "hl_test_lite_fortrandll - Win32 Release" -# Name "hl_test_lite_fortrandll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\..\hl\fortran\test\tstlite.f90 -NODEP_F90_TSTLI=\ - "..\..\..\..\..\hl\fortran\test\hl_test_lite_fortrandll\Debug\H5LT.mod"\ - "..\..\..\..\..\hl\fortran\test\hl_test_lite_fortrandll\Debug\HDF5.mod"\ - -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/hl/fortran/test/hl_test_lite_fortrandll/hl_test_lite_fortrandll.vfproj b/windows/hl/fortran/test/hl_test_lite_fortrandll/hl_test_lite_fortrandll.vfproj new file mode 100644 index 0000000..d55b959 --- /dev/null +++ b/windows/hl/fortran/test/hl_test_lite_fortrandll/hl_test_lite_fortrandll.vfproj @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/fortran/test/hl_test_table_fortran/hl_test_table_fortran.dsp b/windows/hl/fortran/test/hl_test_table_fortran/hl_test_table_fortran.dsp deleted file mode 100755 index 31a0f3c..0000000 --- a/windows/hl/fortran/test/hl_test_table_fortran/hl_test_table_fortran.dsp +++ /dev/null @@ -1,103 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hl_test_table_fortran" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=hl_test_table_fortran - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hl_test_table_fortran.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hl_test_table_fortran.mak" CFG="hl_test_table_fortran - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hl_test_table_fortran - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "hl_test_table_fortran - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "hl_test_table_fortran - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../../hl/fortran/test/hl_test_table_fortran/Release" -# PROP Intermediate_Dir "../../../../../hl/fortran/test/hl_test_table_fortran/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"..\..\..\..\..\proj\hdf5_fortran\Release/" /include:"..\..\..\..\..\proj\hdf5_hl_fortran\Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "hl_test_table_fortran - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../../hl/fortran/test/hl_test_table_fortran/Debug" -# PROP Intermediate_Dir "../../../../../hl/fortran/test/hl_test_table_fortran/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /include:"..\..\..\..\..\proj\hdf5_fortran\Debug/" /include:"..\..\..\..\..\proj\hdf5_hl_fortran\Debug/" /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "hl_test_table_fortran - Win32 Release" -# Name "hl_test_table_fortran - Win32 Debug" -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# Begin Source File - -SOURCE=..\..\..\..\..\hl\fortran\test\tsttable.f90 -NODEP_F90_TSTTA=\ - "..\..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ - "..\..\..\..\..\proj\hdf5_hl_fortran\Debug\h5tb.mod"\ - -# End Source File -# End Target -# End Project diff --git a/windows/hl/fortran/test/hl_test_table_fortran/hl_test_table_fortran.vfproj b/windows/hl/fortran/test/hl_test_table_fortran/hl_test_table_fortran.vfproj new file mode 100644 index 0000000..8a5eb5d --- /dev/null +++ b/windows/hl/fortran/test/hl_test_table_fortran/hl_test_table_fortran.vfproj @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/fortran/test/hl_test_table_fortrandll/hl_test_table_fortrandll.dsp b/windows/hl/fortran/test/hl_test_table_fortrandll/hl_test_table_fortrandll.dsp deleted file mode 100755 index 61dc5cb..0000000 --- a/windows/hl/fortran/test/hl_test_table_fortrandll/hl_test_table_fortrandll.dsp +++ /dev/null @@ -1,109 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hl_test_table_fortrandll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=hl_test_table_fortrandll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hl_test_table_fortrandll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hl_test_table_fortrandll.mak" CFG="hl_test_table_fortrandll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hl_test_table_fortrandll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "hl_test_table_fortrandll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "hl_test_table_fortrandll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../../hl/fortran/test/hl_test_table_fortrandll/Release" -# PROP Intermediate_Dir "../../../../../hl/fortran/test/hl_test_table_fortrandll/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"..\..\..\..\..\proj\hdf5_fortrandll\Release/" /include:"..\..\..\..\..\proj\hdf5_hl_fortrandll\Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "hl_test_table_fortrandll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../../hl/fortran/test/hl_test_table_fortrandll/Debug" -# PROP Intermediate_Dir "../../../../../hl/fortran/test/hl_test_table_fortrandll/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /include:"..\..\..\..\..\proj\hdf5_fortrandll\Debug/" /include:"..\..\..\..\..\proj\hdf5_hl_fortrandll\Debug/" /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "hl_test_table_fortrandll - Win32 Release" -# Name "hl_test_table_fortrandll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\..\hl\fortran\test\tsttable.f90 -DEP_F90_TSTTA=\ - "..\..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ - "..\..\..\..\..\proj\hdf5_hl_fortrandll\Debug\h5tb.mod"\ - -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/hl/fortran/test/hl_test_table_fortrandll/hl_test_table_fortrandll.vfproj b/windows/hl/fortran/test/hl_test_table_fortrandll/hl_test_table_fortrandll.vfproj new file mode 100644 index 0000000..01e2156 --- /dev/null +++ b/windows/hl/fortran/test/hl_test_table_fortrandll/hl_test_table_fortrandll.vfproj @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/test/hl_test_ds/hl_test_ds.dsp b/windows/hl/test/hl_test_ds/hl_test_ds.dsp deleted file mode 100755 index df7116f..0000000 --- a/windows/hl/test/hl_test_ds/hl_test_ds.dsp +++ /dev/null @@ -1,112 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hl_test_ds" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=hl_test_ds - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hl_test_ds.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hl_test_ds.mak" CFG="hl_test_ds - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hl_test_ds - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "hl_test_ds - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=xicl6.exe -RSC=rc.exe - -!IF "$(CFG)" == "hl_test_ds - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../hl/test/hl_test_ds/Release" -# PROP Intermediate_Dir "../../../../hl/test/hl_test_ds/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\hl\src" /I "..\..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "hl_test_ds - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../hl/test/hl_test_ds/Debug" -# PROP Intermediate_Dir "../../../../hl/test/hl_test_ds/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /I "..\..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "hl_test_ds - Win32 Release" -# Name "hl_test_ds - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\hl\test\test_ds.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# Begin Source File - -SOURCE=..\..\..\..\hl\src\H5DS.h -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/hl/test/hl_test_ds/hl_test_ds.vcproj b/windows/hl/test/hl_test_ds/hl_test_ds.vcproj new file mode 100644 index 0000000..815622d --- /dev/null +++ b/windows/hl/test/hl_test_ds/hl_test_ds.vcproj @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/test/hl_test_dsdll/hl_test_dsdll.dsp b/windows/hl/test/hl_test_dsdll/hl_test_dsdll.dsp deleted file mode 100755 index 79c8468..0000000 --- a/windows/hl/test/hl_test_dsdll/hl_test_dsdll.dsp +++ /dev/null @@ -1,108 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hl_test_dsdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=hl_test_dsdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hl_test_dsdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hl_test_dsdll.mak" CFG="hl_test_dsdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hl_test_dsdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "hl_test_dsdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=xicl6.exe -RSC=rc.exe - -!IF "$(CFG)" == "hl_test_dsdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../hl/test/hl_test_dsdll/Release" -# PROP Intermediate_Dir "../../../../hl/test/hl_test_dsdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\hl\src" /I "..\..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5USEHLDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5_hldll\hdf5_hldlld.dll" - -!ELSEIF "$(CFG)" == "hl_test_dsdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../hl/test/hl_test_dsdll/Debug" -# PROP Intermediate_Dir "../../../../hl/test/hl_test_dsdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /I "..\..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5USEHLDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:".." - -!ENDIF - -# Begin Target - -# Name "hl_test_dsdll - Win32 Release" -# Name "hl_test_dsdll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\hl\test\test_ds.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/hl/test/hl_test_dsdll/hl_test_dsdll.vcproj b/windows/hl/test/hl_test_dsdll/hl_test_dsdll.vcproj new file mode 100644 index 0000000..7148b6d --- /dev/null +++ b/windows/hl/test/hl_test_dsdll/hl_test_dsdll.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/test/hl_test_image/hl_test_image.dsp b/windows/hl/test/hl_test_image/hl_test_image.dsp deleted file mode 100755 index 69af7a0..0000000 --- a/windows/hl/test/hl_test_image/hl_test_image.dsp +++ /dev/null @@ -1,96 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hl_test_image" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=hl_test_image - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hl_test_image.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hl_test_image.mak" CFG="hl_test_image - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hl_test_image - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "hl_test_image - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=xicl6.exe -RSC=rc.exe - -!IF "$(CFG)" == "hl_test_image - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../hl/test/hl_test_image/Release" -# PROP Intermediate_Dir "../../../../hl/test/hl_test_image/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\hl\src" /I "..\..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "hl_test_image - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../hl/test/hl_test_image/Debug" -# PROP Intermediate_Dir "../../../../hl/test/hl_test_image/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /I "..\..\..\..\hl\src" /I "..\..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "hl_test_image - Win32 Release" -# Name "hl_test_image - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\hl\test\test_image.c -# End Source File -# End Target -# End Project diff --git a/windows/hl/test/hl_test_image/hl_test_image.vcproj b/windows/hl/test/hl_test_image/hl_test_image.vcproj new file mode 100644 index 0000000..2c5992d --- /dev/null +++ b/windows/hl/test/hl_test_image/hl_test_image.vcproj @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/test/hl_test_imagedll/hl_test_imagedll.dsp b/windows/hl/test/hl_test_imagedll/hl_test_imagedll.dsp deleted file mode 100755 index 5f13662..0000000 --- a/windows/hl/test/hl_test_imagedll/hl_test_imagedll.dsp +++ /dev/null @@ -1,108 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hl_test_imagedll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=hl_test_imagedll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hl_test_imagedll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hl_test_imagedll.mak" CFG="hl_test_imagedll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hl_test_imagedll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "hl_test_imagedll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=xicl6.exe -RSC=rc.exe - -!IF "$(CFG)" == "hl_test_imagedll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../hl/test/hl_test_imagedll/Release" -# PROP Intermediate_Dir "../../../../hl/test/hl_test_imagedll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\hl\src" /I "..\..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5USEHLDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "hl_test_imagedll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../hl/test/hl_test_imagedll/Debug" -# PROP Intermediate_Dir "../../../../hl/test/hl_test_imagedll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /I "..\..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5USEHLDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "hl_test_imagedll - Win32 Release" -# Name "hl_test_imagedll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\hl\test\test_image.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/hl/test/hl_test_imagedll/hl_test_imagedll.vcproj b/windows/hl/test/hl_test_imagedll/hl_test_imagedll.vcproj new file mode 100644 index 0000000..16f0cf0 --- /dev/null +++ b/windows/hl/test/hl_test_imagedll/hl_test_imagedll.vcproj @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/test/hl_test_lite/hl_test_lite.dsp b/windows/hl/test/hl_test_lite/hl_test_lite.dsp deleted file mode 100755 index 6b8287c..0000000 --- a/windows/hl/test/hl_test_lite/hl_test_lite.dsp +++ /dev/null @@ -1,96 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hl_test_lite" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=hl_test_lite - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hl_test_lite.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hl_test_lite.mak" CFG="hl_test_lite - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hl_test_lite - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "hl_test_lite - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=xicl6.exe -RSC=rc.exe - -!IF "$(CFG)" == "hl_test_lite - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../hl/test/hl_test_lite/Release" -# PROP Intermediate_Dir "../../../../hl/test/hl_test_lite/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\hl\src" /I "..\..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "hl_test_lite - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../hl/test/hl_test_lite/Debug" -# PROP Intermediate_Dir "../../../../hl/test/hl_test_lite/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /I "..\..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "hl_test_lite - Win32 Release" -# Name "hl_test_lite - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\hl\test\test_lite.c -# End Source File -# End Target -# End Project diff --git a/windows/hl/test/hl_test_lite/hl_test_lite.vcproj b/windows/hl/test/hl_test_lite/hl_test_lite.vcproj new file mode 100644 index 0000000..bf61de9 --- /dev/null +++ b/windows/hl/test/hl_test_lite/hl_test_lite.vcproj @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/test/hl_test_litedll/hl_test_litedll.dsp b/windows/hl/test/hl_test_litedll/hl_test_litedll.dsp deleted file mode 100755 index 3e84161..0000000 --- a/windows/hl/test/hl_test_litedll/hl_test_litedll.dsp +++ /dev/null @@ -1,108 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hl_test_litedll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=hl_test_litedll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hl_test_litedll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hl_test_litedll.mak" CFG="hl_test_litedll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hl_test_litedll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "hl_test_litedll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=xicl6.exe -RSC=rc.exe - -!IF "$(CFG)" == "hl_test_litedll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../hl/test/hl_test_litedll/Release" -# PROP Intermediate_Dir "../../../../hl/test/hl_test_litedll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\hl\src" /I "..\..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5USEHLDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "hl_test_litedll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../hl/test/hl_test_litedll/Debug" -# PROP Intermediate_Dir "../../../../hl/test/hl_test_litedll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /I "..\..\..\..\hl\src" /I "..\..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5USEHLDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "hl_test_litedll - Win32 Release" -# Name "hl_test_litedll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\hl\test\test_lite.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/hl/test/hl_test_litedll/hl_test_litedll.vcproj b/windows/hl/test/hl_test_litedll/hl_test_litedll.vcproj new file mode 100644 index 0000000..ccd3c2e --- /dev/null +++ b/windows/hl/test/hl_test_litedll/hl_test_litedll.vcproj @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/test/hl_test_packet/hl_test_packet.dsp b/windows/hl/test/hl_test_packet/hl_test_packet.dsp deleted file mode 100755 index ed29572..0000000 --- a/windows/hl/test/hl_test_packet/hl_test_packet.dsp +++ /dev/null @@ -1,108 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hl_test_packet" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=hl_test_packet - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hl_test_packet.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hl_test_packet.mak" CFG="hl_test_packet - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hl_test_packet - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "hl_test_packet - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=xicl6.exe -RSC=rc.exe - -!IF "$(CFG)" == "hl_test_packet - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../hl/test/hl_test_packet/Release" -# PROP Intermediate_Dir "../../../../hl/test/hl_test_packet/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /I "..\..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "hl_test_packet - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../hl/test/hl_test_packet/Debug" -# PROP Intermediate_Dir "../../../../hl/test/hl_test_packet/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /I "..\..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "hl_test_packet - Win32 Release" -# Name "hl_test_packet - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\hl\test\test_packet.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/hl/test/hl_test_packet/hl_test_packet.vcproj b/windows/hl/test/hl_test_packet/hl_test_packet.vcproj new file mode 100644 index 0000000..a1bdfe5 --- /dev/null +++ b/windows/hl/test/hl_test_packet/hl_test_packet.vcproj @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/test/hl_test_packetdll/hl_test_packetdll.dsp b/windows/hl/test/hl_test_packetdll/hl_test_packetdll.dsp deleted file mode 100755 index 9fd3195..0000000 --- a/windows/hl/test/hl_test_packetdll/hl_test_packetdll.dsp +++ /dev/null @@ -1,108 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hl_test_packetdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=hl_test_packetdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hl_test_packetdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hl_test_packetdll.mak" CFG="hl_test_packetdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hl_test_packetdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "hl_test_packetdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=xicl6.exe -RSC=rc.exe - -!IF "$(CFG)" == "hl_test_packetdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../hl/test/hl_test_packetdll/Release" -# PROP Intermediate_Dir "../../../../hl/test/hl_test_packetdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /I "..\..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5USEHLDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "hl_test_packetdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../hl/test/hl_test_packetdll/Debug" -# PROP Intermediate_Dir "../../../../hl/test/hl_test_packetdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /I "..\..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5USEHLDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "hl_test_packetdll - Win32 Release" -# Name "hl_test_packetdll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\hl\test\test_packet.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/hl/test/hl_test_packetdll/hl_test_packetdll.vcproj b/windows/hl/test/hl_test_packetdll/hl_test_packetdll.vcproj new file mode 100644 index 0000000..9a4897d --- /dev/null +++ b/windows/hl/test/hl_test_packetdll/hl_test_packetdll.vcproj @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/test/hl_test_table/hl_test_table.dsp b/windows/hl/test/hl_test_table/hl_test_table.dsp deleted file mode 100755 index 80db012..0000000 --- a/windows/hl/test/hl_test_table/hl_test_table.dsp +++ /dev/null @@ -1,96 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hl_test_table" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=hl_test_table - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hl_test_table.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hl_test_table.mak" CFG="hl_test_table - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hl_test_table - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "hl_test_table - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=xicl6.exe -RSC=rc.exe - -!IF "$(CFG)" == "hl_test_table - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../hl/test/hl_test_table/Release" -# PROP Intermediate_Dir "../../../../hl/test/hl_test_table/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\hl\src" /I "..\..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "hl_test_table - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../hl/test/hl_test_table/Debug" -# PROP Intermediate_Dir "../../../../hl/test/hl_test_table/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /I "..\..\..\..\hl\src" /I "..\..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "hl_test_table - Win32 Release" -# Name "hl_test_table - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\hl\test\test_table.c -# End Source File -# End Target -# End Project diff --git a/windows/hl/test/hl_test_table/hl_test_table.vcproj b/windows/hl/test/hl_test_table/hl_test_table.vcproj new file mode 100644 index 0000000..309d7c9 --- /dev/null +++ b/windows/hl/test/hl_test_table/hl_test_table.vcproj @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/test/hl_test_tabledll/hl_test_tabledll.dsp b/windows/hl/test/hl_test_tabledll/hl_test_tabledll.dsp deleted file mode 100755 index 9e21e35..0000000 --- a/windows/hl/test/hl_test_tabledll/hl_test_tabledll.dsp +++ /dev/null @@ -1,108 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hl_test_tabledll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=hl_test_tabledll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hl_test_tabledll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hl_test_tabledll.mak" CFG="hl_test_tabledll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hl_test_tabledll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "hl_test_tabledll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=xicl6.exe -RSC=rc.exe - -!IF "$(CFG)" == "hl_test_tabledll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../hl/test/hl_test_tabledll/Release" -# PROP Intermediate_Dir "../../../../hl/test/hl_test_tabledll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /I "..\..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5USEHLDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "hl_test_tabledll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../hl/test/hl_test_tabledll/Debug" -# PROP Intermediate_Dir "../../../../hl/test/hl_test_tabledll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /I "..\..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5USEHLDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "hl_test_tabledll - Win32 Release" -# Name "hl_test_tabledll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\hl\test\test_table.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/hl/test/hl_test_tabledll/hl_test_tabledll.vcproj b/windows/hl/test/hl_test_tabledll/hl_test_tabledll.vcproj new file mode 100644 index 0000000..cb4b68e --- /dev/null +++ b/windows/hl/test/hl_test_tabledll/hl_test_tabledll.vcproj @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/tools/gifconv/gif2h5.dsp b/windows/hl/tools/gifconv/gif2h5.dsp deleted file mode 100755 index 7148f97..0000000 --- a/windows/hl/tools/gifconv/gif2h5.dsp +++ /dev/null @@ -1,123 +0,0 @@ -# Microsoft Developer Studio Project File - Name="gif2h5" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=gif2h5 - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "gif2h5.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "gif2h5.mak" CFG="gif2h5 - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "gif2h5 - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "gif2h5 - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "gif2h5 - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\..\hl\tools\gifconv\gif2h5\Release" -# PROP Intermediate_Dir "..\..\..\..\hl\tools\gifconv\gif2h5\Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\tools\lib" /I "..\..\..\..\hl\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" - -!ELSEIF "$(CFG)" == "gif2h5 - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\hl\tools\gifconv\gif2h5\Debug" -# PROP Intermediate_Dir "..\..\..\..\hl\tools\gifconv\gif2h5\Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /I "..\..\..\..\tools\lib" /I "..\..\..\..\hl\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "gif2h5 - Win32 Release" -# Name "gif2h5 - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\hl\tools\gif2h5\decompress.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\hl\tools\gif2h5\gif2hdf.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\hl\tools\gif2h5\gif2mem.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\hl\tools\gif2h5\gifread.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\hl\tools\gif2h5\writehdf.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/hl/tools/gifconv/gif2h5.vcproj b/windows/hl/tools/gifconv/gif2h5.vcproj new file mode 100644 index 0000000..f3d510d --- /dev/null +++ b/windows/hl/tools/gifconv/gif2h5.vcproj @@ -0,0 +1,256 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/tools/gifconv/h52gif.dsp b/windows/hl/tools/gifconv/h52gif.dsp deleted file mode 100755 index 5183286..0000000 --- a/windows/hl/tools/gifconv/h52gif.dsp +++ /dev/null @@ -1,112 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h52gif" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=h52gif - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h52gif.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h52gif.mak" CFG="h52gif - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h52gif - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h52gif - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "h52gif - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\..\hl\tools\gifconv\h52gif\Release" -# PROP Intermediate_Dir "..\..\..\..\hl\tools\gifconv\h52gif\Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\tools\lib" /I "..\..\..\..\hl\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" - -!ELSEIF "$(CFG)" == "h52gif - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "h52gif___Win32_Debug" -# PROP BASE Intermediate_Dir "h52gif___Win32_Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\hl\tools\gifconv\h52gif\Debug" -# PROP Intermediate_Dir "..\..\..\..\hl\tools\gifconv\h52gif\debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /I "..\..\..\..\tools\lib" /I "..\..\..\..\hl\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "h52gif - Win32 Release" -# Name "h52gif - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\hl\tools\gif2h5\hdf2gif.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\hl\tools\gif2h5\hdfgifwr.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/hl/tools/gifconv/h52gif.vcproj b/windows/hl/tools/gifconv/h52gif.vcproj new file mode 100644 index 0000000..96be977 --- /dev/null +++ b/windows/hl/tools/gifconv/h52gif.vcproj @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/tools/gifconvdll/gif2h5dll.dsp b/windows/hl/tools/gifconvdll/gif2h5dll.dsp deleted file mode 100755 index 465a06f..0000000 --- a/windows/hl/tools/gifconvdll/gif2h5dll.dsp +++ /dev/null @@ -1,122 +0,0 @@ -# Microsoft Developer Studio Project File - Name="gif2h5dll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=gif2h5dll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "gif2h5dll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "gif2h5dll.mak" CFG="gif2h5dll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "gif2h5dll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "gif2h5dll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "gif2h5dll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\..\hl\tools\gifconvdll\gif2h5dll\Release" -# PROP Intermediate_Dir "..\..\..\..\hl\tools\gifconvdll\gif2h5dll\Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\tools\lib" /I "..\..\..\..\hl\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "gif2h5dll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\hl\tools\gifconvdll\gif2h5dll\Debug" -# PROP Intermediate_Dir "..\..\..\..\hl\tools\gifconvdll\gif2h5dll\Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /I "..\..\..\..\tools\lib" /I "..\..\..\..\hl\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "gif2h5dll - Win32 Release" -# Name "gif2h5dll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\hl\tools\gif2h5\decompress.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\hl\tools\gif2h5\gif2hdf.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\hl\tools\gif2h5\gif2mem.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\hl\tools\gif2h5\gifread.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\hl\tools\gif2h5\writehdf.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/hl/tools/gifconvdll/gif2h5dll.vcproj b/windows/hl/tools/gifconvdll/gif2h5dll.vcproj new file mode 100644 index 0000000..425f7e4 --- /dev/null +++ b/windows/hl/tools/gifconvdll/gif2h5dll.vcproj @@ -0,0 +1,252 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/tools/gifconvdll/h52gifdll.dsp b/windows/hl/tools/gifconvdll/h52gifdll.dsp deleted file mode 100755 index 90d6c49..0000000 --- a/windows/hl/tools/gifconvdll/h52gifdll.dsp +++ /dev/null @@ -1,111 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h52gifdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=h52gifdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h52gifdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h52gifdll.mak" CFG="h52gifdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h52gifdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h52gifdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "h52gifdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\..\hl\tools\gifconvdll\h52gifdll\Release" -# PROP Intermediate_Dir "..\..\..\..\hl\tools\gifconvdll\h52gifdll\Release" -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\tools\lib" /I "..\..\..\..\hl\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "h52gifdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "h52gifdll___Win32_Debug" -# PROP BASE Intermediate_Dir "h52gifdll___Win32_Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\hl\tools\gifconvdll\h52gifdll\Debug" -# PROP Intermediate_Dir "..\..\..\..\hl\tools\gifconvdll\h52gifdll\Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /I "..\..\..\..\tools\lib" /I "..\..\..\..\hl\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "h52gifdll - Win32 Release" -# Name "h52gifdll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\hl\tools\gif2h5\hdf2gif.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\hl\tools\gif2h5\hdfgifwr.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/hl/tools/gifconvdll/h52gifdll.vcproj b/windows/hl/tools/gifconvdll/h52gifdll.vcproj new file mode 100644 index 0000000..99e6f99 --- /dev/null +++ b/windows/hl/tools/gifconvdll/h52gifdll.vcproj @@ -0,0 +1,192 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/misc/H5fortran_detect_gen/H5fortran_detect_gen.dsp b/windows/misc/H5fortran_detect_gen/H5fortran_detect_gen.dsp deleted file mode 100755 index ca84b3a..0000000 --- a/windows/misc/H5fortran_detect_gen/H5fortran_detect_gen.dsp +++ /dev/null @@ -1,106 +0,0 @@ -# Microsoft Developer Studio Project File - Name="H5fortran_detect_gen" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=H5fortran_detect_gen - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "H5fortran_detect_gen.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "H5fortran_detect_gen.mak" CFG="H5fortran_detect_gen - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "H5fortran_detect_gen - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "H5fortran_detect_gen - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "H5fortran_detect_gen - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "H5fortran_detect_gen - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /out:"../../../fortran/src/H5fortran_detect_gen.exe" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "H5fortran_detect_gen - Win32 Release" -# Name "H5fortran_detect_gen - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5test_kind.f90 -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/misc/H5fortran_detect_gen/H5fortran_detect_gen.dsw b/windows/misc/H5fortran_detect_gen/H5fortran_detect_gen.dsw deleted file mode 100755 index 08e20a9..0000000 --- a/windows/misc/H5fortran_detect_gen/H5fortran_detect_gen.dsw +++ /dev/null @@ -1,29 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "H5fortran_detect_gen"=.\H5fortran_detect_gen.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - diff --git a/windows/misc/H5fortran_detect_gen/H5fortran_detect_gen.sln b/windows/misc/H5fortran_detect_gen/H5fortran_detect_gen.sln new file mode 100644 index 0000000..2ef0e4c --- /dev/null +++ b/windows/misc/H5fortran_detect_gen/H5fortran_detect_gen.sln @@ -0,0 +1,23 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "H5fortran_detect_gen", "H5fortran_detect_gen.vfproj", "{4505FF13-2C16-4348-8989-BB10AF85FB95}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {4505FF13-2C16-4348-8989-BB10AF85FB95}.Debug.ActiveCfg = Debug|Win32 + {4505FF13-2C16-4348-8989-BB10AF85FB95}.Debug.Build.0 = Debug|Win32 + {4505FF13-2C16-4348-8989-BB10AF85FB95}.Release.ActiveCfg = Release|Win32 + {4505FF13-2C16-4348-8989-BB10AF85FB95}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/windows/misc/H5fortran_detect_gen/H5fortran_detect_gen.vfproj b/windows/misc/H5fortran_detect_gen/H5fortran_detect_gen.vfproj new file mode 100644 index 0000000..d93fd0d --- /dev/null +++ b/windows/misc/H5fortran_detect_gen/H5fortran_detect_gen.vfproj @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/misc/fortrantypegen/H5fortran_detect.dsp b/windows/misc/fortrantypegen/H5fortran_detect.dsp deleted file mode 100755 index 1fe22c4..0000000 --- a/windows/misc/fortrantypegen/H5fortran_detect.dsp +++ /dev/null @@ -1,106 +0,0 @@ -# Microsoft Developer Studio Project File - Name="H5fortran_detect" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=H5fortran_detect - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "H5fortran_detect.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "H5fortran_detect.mak" CFG="H5fortran_detect - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "H5fortran_detect - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "H5fortran_detect - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "H5fortran_detect - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "H5fortran_detect - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /out:"../../../fortran/src/H5fortran_detect.exe" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "H5fortran_detect - Win32 Release" -# Name "H5fortran_detect - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5fortran_detect.f90 -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/misc/fortrantypegen/H5fortran_detect.vfproj b/windows/misc/fortrantypegen/H5fortran_detect.vfproj new file mode 100644 index 0000000..303dfa9 --- /dev/null +++ b/windows/misc/fortrantypegen/H5fortran_detect.vfproj @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/misc/fortrantypegen/fortrantypegen.dsw b/windows/misc/fortrantypegen/fortrantypegen.dsw deleted file mode 100755 index 87fe8e1..0000000 --- a/windows/misc/fortrantypegen/fortrantypegen.dsw +++ /dev/null @@ -1,29 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "H5fortran_detect"=.\H5fortran_detect.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - diff --git a/windows/misc/fortrantypegen/fortrantypegen.sln b/windows/misc/fortrantypegen/fortrantypegen.sln new file mode 100644 index 0000000..87d0368 --- /dev/null +++ b/windows/misc/fortrantypegen/fortrantypegen.sln @@ -0,0 +1,23 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "H5fortran_detect", "H5fortran_detect.vfproj", "{4D3CE514-F22D-4FBC-82FF-7A3BE15DAE10}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {4D3CE514-F22D-4FBC-82FF-7A3BE15DAE10}.Debug.ActiveCfg = Debug|Win32 + {4D3CE514-F22D-4FBC-82FF-7A3BE15DAE10}.Debug.Build.0 = Debug|Win32 + {4D3CE514-F22D-4FBC-82FF-7A3BE15DAE10}.Release.ActiveCfg = Release|Win32 + {4D3CE514-F22D-4FBC-82FF-7A3BE15DAE10}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/windows/misc/matchtypegen/H5match_types.dsp b/windows/misc/matchtypegen/H5match_types.dsp deleted file mode 100755 index b619acb..0000000 --- a/windows/misc/matchtypegen/H5match_types.dsp +++ /dev/null @@ -1,106 +0,0 @@ -# Microsoft Developer Studio Project File - Name="H5match_types" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=H5match_types - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "H5match_types.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "H5match_types.mak" CFG="H5match_types - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "H5match_types - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "H5match_types - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "H5match_types - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "H5match_types - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "../../../fortran/src" /I "../../../src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /out:"../../../fortran/src/H5match_types.exe" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "H5match_types - Win32 Release" -# Name "H5match_types - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5match_types.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/misc/matchtypegen/H5match_types.vcproj b/windows/misc/matchtypegen/H5match_types.vcproj new file mode 100644 index 0000000..01db658 --- /dev/null +++ b/windows/misc/matchtypegen/H5match_types.vcproj @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/misc/matchtypegen/matchtypegen.dsw b/windows/misc/matchtypegen/matchtypegen.dsw deleted file mode 100755 index 003fcad..0000000 --- a/windows/misc/matchtypegen/matchtypegen.dsw +++ /dev/null @@ -1,29 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "H5match_types"=.\H5match_types.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - diff --git a/windows/misc/matchtypegen/matchtypegen.sln b/windows/misc/matchtypegen/matchtypegen.sln new file mode 100644 index 0000000..3f60b72 --- /dev/null +++ b/windows/misc/matchtypegen/matchtypegen.sln @@ -0,0 +1,23 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "H5match_types", "H5match_types.vcproj", "{188C8929-D747-45EC-9D71-AAA58C8C6FC1}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {188C8929-D747-45EC-9D71-AAA58C8C6FC1}.Debug.ActiveCfg = Debug|Win32 + {188C8929-D747-45EC-9D71-AAA58C8C6FC1}.Debug.Build.0 = Debug|Win32 + {188C8929-D747-45EC-9D71-AAA58C8C6FC1}.Release.ActiveCfg = Release|Win32 + {188C8929-D747-45EC-9D71-AAA58C8C6FC1}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/windows/misc/typegen/h5tinit/h5tinit.dsp b/windows/misc/typegen/h5tinit/h5tinit.dsp deleted file mode 100755 index 54666df..0000000 --- a/windows/misc/typegen/h5tinit/h5tinit.dsp +++ /dev/null @@ -1,106 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h5tinit" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=h5tinit - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h5tinit.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h5tinit.mak" CFG="h5tinit - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h5tinit - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h5tinit - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "h5tinit - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x404 /d "NDEBUG" -# ADD RSC /l 0x404 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "h5tinit - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x404 /d "_DEBUG" -# ADD RSC /l 0x404 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /out:"../../../../src/h5tinit.exe" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "h5tinit - Win32 Release" -# Name "h5tinit - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\src\H5detect.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/misc/typegen/h5tinit/h5tinit.vcproj b/windows/misc/typegen/h5tinit/h5tinit.vcproj new file mode 100644 index 0000000..8dadf62 --- /dev/null +++ b/windows/misc/typegen/h5tinit/h5tinit.vcproj @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/misc/typegen/typegen.dsw b/windows/misc/typegen/typegen.dsw deleted file mode 100755 index ba053a1..0000000 --- a/windows/misc/typegen/typegen.dsw +++ /dev/null @@ -1,29 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "h5tinit"=".\h5tinit\h5tinit.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - diff --git a/windows/misc/typegen/typegen.sln b/windows/misc/typegen/typegen.sln index e46ad24..6ca7477 100755 --- a/windows/misc/typegen/typegen.sln +++ b/windows/misc/typegen/typegen.sln @@ -1,5 +1,5 @@ Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5tinit", "h5tinit\h5tinit.vcproj", "{E98DF2EF-7A5A-4BFD-84B3-DB72AC0E4915}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5tinit", "h5tinit\h5tinit.vcproj", "{B123D196-2F43-4FEB-80B5-990F06DED319}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject @@ -8,11 +8,13 @@ Global Debug = Debug Release = Release EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection GlobalSection(ProjectConfiguration) = postSolution - {E98DF2EF-7A5A-4BFD-84B3-DB72AC0E4915}.Debug.ActiveCfg = Debug|Win32 - {E98DF2EF-7A5A-4BFD-84B3-DB72AC0E4915}.Debug.Build.0 = Debug|Win32 - {E98DF2EF-7A5A-4BFD-84B3-DB72AC0E4915}.Release.ActiveCfg = Release|Win32 - {E98DF2EF-7A5A-4BFD-84B3-DB72AC0E4915}.Release.Build.0 = Release|Win32 + {B123D196-2F43-4FEB-80B5-990F06DED319}.Debug.ActiveCfg = Debug|Win32 + {B123D196-2F43-4FEB-80B5-990F06DED319}.Debug.Build.0 = Debug|Win32 + {B123D196-2F43-4FEB-80B5-990F06DED319}.Release.ActiveCfg = Release|Win32 + {B123D196-2F43-4FEB-80B5-990F06DED319}.Release.Build.0 = Release|Win32 EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection diff --git a/windows/proj/all/all.dsp b/windows/proj/all/all.dsp deleted file mode 100755 index 575d477..0000000 --- a/windows/proj/all/all.dsp +++ /dev/null @@ -1,69 +0,0 @@ -# Microsoft Developer Studio Project File - Name="all" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Generic Project" 0x010a - -CFG=all - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "all.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "all.mak" CFG="all - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "all - Win32 Release" (based on "Win32 (x86) Generic Project") -!MESSAGE "all - Win32 Debug" (based on "Win32 (x86) Generic Project") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -MTL=midl.exe - -!IF "$(CFG)" == "all - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "all___Win32_Release" -# PROP BASE Intermediate_Dir "all___Win32_Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"all___Win32_Release/" -# ADD F90 /include:"Release/" - -!ELSEIF "$(CFG)" == "all - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" - -!ENDIF - -# Begin Target - -# Name "all - Win32 Release" -# Name "all - Win32 Debug" -# End Target -# End Project diff --git a/windows/proj/all/all.dsw b/windows/proj/all/all.dsw deleted file mode 100755 index c7a186b..0000000 --- a/windows/proj/all/all.dsw +++ /dev/null @@ -1,3671 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "all"=".\all.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name big - End Project Dependency - Begin Project Dependency - Project_Dep_Name bittests - End Project Dependency - Begin Project Dependency - Project_Dep_Name chunk - End Project Dependency - Begin Project Dependency - Project_Dep_Name cmpd_dset - End Project Dependency - Begin Project Dependency - Project_Dep_Name dsets - End Project Dependency - Begin Project Dependency - Project_Dep_Name dtypes - End Project Dependency - Begin Project Dependency - Project_Dep_Name enum - End Project Dependency - Begin Project Dependency - Project_Dep_Name extend - End Project Dependency - Begin Project Dependency - Project_Dep_Name external - End Project Dependency - Begin Project Dependency - Project_Dep_Name fillval - End Project Dependency - Begin Project Dependency - Project_Dep_Name flush1 - End Project Dependency - Begin Project Dependency - Project_Dep_Name flush2 - End Project Dependency - Begin Project Dependency - Project_Dep_Name gheap - End Project Dependency - Begin Project Dependency - Project_Dep_Name h5debug - End Project Dependency - Begin Project Dependency - Project_Dep_Name h5dump - End Project Dependency - Begin Project Dependency - Project_Dep_Name h5dumptst - End Project Dependency - Begin Project Dependency - Project_Dep_Name h5import - End Project Dependency - Begin Project Dependency - Project_Dep_Name h5ls - End Project Dependency - Begin Project Dependency - Project_Dep_Name h5repart - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name hyperslab - End Project Dependency - Begin Project Dependency - Project_Dep_Name iopipe - End Project Dependency - Begin Project Dependency - Project_Dep_Name istore - End Project Dependency - Begin Project Dependency - Project_Dep_Name lheap - End Project Dependency - Begin Project Dependency - Project_Dep_Name links - End Project Dependency - Begin Project Dependency - Project_Dep_Name mount - End Project Dependency - Begin Project Dependency - Project_Dep_Name mtime - End Project Dependency - Begin Project Dependency - Project_Dep_Name ohdr - End Project Dependency - Begin Project Dependency - Project_Dep_Name overhead - End Project Dependency - Begin Project Dependency - Project_Dep_Name stab - End Project Dependency - Begin Project Dependency - Project_Dep_Name unlink - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency - Begin Project Dependency - Project_Dep_Name toolslib - End Project Dependency - Begin Project Dependency - Project_Dep_Name toolslibD - End Project Dependency - Begin Project Dependency - Project_Dep_Name bigdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name bittestsdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name chunkdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name cmpd_dsetdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name dsetsdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name dtypesdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name enumdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name extenddll - End Project Dependency - Begin Project Dependency - Project_Dep_Name externaldll - End Project Dependency - Begin Project Dependency - Project_Dep_Name fillvaldll - End Project Dependency - Begin Project Dependency - Project_Dep_Name flush1dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name flush2dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name gheapdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name h5debugdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name h5dumpdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name h5importdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name h5lsdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name h5repartdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hyperslabdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name iopipedll - End Project Dependency - Begin Project Dependency - Project_Dep_Name istoredll - End Project Dependency - Begin Project Dependency - Project_Dep_Name lheapdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name linksdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name mountdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name mtimedll - End Project Dependency - Begin Project Dependency - Project_Dep_Name ohdrdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name overheaddll - End Project Dependency - Begin Project Dependency - Project_Dep_Name stabdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name unlinkdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name getname - End Project Dependency - Begin Project Dependency - Project_Dep_Name set_extent - End Project Dependency - Begin Project Dependency - Project_Dep_Name ntypes - End Project Dependency - Begin Project Dependency - Project_Dep_Name getnamedll - End Project Dependency - Begin Project Dependency - Project_Dep_Name ntypedll - End Project Dependency - Begin Project Dependency - Project_Dep_Name set_extentdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name ntypesdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency - Begin Project Dependency - Project_Dep_Name testhdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name testhdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name h5diff - End Project Dependency - Begin Project Dependency - Project_Dep_Name h5difftst - End Project Dependency - Begin Project Dependency - Project_Dep_Name h5repack - End Project Dependency - Begin Project Dependency - Project_Dep_Name h5repacktst - End Project Dependency - Begin Project Dependency - Project_Dep_Name h5importtst - End Project Dependency - Begin Project Dependency - Project_Dep_Name cache - End Project Dependency - Begin Project Dependency - Project_Dep_Name cachedll - End Project Dependency - Begin Project Dependency - Project_Dep_Name reserved - End Project Dependency - Begin Project Dependency - Project_Dep_Name reserveddll - End Project Dependency - Begin Project Dependency - Project_Dep_Name h5diffdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name h5repackdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name h5jam - End Project Dependency - Begin Project Dependency - Project_Dep_Name h5unjam - End Project Dependency - Begin Project Dependency - Project_Dep_Name h5jamtst - End Project Dependency - Begin Project Dependency - Project_Dep_Name getub - End Project Dependency - Begin Project Dependency - Project_Dep_Name tellub - End Project Dependency - Begin Project Dependency - Project_Dep_Name dangle - End Project Dependency - Begin Project Dependency - Project_Dep_Name dtransform - End Project Dependency - Begin Project Dependency - Project_Dep_Name dangledll - End Project Dependency - Begin Project Dependency - Project_Dep_Name dtransformdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name talign - End Project Dependency - Begin Project Dependency - Project_Dep_Name taligndll - End Project Dependency - Begin Project Dependency - Project_Dep_Name testh5repack_detect_szipdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name testh5repack_detect_szip - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_hl - End Project Dependency - Begin Project Dependency - Project_Dep_Name hl_test_lite - End Project Dependency - Begin Project Dependency - Project_Dep_Name hl_test_image - End Project Dependency - Begin Project Dependency - Project_Dep_Name hl_test_table - End Project Dependency - Begin Project Dependency - Project_Dep_Name btree2 - End Project Dependency - Begin Project Dependency - Project_Dep_Name btree2dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name pool - End Project Dependency - Begin Project Dependency - Project_Dep_Name pooldll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hl_test_ds - End Project Dependency - Begin Project Dependency - Project_Dep_Name hl_test_packet - End Project Dependency - Begin Project Dependency - Project_Dep_Name h5repart_gentest - End Project Dependency - Begin Project Dependency - Project_Dep_Name h5reparttst - End Project Dependency - Begin Project Dependency - Project_Dep_Name dt_arith - End Project Dependency - Begin Project Dependency - Project_Dep_Name dt_arithdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_hldll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hl_test_dsdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hl_test_imagedll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hl_test_litedll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hl_test_packetdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hl_test_tabledll - End Project Dependency - Begin Project Dependency - Project_Dep_Name h5stat - End Project Dependency - Begin Project Dependency - Project_Dep_Name h5statdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name objcopy - End Project Dependency - Begin Project Dependency - Project_Dep_Name objcopydll - End Project Dependency - Begin Project Dependency - Project_Dep_Name cache_api - End Project Dependency - Begin Project Dependency - Project_Dep_Name cache_apidll - End Project Dependency - Begin Project Dependency - Project_Dep_Name fheap - End Project Dependency - Begin Project Dependency - Project_Dep_Name fheapdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name gif2h5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name gif2h5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name h52gif - End Project Dependency - Begin Project Dependency - Project_Dep_Name h52gifdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name cross_read - End Project Dependency - Begin Project Dependency - Project_Dep_Name cross_readdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name binread - End Project Dependency - Begin Project Dependency - Project_Dep_Name h5copy - End Project Dependency - Begin Project Dependency - Project_Dep_Name vfd - End Project Dependency - Begin Project Dependency - Project_Dep_Name vfddll - End Project Dependency - Begin Project Dependency - Project_Dep_Name error_api - End Project Dependency - Begin Project Dependency - Project_Dep_Name error_apidll - End Project Dependency - Begin Project Dependency - Project_Dep_Name error_compat - End Project Dependency - Begin Project Dependency - Project_Dep_Name error_compatdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name h5mkgrp - End Project Dependency - Begin Project Dependency - Project_Dep_Name dsets_cpp - End Project Dependency - Begin Project Dependency - Project_Dep_Name dsets_cppdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_cpp - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_cppdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_hl_cpp - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_hl_cppdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hl_test_table_cpp - End Project Dependency - Begin Project Dependency - Project_Dep_Name hl_test_table_cppdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name testhdf5_cpp - End Project Dependency - Begin Project Dependency - Project_Dep_Name testhdf5_cppdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name ohdr_gentst - End Project Dependency -}}} - -############################################################################### - -Project: "big"="..\..\test\big\big.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "bigdll"="..\..\test\bigdll\bigdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "binread"="..\..\tools\testfiles\binread\binread.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "bittests"="..\..\test\bittests\bittests.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency -}}} - -############################################################################### - -Project: "bittestsdll"="..\..\test\bittestsdll\bittestsdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency -}}} - -############################################################################### - -Project: "btree2"="..\..\test\btree2\btree2.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "btree2dll"="..\..\test\btree2dll\btree2dll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "cache"="..\..\TEST\cache\cache.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "cache_api"="..\..\TEST\cache_api\cache_api.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "cache_apidll"="..\..\TEST\cache_apidll\cache_apidll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "cachedll"="..\..\TEST\cachedll\cachedll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "chunk"="..\..\test\chunk\chunk.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency -}}} - -############################################################################### - -Project: "chunkdll"="..\..\test\chunkdll\chunkdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency -}}} - -############################################################################### - -Project: "cmpd_dset"="..\..\test\cmpd_dset\cmpd_dset.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "cmpd_dsetdll"="..\..\test\cmpd_dsetdll\cmpd_dsetdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "cross_read"="..\..\TEST\cross_read\cross_read.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "cross_readdll"="..\..\TEST\cross_readdll\cross_readdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "dangle"="..\..\TEST\dangle\dangle.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "dangledll"="..\..\TEST\dangledll\dangledll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "dsets"="..\..\test\dsets\dsets.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "dsets_cpp"="..\..\c++\test\dsets_cpp\dsets_cpp.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5_cpp - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "dsets_cppdll"="..\..\c++\test\dsets_cppdll\dsets_cppdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5_cppdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "dsetsdll"="..\..\test\dsetsdll\dsetsdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "dt_arith"="..\..\test\dt_arith\dt_arith.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "dt_arithdll"="..\..\test\dt_arithdll\dt_arithdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "dtransform"="..\..\TEST\dtransform\dtransform.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "dtransformdll"="..\..\TEST\dtransformdll\dtransformdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "dtypes"="..\..\test\dtypes\dtypes.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "dtypesdll"="..\..\test\dtypesdll\dtypesdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "enum"="..\..\test\enum\enum.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "enumdll"="..\..\test\enumdll\enumdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "error_api"="..\..\test\error_api\error_api.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "error_apidll"="..\..\test\error_apidll\error_apidll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "error_compat"="..\..\test\error_compat\error_compat.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "error_compatdll"="..\..\test\error_compatdll\error_compatdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "extend"="..\..\test\extend\extend.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "extenddll"="..\..\test\extenddll\extenddll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "external"="..\..\test\external\external.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "externaldll"="..\..\test\externaldll\externaldll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "fheap"="..\..\test\fheap\fheap.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "fheapdll"="..\..\TEST\fheapdll\fheapdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "fillval"="..\..\test\fillval\fillval.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "fillvaldll"="..\..\test\fillvaldll\fillvaldll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "flush1"="..\..\test\flush1\flush1.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "flush1_fortran"="..\..\FORTRAN\TEST\flush1_fortran\flush1_fortran.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5_fortran - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest_fortran - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_f90cstub - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "flush1_fortrandll"="..\..\FORTRAN\TEST\flush1_fortrandll\flush1_fortrandll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5_fortrandll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_f90cstubdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest_fortrandll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest_cstubdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "flush1dll"="..\..\test\flush1dll\flush1dll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "flush2"="..\..\test\flush2\flush2.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "flush2_fortran"="..\..\FORTRAN\TEST\flush2_fortran\flush2_fortran.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libtest_fortran - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_fortran - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_f90cstub - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "flush2_fortrandll"="..\..\FORTRAN\TEST\flush2_fortrandll\flush2_fortrandll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5_f90cstubdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_fortrandll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest_fortrandll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest_cstubdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "flush2dll"="..\..\test\flush2dll\flush2dll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "getname"="..\..\TEST\getname\getname.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "getnamedll"="..\..\test\getnamedll\getnamedll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "getub"="..\..\TEST\getub\getub.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name toolslib - End Project Dependency -}}} - -############################################################################### - -Project: "gheap"="..\..\test\gheap\gheap.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "gheapdll"="..\..\test\gheapdll\gheapdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "gif2h5"="..\..\hl\tools\gifconv\gif2h5.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name toolslib - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_hl - End Project Dependency -}}} - -############################################################################### - -Project: "gif2h5dll"="..\..\hl\tools\gifconvdll\gif2h5dll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5_hldll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name toolslibD - End Project Dependency -}}} - -############################################################################### - -Project: "h52gif"="..\..\hl\tools\gifconv\h52gif.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_hl - End Project Dependency - Begin Project Dependency - Project_Dep_Name toolslib - End Project Dependency -}}} - -############################################################################### - -Project: "h52gifdll"="..\..\hl\tools\gifconvdll\h52gifdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5_hldll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name toolslibD - End Project Dependency -}}} - -############################################################################### - -Project: "h5copy"="..\..\tools\h5copy\h5copy.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name toolslib - End Project Dependency -}}} - -############################################################################### - -Project: "h5debug"="..\..\tools\h5debug\h5debug.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency -}}} - -############################################################################### - -Project: "h5debugdll"="..\..\tools\h5debugdll\h5debugdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency -}}} - -############################################################################### - -Project: "h5diff"="..\..\TOOLS\h5diff\h5diff.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name toolslib - End Project Dependency -}}} - -############################################################################### - -Project: "h5diffdll"="..\..\TOOLS\h5diffdll\h5diffdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name toolslibD - End Project Dependency -}}} - -############################################################################### - -Project: "h5difftst"="..\..\TOOLS\TESTFILES\h5difftst\h5difftst.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency -}}} - -############################################################################### - -Project: "h5dump"="..\..\tools\h5dump\h5dump.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name toolslib - End Project Dependency -}}} - -############################################################################### - -Project: "h5dumpdll"="..\..\tools\h5dumpdll\h5dumpdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name toolslibD - End Project Dependency -}}} - -############################################################################### - -Project: "h5dumptst"="..\..\tools\testfiles\h5dumptst\h5dumptst.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name toolslib - End Project Dependency -}}} - -############################################################################### - -Project: "h5import"="..\..\tools\h5import\h5import.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency -}}} - -############################################################################### - -Project: "h5importdll"="..\..\tools\h5importdll\h5importdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency -}}} - -############################################################################### - -Project: "h5importtst"="..\..\TOOLS\TESTFILES\h5importtst\h5importtst.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency -}}} - -############################################################################### - -Project: "h5jam"="..\..\TOOLS\h5jam\h5jam.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name toolslib - End Project Dependency -}}} - -############################################################################### - -Project: "h5jamtst"="..\..\TOOLS\TESTFILES\h5jamtst\h5jamtst.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency -}}} - -############################################################################### - -Project: "h5ls"="..\..\tools\h5ls\h5ls.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name toolslib - End Project Dependency -}}} - -############################################################################### - -Project: "h5lsdll"="..\..\tools\h5lsdll\h5lsdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name toolslibD - End Project Dependency -}}} - -############################################################################### - -Project: "h5mkgrp"="..\..\TOOLS\h5mkgrp\h5mkgrp.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name toolslib - End Project Dependency -}}} - -############################################################################### - -Project: "h5repack"="..\..\tools\h5repack\h5repack.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name toolslib - End Project Dependency -}}} - -############################################################################### - -Project: "h5repackdll"="..\..\TOOLS\h5repackdll\h5repackdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name toolslibD - End Project Dependency -}}} - -############################################################################### - -Project: "h5repacktst"="..\..\tools\testfiles\h5repacktst\h5repacktst.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name toolslib - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "h5repart"="..\..\tools\h5repart\h5repart.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency -}}} - -############################################################################### - -Project: "h5repart_gentest"="..\..\TOOLS\TESTFILES\h5repart_gentest\h5repart_gentest.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency -}}} - -############################################################################### - -Project: "h5repartdll"="..\..\tools\h5repartdll\h5repartdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency -}}} - -############################################################################### - -Project: "h5reparttst"="..\..\TOOLS\TESTFILES\h5reparttst\h5reparttst.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency -}}} - -############################################################################### - -Project: "h5stat"="..\..\TOOLS\h5stat\h5stat.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name toolslib - End Project Dependency -}}} - -############################################################################### - -Project: "h5statdll"="..\..\TOOLS\h5statdll\h5statdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name toolslibD - End Project Dependency -}}} - -############################################################################### - -Project: "h5unjam"="..\..\TOOLS\h5unjam\h5unjam.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name toolslib - End Project Dependency -}}} - -############################################################################### - -Project: "hdf5"="..\hdf5\hdf5.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "hdf5_cpp"="..\hdf5_cpp\hdf5_cpp.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency -}}} - -############################################################################### - -Project: "hdf5_cppdll"="..\hdf5_cppdll\hdf5_cppdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency -}}} - -############################################################################### - -Project: "hdf5_f90cstub"="..\hdf5_f90cstub\hdf5_f90cstub.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency -}}} - -############################################################################### - -Project: "hdf5_f90cstubdll"="..\hdf5_f90cstubdll\hdf5_f90cstubdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency -}}} - -############################################################################### - -Project: "hdf5_fortran"="..\hdf5_fortran\hdf5_fortran.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5_f90cstub - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency -}}} - -############################################################################### - -Project: "hdf5_fortrandll"="..\hdf5_fortrandll\hdf5_fortrandll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5_f90cstubdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency -}}} - -############################################################################### - -Project: "hdf5_hl"="..\hdf5_hl\hdf5_hl.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "hdf5_hl_cpp"="..\hdf5_hl_cpp\hdf5_hl_cpp.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5_cpp - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_hl - End Project Dependency -}}} - -############################################################################### - -Project: "hdf5_hl_cppdll"="..\hdf5_hl_cppdll\hdf5_hl_cppdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5_hldll - End Project Dependency -}}} - -############################################################################### - -Project: "hdf5_hl_f90cstubdll"="..\hdf5_hl_f90cstubdll\hdf5_hl_f90cstubdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_hldll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_f90cstubdll - End Project Dependency -}}} - -############################################################################### - -Project: "hdf5_hl_fortran"="..\hdf5_hl_fortran\hdf5_hl_fortran.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5_hl - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_fortran - End Project Dependency -}}} - -############################################################################### - -Project: "hdf5_hl_fortrandll"="..\hdf5_hl_fortrandll\hdf5_hl_fortrandll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_hl_f90cstubdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_fortrandll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_f90cstubdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_hldll - End Project Dependency -}}} - -############################################################################### - -Project: "hdf5_hldll"="..\hdf5_hldll\hdf5_hldll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency -}}} - -############################################################################### - -Project: "hdf5dll"="..\hdf5dll\hdf5dll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "hl_test_ds"="..\..\HL\TEST\hl_test_ds\hl_test_ds.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_hl - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "hl_test_dsdll"="..\..\hl\test\hl_test_dsdll\hl_test_dsdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5_hldll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "hl_test_image"="..\..\HL\TEST\hl_test_image\hl_test_image.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_hl - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "hl_test_image_fortran"="..\..\HL\FORTRAN\TEST\hl_test_image_fortran\hl_test_image_fortran.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5_fortran - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_hl_fortran - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_f90cstub - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_hl - End Project Dependency -}}} - -############################################################################### - -Project: "hl_test_image_fortrandll"="..\..\HL\FORTRAN\TEST\hl_test_image_fortrandll\hl_test_image_fortrandll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5_fortrandll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_hl_fortrandll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_f90cstubdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_hl_f90cstubdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_hldll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency -}}} - -############################################################################### - -Project: "hl_test_imagedll"="..\..\hl\test\hl_test_imagedll\hl_test_imagedll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5_hldll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "hl_test_lite"="..\..\HL\TEST\hl_test_lite\hl_test_lite.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_hl - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "hl_test_lite_fortran"="..\..\HL\FORTRAN\TEST\hl_test_lite_fortran\hl_test_lite_fortran.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5_hl_fortran - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_fortran - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_f90cstub - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_hl - End Project Dependency -}}} - -############################################################################### - -Project: "hl_test_lite_fortrandll"="..\..\HL\FORTRAN\TEST\hl_test_lite_fortrandll\hl_test_lite_fortrandll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5_fortrandll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_hl_fortrandll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_f90cstubdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_hl_f90cstubdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_hldll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency -}}} - -############################################################################### - -Project: "hl_test_litedll"="..\..\hl\test\hl_test_litedll\hl_test_litedll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5_hldll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "hl_test_packet"="..\..\HL\TEST\hl_test_packet\hl_test_packet.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_hl - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "hl_test_packetdll"="..\..\hl\test\hl_test_packetdll\hl_test_packetdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5_hldll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "hl_test_table"="..\..\HL\TEST\hl_test_table\hl_test_table.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_hl - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "hl_test_table_cpp"="..\..\hl\c++\test\hl_test_table_cpp\hl_test_table_cpp.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5_cpp - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_hl_cpp - End Project Dependency -}}} - -############################################################################### - -Project: "hl_test_table_cppdll"="..\..\hl\c++\test\hl_test_table_cppdll\hl_test_table_cppdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5_hl_cppdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_cppdll - End Project Dependency -}}} - -############################################################################### - -Project: "hl_test_table_fortran"="..\..\HL\FORTRAN\TEST\hl_test_table_fortran\hl_test_table_fortran.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5_fortran - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_hl_fortran - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_f90cstub - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_hl - End Project Dependency -}}} - -############################################################################### - -Project: "hl_test_table_fortrandll"="..\..\HL\FORTRAN\TEST\hl_test_table_fortrandll\hl_test_table_fortrandll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5_fortrandll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_hl_fortrandll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_f90cstubdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_hl_f90cstubdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_hldll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency -}}} - -############################################################################### - -Project: "hl_test_tabledll"="..\..\hl\test\hl_test_tabledll\hl_test_tabledll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5_hldll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "hyperslab"="..\..\test\hyperslab\hyperslab.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency -}}} - -############################################################################### - -Project: "hyperslabdll"="..\..\test\hyperslabdll\hyperslabdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency -}}} - -############################################################################### - -Project: "iopipe"="..\..\test\iopipe\iopipe.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency -}}} - -############################################################################### - -Project: "iopipedll"="..\..\test\iopipedll\iopipedll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency -}}} - -############################################################################### - -Project: "istore"="..\..\test\istore\istore.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "istoredll"="..\..\test\istoredll\istoredll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "lheap"="..\..\test\lheap\lheap.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "lheapdll"="..\..\test\lheapdll\lheapdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "libtest"="..\..\test\libtest\libtest.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency -}}} - -############################################################################### - -Project: "libtestD"="..\..\test\libtestD\libtestD.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency -}}} - -############################################################################### - -Project: "libtest_cstubdll"="..\..\fortran\test\libtest_cstubdll\libtest_cstubdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "libtest_fortran"="..\..\FORTRAN\TEST\libtest_fortran\libtest_fortran.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "libtest_fortrandll"="..\..\fortran\test\libtest_fortrandll\libtest_fortrandll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libtest_cstubdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "links"="..\..\test\links\links.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "linksdll"="..\..\test\linksdll\linksdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "mount"="..\..\test\mount\mount.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "mountdll"="..\..\test\mountdll\mountdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "mtime"="..\..\test\mtime\mtime.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "mtimedll"="..\..\test\mtimedll\mtimedll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "ntypes"="..\..\test\ntypes\ntypes.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "ntypesdll"="..\..\test\ntypesdll\ntypesdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "objcopy"="..\..\TEST\objcopy\objcopy.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "objcopydll"="..\..\TEST\objcopydll\objcopydll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "ohdr"="..\..\test\ohdr\ohdr.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "ohdr_gentst"="..\..\TEST\ohdr_gentst\ohdr_gentst.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency -}}} - -############################################################################### - -Project: "ohdrdll"="..\..\test\ohdrdll\ohdrdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "overhead"="..\..\test\overhead\overhead.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency -}}} - -############################################################################### - -Project: "overheaddll"="..\..\test\overheaddll\overheaddll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency -}}} - -############################################################################### - -Project: "pool"="..\..\TEST\pool\pool.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "pooldll"="..\..\TEST\pooldll\pooldll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "reserved"="..\..\TEST\reserved\reserved.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "reserveddll"="..\..\TEST\reserveddll\reserveddll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "set_extent"="..\..\TEST\set_extent\set_extent.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "set_extentdll"="..\..\test\set_extentdll\set_extentdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "stab"="..\..\test\stab\stab.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "stabdll"="..\..\test\stabdll\stabdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "talign"="..\..\TOOLS\talign\talign.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name toolslib - End Project Dependency -}}} - -############################################################################### - -Project: "taligndll"="..\..\TOOLS\taligndll\taligndll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name toolslibD - End Project Dependency -}}} - -############################################################################### - -Project: "tellub"="..\..\TEST\tellub\tellub.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name toolslib - End Project Dependency -}}} - -############################################################################### - -Project: "testh5repack_detect_szip"="..\..\TOOLS\TESTFILES\testh5repack_detect_szip\testh5repack_detect_szip.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name toolslib - End Project Dependency -}}} - -############################################################################### - -Project: "testh5repack_detect_szipdll"="..\..\TOOLS\TESTFILES\testh5repack_detect_szipdll\testh5repack_detect_szipdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name toolslibD - End Project Dependency -}}} - -############################################################################### - -Project: "testhdf5"="..\..\test\testhdf5\testhdf5.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "testhdf5_cpp"="..\..\C++\TEST\testhdf5_cpp\testhdf5_cpp.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5_cpp - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "testhdf5_cppdll"="..\..\c++\test\testhdf5_cppdll\testhdf5_cppdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5_cppdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "testhdf5_fortran"="..\..\FORTRAN\TEST\testhdf5_fortran\testhdf5_fortran.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5_fortran - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest_fortran - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_f90cstub - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "testhdf5_fortrandll"="..\..\fortran\test\testhdf5_fortrandll\testhdf5_fortrandll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5_fortrandll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5_f90cstubdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest_fortrandll - End Project Dependency - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest_cstubdll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "testhdf5dll"="..\..\test\testhdf5dll\testhdf5dll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "toolslib"="..\..\tools\toolslib\toolslib.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "toolslibD"="..\..\tools\toolslibD\toolslibD.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "ttsafedll"="..\..\test\ttsafedll\ttsafedll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "unlink"="..\..\test\unlink\unlink.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "unlinkdll"="..\..\test\unlinkdll\unlinkdll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Project: "vfd"="..\..\TEST\vfd\vfd.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5 - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtest - End Project Dependency -}}} - -############################################################################### - -Project: "vfddll"="..\..\TEST\vfddll\vfddll.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name hdf5dll - End Project Dependency - Begin Project Dependency - Project_Dep_Name libtestD - End Project Dependency -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - diff --git a/windows/proj/all/all.sln b/windows/proj/all/all.sln index 5957e6d..4d42aaa 100755 --- a/windows/proj/all/all.sln +++ b/windows/proj/all/all.sln @@ -1,2553 +1,1668 @@ - -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "all", "all.vcproj", "{7FE89F7F-C594-4F16-8350-CDBAE9BDEC14}" - ProjectSection(ProjectDependencies) = postProject - {EFBE25F6-FEB0-49FB-98B7-7554D344B449} = {EFBE25F6-FEB0-49FB-98B7-7554D344B449} - {90C834A7-2C6E-4C98-A3F8-60358BFDA16C} = {90C834A7-2C6E-4C98-A3F8-60358BFDA16C} - {83E5ED97-E100-440A-B776-565607046268} = {83E5ED97-E100-440A-B776-565607046268} - {F6018C73-A909-4EDA-BB96-EC46E2BF407A} = {F6018C73-A909-4EDA-BB96-EC46E2BF407A} - {6B33678F-A6C5-4523-8599-69ECBEFE3322} = {6B33678F-A6C5-4523-8599-69ECBEFE3322} - {C6F427F0-6992-493C-B874-BB79BAFDACB3} = {C6F427F0-6992-493C-B874-BB79BAFDACB3} - {DE0A12D0-8DCF-4497-9B03-D0DAF766C769} = {DE0A12D0-8DCF-4497-9B03-D0DAF766C769} - {211128E0-8B8E-47B8-A752-2236FBD16914} = {211128E0-8B8E-47B8-A752-2236FBD16914} - {8C47AEC1-325A-4595-B062-530016AD60B0} = {8C47AEC1-325A-4595-B062-530016AD60B0} - {D37EFABA-1DBE-4727-AA82-EBF3F02A8ABD} = {D37EFABA-1DBE-4727-AA82-EBF3F02A8ABD} - {8F8D28B2-F475-43CC-B0EC-99DB54F98076} = {8F8D28B2-F475-43CC-B0EC-99DB54F98076} - {1D5BC921-3C5A-4C8E-9E83-9A90102733E8} = {1D5BC921-3C5A-4C8E-9E83-9A90102733E8} - {A452C976-F392-4C71-A63A-1B59AAA20D82} = {A452C976-F392-4C71-A63A-1B59AAA20D82} - {F6936007-3DA2-41EC-A84E-74FAE969C926} = {F6936007-3DA2-41EC-A84E-74FAE969C926} - {2D137D66-00FA-4AF0-B781-CBBD026727F8} = {2D137D66-00FA-4AF0-B781-CBBD026727F8} - {A04CE099-048E-4276-AF6B-616CBED63701} = {A04CE099-048E-4276-AF6B-616CBED63701} - {9EA64166-11C2-4A29-A097-029CF6FCFB44} = {9EA64166-11C2-4A29-A097-029CF6FCFB44} - {218E1466-6211-453E-8238-8B00631BB617} = {218E1466-6211-453E-8238-8B00631BB617} - {B75DC8D3-C58A-4F71-B21C-F9113574857A} = {B75DC8D3-C58A-4F71-B21C-F9113574857A} - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {AEE6D1AC-172E-4FB1-9118-CA56AAB62A46} = {AEE6D1AC-172E-4FB1-9118-CA56AAB62A46} - {3291DF7F-FAEF-4B43-B3E9-A4939E370D01} = {3291DF7F-FAEF-4B43-B3E9-A4939E370D01} - {5496B791-CD5A-44CA-8657-34E149443203} = {5496B791-CD5A-44CA-8657-34E149443203} - {5172F8C5-0230-4E07-AB25-7FCA58510B7C} = {5172F8C5-0230-4E07-AB25-7FCA58510B7C} - {2C9F0A83-953F-4ADC-B024-1D9BFC085EDA} = {2C9F0A83-953F-4ADC-B024-1D9BFC085EDA} - {B369361C-0C38-4689-BD5D-9296E948C5D6} = {B369361C-0C38-4689-BD5D-9296E948C5D6} - {373C8E72-DB5D-4989-AC1A-4CE16F12E849} = {373C8E72-DB5D-4989-AC1A-4CE16F12E849} - {EA6DADCB-A5D4-4C86-9356-4A1E1C15B0B8} = {EA6DADCB-A5D4-4C86-9356-4A1E1C15B0B8} - {C995E489-F865-4900-B6CA-9283BDEAB7E5} = {C995E489-F865-4900-B6CA-9283BDEAB7E5} - {B6D98061-C5F8-4852-BBC0-E85A462ECA10} = {B6D98061-C5F8-4852-BBC0-E85A462ECA10} - {5E364F39-7A7C-4AEF-918D-93D85BF606E3} = {5E364F39-7A7C-4AEF-918D-93D85BF606E3} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} - {2A01DE63-9303-4FA6-AE20-E074938490C8} = {2A01DE63-9303-4FA6-AE20-E074938490C8} - {3AA62147-1B2D-4E20-8F55-FD283FDA1EDC} = {3AA62147-1B2D-4E20-8F55-FD283FDA1EDC} - {E75CAF12-88A0-42C8-862D-72DE8B5A82DA} = {E75CAF12-88A0-42C8-862D-72DE8B5A82DA} - {E19EC039-7280-4C29-B15A-D1B727F58722} = {E19EC039-7280-4C29-B15A-D1B727F58722} - {4D2DF2E9-0A8D-405E-BB97-F5B1516D1993} = {4D2DF2E9-0A8D-405E-BB97-F5B1516D1993} - {7A0DE24B-8C5C-4837-8848-E8970C219BE7} = {7A0DE24B-8C5C-4837-8848-E8970C219BE7} - {4B5631B8-E378-452D-A043-94BB1E795B6E} = {4B5631B8-E378-452D-A043-94BB1E795B6E} - {75FD903E-202D-499B-A7C8-E750CDD4394D} = {75FD903E-202D-499B-A7C8-E750CDD4394D} - {CA036F37-62C2-474D-9C43-39D304BE91E2} = {CA036F37-62C2-474D-9C43-39D304BE91E2} - {52C6F4EC-DC6C-4AB9-8840-52752337C8A0} = {52C6F4EC-DC6C-4AB9-8840-52752337C8A0} - {FC6152D0-83A4-4421-A35B-E41B3DDA3233} = {FC6152D0-83A4-4421-A35B-E41B3DDA3233} - {B47AEDC9-7EB9-4D6F-909C-ED7FF384DDC5} = {B47AEDC9-7EB9-4D6F-909C-ED7FF384DDC5} - {42ED9C47-8C03-4587-94B4-0CEBD909F2F3} = {42ED9C47-8C03-4587-94B4-0CEBD909F2F3} - {1AD92DD8-28A1-4A19-99A0-98CD3AF9CF15} = {1AD92DD8-28A1-4A19-99A0-98CD3AF9CF15} - {4D4C7F31-4602-40D3-BEEA-43DBF1B44310} = {4D4C7F31-4602-40D3-BEEA-43DBF1B44310} - {453A38B9-E517-404A-80C6-6DE2B3E5BECE} = {453A38B9-E517-404A-80C6-6DE2B3E5BECE} - {245443C4-2A88-4ED8-BBEB-6DA7521B4315} = {245443C4-2A88-4ED8-BBEB-6DA7521B4315} - {21BDC9C3-0DF2-458E-8845-C34EE064A970} = {21BDC9C3-0DF2-458E-8845-C34EE064A970} - {F0E47B47-125C-4988-831C-CCCC720147A7} = {F0E47B47-125C-4988-831C-CCCC720147A7} - {E47CE500-1C2D-498D-97D1-2E4774D1E76E} = {E47CE500-1C2D-498D-97D1-2E4774D1E76E} - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {759E454A-9371-48FC-BB72-D427D2F9B206} = {759E454A-9371-48FC-BB72-D427D2F9B206} - {D7A6EC29-0A7C-47A6-B03C-71DB25EBC129} = {D7A6EC29-0A7C-47A6-B03C-71DB25EBC129} - {413A1296-505D-4DCB-B223-51736B879676} = {413A1296-505D-4DCB-B223-51736B879676} - {17142FD9-783B-4DDC-BC3C-E7008D6A0B5D} = {17142FD9-783B-4DDC-BC3C-E7008D6A0B5D} - {226342FF-BCC1-4F6A-81D5-9BA777D86D78} = {226342FF-BCC1-4F6A-81D5-9BA777D86D78} - {0E3AFD54-FA8B-4FB2-8CF7-26200490B23F} = {0E3AFD54-FA8B-4FB2-8CF7-26200490B23F} - {7A25FF90-2F9C-4EB1-BF50-365C7B3B6855} = {7A25FF90-2F9C-4EB1-BF50-365C7B3B6855} - {2878F43A-19C6-44A6-AD9A-7072026C7F34} = {2878F43A-19C6-44A6-AD9A-7072026C7F34} - {300598E5-AFE8-4F42-AA6C-84B01F9B9488} = {300598E5-AFE8-4F42-AA6C-84B01F9B9488} - {EB2FBF80-0348-41FF-A1E9-E7A8AC934F6C} = {EB2FBF80-0348-41FF-A1E9-E7A8AC934F6C} - {197A550A-1A8B-410E-A790-54FBCFDBAE67} = {197A550A-1A8B-410E-A790-54FBCFDBAE67} - {ADDF4596-F08A-4EE5-ADB6-D0AFA4FD6808} = {ADDF4596-F08A-4EE5-ADB6-D0AFA4FD6808} - {CC3F887D-28B2-43C0-8899-62E9C315B1F6} = {CC3F887D-28B2-43C0-8899-62E9C315B1F6} - {25F08B1F-A6AE-4E47-8B0C-314DFD8C7E12} = {25F08B1F-A6AE-4E47-8B0C-314DFD8C7E12} - {C20752F4-AA5C-4883-BD1A-72DD4588FA6B} = {C20752F4-AA5C-4883-BD1A-72DD4588FA6B} - {AB3903C5-654F-4BF1-B113-6FCA32422347} = {AB3903C5-654F-4BF1-B113-6FCA32422347} - {6EB7BB54-E02E-4B3C-97B7-158C0A5D382D} = {6EB7BB54-E02E-4B3C-97B7-158C0A5D382D} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} - {8DB0E73B-9B1C-4AF8-A218-9FE540D1C1FF} = {8DB0E73B-9B1C-4AF8-A218-9FE540D1C1FF} - {D59D50F1-83D4-468F-9154-8D85E4D8498C} = {D59D50F1-83D4-468F-9154-8D85E4D8498C} - {2EBD3E3B-2C50-41EE-ACC0-5091FB876355} = {2EBD3E3B-2C50-41EE-ACC0-5091FB876355} - {06CE6F7C-599A-4068-84A2-CF138FEA88CF} = {06CE6F7C-599A-4068-84A2-CF138FEA88CF} - {554EDDE2-BA6D-4A20-A13C-4B67B328D33B} = {554EDDE2-BA6D-4A20-A13C-4B67B328D33B} - {2F04E9BC-D7BD-43E0-AC0E-3D504DEB1531} = {2F04E9BC-D7BD-43E0-AC0E-3D504DEB1531} - {6C507C3E-774E-450A-AEE6-890ECD427ABF} = {6C507C3E-774E-450A-AEE6-890ECD427ABF} - {B11FC530-4029-4CBD-97BC-924BCBB9F346} = {B11FC530-4029-4CBD-97BC-924BCBB9F346} - {C9FA0A8E-C547-4147-B4C3-D5CCE57A3BAC} = {C9FA0A8E-C547-4147-B4C3-D5CCE57A3BAC} - {1DA0A1C4-78CC-4F81-B4F8-1CF32DFA52D2} = {1DA0A1C4-78CC-4F81-B4F8-1CF32DFA52D2} - {C7CE460F-6A9F-4631-B9BF-ADAB0ED8C465} = {C7CE460F-6A9F-4631-B9BF-ADAB0ED8C465} - {BF6AE5AA-67B2-439C-B46E-81CC25E3634E} = {BF6AE5AA-67B2-439C-B46E-81CC25E3634E} - {4E1AA822-F079-4F37-BF63-47FDB40CED58} = {4E1AA822-F079-4F37-BF63-47FDB40CED58} - {50434CC6-3049-4DBE-A91F-01388E0D931E} = {50434CC6-3049-4DBE-A91F-01388E0D931E} - {290298A2-95C4-4157-921B-95D2171E72D9} = {290298A2-95C4-4157-921B-95D2171E72D9} - {4B2636A1-0425-470E-859F-D17E639EAE2F} = {4B2636A1-0425-470E-859F-D17E639EAE2F} - {C01E0A44-0E9E-4A9D-BD9C-375A6C6EABF1} = {C01E0A44-0E9E-4A9D-BD9C-375A6C6EABF1} - {C8A32DF8-A4C6-4E0D-8F77-384F337922A3} = {C8A32DF8-A4C6-4E0D-8F77-384F337922A3} - {6B4A09B1-A3F1-4688-A9F3-6BB9679B1775} = {6B4A09B1-A3F1-4688-A9F3-6BB9679B1775} - {B9D487F9-A071-4D56-B4D3-A1F683905A7B} = {B9D487F9-A071-4D56-B4D3-A1F683905A7B} - {237F0E07-DB98-48B1-9AC6-F4ABE10DFE83} = {237F0E07-DB98-48B1-9AC6-F4ABE10DFE83} - {CB9CE104-AB68-4FFC-834D-23232A7EB0FC} = {CB9CE104-AB68-4FFC-834D-23232A7EB0FC} - {2DC45E49-C146-4CB2-8E00-23906B267D8A} = {2DC45E49-C146-4CB2-8E00-23906B267D8A} - {530CBBF9-D357-425F-A7BD-4F594B2D7FD2} = {530CBBF9-D357-425F-A7BD-4F594B2D7FD2} - {ED18E29E-A9E7-40A2-8323-93A0747FD736} = {ED18E29E-A9E7-40A2-8323-93A0747FD736} - {4CF337E4-081F-49ED-BB8A-C3E2465F6EDF} = {4CF337E4-081F-49ED-BB8A-C3E2465F6EDF} - {016D4D34-D5A9-49F1-8FB5-3FD668ADF678} = {016D4D34-D5A9-49F1-8FB5-3FD668ADF678} - {BCAFEF97-A2BD-4F1E-94BF-C6D8AE1BFC75} = {BCAFEF97-A2BD-4F1E-94BF-C6D8AE1BFC75} - {283C8FA7-D9BB-4710-8611-FFED18A65E54} = {283C8FA7-D9BB-4710-8611-FFED18A65E54} - {2EB00109-0CE8-433E-A637-2FB80CDE66AC} = {2EB00109-0CE8-433E-A637-2FB80CDE66AC} - {C8B36531-5181-429A-80F8-4525679FF5D7} = {C8B36531-5181-429A-80F8-4525679FF5D7} - {F8DC1C15-7E55-4C11-863B-084AEB9E4F95} = {F8DC1C15-7E55-4C11-863B-084AEB9E4F95} - {A987DA43-3B56-4985-BB6D-2A5F372425D8} = {A987DA43-3B56-4985-BB6D-2A5F372425D8} - {98B6A456-DD12-4533-84E5-5C844309FABB} = {98B6A456-DD12-4533-84E5-5C844309FABB} - {39A463C7-973B-46EB-A254-5070E1418520} = {39A463C7-973B-46EB-A254-5070E1418520} - {0176A72D-B70E-48CA-B605-F1BAA90724ED} = {0176A72D-B70E-48CA-B605-F1BAA90724ED} - {F1F957B3-23EA-4CFF-B14D-BB71CA512CDE} = {F1F957B3-23EA-4CFF-B14D-BB71CA512CDE} - {8C1E298A-20A8-4FA4-8984-F210F5F8F8BC} = {8C1E298A-20A8-4FA4-8984-F210F5F8F8BC} - {BC21BD14-0F40-4247-8359-DE64B8D4B557} = {BC21BD14-0F40-4247-8359-DE64B8D4B557} - {E2351550-42B6-45C2-9430-7873B6AFC666} = {E2351550-42B6-45C2-9430-7873B6AFC666} - {40D6C48B-47C0-4638-B9ED-344DF2CD8ACC} = {40D6C48B-47C0-4638-B9ED-344DF2CD8ACC} - {F54EA1DE-4B88-43B7-A659-88CCBEBC2371} = {F54EA1DE-4B88-43B7-A659-88CCBEBC2371} - {7BFE6C0D-1E1D-4206-8C41-4D002B393FB0} = {7BFE6C0D-1E1D-4206-8C41-4D002B393FB0} - {BCA52642-5955-48F9-976C-ADDE53021BEF} = {BCA52642-5955-48F9-976C-ADDE53021BEF} - {AC113466-A287-460B-900C-06E7D5ADD897} = {AC113466-A287-460B-900C-06E7D5ADD897} - {FEE83DDE-4154-4A98-AB4E-F5AC9D820BF0} = {FEE83DDE-4154-4A98-AB4E-F5AC9D820BF0} - {84AC443A-1A8D-410B-99EE-FBAB0023CD52} = {84AC443A-1A8D-410B-99EE-FBAB0023CD52} - {88240079-1D11-40FD-9D09-F22D09B2AC49} = {88240079-1D11-40FD-9D09-F22D09B2AC49} - {5A3094D1-E8C1-4D63-B1FE-6835BCA7C679} = {5A3094D1-E8C1-4D63-B1FE-6835BCA7C679} - {830A103B-37A4-4DFA-95C8-FCC6F6E193A8} = {830A103B-37A4-4DFA-95C8-FCC6F6E193A8} - {35A449DC-3DA4-4F0A-9D5F-7F75CE590DC0} = {35A449DC-3DA4-4F0A-9D5F-7F75CE590DC0} - {50E73584-D22A-4A1A-AD31-C79277EDB56A} = {50E73584-D22A-4A1A-AD31-C79277EDB56A} - {8482D571-DC7B-4E97-BC2E-EA84CBD7B34A} = {8482D571-DC7B-4E97-BC2E-EA84CBD7B34A} - {081F2645-550A-4C90-8659-DAB32FF68511} = {081F2645-550A-4C90-8659-DAB32FF68511} - {F620F7BD-273E-4475-BF3A-35B5BDDADB02} = {F620F7BD-273E-4475-BF3A-35B5BDDADB02} - {A2361194-66F9-44ED-B0BD-AB82B05ACA42} = {A2361194-66F9-44ED-B0BD-AB82B05ACA42} - {47BB75C1-41ED-4B2D-86A9-D337F9860105} = {47BB75C1-41ED-4B2D-86A9-D337F9860105} - {2F123602-1D76-42F0-9647-488FB231338D} = {2F123602-1D76-42F0-9647-488FB231338D} - {15CDE665-9B48-41E2-A216-805BAECA9718} = {15CDE665-9B48-41E2-A216-805BAECA9718} - {D74A2400-41A9-48D6-AA93-526FC2A50A41} = {D74A2400-41A9-48D6-AA93-526FC2A50A41} - {18B03012-1BD4-47D8-BC75-9FAE8ABEF604} = {18B03012-1BD4-47D8-BC75-9FAE8ABEF604} - {8710CBC9-F52B-4805-A17B-3E440AA69DF9} = {8710CBC9-F52B-4805-A17B-3E440AA69DF9} - {F3E5EB72-1F0F-4E1E-9E8B-F01F423C624B} = {F3E5EB72-1F0F-4E1E-9E8B-F01F423C624B} - {C72E56D9-E523-4EC7-8336-95F35700A02F} = {C72E56D9-E523-4EC7-8336-95F35700A02F} - {CE4B6B09-E8D6-4B57-9DEA-882BCCA722A5} = {CE4B6B09-E8D6-4B57-9DEA-882BCCA722A5} - {25C8541E-B3C2-4888-8900-FAABEC69311B} = {25C8541E-B3C2-4888-8900-FAABEC69311B} - {48D42B34-8673-4019-BD18-EE81A9B87F1C} = {48D42B34-8673-4019-BD18-EE81A9B87F1C} - {FC8FC13F-93B3-4F49-9548-FBA5D98FE9C1} = {FC8FC13F-93B3-4F49-9548-FBA5D98FE9C1} - {71EDC4C4-9678-4A96-92A2-4AC2B08CAB40} = {71EDC4C4-9678-4A96-92A2-4AC2B08CAB40} +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "all", "all.vcproj", "{24E5C6DF-1FA4-49AD-AE75-1D9347966CC5}" + ProjectSection(ProjectDependencies) = postProject + {8C6D9C00-44A9-432F-B695-F56439C1B288} = {8C6D9C00-44A9-432F-B695-F56439C1B288} + {0A049202-6533-413E-89D6-5D6866AAE703} = {0A049202-6533-413E-89D6-5D6866AAE703} + {6FFCE804-EF4A-468F-A174-561934C153A1} = {6FFCE804-EF4A-468F-A174-561934C153A1} + {4AC79406-D6E0-43B3-82B0-7A032FABB52A} = {4AC79406-D6E0-43B3-82B0-7A032FABB52A} + {E1F98D07-4724-46CB-B327-5677C1C9266D} = {E1F98D07-4724-46CB-B327-5677C1C9266D} + {364FF608-7969-4ED1-95B2-8592872F8264} = {364FF608-7969-4ED1-95B2-8592872F8264} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {854F7E09-CEB5-44CD-B924-3FFAC7936323} = {854F7E09-CEB5-44CD-B924-3FFAC7936323} + {405F6F0A-DBE6-4A4E-AAE2-D4D514BA0CF5} = {405F6F0A-DBE6-4A4E-AAE2-D4D514BA0CF5} + {89DA820B-7A3B-46FA-AE09-971A739BEEFD} = {89DA820B-7A3B-46FA-AE09-971A739BEEFD} + {0D18A50F-52B3-4322-AC0D-F15CD657CEC4} = {0D18A50F-52B3-4322-AC0D-F15CD657CEC4} + {73B78F11-3DCC-4A00-B4A6-E5A8FAE9DD90} = {73B78F11-3DCC-4A00-B4A6-E5A8FAE9DD90} + {B21CA611-6DAE-4051-8B4C-989E135711B1} = {B21CA611-6DAE-4051-8B4C-989E135711B1} + {9FCBE814-3818-4F1A-975D-05BAF6FF432F} = {9FCBE814-3818-4F1A-975D-05BAF6FF432F} + {52E83C17-2B68-44B5-881D-4F6338FB14C7} = {52E83C17-2B68-44B5-881D-4F6338FB14C7} + {357A1E1A-D5EA-42FB-B4B1-EEB8A4B2BBF0} = {357A1E1A-D5EA-42FB-B4B1-EEB8A4B2BBF0} + {D279901A-8E21-47D3-B7EA-A572EE12F2E6} = {D279901A-8E21-47D3-B7EA-A572EE12F2E6} + {411D221C-9FA1-417E-8A2B-DF746F4C7E07} = {411D221C-9FA1-417E-8A2B-DF746F4C7E07} + {794B7E1E-E6AD-456D-9F33-FCE317325EC4} = {794B7E1E-E6AD-456D-9F33-FCE317325EC4} + {7D293021-0601-498B-91B8-C49580EFB08D} = {7D293021-0601-498B-91B8-C49580EFB08D} + {BE1A0022-708E-4CC2-B01C-26BD99AB6576} = {BE1A0022-708E-4CC2-B01C-26BD99AB6576} + {802B922A-E813-438E-A180-4A8839A11A55} = {802B922A-E813-438E-A180-4A8839A11A55} + {AC4C582B-B27D-4E57-A59F-6FF0E833C6E5} = {AC4C582B-B27D-4E57-A59F-6FF0E833C6E5} + {2248C52C-75DC-465B-A598-6E89CC93E00D} = {2248C52C-75DC-465B-A598-6E89CC93E00D} + {834DD32C-D078-441F-95F4-9CDE108B60AE} = {834DD32C-D078-441F-95F4-9CDE108B60AE} + {AF696934-5004-4C1D-90C3-B434E92AFB89} = {AF696934-5004-4C1D-90C3-B434E92AFB89} + {3EDEB434-F59E-4C50-8884-F0BB29845619} = {3EDEB434-F59E-4C50-8884-F0BB29845619} + {69952435-F01F-46A7-B907-A78EBC864ED7} = {69952435-F01F-46A7-B907-A78EBC864ED7} + {196F5935-2391-49A7-B6A2-410DF8149F0D} = {196F5935-2391-49A7-B6A2-410DF8149F0D} + {E5C9E235-E10F-4F46-A94F-A112CD8D867E} = {E5C9E235-E10F-4F46-A94F-A112CD8D867E} + {27CCFE35-61A5-434F-8B83-9A40AE2AE8C5} = {27CCFE35-61A5-434F-8B83-9A40AE2AE8C5} + {0C5E3F36-3338-4B2C-A956-4D577B6119E7} = {0C5E3F36-3338-4B2C-A956-4D577B6119E7} + {AACD0537-E8F3-4F0F-A0E6-B99C0F4EF892} = {AACD0537-E8F3-4F0F-A0E6-B99C0F4EF892} + {80892339-F6CE-4E96-B61B-131095F2612D} = {80892339-F6CE-4E96-B61B-131095F2612D} + {9ADAE03A-2060-471E-A7B5-9D8F6995223A} = {9ADAE03A-2060-471E-A7B5-9D8F6995223A} + {ABBF8F3E-F1B5-45FA-8FD0-50B167511EDF} = {ABBF8F3E-F1B5-45FA-8FD0-50B167511EDF} + {D8D53F43-41EE-486A-8DBD-956D8CD072E8} = {D8D53F43-41EE-486A-8DBD-956D8CD072E8} + {CEA44545-33C8-4C63-9F8C-85BA48F45637} = {CEA44545-33C8-4C63-9F8C-85BA48F45637} + {03359B45-E43D-44B3-BDE5-8B14D9F0D827} = {03359B45-E43D-44B3-BDE5-8B14D9F0D827} + {F5109F4B-5869-40A7-BC6A-8130CA4BB987} = {F5109F4B-5869-40A7-BC6A-8130CA4BB987} + {9A124450-EC54-4813-B0B1-2CA96B695009} = {9A124450-EC54-4813-B0B1-2CA96B695009} + {FB74E351-0C4E-4173-B0D3-10DD12F2DCA5} = {FB74E351-0C4E-4173-B0D3-10DD12F2DCA5} + {37605955-FA00-41C9-9D39-D078CF270376} = {37605955-FA00-41C9-9D39-D078CF270376} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {57A5C559-F1BD-49F1-9B5E-13591D22FD75} = {57A5C559-F1BD-49F1-9B5E-13591D22FD75} + {400D995A-CFC8-4D39-A449-88BE067834F8} = {400D995A-CFC8-4D39-A449-88BE067834F8} + {3B4A4A62-FDAC-4219-98BD-80C4FE5D4B2F} = {3B4A4A62-FDAC-4219-98BD-80C4FE5D4B2F} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} + {5A90FD64-6EED-45E1-A147-D9FE72788570} = {5A90FD64-6EED-45E1-A147-D9FE72788570} + {68A52165-E0EF-4019-B658-1AC734649955} = {68A52165-E0EF-4019-B658-1AC734649955} + {BE9A4A65-F25B-4DCF-8B55-06B3D0C685CB} = {BE9A4A65-F25B-4DCF-8B55-06B3D0C685CB} + {6312B365-AA53-43AA-BD00-848C1323CA8B} = {6312B365-AA53-43AA-BD00-848C1323CA8B} + {C4BA3E66-2310-43E7-B30A-ABDCCF44D823} = {C4BA3E66-2310-43E7-B30A-ABDCCF44D823} + {AE5D4766-9668-4EB5-B801-5DF8F53363FC} = {AE5D4766-9668-4EB5-B801-5DF8F53363FC} + {76858167-F4DB-476C-A2B6-A3069D60D9E2} = {76858167-F4DB-476C-A2B6-A3069D60D9E2} + {C325E167-DBC3-4611-8AC8-2A118432E35B} = {C325E167-DBC3-4611-8AC8-2A118432E35B} + {CE7C4168-68A6-43B2-BAE7-B2CF857C8F03} = {CE7C4168-68A6-43B2-BAE7-B2CF857C8F03} + {7E207F6A-DC28-4DEB-8454-7977092131DC} = {7E207F6A-DC28-4DEB-8454-7977092131DC} + {8C97CA6D-2210-4D1F-AEF2-5D56FFBCE767} = {8C97CA6D-2210-4D1F-AEF2-5D56FFBCE767} + {4BAFED6D-07B4-465D-8C93-81A1C2EF02E0} = {4BAFED6D-07B4-465D-8C93-81A1C2EF02E0} + {C2E6106F-1450-4F62-8D8E-17A93E986B26} = {C2E6106F-1450-4F62-8D8E-17A93E986B26} + {0DA16B6F-0156-417A-9093-589D55BB066C} = {0DA16B6F-0156-417A-9093-589D55BB066C} + {D1518671-CB9D-471F-8BCE-A03DE67F26B1} = {D1518671-CB9D-471F-8BCE-A03DE67F26B1} + {958A5473-0E7C-4FA1-9C2F-AEA0925EF5AD} = {958A5473-0E7C-4FA1-9C2F-AEA0925EF5AD} + {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} = {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} + {832DD776-BC7F-40B5-90D0-E6448014CA5B} = {832DD776-BC7F-40B5-90D0-E6448014CA5B} + {8792D377-8105-4C67-87F1-115E48D0178F} = {8792D377-8105-4C67-87F1-115E48D0178F} + {2DCDB978-79B7-4A3A-B24A-D908A49B7D50} = {2DCDB978-79B7-4A3A-B24A-D908A49B7D50} + {9AAC897A-70FA-4E5E-BF48-F664C12B05C7} = {9AAC897A-70FA-4E5E-BF48-F664C12B05C7} + {E3B02B7C-6CF5-42C5-8AF5-48D2B6D8F94B} = {E3B02B7C-6CF5-42C5-8AF5-48D2B6D8F94B} + {CEBB9980-4B77-4105-BFEB-4DCDBB1F5E35} = {CEBB9980-4B77-4105-BFEB-4DCDBB1F5E35} + {EBF7C380-5F58-462D-993D-75B53F83FA81} = {EBF7C380-5F58-462D-993D-75B53F83FA81} + {71A1C081-FF1C-452B-B938-95551D565302} = {71A1C081-FF1C-452B-B938-95551D565302} + {7693B383-C2CB-43FD-A428-598F73D214F7} = {7693B383-C2CB-43FD-A428-598F73D214F7} + {E9F8FC85-8508-4FE7-9BB0-C0494A71BA1B} = {E9F8FC85-8508-4FE7-9BB0-C0494A71BA1B} + {DFE42486-47A2-487C-81B9-DDCDA9F07BF0} = {DFE42486-47A2-487C-81B9-DDCDA9F07BF0} + {A90ADD88-DA1B-4642-A97B-37DF89433858} = {A90ADD88-DA1B-4642-A97B-37DF89433858} + {98AE818A-E887-414B-985F-85F8411916C9} = {98AE818A-E887-414B-985F-85F8411916C9} + {BE4FFA8B-2988-4888-A9B9-DD108BCBA8A6} = {BE4FFA8B-2988-4888-A9B9-DD108BCBA8A6} + {F2E38A8C-F3A3-4DA4-B9C2-11C753FF51BF} = {F2E38A8C-F3A3-4DA4-B9C2-11C753FF51BF} + {8708E58C-F990-4B6C-AD83-745CA9582E92} = {8708E58C-F990-4B6C-AD83-745CA9582E92} + {7CF4F18C-3C74-4EBB-AD76-F41575D7A5A0} = {7CF4F18C-3C74-4EBB-AD76-F41575D7A5A0} + {D0CEF98C-07B5-4A8A-9153-43FDF6B5F169} = {D0CEF98C-07B5-4A8A-9153-43FDF6B5F169} + {FD8B058E-F53A-4197-B75E-849904E5AA79} = {FD8B058E-F53A-4197-B75E-849904E5AA79} + {14DB1F8E-0BF6-4E9D-8372-5EA9ED48347F} = {14DB1F8E-0BF6-4E9D-8372-5EA9ED48347F} + {EFA04391-B35B-44C0-AB27-1383D4C9E358} = {EFA04391-B35B-44C0-AB27-1383D4C9E358} + {9A226D92-9326-4907-A462-25997D5C9427} = {9A226D92-9326-4907-A462-25997D5C9427} + {7F1AFE93-97E7-4905-A2CF-5C845D7FDD4F} = {7F1AFE93-97E7-4905-A2CF-5C845D7FDD4F} + {34EEE194-B77E-453E-9C59-252C0421188A} = {34EEE194-B77E-453E-9C59-252C0421188A} + {0E0F449A-7998-4113-BDD2-A74E0B6D3466} = {0E0F449A-7998-4113-BDD2-A74E0B6D3466} + {D15E5D9B-A1A6-4935-889C-D880FD0068CE} = {D15E5D9B-A1A6-4935-889C-D880FD0068CE} + {3E41969B-D69B-4235-B192-A94F7853D869} = {3E41969B-D69B-4235-B192-A94F7853D869} + {4941199C-EB11-460D-8EF7-9F68293AE202} = {4941199C-EB11-460D-8EF7-9F68293AE202} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + {53022A9D-F5B2-407C-9A29-3AC71B3E6DDC} = {53022A9D-F5B2-407C-9A29-3AC71B3E6DDC} + {8CE6FF9D-8A14-4A45-971A-18972109AC9D} = {8CE6FF9D-8A14-4A45-971A-18972109AC9D} + {AA7A40A2-A837-4557-AB3D-D64980F6F8E4} = {AA7A40A2-A837-4557-AB3D-D64980F6F8E4} + {7C30B2A4-A24D-4796-9754-CABBDB46D0F8} = {7C30B2A4-A24D-4796-9754-CABBDB46D0F8} + {D1AADCA9-FB5A-4F44-8E11-8232941E2C33} = {D1AADCA9-FB5A-4F44-8E11-8232941E2C33} + {E02CDAAC-05F4-436B-B245-2A402FFA131F} = {E02CDAAC-05F4-436B-B245-2A402FFA131F} + {EC6B5EAD-D938-4211-A7B1-01C9D2C15160} = {EC6B5EAD-D938-4211-A7B1-01C9D2C15160} + {5EA5BDAD-3AE9-4BCA-AC1A-93B3B8499C30} = {5EA5BDAD-3AE9-4BCA-AC1A-93B3B8499C30} + {265C41B2-30D7-4FF8-A08C-B997363DA763} = {265C41B2-30D7-4FF8-A08C-B997363DA763} + {AE50F8BA-5FAC-47CC-A5A0-7F1E55C413E3} = {AE50F8BA-5FAC-47CC-A5A0-7F1E55C413E3} + {9A9D7ABC-ED3A-462E-9ED1-CB55F14174F3} = {9A9D7ABC-ED3A-462E-9ED1-CB55F14174F3} + {DBA493BD-3AF1-4616-8A80-F6FD41B70392} = {DBA493BD-3AF1-4616-8A80-F6FD41B70392} + {4F8B23C1-9832-4C3B-A836-2FBB53F628A0} = {4F8B23C1-9832-4C3B-A836-2FBB53F628A0} + {18FBE8C2-CD20-4D99-9E0B-63B408CE4850} = {18FBE8C2-CD20-4D99-9E0B-63B408CE4850} + {17DC13C3-78E0-4EF5-B7B1-87EB1A379D2A} = {17DC13C3-78E0-4EF5-B7B1-87EB1A379D2A} + {8F4417C5-2F4A-4070-88F9-0AFDB0F8EA14} = {8F4417C5-2F4A-4070-88F9-0AFDB0F8EA14} + {9321B2C5-74B3-4743-9D87-B0FDCB47373B} = {9321B2C5-74B3-4743-9D87-B0FDCB47373B} + {DB97D6C6-2E60-47DC-AED7-4691A1D6DC05} = {DB97D6C6-2E60-47DC-AED7-4691A1D6DC05} + {1C5A9EC8-F882-4A8A-B773-E79CD46369AF} = {1C5A9EC8-F882-4A8A-B773-E79CD46369AF} + {009F2CC9-B131-4C51-BCFD-CEBDEFCB32C7} = {009F2CC9-B131-4C51-BCFD-CEBDEFCB32C7} + {F4386ECB-D688-4C18-A091-673F1F8A96E7} = {F4386ECB-D688-4C18-A091-673F1F8A96E7} + {E81413CC-046C-42B0-B862-0BB81AED2854} = {E81413CC-046C-42B0-B862-0BB81AED2854} + {5CC7FFCE-2612-41B6-AF83-C1B61F67949B} = {5CC7FFCE-2612-41B6-AF83-C1B61F67949B} + {D10F67D0-8057-49C2-A62A-12D0C512288E} = {D10F67D0-8057-49C2-A62A-12D0C512288E} + {B36344D1-122C-4BC6-A292-CC82F74CBB0A} = {B36344D1-122C-4BC6-A292-CC82F74CBB0A} + {165195D1-B742-4030-8B12-3FE94B829D45} = {165195D1-B742-4030-8B12-3FE94B829D45} + {6410E6D2-EDBF-439D-8C43-1AB0C37AC851} = {6410E6D2-EDBF-439D-8C43-1AB0C37AC851} + {4EE91AD5-8332-4FD3-A5E3-BF4C145BB53A} = {4EE91AD5-8332-4FD3-A5E3-BF4C145BB53A} + {7ABA5DD5-77E7-42D3-9C29-84A13B0CAA91} = {7ABA5DD5-77E7-42D3-9C29-84A13B0CAA91} + {0CB771D6-9CAB-4799-A7B1-5D89E436E6AF} = {0CB771D6-9CAB-4799-A7B1-5D89E436E6AF} + {9E588AD8-14BD-4BA3-B4EA-16D1D882C700} = {9E588AD8-14BD-4BA3-B4EA-16D1D882C700} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + {40EBF7DB-330C-4F56-AE68-9FC7D75CB5D5} = {40EBF7DB-330C-4F56-AE68-9FC7D75CB5D5} + {55894CDC-C220-40FE-B403-D74EAC6EBACF} = {55894CDC-C220-40FE-B403-D74EAC6EBACF} + {9A8352DF-AA1E-4FE0-9494-F9D6B4E10CA2} = {9A8352DF-AA1E-4FE0-9494-F9D6B4E10CA2} + {744EA5E0-18C8-4757-82DE-2D0CF11DBDDE} = {744EA5E0-18C8-4757-82DE-2D0CF11DBDDE} + {2FC5DAE1-36D6-4783-A0F9-96D0B37687A8} = {2FC5DAE1-36D6-4783-A0F9-96D0B37687A8} + {43069CE7-E7CB-4EBF-A6CC-31E7A06D3835} = {43069CE7-E7CB-4EBF-A6CC-31E7A06D3835} + {E6A9BFE8-84DE-46C0-A372-72087598018E} = {E6A9BFE8-84DE-46C0-A372-72087598018E} + {CAC1F1E8-55D5-4CC6-857E-F01E59FB8098} = {CAC1F1E8-55D5-4CC6-857E-F01E59FB8098} + {A26C50E9-D3FB-4490-9CD7-606EB2E77D21} = {A26C50E9-D3FB-4490-9CD7-606EB2E77D21} + {1AB767EA-546C-4F72-BC1F-6AA0458512D8} = {1AB767EA-546C-4F72-BC1F-6AA0458512D8} + {1B298EEC-0B47-4145-88AA-C6558E0BD993} = {1B298EEC-0B47-4145-88AA-C6558E0BD993} + {685666ED-4640-47EE-AEA5-35B9602CA541} = {685666ED-4640-47EE-AEA5-35B9602CA541} + {E8896FEE-8601-4AFC-91EA-6F9698574174} = {E8896FEE-8601-4AFC-91EA-6F9698574174} + {4E8105F2-56D4-45D6-9017-706F804052E7} = {4E8105F2-56D4-45D6-9017-706F804052E7} + {0CB176F2-1FA9-467A-986D-512FAD8144B0} = {0CB176F2-1FA9-467A-986D-512FAD8144B0} + {76FFD0F6-3D5F-4826-A3BA-DEE92084FA27} = {76FFD0F6-3D5F-4826-A3BA-DEE92084FA27} + {1F80CDF7-B1CB-4303-B282-A21EDC2BDCB4} = {1F80CDF7-B1CB-4303-B282-A21EDC2BDCB4} + {3BBA31F8-2679-4655-975D-52FDA5ABD5C4} = {3BBA31F8-2679-4655-975D-52FDA5ABD5C4} + {D1FD44F8-8263-4B29-985D-21CE26F45A76} = {D1FD44F8-8263-4B29-985D-21CE26F45A76} + {309CE6F8-4658-44CB-8E99-0B86DCA77EFC} = {309CE6F8-4658-44CB-8E99-0B86DCA77EFC} + {34C0FDFA-81D6-4652-B841-894BD1A15FB0} = {34C0FDFA-81D6-4652-B841-894BD1A15FB0} + {EB5DE4FB-CC65-47BF-9D94-AC96B01B6A33} = {EB5DE4FB-CC65-47BF-9D94-AC96B01B6A33} + {BA86B1FE-8CA7-4A96-9FD0-11941F885589} = {BA86B1FE-8CA7-4A96-9FD0-11941F885589} + {0A33B4FE-A2C9-4B7F-ACEC-D251308182ED} = {0A33B4FE-A2C9-4B7F-ACEC-D251308182ED} + {E75602FF-F4E6-4F45-AD0D-EA49C0C66DEF} = {E75602FF-F4E6-4F45-AD0D-EA49C0C66DEF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "big", "..\..\test\big\big.vcproj", "{EFBE25F6-FEB0-49FB-98B7-7554D344B449}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "big", "..\..\test\big\big.vcproj", "{009F2CC9-B131-4C51-BCFD-CEBDEFCB32C7}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bigdll", "..\..\test\bigdll\bigdll.vcproj", "{E75CAF12-88A0-42C8-862D-72DE8B5A82DA}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bigdll", "..\..\test\bigdll\bigdll.vcproj", "{8C97CA6D-2210-4D1F-AEF2-5D56FFBCE767}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "binread", "..\..\tools\testfiles\binread\binread.vcproj", "{18B03012-1BD4-47D8-BC75-9FAE8ABEF604}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bittests", "..\..\test\bittests\bittests.vcproj", "{90C834A7-2C6E-4C98-A3F8-60358BFDA16C}" - ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bittestsdll", "..\..\test\bittestsdll\bittestsdll.vcproj", "{E19EC039-7280-4C29-B15A-D1B727F58722}" - ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "btree2", "..\..\test\btree2\btree2.vcproj", "{C8B36531-5181-429A-80F8-4525679FF5D7}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "binread", "..\..\tools\testfiles\binread\binread.vcproj", "{BE9A4A65-F25B-4DCF-8B55-06B3D0C685CB}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "btree2dll", "..\..\test\btree2dll\btree2dll.vcproj", "{F8DC1C15-7E55-4C11-863B-084AEB9E4F95}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bittests", "..\..\test\bittests\bittests.vcproj", "{958A5473-0E7C-4FA1-9C2F-AEA0925EF5AD}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cache", "..\..\TEST\cache\cache.vcproj", "{B11FC530-4029-4CBD-97BC-924BCBB9F346}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bittestsdll", "..\..\test\bittestsdll\bittestsdll.vcproj", "{E5C9E235-E10F-4F46-A94F-A112CD8D867E}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cache_api", "..\..\TEST\cache_api\cache_api.vcproj", "{35A449DC-3DA4-4F0A-9D5F-7F75CE590DC0}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "btree2", "..\..\test\btree2\btree2.vcproj", "{8CE6FF9D-8A14-4A45-971A-18972109AC9D}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cache_apidll", "..\..\TEST\cache_apidll\cache_apidll.vcproj", "{50E73584-D22A-4A1A-AD31-C79277EDB56A}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "btree2dll", "..\..\test\btree2dll\btree2dll.vcproj", "{34EEE194-B77E-453E-9C59-252C0421188A}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cachedll", "..\..\TEST\cachedll\cachedll.vcproj", "{C9FA0A8E-C547-4147-B4C3-D5CCE57A3BAC}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cache", "..\..\TEST\cache\cache.vcproj", "{4BAFED6D-07B4-465D-8C93-81A1C2EF02E0}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "chunk", "..\..\test\chunk\chunk.vcproj", "{83E5ED97-E100-440A-B776-565607046268}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cache_api", "..\..\TEST\cache_api\cache_api.vcproj", "{4F8B23C1-9832-4C3B-A836-2FBB53F628A0}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "chunkdll", "..\..\test\chunkdll\chunkdll.vcproj", "{4D2DF2E9-0A8D-405E-BB97-F5B1516D1993}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cache_apidll", "..\..\TEST\cache_apidll\cache_apidll.vcproj", "{EB5DE4FB-CC65-47BF-9D94-AC96B01B6A33}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cmpd_dset", "..\..\test\cmpd_dset\cmpd_dset.vcproj", "{F6018C73-A909-4EDA-BB96-EC46E2BF407A}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cachedll", "..\..\TEST\cachedll\cachedll.vcproj", "{D0CEF98C-07B5-4A8A-9153-43FDF6B5F169}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cmpd_dsetdll", "..\..\test\cmpd_dsetdll\cmpd_dsetdll.vcproj", "{7A0DE24B-8C5C-4837-8848-E8970C219BE7}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "chunk", "..\..\test\chunk\chunk.vcproj", "{57A5C559-F1BD-49F1-9B5E-13591D22FD75}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cross_read", "..\..\TEST\cross_read\cross_read.vcproj", "{15CDE665-9B48-41E2-A216-805BAECA9718}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "chunkdll", "..\..\test\chunkdll\chunkdll.vcproj", "{4941199C-EB11-460D-8EF7-9F68293AE202}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cross_readdll", "..\..\TEST\cross_readdll\cross_readdll.vcproj", "{D74A2400-41A9-48D6-AA93-526FC2A50A41}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cmpd_dset", "..\..\test\cmpd_dset\cmpd_dset.vcproj", "{BA86B1FE-8CA7-4A96-9FD0-11941F885589}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dangle", "..\..\TEST\dangle\dangle.vcproj", "{6B4A09B1-A3F1-4688-A9F3-6BB9679B1775}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cmpd_dsetdll", "..\..\test\cmpd_dsetdll\cmpd_dsetdll.vcproj", "{8F4417C5-2F4A-4070-88F9-0AFDB0F8EA14}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dangledll", "..\..\TEST\dangledll\dangledll.vcproj", "{237F0E07-DB98-48B1-9AC6-F4ABE10DFE83}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cross_read", "..\..\TEST\cross_read\cross_read.vcproj", "{68A52165-E0EF-4019-B658-1AC734649955}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dsets", "..\..\test\dsets\dsets.vcproj", "{6B33678F-A6C5-4523-8599-69ECBEFE3322}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cross_readdll", "..\..\TEST\cross_readdll\cross_readdll.vcproj", "{E1F98D07-4724-46CB-B327-5677C1C9266D}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dsets_cpp", "..\..\c++\test\dsets_cpp\dsets_cpp.vcproj", "{A9229472-560C-496A-BD02-E171A5C0A0EC}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dangle", "..\..\TEST\dangle\dangle.vcproj", "{8C6D9C00-44A9-432F-B695-F56439C1B288}" ProjectSection(ProjectDependencies) = postProject - {7ED6DA03-44B3-4520-BE03-5D0B9A3C2FEE} = {7ED6DA03-44B3-4520-BE03-5D0B9A3C2FEE} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dsets_cppdll", "..\..\c++\test\dsets_cppdll\dsets_cppdll.vcproj", "{632823BA-813E-4B3A-90EC-52EF30D0C4D5}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dangledll", "..\..\TEST\dangledll\dangledll.vcproj", "{D15E5D9B-A1A6-4935-889C-D880FD0068CE}" ProjectSection(ProjectDependencies) = postProject - {9716E5BD-2FE0-426B-892E-22593CDB109E} = {9716E5BD-2FE0-426B-892E-22593CDB109E} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dsetsdll", "..\..\test\dsetsdll\dsetsdll.vcproj", "{4B5631B8-E378-452D-A043-94BB1E795B6E}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dsets", "..\..\test\dsets\dsets.vcproj", "{A90ADD88-DA1B-4642-A97B-37DF89433858}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dt_arith", "..\..\test\dt_arith\dt_arith.vcproj", "{BC21BD14-0F40-4247-8359-DE64B8D4B557}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dsets_cpp", "..\..\c++\test\dsets_cpp\dsets_cpp.vcproj", "{802B922A-E813-438E-A180-4A8839A11A55}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {FB74E351-0C4E-4173-B0D3-10DD12F2DCA5} = {FB74E351-0C4E-4173-B0D3-10DD12F2DCA5} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dt_arithdll", "..\..\test\dt_arithdll\dt_arithdll.vcproj", "{E2351550-42B6-45C2-9430-7873B6AFC666}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dsets_cppdll", "..\..\c++\test\dsets_cppdll\dsets_cppdll.vcproj", "{76858167-F4DB-476C-A2B6-A3069D60D9E2}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {D279901A-8E21-47D3-B7EA-A572EE12F2E6} = {D279901A-8E21-47D3-B7EA-A572EE12F2E6} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dtransform", "..\..\TEST\dtransform\dtransform.vcproj", "{B9D487F9-A071-4D56-B4D3-A1F683905A7B}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dsetsdll", "..\..\test\dsetsdll\dsetsdll.vcproj", "{1B298EEC-0B47-4145-88AA-C6558E0BD993}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dtransformdll", "..\..\TEST\dtransformdll\dtransformdll.vcproj", "{CB9CE104-AB68-4FFC-834D-23232A7EB0FC}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dt_arith", "..\..\test\dt_arith\dt_arith.vcproj", "{AE5D4766-9668-4EB5-B801-5DF8F53363FC}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dtypes", "..\..\test\dtypes\dtypes.vcproj", "{C6F427F0-6992-493C-B874-BB79BAFDACB3}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dt_arithdll", "..\..\test\dt_arithdll\dt_arithdll.vcproj", "{3E41969B-D69B-4235-B192-A94F7853D869}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dtypesdll", "..\..\test\dtypesdll\dtypesdll.vcproj", "{75FD903E-202D-499B-A7C8-E750CDD4394D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dtransform", "..\..\TEST\dtransform\dtransform.vcproj", "{F5109F4B-5869-40A7-BC6A-8130CA4BB987}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "enum", "..\..\test\enum\enum.vcproj", "{DE0A12D0-8DCF-4497-9B03-D0DAF766C769}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dtransformdll", "..\..\TEST\dtransformdll\dtransformdll.vcproj", "{0E0F449A-7998-4113-BDD2-A74E0B6D3466}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "enumdll", "..\..\test\enumdll\enumdll.vcproj", "{CA036F37-62C2-474D-9C43-39D304BE91E2}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dtypes", "..\..\test\dtypes\dtypes.vcproj", "{4AC79406-D6E0-43B3-82B0-7A032FABB52A}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "error_api", "..\..\test\error_api\error_api.vcproj", "{CE4B6B09-E8D6-4B57-9DEA-882BCCA722A5}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dtypesdll", "..\..\test\dtypesdll\dtypesdll.vcproj", "{AE50F8BA-5FAC-47CC-A5A0-7F1E55C413E3}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "error_apidll", "..\..\test\error_apidll\error_apidll.vcproj", "{25C8541E-B3C2-4888-8900-FAABEC69311B}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "enum", "..\..\test\enum\enum.vcproj", "{FD8B058E-F53A-4197-B75E-849904E5AA79}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "error_compat", "..\..\test\error_compat\error_compat.vcproj", "{48D42B34-8673-4019-BD18-EE81A9B87F1C}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "enumdll", "..\..\test\enumdll\enumdll.vcproj", "{D8D53F43-41EE-486A-8DBD-956D8CD072E8}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "error_compatdll", "..\..\test\error_compatdll\error_compatdll.vcproj", "{FC8FC13F-93B3-4F49-9548-FBA5D98FE9C1}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "error_api", "..\..\test\error_api\error_api.vcproj", "{7ABA5DD5-77E7-42D3-9C29-84A13B0CAA91}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "extend", "..\..\test\extend\extend.vcproj", "{211128E0-8B8E-47B8-A752-2236FBD16914}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "error_apidll", "..\..\test\error_apidll\error_apidll.vcproj", "{55894CDC-C220-40FE-B403-D74EAC6EBACF}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "extenddll", "..\..\test\extenddll\extenddll.vcproj", "{52C6F4EC-DC6C-4AB9-8840-52752337C8A0}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "error_compat", "..\..\test\error_compat\error_compat.vcproj", "{265C41B2-30D7-4FF8-A08C-B997363DA763}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "external", "..\..\test\external\external.vcproj", "{8C47AEC1-325A-4595-B062-530016AD60B0}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "error_compatdll", "..\..\test\error_compatdll\error_compatdll.vcproj", "{309CE6F8-4658-44CB-8E99-0B86DCA77EFC}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "externaldll", "..\..\test\externaldll\externaldll.vcproj", "{FC6152D0-83A4-4421-A35B-E41B3DDA3233}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "extend", "..\..\test\extend\extend.vcproj", "{8708E58C-F990-4B6C-AD83-745CA9582E92}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fheap", "..\..\test\fheap\fheap.vcproj", "{8482D571-DC7B-4E97-BC2E-EA84CBD7B34A}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "extenddll", "..\..\test\extenddll\extenddll.vcproj", "{76FFD0F6-3D5F-4826-A3BA-DEE92084FA27}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fheapdll", "..\..\TEST\fheapdll\fheapdll.vcproj", "{081F2645-550A-4C90-8659-DAB32FF68511}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "external", "..\..\test\external\external.vcproj", "{7D293021-0601-498B-91B8-C49580EFB08D}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fillval", "..\..\test\fillval\fillval.vcproj", "{D37EFABA-1DBE-4727-AA82-EBF3F02A8ABD}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "externaldll", "..\..\test\externaldll\externaldll.vcproj", "{0CB771D6-9CAB-4799-A7B1-5D89E436E6AF}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fillvaldll", "..\..\test\fillvaldll\fillvaldll.vcproj", "{B47AEDC9-7EB9-4D6F-909C-ED7FF384DDC5}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fheap", "..\..\test\fheap\fheap.vcproj", "{AACD0537-E8F3-4F0F-A0E6-B99C0F4EF892}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "flush1", "..\..\test\flush1\flush1.vcproj", "{8F8D28B2-F475-43CC-B0EC-99DB54F98076}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fheapdll", "..\..\TEST\fheapdll\fheapdll.vcproj", "{CEBB9980-4B77-4105-BFEB-4DCDBB1F5E35}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "flush1_fortran", "..\..\FORTRAN\TEST\flush1_fortran\flush1_fortran.vcproj", "{443B8A20-20A3-4B42-8F51-9432034F7605}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fillval", "..\..\test\fillval\fillval.vcproj", "{CAC1F1E8-55D5-4CC6-857E-F01E59FB8098}" ProjectSection(ProjectDependencies) = postProject - {7EA4F4CA-5A48-40A2-B411-6BC4B246F14A} = {7EA4F4CA-5A48-40A2-B411-6BC4B246F14A} - {91680B16-C247-4CF9-B129-1CB3C34FA1FA} = {91680B16-C247-4CF9-B129-1CB3C34FA1FA} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "flush1_fortrandll", "..\..\FORTRAN\TEST\flush1_fortrandll\flush1_fortrandll.vcproj", "{E4D6F553-4890-467C-8B23-582CBBC7059D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fillvaldll", "..\..\test\fillvaldll\fillvaldll.vcproj", "{0CB176F2-1FA9-467A-986D-512FAD8144B0}" ProjectSection(ProjectDependencies) = postProject - {5F760E63-D9B3-412F-8FDA-520111C2BC2F} = {5F760E63-D9B3-412F-8FDA-520111C2BC2F} - {32A95E2D-8A03-4A4A-BB6E-2E9F09B17FE6} = {32A95E2D-8A03-4A4A-BB6E-2E9F09B17FE6} - {1E1A87EF-FDCF-43DC-BADA-2F35F74BA52A} = {1E1A87EF-FDCF-43DC-BADA-2F35F74BA52A} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "flush1dll", "..\..\test\flush1dll\flush1dll.vcproj", "{42ED9C47-8C03-4587-94B4-0CEBD909F2F3}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "flush1", "..\..\test\flush1\flush1.vcproj", "{364FF608-7969-4ED1-95B2-8592872F8264}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "flush2", "..\..\test\flush2\flush2.vcproj", "{1D5BC921-3C5A-4C8E-9E83-9A90102733E8}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "flush1dll", "..\..\test\flush1dll\flush1dll.vcproj", "{B36344D1-122C-4BC6-A292-CC82F74CBB0A}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "flush2_fortran", "..\..\FORTRAN\TEST\flush2_fortran\flush2_fortran.vcproj", "{A16E2E62-D4A8-4B5F-8923-C0D2D7C180E2}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "flush2", "..\..\test\flush2\flush2.vcproj", "{E9F8FC85-8508-4FE7-9BB0-C0494A71BA1B}" ProjectSection(ProjectDependencies) = postProject - {91680B16-C247-4CF9-B129-1CB3C34FA1FA} = {91680B16-C247-4CF9-B129-1CB3C34FA1FA} - {7EA4F4CA-5A48-40A2-B411-6BC4B246F14A} = {7EA4F4CA-5A48-40A2-B411-6BC4B246F14A} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "flush2_fortrandll", "..\..\FORTRAN\TEST\flush2_fortrandll\flush2_fortrandll.vcproj", "{698FFC2D-082C-4DED-9BA3-5407A127E311}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "flush2dll", "..\..\test\flush2dll\flush2dll.vcproj", "{F4386ECB-D688-4C18-A091-673F1F8A96E7}" ProjectSection(ProjectDependencies) = postProject - {32A95E2D-8A03-4A4A-BB6E-2E9F09B17FE6} = {32A95E2D-8A03-4A4A-BB6E-2E9F09B17FE6} - {5F760E63-D9B3-412F-8FDA-520111C2BC2F} = {5F760E63-D9B3-412F-8FDA-520111C2BC2F} - {1E1A87EF-FDCF-43DC-BADA-2F35F74BA52A} = {1E1A87EF-FDCF-43DC-BADA-2F35F74BA52A} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "flush2dll", "..\..\test\flush2dll\flush2dll.vcproj", "{1AD92DD8-28A1-4A19-99A0-98CD3AF9CF15}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "getname", "..\..\TEST\getname\getname.vcproj", "{B21CA611-6DAE-4051-8B4C-989E135711B1}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "getname", "..\..\TEST\getname\getname.vcproj", "{ADDF4596-F08A-4EE5-ADB6-D0AFA4FD6808}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "getnamedll", "..\..\test\getnamedll\getnamedll.vcproj", "{80892339-F6CE-4E96-B61B-131095F2612D}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "getnamedll", "..\..\test\getnamedll\getnamedll.vcproj", "{C20752F4-AA5C-4883-BD1A-72DD4588FA6B}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "getub", "..\..\TEST\getub\getub.vcproj", "{2FC5DAE1-36D6-4783-A0F9-96D0B37687A8}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "getub", "..\..\TEST\getub\getub.vcproj", "{C01E0A44-0E9E-4A9D-BD9C-375A6C6EABF1}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gheap", "..\..\test\gheap\gheap.vcproj", "{9FCBE814-3818-4F1A-975D-05BAF6FF432F}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {2A01DE63-9303-4FA6-AE20-E074938490C8} = {2A01DE63-9303-4FA6-AE20-E074938490C8} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gheap", "..\..\test\gheap\gheap.vcproj", "{A452C976-F392-4C71-A63A-1B59AAA20D82}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gheapdll", "..\..\test\gheapdll\gheapdll.vcproj", "{0DA16B6F-0156-417A-9093-589D55BB066C}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gheapdll", "..\..\test\gheapdll\gheapdll.vcproj", "{4D4C7F31-4602-40D3-BEEA-43DBF1B44310}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gif2h5", "..\..\hl\tools\gifconv\gif2h5.vcproj", "{7C30B2A4-A24D-4796-9754-CABBDB46D0F8}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {9A124450-EC54-4813-B0B1-2CA96B695009} = {9A124450-EC54-4813-B0B1-2CA96B695009} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gif2h5", "..\..\hl\tools\gifconv\gif2h5.vcproj", "{F620F7BD-273E-4475-BF3A-35B5BDDADB02}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gif2h5dll", "..\..\hl\tools\gifconvdll\gif2h5dll.vcproj", "{C325E167-DBC3-4611-8AC8-2A118432E35B}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {2A01DE63-9303-4FA6-AE20-E074938490C8} = {2A01DE63-9303-4FA6-AE20-E074938490C8} - {016D4D34-D5A9-49F1-8FB5-3FD668ADF678} = {016D4D34-D5A9-49F1-8FB5-3FD668ADF678} + {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} = {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} + {832DD776-BC7F-40B5-90D0-E6448014CA5B} = {832DD776-BC7F-40B5-90D0-E6448014CA5B} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gif2h5dll", "..\..\hl\tools\gifconvdll\gif2h5dll.vcproj", "{A2361194-66F9-44ED-B0BD-AB82B05ACA42}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h52gif", "..\..\hl\tools\gifconv\h52gif.vcproj", "{AA7A40A2-A837-4557-AB3D-D64980F6F8E4}" ProjectSection(ProjectDependencies) = postProject - {40D6C48B-47C0-4638-B9ED-344DF2CD8ACC} = {40D6C48B-47C0-4638-B9ED-344DF2CD8ACC} - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {3AA62147-1B2D-4E20-8F55-FD283FDA1EDC} = {3AA62147-1B2D-4E20-8F55-FD283FDA1EDC} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {9A124450-EC54-4813-B0B1-2CA96B695009} = {9A124450-EC54-4813-B0B1-2CA96B695009} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h52gif", "..\..\hl\tools\gifconv\h52gif.vcproj", "{47BB75C1-41ED-4B2D-86A9-D337F9860105}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h52gifdll", "..\..\hl\tools\gifconvdll\h52gifdll.vcproj", "{834DD32C-D078-441F-95F4-9CDE108B60AE}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {016D4D34-D5A9-49F1-8FB5-3FD668ADF678} = {016D4D34-D5A9-49F1-8FB5-3FD668ADF678} - {2A01DE63-9303-4FA6-AE20-E074938490C8} = {2A01DE63-9303-4FA6-AE20-E074938490C8} + {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} = {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} + {832DD776-BC7F-40B5-90D0-E6448014CA5B} = {832DD776-BC7F-40B5-90D0-E6448014CA5B} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h52gifdll", "..\..\hl\tools\gifconvdll\h52gifdll.vcproj", "{2F123602-1D76-42F0-9647-488FB231338D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5copy", "..\..\tools\h5copy\h5copy.vcproj", "{69952435-F01F-46A7-B907-A78EBC864ED7}" ProjectSection(ProjectDependencies) = postProject - {40D6C48B-47C0-4638-B9ED-344DF2CD8ACC} = {40D6C48B-47C0-4638-B9ED-344DF2CD8ACC} - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {3AA62147-1B2D-4E20-8F55-FD283FDA1EDC} = {3AA62147-1B2D-4E20-8F55-FD283FDA1EDC} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5copy", "..\..\tools\h5copy\h5copy.vcproj", "{8710CBC9-F52B-4805-A17B-3E440AA69DF9}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5debug", "..\..\tools\h5debug\h5debug.vcproj", "{BE1A0022-708E-4CC2-B01C-26BD99AB6576}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {2A01DE63-9303-4FA6-AE20-E074938490C8} = {2A01DE63-9303-4FA6-AE20-E074938490C8} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5debug", "..\..\tools\h5debug\h5debug.vcproj", "{F6936007-3DA2-41EC-A84E-74FAE969C926}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5debugdll", "..\..\tools\h5debugdll\h5debugdll.vcproj", "{D10F67D0-8057-49C2-A62A-12D0C512288E}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5debugdll", "..\..\tools\h5debugdll\h5debugdll.vcproj", "{453A38B9-E517-404A-80C6-6DE2B3E5BECE}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5diff", "..\..\TOOLS\h5diff\h5diff.vcproj", "{1C5A9EC8-F882-4A8A-B773-E79CD46369AF}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5diff", "..\..\TOOLS\h5diff\h5diff.vcproj", "{2EBD3E3B-2C50-41EE-ACC0-5091FB876355}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5diffdll", "..\..\TOOLS\h5diffdll\h5diffdll.vcproj", "{EC6B5EAD-D938-4211-A7B1-01C9D2C15160}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {2A01DE63-9303-4FA6-AE20-E074938490C8} = {2A01DE63-9303-4FA6-AE20-E074938490C8} + {832DD776-BC7F-40B5-90D0-E6448014CA5B} = {832DD776-BC7F-40B5-90D0-E6448014CA5B} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5diffdll", "..\..\TOOLS\h5diffdll\h5diffdll.vcproj", "{BF6AE5AA-67B2-439C-B46E-81CC25E3634E}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5difftst", "..\..\TOOLS\TESTFILES\h5difftst\h5difftst.vcproj", "{1F80CDF7-B1CB-4303-B282-A21EDC2BDCB4}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {3AA62147-1B2D-4E20-8F55-FD283FDA1EDC} = {3AA62147-1B2D-4E20-8F55-FD283FDA1EDC} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5difftst", "..\..\TOOLS\TESTFILES\h5difftst\h5difftst.vcproj", "{06CE6F7C-599A-4068-84A2-CF138FEA88CF}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5dump", "..\..\tools\h5dump\h5dump.vcproj", "{9A8352DF-AA1E-4FE0-9494-F9D6B4E10CA2}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5dump", "..\..\tools\h5dump\h5dump.vcproj", "{2D137D66-00FA-4AF0-B781-CBBD026727F8}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5dumpdll", "..\..\tools\h5dumpdll\h5dumpdll.vcproj", "{7E207F6A-DC28-4DEB-8454-7977092131DC}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {2A01DE63-9303-4FA6-AE20-E074938490C8} = {2A01DE63-9303-4FA6-AE20-E074938490C8} + {832DD776-BC7F-40B5-90D0-E6448014CA5B} = {832DD776-BC7F-40B5-90D0-E6448014CA5B} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5dumpdll", "..\..\tools\h5dumpdll\h5dumpdll.vcproj", "{245443C4-2A88-4ED8-BBEB-6DA7521B4315}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5dumptst", "..\..\tools\testfiles\h5dumptst\h5dumptst.vcproj", "{0A33B4FE-A2C9-4B7F-ACEC-D251308182ED}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {3AA62147-1B2D-4E20-8F55-FD283FDA1EDC} = {3AA62147-1B2D-4E20-8F55-FD283FDA1EDC} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5dumptst", "..\..\tools\testfiles\h5dumptst\h5dumptst.vcproj", "{A04CE099-048E-4276-AF6B-616CBED63701}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5import", "..\..\tools\h5import\h5import.vcproj", "{9E588AD8-14BD-4BA3-B4EA-16D1D882C700}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {2A01DE63-9303-4FA6-AE20-E074938490C8} = {2A01DE63-9303-4FA6-AE20-E074938490C8} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5import", "..\..\tools\h5import\h5import.vcproj", "{9EA64166-11C2-4A29-A097-029CF6FCFB44}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5importdll", "..\..\tools\h5importdll\h5importdll.vcproj", "{2DCDB978-79B7-4A3A-B24A-D908A49B7D50}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5importdll", "..\..\tools\h5importdll\h5importdll.vcproj", "{21BDC9C3-0DF2-458E-8845-C34EE064A970}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5importtst", "..\..\TOOLS\TESTFILES\h5importtst\h5importtst.vcproj", "{AF696934-5004-4C1D-90C3-B434E92AFB89}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5importtst", "..\..\TOOLS\TESTFILES\h5importtst\h5importtst.vcproj", "{6C507C3E-774E-450A-AEE6-890ECD427ABF}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5jam", "..\..\TOOLS\h5jam\h5jam.vcproj", "{196F5935-2391-49A7-B6A2-410DF8149F0D}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5jam", "..\..\TOOLS\h5jam\h5jam.vcproj", "{50434CC6-3049-4DBE-A91F-01388E0D931E}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5jamtst", "..\..\TOOLS\TESTFILES\h5jamtst\h5jamtst.vcproj", "{E8896FEE-8601-4AFC-91EA-6F9698574174}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {2A01DE63-9303-4FA6-AE20-E074938490C8} = {2A01DE63-9303-4FA6-AE20-E074938490C8} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5jamtst", "..\..\TOOLS\TESTFILES\h5jamtst\h5jamtst.vcproj", "{4B2636A1-0425-470E-859F-D17E639EAE2F}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5ls", "..\..\tools\h5ls\h5ls.vcproj", "{357A1E1A-D5EA-42FB-B4B1-EEB8A4B2BBF0}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5ls", "..\..\tools\h5ls\h5ls.vcproj", "{218E1466-6211-453E-8238-8B00631BB617}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5lsdll", "..\..\tools\h5lsdll\h5lsdll.vcproj", "{18FBE8C2-CD20-4D99-9E0B-63B408CE4850}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {2A01DE63-9303-4FA6-AE20-E074938490C8} = {2A01DE63-9303-4FA6-AE20-E074938490C8} + {832DD776-BC7F-40B5-90D0-E6448014CA5B} = {832DD776-BC7F-40B5-90D0-E6448014CA5B} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5lsdll", "..\..\tools\h5lsdll\h5lsdll.vcproj", "{F0E47B47-125C-4988-831C-CCCC720147A7}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5mkgrp", "..\..\TOOLS\h5mkgrp\h5mkgrp.vcproj", "{ABBF8F3E-F1B5-45FA-8FD0-50B167511EDF}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {3AA62147-1B2D-4E20-8F55-FD283FDA1EDC} = {3AA62147-1B2D-4E20-8F55-FD283FDA1EDC} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5mkgrp", "..\..\TOOLS\h5mkgrp\h5mkgrp.vcproj", "{71EDC4C4-9678-4A96-92A2-4AC2B08CAB40}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5repack", "..\..\tools\h5repack\h5repack.vcproj", "{411D221C-9FA1-417E-8A2B-DF746F4C7E07}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {2A01DE63-9303-4FA6-AE20-E074938490C8} = {2A01DE63-9303-4FA6-AE20-E074938490C8} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5repack", "..\..\tools\h5repack\h5repack.vcproj", "{554EDDE2-BA6D-4A20-A13C-4B67B328D33B}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5repackdll", "..\..\TOOLS\h5repackdll\h5repackdll.vcproj", "{854F7E09-CEB5-44CD-B924-3FFAC7936323}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {2A01DE63-9303-4FA6-AE20-E074938490C8} = {2A01DE63-9303-4FA6-AE20-E074938490C8} + {832DD776-BC7F-40B5-90D0-E6448014CA5B} = {832DD776-BC7F-40B5-90D0-E6448014CA5B} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5repackdll", "..\..\TOOLS\h5repackdll\h5repackdll.vcproj", "{4E1AA822-F079-4F37-BF63-47FDB40CED58}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5repacktst", "..\..\tools\testfiles\h5repacktst\h5repacktst.vcproj", "{AC4C582B-B27D-4E57-A59F-6FF0E833C6E5}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {3AA62147-1B2D-4E20-8F55-FD283FDA1EDC} = {3AA62147-1B2D-4E20-8F55-FD283FDA1EDC} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5repacktst", "..\..\tools\testfiles\h5repacktst\h5repacktst.vcproj", "{2F04E9BC-D7BD-43E0-AC0E-3D504DEB1531}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5repart", "..\..\tools\h5repart\h5repart.vcproj", "{F2E38A8C-F3A3-4DA4-B9C2-11C753FF51BF}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {2A01DE63-9303-4FA6-AE20-E074938490C8} = {2A01DE63-9303-4FA6-AE20-E074938490C8} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5repart", "..\..\tools\h5repart\h5repart.vcproj", "{B75DC8D3-C58A-4F71-B21C-F9113574857A}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5repart_gentest", "..\..\TOOLS\TESTFILES\h5repart_gentest\h5repart_gentest.vcproj", "{EBF7C380-5F58-462D-993D-75B53F83FA81}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5repart_gentest", "..\..\TOOLS\TESTFILES\h5repart_gentest\h5repart_gentest.vcproj", "{F1F957B3-23EA-4CFF-B14D-BB71CA512CDE}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5repartdll", "..\..\tools\h5repartdll\h5repartdll.vcproj", "{89DA820B-7A3B-46FA-AE09-971A739BEEFD}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5repartdll", "..\..\tools\h5repartdll\h5repartdll.vcproj", "{E47CE500-1C2D-498D-97D1-2E4774D1E76E}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5reparttst", "..\..\TOOLS\TESTFILES\h5reparttst\h5reparttst.vcproj", "{53022A9D-F5B2-407C-9A29-3AC71B3E6DDC}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5reparttst", "..\..\TOOLS\TESTFILES\h5reparttst\h5reparttst.vcproj", "{8C1E298A-20A8-4FA4-8984-F210F5F8F8BC}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5stat", "..\..\TOOLS\h5stat\h5stat.vcproj", "{405F6F0A-DBE6-4A4E-AAE2-D4D514BA0CF5}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5stat", "..\..\TOOLS\h5stat\h5stat.vcproj", "{84AC443A-1A8D-410B-99EE-FBAB0023CD52}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5statdll", "..\..\TOOLS\h5statdll\h5statdll.vcproj", "{165195D1-B742-4030-8B12-3FE94B829D45}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {2A01DE63-9303-4FA6-AE20-E074938490C8} = {2A01DE63-9303-4FA6-AE20-E074938490C8} + {832DD776-BC7F-40B5-90D0-E6448014CA5B} = {832DD776-BC7F-40B5-90D0-E6448014CA5B} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5statdll", "..\..\TOOLS\h5statdll\h5statdll.vcproj", "{88240079-1D11-40FD-9D09-F22D09B2AC49}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5unjam", "..\..\TOOLS\h5unjam\h5unjam.vcproj", "{52E83C17-2B68-44B5-881D-4F6338FB14C7}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {3AA62147-1B2D-4E20-8F55-FD283FDA1EDC} = {3AA62147-1B2D-4E20-8F55-FD283FDA1EDC} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5unjam", "..\..\TOOLS\h5unjam\h5unjam.vcproj", "{290298A2-95C4-4157-921B-95D2171E72D9}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5", "..\hdf5\hdf5.vcproj", "{26346A09-C500-49E7-963A-D22A8E09AAB7}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {2A01DE63-9303-4FA6-AE20-E074938490C8} = {2A01DE63-9303-4FA6-AE20-E074938490C8} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5", "..\hdf5\hdf5.vcproj", "{F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_cpp", "..\hdf5_cpp\hdf5_cpp.vcproj", "{7ED6DA03-44B3-4520-BE03-5D0B9A3C2FEE}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_cpp", "..\hdf5_cpp\hdf5_cpp.vcproj", "{FB74E351-0C4E-4173-B0D3-10DD12F2DCA5}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_cppdll", "..\hdf5_cppdll\hdf5_cppdll.vcproj", "{9716E5BD-2FE0-426B-892E-22593CDB109E}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_cppdll", "..\hdf5_cppdll\hdf5_cppdll.vcproj", "{D279901A-8E21-47D3-B7EA-A572EE12F2E6}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_f90cstub", "..\hdf5_f90cstub\hdf5_f90cstub.vcproj", "{64578D20-1F63-462F-9537-F83BFC202F72}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_hl", "..\hdf5_hl\hdf5_hl.vcproj", "{9A124450-EC54-4813-B0B1-2CA96B695009}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_f90cstubdll", "..\hdf5_f90cstubdll\hdf5_f90cstubdll.vcproj", "{32A95E2D-8A03-4A4A-BB6E-2E9F09B17FE6}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_hl_cpp", "..\hdf5_hl_cpp\hdf5_hl_cpp.vcproj", "{7693B383-C2CB-43FD-A428-598F73D214F7}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} + {9A124450-EC54-4813-B0B1-2CA96B695009} = {9A124450-EC54-4813-B0B1-2CA96B695009} + {FB74E351-0C4E-4173-B0D3-10DD12F2DCA5} = {FB74E351-0C4E-4173-B0D3-10DD12F2DCA5} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_fortran", "..\hdf5_fortran\hdf5_fortran.vcproj", "{7EA4F4CA-5A48-40A2-B411-6BC4B246F14A}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_hl_cppdll", "..\hdf5_hl_cppdll\hdf5_hl_cppdll.vcproj", "{3EDEB434-F59E-4C50-8884-F0BB29845619}" ProjectSection(ProjectDependencies) = postProject - {64578D20-1F63-462F-9537-F83BFC202F72} = {64578D20-1F63-462F-9537-F83BFC202F72} + {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} = {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_fortrandll", "..\hdf5_fortrandll\hdf5_fortrandll.vcproj", "{5F760E63-D9B3-412F-8FDA-520111C2BC2F}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_hldll", "..\hdf5_hldll\hdf5_hldll.vcproj", "{CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C}" ProjectSection(ProjectDependencies) = postProject - {32A95E2D-8A03-4A4A-BB6E-2E9F09B17FE6} = {32A95E2D-8A03-4A4A-BB6E-2E9F09B17FE6} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_hl", "..\hdf5_hl\hdf5_hl.vcproj", "{016D4D34-D5A9-49F1-8FB5-3FD668ADF678}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_hl_cpp", "..\hdf5_hl_cpp\hdf5_hl_cpp.vcproj", "{FDEE2038-845F-481F-BFEF-41D956F51FEA}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5dll", "..\hdf5dll\hdf5dll.vcproj", "{C9535AD9-C61D-4691-A5CE-52EF359892AF}" ProjectSection(ProjectDependencies) = postProject - {7ED6DA03-44B3-4520-BE03-5D0B9A3C2FEE} = {7ED6DA03-44B3-4520-BE03-5D0B9A3C2FEE} - {016D4D34-D5A9-49F1-8FB5-3FD668ADF678} = {016D4D34-D5A9-49F1-8FB5-3FD668ADF678} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_hl_cppdll", "..\hdf5_hl_cppdll\hdf5_hl_cppdll.vcproj", "{1BDC2EF0-0993-4CDD-9876-8F29D4907892}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_ds", "..\..\HL\TEST\hl_test_ds\hl_test_ds.vcproj", "{6410E6D2-EDBF-439D-8C43-1AB0C37AC851}" ProjectSection(ProjectDependencies) = postProject - {40D6C48B-47C0-4638-B9ED-344DF2CD8ACC} = {40D6C48B-47C0-4638-B9ED-344DF2CD8ACC} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {9A124450-EC54-4813-B0B1-2CA96B695009} = {9A124450-EC54-4813-B0B1-2CA96B695009} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_hl_f90cstubdll", "..\hdf5_hl_f90cstubdll\hdf5_hl_f90cstubdll.vcproj", "{8C93BB80-45E6-4F6E-BAD3-DA3E994DC863}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_dsdll", "..\..\hl\test\hl_test_dsdll\hl_test_dsdll.vcproj", "{3B4A4A62-FDAC-4219-98BD-80C4FE5D4B2F}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {40D6C48B-47C0-4638-B9ED-344DF2CD8ACC} = {40D6C48B-47C0-4638-B9ED-344DF2CD8ACC} - {32A95E2D-8A03-4A4A-BB6E-2E9F09B17FE6} = {32A95E2D-8A03-4A4A-BB6E-2E9F09B17FE6} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} = {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_hl_fortran", "..\hdf5_hl_fortran\hdf5_hl_fortran.vcproj", "{44061414-7A77-4151-BEC8-FD8BE8CF71C8}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_image", "..\..\HL\TEST\hl_test_image\hl_test_image.vcproj", "{03359B45-E43D-44B3-BDE5-8B14D9F0D827}" ProjectSection(ProjectDependencies) = postProject - {016D4D34-D5A9-49F1-8FB5-3FD668ADF678} = {016D4D34-D5A9-49F1-8FB5-3FD668ADF678} - {7EA4F4CA-5A48-40A2-B411-6BC4B246F14A} = {7EA4F4CA-5A48-40A2-B411-6BC4B246F14A} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {9A124450-EC54-4813-B0B1-2CA96B695009} = {9A124450-EC54-4813-B0B1-2CA96B695009} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_hl_fortrandll", "..\hdf5_hl_fortrandll\hdf5_hl_fortrandll.vcproj", "{9953700E-6A35-432E-8BD6-4E946FFF6119}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_imagedll", "..\..\hl\test\hl_test_imagedll\hl_test_imagedll.vcproj", "{9A226D92-9326-4907-A462-25997D5C9427}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {8C93BB80-45E6-4F6E-BAD3-DA3E994DC863} = {8C93BB80-45E6-4F6E-BAD3-DA3E994DC863} - {5F760E63-D9B3-412F-8FDA-520111C2BC2F} = {5F760E63-D9B3-412F-8FDA-520111C2BC2F} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} = {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_hldll", "..\hdf5_hldll\hdf5_hldll.vcproj", "{40D6C48B-47C0-4638-B9ED-344DF2CD8ACC}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_lite", "..\..\HL\TEST\hl_test_lite\hl_test_lite.vcproj", "{6FFCE804-EF4A-468F-A174-561934C153A1}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {9A124450-EC54-4813-B0B1-2CA96B695009} = {9A124450-EC54-4813-B0B1-2CA96B695009} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5dll", "..\hdf5dll\hdf5dll.vcproj", "{33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_ds", "..\..\HL\TEST\hl_test_ds\hl_test_ds.vcproj", "{39A463C7-973B-46EB-A254-5070E1418520}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_litedll", "..\..\hl\test\hl_test_litedll\hl_test_litedll.vcproj", "{98AE818A-E887-414B-985F-85F8411916C9}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {016D4D34-D5A9-49F1-8FB5-3FD668ADF678} = {016D4D34-D5A9-49F1-8FB5-3FD668ADF678} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} = {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_dsdll", "..\..\hl\test\hl_test_dsdll\hl_test_dsdll.vcproj", "{F54EA1DE-4B88-43B7-A659-88CCBEBC2371}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_packet", "..\..\HL\TEST\hl_test_packet\hl_test_packet.vcproj", "{5CC7FFCE-2612-41B6-AF83-C1B61F67949B}" ProjectSection(ProjectDependencies) = postProject - {40D6C48B-47C0-4638-B9ED-344DF2CD8ACC} = {40D6C48B-47C0-4638-B9ED-344DF2CD8ACC} - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {9A124450-EC54-4813-B0B1-2CA96B695009} = {9A124450-EC54-4813-B0B1-2CA96B695009} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_image", "..\..\HL\TEST\hl_test_image\hl_test_image.vcproj", "{283C8FA7-D9BB-4710-8611-FFED18A65E54}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_packetdll", "..\..\hl\test\hl_test_packetdll\hl_test_packetdll.vcproj", "{E3B02B7C-6CF5-42C5-8AF5-48D2B6D8F94B}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {016D4D34-D5A9-49F1-8FB5-3FD668ADF678} = {016D4D34-D5A9-49F1-8FB5-3FD668ADF678} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} = {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_image_fortran", "..\..\HL\FORTRAN\TEST\hl_test_image_fortran\hl_test_image_fortran.vcproj", "{28A88453-074D-4A0F-A58F-D4C6340D4B47}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_table", "..\..\HL\TEST\hl_test_table\hl_test_table.vcproj", "{43069CE7-E7CB-4EBF-A6CC-31E7A06D3835}" ProjectSection(ProjectDependencies) = postProject - {7EA4F4CA-5A48-40A2-B411-6BC4B246F14A} = {7EA4F4CA-5A48-40A2-B411-6BC4B246F14A} - {44061414-7A77-4151-BEC8-FD8BE8CF71C8} = {44061414-7A77-4151-BEC8-FD8BE8CF71C8} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {9A124450-EC54-4813-B0B1-2CA96B695009} = {9A124450-EC54-4813-B0B1-2CA96B695009} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_image_fortrandll", "..\..\HL\FORTRAN\TEST\hl_test_image_fortrandll\hl_test_image_fortrandll.vcproj", "{8D4E093A-B903-4785-AE07-912C32F0C41F}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_table_cpp", "..\..\hl\c++\test\hl_test_table_cpp\hl_test_table_cpp.vcproj", "{6312B365-AA53-43AA-BD00-848C1323CA8B}" ProjectSection(ProjectDependencies) = postProject - {5F760E63-D9B3-412F-8FDA-520111C2BC2F} = {5F760E63-D9B3-412F-8FDA-520111C2BC2F} - {9953700E-6A35-432E-8BD6-4E946FFF6119} = {9953700E-6A35-432E-8BD6-4E946FFF6119} + {FB74E351-0C4E-4173-B0D3-10DD12F2DCA5} = {FB74E351-0C4E-4173-B0D3-10DD12F2DCA5} + {7693B383-C2CB-43FD-A428-598F73D214F7} = {7693B383-C2CB-43FD-A428-598F73D214F7} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_imagedll", "..\..\hl\test\hl_test_imagedll\hl_test_imagedll.vcproj", "{7BFE6C0D-1E1D-4206-8C41-4D002B393FB0}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_table_cppdll", "..\..\hl\c++\test\hl_test_table_cppdll\hl_test_table_cppdll.vcproj", "{0D18A50F-52B3-4322-AC0D-F15CD657CEC4}" ProjectSection(ProjectDependencies) = postProject - {40D6C48B-47C0-4638-B9ED-344DF2CD8ACC} = {40D6C48B-47C0-4638-B9ED-344DF2CD8ACC} - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {D279901A-8E21-47D3-B7EA-A572EE12F2E6} = {D279901A-8E21-47D3-B7EA-A572EE12F2E6} + {3EDEB434-F59E-4C50-8884-F0BB29845619} = {3EDEB434-F59E-4C50-8884-F0BB29845619} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_lite", "..\..\HL\TEST\hl_test_lite\hl_test_lite.vcproj", "{BCAFEF97-A2BD-4F1E-94BF-C6D8AE1BFC75}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_tabledll", "..\..\hl\test\hl_test_tabledll\hl_test_tabledll.vcproj", "{D1AADCA9-FB5A-4F44-8E11-8232941E2C33}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {016D4D34-D5A9-49F1-8FB5-3FD668ADF678} = {016D4D34-D5A9-49F1-8FB5-3FD668ADF678} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} = {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_lite_fortran", "..\..\HL\FORTRAN\TEST\hl_test_lite_fortran\hl_test_lite_fortran.vcproj", "{63258ABF-A1BF-414B-BB1B-C283072F9AB8}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hyperslab", "..\..\test\hyperslab\hyperslab.vcproj", "{1AB767EA-546C-4F72-BC1F-6AA0458512D8}" ProjectSection(ProjectDependencies) = postProject - {44061414-7A77-4151-BEC8-FD8BE8CF71C8} = {44061414-7A77-4151-BEC8-FD8BE8CF71C8} - {7EA4F4CA-5A48-40A2-B411-6BC4B246F14A} = {7EA4F4CA-5A48-40A2-B411-6BC4B246F14A} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_lite_fortrandll", "..\..\HL\FORTRAN\TEST\hl_test_lite_fortrandll\hl_test_lite_fortrandll.vcproj", "{ECAEB82F-AD5C-4543-95DD-32DDA036D69E}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hyperslabdll", "..\..\test\hyperslabdll\hyperslabdll.vcproj", "{CEA44545-33C8-4C63-9F8C-85BA48F45637}" ProjectSection(ProjectDependencies) = postProject - {5F760E63-D9B3-412F-8FDA-520111C2BC2F} = {5F760E63-D9B3-412F-8FDA-520111C2BC2F} - {9953700E-6A35-432E-8BD6-4E946FFF6119} = {9953700E-6A35-432E-8BD6-4E946FFF6119} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_litedll", "..\..\hl\test\hl_test_litedll\hl_test_litedll.vcproj", "{BCA52642-5955-48F9-976C-ADDE53021BEF}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iopipe", "..\..\test\iopipe\iopipe.vcproj", "{73B78F11-3DCC-4A00-B4A6-E5A8FAE9DD90}" ProjectSection(ProjectDependencies) = postProject - {40D6C48B-47C0-4638-B9ED-344DF2CD8ACC} = {40D6C48B-47C0-4638-B9ED-344DF2CD8ACC} - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_packet", "..\..\HL\TEST\hl_test_packet\hl_test_packet.vcproj", "{0176A72D-B70E-48CA-B605-F1BAA90724ED}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iopipedll", "..\..\test\iopipedll\iopipedll.vcproj", "{4E8105F2-56D4-45D6-9017-706F804052E7}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {016D4D34-D5A9-49F1-8FB5-3FD668ADF678} = {016D4D34-D5A9-49F1-8FB5-3FD668ADF678} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_packetdll", "..\..\hl\test\hl_test_packetdll\hl_test_packetdll.vcproj", "{AC113466-A287-460B-900C-06E7D5ADD897}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "istore", "..\..\test\istore\istore.vcproj", "{C4BA3E66-2310-43E7-B30A-ABDCCF44D823}" ProjectSection(ProjectDependencies) = postProject - {40D6C48B-47C0-4638-B9ED-344DF2CD8ACC} = {40D6C48B-47C0-4638-B9ED-344DF2CD8ACC} - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_table", "..\..\HL\TEST\hl_test_table\hl_test_table.vcproj", "{2EB00109-0CE8-433E-A637-2FB80CDE66AC}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "istoredll", "..\..\test\istoredll\istoredll.vcproj", "{BE4FFA8B-2988-4888-A9B9-DD108BCBA8A6}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {016D4D34-D5A9-49F1-8FB5-3FD668ADF678} = {016D4D34-D5A9-49F1-8FB5-3FD668ADF678} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_table_cpp", "..\..\hl\c++\test\hl_test_table_cpp\hl_test_table_cpp.vcproj", "{9084651D-5FD4-4EF6-B618-293AA6314D84}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lheap", "..\..\test\lheap\lheap.vcproj", "{5A90FD64-6EED-45E1-A147-D9FE72788570}" ProjectSection(ProjectDependencies) = postProject - {7ED6DA03-44B3-4520-BE03-5D0B9A3C2FEE} = {7ED6DA03-44B3-4520-BE03-5D0B9A3C2FEE} - {FDEE2038-845F-481F-BFEF-41D956F51FEA} = {FDEE2038-845F-481F-BFEF-41D956F51FEA} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_table_cppdll", "..\..\hl\c++\test\hl_test_table_cppdll\hl_test_table_cppdll.vcproj", "{0C2D7354-9978-457C-8A78-40279F7325F0}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lheapdll", "..\..\test\lheapdll\lheapdll.vcproj", "{E02CDAAC-05F4-436B-B245-2A402FFA131F}" ProjectSection(ProjectDependencies) = postProject - {1BDC2EF0-0993-4CDD-9876-8F29D4907892} = {1BDC2EF0-0993-4CDD-9876-8F29D4907892} - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {9716E5BD-2FE0-426B-892E-22593CDB109E} = {9716E5BD-2FE0-426B-892E-22593CDB109E} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_table_fortran", "..\..\HL\FORTRAN\TEST\hl_test_table_fortran\hl_test_table_fortran.vcproj", "{B6C45F39-F658-45D7-8C89-22302A70E575}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtest", "..\..\test\libtest\libtest.vcproj", "{A80D439C-37B4-4619-A122-1C69F567733B}" ProjectSection(ProjectDependencies) = postProject - {7EA4F4CA-5A48-40A2-B411-6BC4B246F14A} = {7EA4F4CA-5A48-40A2-B411-6BC4B246F14A} - {44061414-7A77-4151-BEC8-FD8BE8CF71C8} = {44061414-7A77-4151-BEC8-FD8BE8CF71C8} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_table_fortrandll", "..\..\HL\FORTRAN\TEST\hl_test_table_fortrandll\hl_test_table_fortrandll.vcproj", "{5CABCC28-D86C-4DE5-A603-B51018E89064}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtestD", "..\..\test\libtestD\libtestD.vcproj", "{54BDA057-C716-4807-A35E-73185DCB236D}" ProjectSection(ProjectDependencies) = postProject - {5F760E63-D9B3-412F-8FDA-520111C2BC2F} = {5F760E63-D9B3-412F-8FDA-520111C2BC2F} - {9953700E-6A35-432E-8BD6-4E946FFF6119} = {9953700E-6A35-432E-8BD6-4E946FFF6119} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_tabledll", "..\..\hl\test\hl_test_tabledll\hl_test_tabledll.vcproj", "{FEE83DDE-4154-4A98-AB4E-F5AC9D820BF0}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "links", "..\..\test\links\links.vcproj", "{8792D377-8105-4C67-87F1-115E48D0178F}" ProjectSection(ProjectDependencies) = postProject - {40D6C48B-47C0-4638-B9ED-344DF2CD8ACC} = {40D6C48B-47C0-4638-B9ED-344DF2CD8ACC} - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hyperslab", "..\..\test\hyperslab\hyperslab.vcproj", "{AEE6D1AC-172E-4FB1-9118-CA56AAB62A46}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "linksdll", "..\..\test\linksdll\linksdll.vcproj", "{27CCFE35-61A5-434F-8B83-9A40AE2AE8C5}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hyperslabdll", "..\..\test\hyperslabdll\hyperslabdll.vcproj", "{759E454A-9371-48FC-BB72-D427D2F9B206}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mount", "..\..\test\mount\mount.vcproj", "{4EE91AD5-8332-4FD3-A5E3-BF4C145BB53A}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iopipe", "..\..\test\iopipe\iopipe.vcproj", "{3291DF7F-FAEF-4B43-B3E9-A4939E370D01}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mountdll", "..\..\test\mountdll\mountdll.vcproj", "{CE7C4168-68A6-43B2-BAE7-B2CF857C8F03}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iopipedll", "..\..\test\iopipedll\iopipedll.vcproj", "{D7A6EC29-0A7C-47A6-B03C-71DB25EBC129}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mtime", "..\..\test\mtime\mtime.vcproj", "{40EBF7DB-330C-4F56-AE68-9FC7D75CB5D5}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "istore", "..\..\test\istore\istore.vcproj", "{5496B791-CD5A-44CA-8657-34E149443203}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mtimedll", "..\..\test\mtimedll\mtimedll.vcproj", "{7F1AFE93-97E7-4905-A2CF-5C845D7FDD4F}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "istoredll", "..\..\test\istoredll\istoredll.vcproj", "{413A1296-505D-4DCB-B223-51736B879676}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ntypes", "..\..\test\ntypes\ntypes.vcproj", "{0A049202-6533-413E-89D6-5D6866AAE703}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lheap", "..\..\test\lheap\lheap.vcproj", "{5172F8C5-0230-4E07-AB25-7FCA58510B7C}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ntypesdll", "..\..\test\ntypesdll\ntypesdll.vcproj", "{9AAC897A-70FA-4E5E-BF48-F664C12B05C7}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lheapdll", "..\..\test\lheapdll\lheapdll.vcproj", "{17142FD9-783B-4DDC-BC3C-E7008D6A0B5D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "objcopy", "..\..\TEST\objcopy\objcopy.vcproj", "{34C0FDFA-81D6-4652-B841-894BD1A15FB0}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtest", "..\..\test\libtest\libtest.vcproj", "{535FCE53-3E7B-40FC-A96D-14788BD61823}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "objcopydll", "..\..\TEST\objcopydll\objcopydll.vcproj", "{794B7E1E-E6AD-456D-9F33-FCE317325EC4}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtestD", "..\..\test\libtestD\libtestD.vcproj", "{EFFE3D24-E758-49A4-ACE9-FF20C03A5219}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ohdr", "..\..\test\ohdr\ohdr.vcproj", "{DB97D6C6-2E60-47DC-AED7-4691A1D6DC05}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtest_cstubdll", "..\..\fortran\test\libtest_cstubdll\libtest_cstubdll.vcproj", "{508F072D-E27A-4AFD-B079-2452E5585C34}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ohdr_gentst", "..\..\TEST\ohdr_gentst\ohdr_gentst.vcproj", "{400D995A-CFC8-4D39-A449-88BE067834F8}" ProjectSection(ProjectDependencies) = postProject - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtest_fortran", "..\..\FORTRAN\TEST\libtest_fortran\libtest_fortran.vcproj", "{91680B16-C247-4CF9-B129-1CB3C34FA1FA}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ohdrdll", "..\..\test\ohdrdll\ohdrdll.vcproj", "{37605955-FA00-41C9-9D39-D078CF270376}" ProjectSection(ProjectDependencies) = postProject - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtest_fortrandll", "..\..\fortran\test\libtest_fortrandll\libtest_fortrandll.vcproj", "{1E1A87EF-FDCF-43DC-BADA-2F35F74BA52A}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "overhead", "..\..\test\overhead\overhead.vcproj", "{9A9D7ABC-ED3A-462E-9ED1-CB55F14174F3}" ProjectSection(ProjectDependencies) = postProject - {508F072D-E27A-4AFD-B079-2452E5585C34} = {508F072D-E27A-4AFD-B079-2452E5585C34} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "links", "..\..\test\links\links.vcproj", "{2C9F0A83-953F-4ADC-B024-1D9BFC085EDA}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "overheaddll", "..\..\test\overheaddll\overheaddll.vcproj", "{71A1C081-FF1C-452B-B938-95551D565302}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "linksdll", "..\..\test\linksdll\linksdll.vcproj", "{226342FF-BCC1-4F6A-81D5-9BA777D86D78}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pool", "..\..\TEST\pool\pool.vcproj", "{9ADAE03A-2060-471E-A7B5-9D8F6995223A}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mount", "..\..\test\mount\mount.vcproj", "{B369361C-0C38-4689-BD5D-9296E948C5D6}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pooldll", "..\..\TEST\pooldll\pooldll.vcproj", "{DFE42486-47A2-487C-81B9-DDCDA9F07BF0}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mountdll", "..\..\test\mountdll\mountdll.vcproj", "{0E3AFD54-FA8B-4FB2-8CF7-26200490B23F}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "reserved", "..\..\TEST\reserved\reserved.vcproj", "{2248C52C-75DC-465B-A598-6E89CC93E00D}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mtime", "..\..\test\mtime\mtime.vcproj", "{373C8E72-DB5D-4989-AC1A-4CE16F12E849}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "reserveddll", "..\..\TEST\reserveddll\reserveddll.vcproj", "{C2E6106F-1450-4F62-8D8E-17A93E986B26}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mtimedll", "..\..\test\mtimedll\mtimedll.vcproj", "{7A25FF90-2F9C-4EB1-BF50-365C7B3B6855}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "set_extent", "..\..\TEST\set_extent\set_extent.vcproj", "{E81413CC-046C-42B0-B862-0BB81AED2854}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ntypes", "..\..\test\ntypes\ntypes.vcproj", "{25F08B1F-A6AE-4E47-8B0C-314DFD8C7E12}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "set_extentdll", "..\..\test\set_extentdll\set_extentdll.vcproj", "{14DB1F8E-0BF6-4E9D-8372-5EA9ED48347F}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ntypesdll", "..\..\test\ntypesdll\ntypesdll.vcproj", "{6EB7BB54-E02E-4B3C-97B7-158C0A5D382D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stab", "..\..\test\stab\stab.vcproj", "{17DC13C3-78E0-4EF5-B7B1-87EB1A379D2A}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "objcopy", "..\..\TEST\objcopy\objcopy.vcproj", "{5A3094D1-E8C1-4D63-B1FE-6835BCA7C679}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stabdll", "..\..\test\stabdll\stabdll.vcproj", "{7CF4F18C-3C74-4EBB-AD76-F41575D7A5A0}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "objcopydll", "..\..\TEST\objcopydll\objcopydll.vcproj", "{830A103B-37A4-4DFA-95C8-FCC6F6E193A8}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "talign", "..\..\TOOLS\talign\talign.vcproj", "{E6A9BFE8-84DE-46C0-A372-72087598018E}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ohdr", "..\..\test\ohdr\ohdr.vcproj", "{EA6DADCB-A5D4-4C86-9356-4A1E1C15B0B8}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "taligndll", "..\..\TOOLS\taligndll\taligndll.vcproj", "{3BBA31F8-2679-4655-975D-52FDA5ABD5C4}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {832DD776-BC7F-40B5-90D0-E6448014CA5B} = {832DD776-BC7F-40B5-90D0-E6448014CA5B} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ohdrdll", "..\..\test\ohdrdll\ohdrdll.vcproj", "{2878F43A-19C6-44A6-AD9A-7072026C7F34}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tellub", "..\..\TEST\tellub\tellub.vcproj", "{A26C50E9-D3FB-4490-9CD7-606EB2E77D21}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "overhead", "..\..\test\overhead\overhead.vcproj", "{C995E489-F865-4900-B6CA-9283BDEAB7E5}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testh5repack_detect_szip", "..\..\TOOLS\TESTFILES\testh5repack_detect_szip\testh5repack_detect_szip.vcproj", "{5EA5BDAD-3AE9-4BCA-AC1A-93B3B8499C30}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "overheaddll", "..\..\test\overheaddll\overheaddll.vcproj", "{300598E5-AFE8-4F42-AA6C-84B01F9B9488}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testh5repack_detect_szipdll", "..\..\TOOLS\TESTFILES\testh5repack_detect_szipdll\testh5repack_detect_szipdll.vcproj", "{E75602FF-F4E6-4F45-AD0D-EA49C0C66DEF}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} + {832DD776-BC7F-40B5-90D0-E6448014CA5B} = {832DD776-BC7F-40B5-90D0-E6448014CA5B} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pool", "..\..\TEST\pool\pool.vcproj", "{A987DA43-3B56-4985-BB6D-2A5F372425D8}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testhdf5", "..\..\test\testhdf5\testhdf5.vcproj", "{D1518671-CB9D-471F-8BCE-A03DE67F26B1}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pooldll", "..\..\TEST\pooldll\pooldll.vcproj", "{98B6A456-DD12-4533-84E5-5C844309FABB}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testhdf5_cpp", "..\..\C++\TEST\testhdf5_cpp\testhdf5_cpp.vcproj", "{EFA04391-B35B-44C0-AB27-1383D4C9E358}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {FB74E351-0C4E-4173-B0D3-10DD12F2DCA5} = {FB74E351-0C4E-4173-B0D3-10DD12F2DCA5} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "reserved", "..\..\TEST\reserved\reserved.vcproj", "{1DA0A1C4-78CC-4F81-B4F8-1CF32DFA52D2}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testhdf5_cppdll", "..\..\c++\test\testhdf5_cppdll\testhdf5_cppdll.vcproj", "{DBA493BD-3AF1-4616-8A80-F6FD41B70392}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {D279901A-8E21-47D3-B7EA-A572EE12F2E6} = {D279901A-8E21-47D3-B7EA-A572EE12F2E6} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "reserveddll", "..\..\TEST\reserveddll\reserveddll.vcproj", "{C7CE460F-6A9F-4631-B9BF-ADAB0ED8C465}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testhdf5dll", "..\..\test\testhdf5dll\testhdf5dll.vcproj", "{D1FD44F8-8263-4B29-985D-21CE26F45A76}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "set_extent", "..\..\TEST\set_extent\set_extent.vcproj", "{CC3F887D-28B2-43C0-8899-62E9C315B1F6}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "toolslib", "..\..\tools\toolslib\toolslib.vcproj", "{473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "set_extentdll", "..\..\test\set_extentdll\set_extentdll.vcproj", "{AB3903C5-654F-4BF1-B113-6FCA32422347}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "toolslibD", "..\..\tools\toolslibD\toolslibD.vcproj", "{832DD776-BC7F-40B5-90D0-E6448014CA5B}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stab", "..\..\test\stab\stab.vcproj", "{B6D98061-C5F8-4852-BBC0-E85A462ECA10}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ttsafedll", "..\..\test\ttsafedll\ttsafedll.vcproj", "{DDDFC0AC-2ECB-4930-9C83-788AC7C1343E}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stabdll", "..\..\test\stabdll\stabdll.vcproj", "{EB2FBF80-0348-41FF-A1E9-E7A8AC934F6C}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unlink", "..\..\test\unlink\unlink.vcproj", "{9321B2C5-74B3-4743-9D87-B0FDCB47373B}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "talign", "..\..\TOOLS\talign\talign.vcproj", "{2DC45E49-C146-4CB2-8E00-23906B267D8A}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unlinkdll", "..\..\test\unlinkdll\unlinkdll.vcproj", "{685666ED-4640-47EE-AEA5-35B9602CA541}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {2A01DE63-9303-4FA6-AE20-E074938490C8} = {2A01DE63-9303-4FA6-AE20-E074938490C8} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "taligndll", "..\..\TOOLS\taligndll\taligndll.vcproj", "{530CBBF9-D357-425F-A7BD-4F594B2D7FD2}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vfd", "..\..\TEST\vfd\vfd.vcproj", "{744EA5E0-18C8-4757-82DE-2D0CF11DBDDE}" ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {3AA62147-1B2D-4E20-8F55-FD283FDA1EDC} = {3AA62147-1B2D-4E20-8F55-FD283FDA1EDC} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tellub", "..\..\TEST\tellub\tellub.vcproj", "{C8A32DF8-A4C6-4E0D-8F77-384F337922A3}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vfddll", "..\..\TEST\vfddll\vfddll.vcproj", "{0C5E3F36-3338-4B2C-A956-4D577B6119E7}" ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {2A01DE63-9303-4FA6-AE20-E074938490C8} = {2A01DE63-9303-4FA6-AE20-E074938490C8} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testh5repack_detect_szip", "..\..\TOOLS\TESTFILES\testh5repack_detect_szip\testh5repack_detect_szip.vcproj", "{4CF337E4-081F-49ED-BB8A-C3E2465F6EDF}" - ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {2A01DE63-9303-4FA6-AE20-E074938490C8} = {2A01DE63-9303-4FA6-AE20-E074938490C8} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testh5repack_detect_szipdll", "..\..\TOOLS\TESTFILES\testh5repack_detect_szipdll\testh5repack_detect_szipdll.vcproj", "{ED18E29E-A9E7-40A2-8323-93A0747FD736}" - ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {3AA62147-1B2D-4E20-8F55-FD283FDA1EDC} = {3AA62147-1B2D-4E20-8F55-FD283FDA1EDC} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testhdf5", "..\..\test\testhdf5\testhdf5.vcproj", "{8DB0E73B-9B1C-4AF8-A218-9FE540D1C1FF}" - ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testhdf5_cpp", "..\..\C++\TEST\testhdf5_cpp\testhdf5_cpp.vcproj", "{3E5B7D74-45A8-4282-91CA-A83B747AEC12}" - ProjectSection(ProjectDependencies) = postProject - {7ED6DA03-44B3-4520-BE03-5D0B9A3C2FEE} = {7ED6DA03-44B3-4520-BE03-5D0B9A3C2FEE} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testhdf5_cppdll", "..\..\c++\test\testhdf5_cppdll\testhdf5_cppdll.vcproj", "{A00AA640-1C85-441C-88A0-286EE20330F4}" - ProjectSection(ProjectDependencies) = postProject - {9716E5BD-2FE0-426B-892E-22593CDB109E} = {9716E5BD-2FE0-426B-892E-22593CDB109E} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testhdf5_fortran", "..\..\FORTRAN\TEST\testhdf5_fortran\testhdf5_fortran.vcproj", "{83C06A9D-CEDC-4EB6-B806-5C8EF2D437BA}" - ProjectSection(ProjectDependencies) = postProject - {7EA4F4CA-5A48-40A2-B411-6BC4B246F14A} = {7EA4F4CA-5A48-40A2-B411-6BC4B246F14A} - {91680B16-C247-4CF9-B129-1CB3C34FA1FA} = {91680B16-C247-4CF9-B129-1CB3C34FA1FA} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testhdf5_fortrandll", "..\..\fortran\test\testhdf5_fortrandll\testhdf5_fortrandll.vcproj", "{BE0D9FD3-C7C4-4E71-A60E-7CB355E4AFAC}" - ProjectSection(ProjectDependencies) = postProject - {5F760E63-D9B3-412F-8FDA-520111C2BC2F} = {5F760E63-D9B3-412F-8FDA-520111C2BC2F} - {32A95E2D-8A03-4A4A-BB6E-2E9F09B17FE6} = {32A95E2D-8A03-4A4A-BB6E-2E9F09B17FE6} - {1E1A87EF-FDCF-43DC-BADA-2F35F74BA52A} = {1E1A87EF-FDCF-43DC-BADA-2F35F74BA52A} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testhdf5dll", "..\..\test\testhdf5dll\testhdf5dll.vcproj", "{D59D50F1-83D4-468F-9154-8D85E4D8498C}" - ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "toolslib", "..\..\tools\toolslib\toolslib.vcproj", "{2A01DE63-9303-4FA6-AE20-E074938490C8}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "toolslibD", "..\..\tools\toolslibD\toolslibD.vcproj", "{3AA62147-1B2D-4E20-8F55-FD283FDA1EDC}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ttsafedll", "..\..\test\ttsafedll\ttsafedll.vcproj", "{AAE8C0C6-32B8-4C4F-BE07-DA1E723E7083}" - ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unlink", "..\..\test\unlink\unlink.vcproj", "{5E364F39-7A7C-4AEF-918D-93D85BF606E3}" - ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unlinkdll", "..\..\test\unlinkdll\unlinkdll.vcproj", "{197A550A-1A8B-410E-A790-54FBCFDBAE67}" - ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vfd", "..\..\TEST\vfd\vfd.vcproj", "{F3E5EB72-1F0F-4E1E-9E8B-F01F423C624B}" - ProjectSection(ProjectDependencies) = postProject - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} = {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4} - {535FCE53-3E7B-40FC-A96D-14788BD61823} = {535FCE53-3E7B-40FC-A96D-14788BD61823} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vfddll", "..\..\TEST\vfddll\vfddll.vcproj", "{C72E56D9-E523-4EC7-8336-95F35700A02F}" - ProjectSection(ProjectDependencies) = postProject - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} = {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C} - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} = {EFFE3D24-E758-49A4-ACE9-FF20C03A5219} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} EndProjectSection EndProject Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - AlphaDbg|Win32 = AlphaDbg|Win32 - AlphaRel|Win32 = AlphaRel|Win32 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {24E5C6DF-1FA4-49AD-AE75-1D9347966CC5}.Debug.ActiveCfg = Debug|Win32 + {24E5C6DF-1FA4-49AD-AE75-1D9347966CC5}.Debug.Build.0 = Debug|Win32 + {24E5C6DF-1FA4-49AD-AE75-1D9347966CC5}.Release.ActiveCfg = Release|Win32 + {24E5C6DF-1FA4-49AD-AE75-1D9347966CC5}.Release.Build.0 = Release|Win32 + {009F2CC9-B131-4C51-BCFD-CEBDEFCB32C7}.Debug.ActiveCfg = Debug|Win32 + {009F2CC9-B131-4C51-BCFD-CEBDEFCB32C7}.Debug.Build.0 = Debug|Win32 + {009F2CC9-B131-4C51-BCFD-CEBDEFCB32C7}.Release.ActiveCfg = Release|Win32 + {009F2CC9-B131-4C51-BCFD-CEBDEFCB32C7}.Release.Build.0 = Release|Win32 + {8C97CA6D-2210-4D1F-AEF2-5D56FFBCE767}.Debug.ActiveCfg = Debug|Win32 + {8C97CA6D-2210-4D1F-AEF2-5D56FFBCE767}.Debug.Build.0 = Debug|Win32 + {8C97CA6D-2210-4D1F-AEF2-5D56FFBCE767}.Release.ActiveCfg = Release|Win32 + {8C97CA6D-2210-4D1F-AEF2-5D56FFBCE767}.Release.Build.0 = Release|Win32 + {BE9A4A65-F25B-4DCF-8B55-06B3D0C685CB}.Debug.ActiveCfg = Debug|Win32 + {BE9A4A65-F25B-4DCF-8B55-06B3D0C685CB}.Debug.Build.0 = Debug|Win32 + {BE9A4A65-F25B-4DCF-8B55-06B3D0C685CB}.Release.ActiveCfg = Release|Win32 + {BE9A4A65-F25B-4DCF-8B55-06B3D0C685CB}.Release.Build.0 = Release|Win32 + {958A5473-0E7C-4FA1-9C2F-AEA0925EF5AD}.Debug.ActiveCfg = Debug|Win32 + {958A5473-0E7C-4FA1-9C2F-AEA0925EF5AD}.Debug.Build.0 = Debug|Win32 + {958A5473-0E7C-4FA1-9C2F-AEA0925EF5AD}.Release.ActiveCfg = Release|Win32 + {958A5473-0E7C-4FA1-9C2F-AEA0925EF5AD}.Release.Build.0 = Release|Win32 + {E5C9E235-E10F-4F46-A94F-A112CD8D867E}.Debug.ActiveCfg = Debug|Win32 + {E5C9E235-E10F-4F46-A94F-A112CD8D867E}.Debug.Build.0 = Debug|Win32 + {E5C9E235-E10F-4F46-A94F-A112CD8D867E}.Release.ActiveCfg = Release|Win32 + {E5C9E235-E10F-4F46-A94F-A112CD8D867E}.Release.Build.0 = Release|Win32 + {8CE6FF9D-8A14-4A45-971A-18972109AC9D}.Debug.ActiveCfg = Debug|Win32 + {8CE6FF9D-8A14-4A45-971A-18972109AC9D}.Debug.Build.0 = Debug|Win32 + {8CE6FF9D-8A14-4A45-971A-18972109AC9D}.Release.ActiveCfg = Release|Win32 + {8CE6FF9D-8A14-4A45-971A-18972109AC9D}.Release.Build.0 = Release|Win32 + {34EEE194-B77E-453E-9C59-252C0421188A}.Debug.ActiveCfg = Debug|Win32 + {34EEE194-B77E-453E-9C59-252C0421188A}.Debug.Build.0 = Debug|Win32 + {34EEE194-B77E-453E-9C59-252C0421188A}.Release.ActiveCfg = Release|Win32 + {34EEE194-B77E-453E-9C59-252C0421188A}.Release.Build.0 = Release|Win32 + {4BAFED6D-07B4-465D-8C93-81A1C2EF02E0}.Debug.ActiveCfg = Debug|Win32 + {4BAFED6D-07B4-465D-8C93-81A1C2EF02E0}.Debug.Build.0 = Debug|Win32 + {4BAFED6D-07B4-465D-8C93-81A1C2EF02E0}.Release.ActiveCfg = Release|Win32 + {4BAFED6D-07B4-465D-8C93-81A1C2EF02E0}.Release.Build.0 = Release|Win32 + {4F8B23C1-9832-4C3B-A836-2FBB53F628A0}.Debug.ActiveCfg = Debug|Win32 + {4F8B23C1-9832-4C3B-A836-2FBB53F628A0}.Debug.Build.0 = Debug|Win32 + {4F8B23C1-9832-4C3B-A836-2FBB53F628A0}.Release.ActiveCfg = Release|Win32 + {4F8B23C1-9832-4C3B-A836-2FBB53F628A0}.Release.Build.0 = Release|Win32 + {EB5DE4FB-CC65-47BF-9D94-AC96B01B6A33}.Debug.ActiveCfg = Debug|Win32 + {EB5DE4FB-CC65-47BF-9D94-AC96B01B6A33}.Debug.Build.0 = Debug|Win32 + {EB5DE4FB-CC65-47BF-9D94-AC96B01B6A33}.Release.ActiveCfg = Release|Win32 + {EB5DE4FB-CC65-47BF-9D94-AC96B01B6A33}.Release.Build.0 = Release|Win32 + {D0CEF98C-07B5-4A8A-9153-43FDF6B5F169}.Debug.ActiveCfg = Debug|Win32 + {D0CEF98C-07B5-4A8A-9153-43FDF6B5F169}.Debug.Build.0 = Debug|Win32 + {D0CEF98C-07B5-4A8A-9153-43FDF6B5F169}.Release.ActiveCfg = Release|Win32 + {D0CEF98C-07B5-4A8A-9153-43FDF6B5F169}.Release.Build.0 = Release|Win32 + {57A5C559-F1BD-49F1-9B5E-13591D22FD75}.Debug.ActiveCfg = Debug|Win32 + {57A5C559-F1BD-49F1-9B5E-13591D22FD75}.Debug.Build.0 = Debug|Win32 + {57A5C559-F1BD-49F1-9B5E-13591D22FD75}.Release.ActiveCfg = Release|Win32 + {57A5C559-F1BD-49F1-9B5E-13591D22FD75}.Release.Build.0 = Release|Win32 + {4941199C-EB11-460D-8EF7-9F68293AE202}.Debug.ActiveCfg = Debug|Win32 + {4941199C-EB11-460D-8EF7-9F68293AE202}.Debug.Build.0 = Debug|Win32 + {4941199C-EB11-460D-8EF7-9F68293AE202}.Release.ActiveCfg = Release|Win32 + {4941199C-EB11-460D-8EF7-9F68293AE202}.Release.Build.0 = Release|Win32 + {BA86B1FE-8CA7-4A96-9FD0-11941F885589}.Debug.ActiveCfg = Debug|Win32 + {BA86B1FE-8CA7-4A96-9FD0-11941F885589}.Debug.Build.0 = Debug|Win32 + {BA86B1FE-8CA7-4A96-9FD0-11941F885589}.Release.ActiveCfg = Release|Win32 + {BA86B1FE-8CA7-4A96-9FD0-11941F885589}.Release.Build.0 = Release|Win32 + {8F4417C5-2F4A-4070-88F9-0AFDB0F8EA14}.Debug.ActiveCfg = Debug|Win32 + {8F4417C5-2F4A-4070-88F9-0AFDB0F8EA14}.Debug.Build.0 = Debug|Win32 + {8F4417C5-2F4A-4070-88F9-0AFDB0F8EA14}.Release.ActiveCfg = Release|Win32 + {8F4417C5-2F4A-4070-88F9-0AFDB0F8EA14}.Release.Build.0 = Release|Win32 + {68A52165-E0EF-4019-B658-1AC734649955}.Debug.ActiveCfg = Debug|Win32 + {68A52165-E0EF-4019-B658-1AC734649955}.Debug.Build.0 = Debug|Win32 + {68A52165-E0EF-4019-B658-1AC734649955}.Release.ActiveCfg = Release|Win32 + {68A52165-E0EF-4019-B658-1AC734649955}.Release.Build.0 = Release|Win32 + {E1F98D07-4724-46CB-B327-5677C1C9266D}.Debug.ActiveCfg = Debug|Win32 + {E1F98D07-4724-46CB-B327-5677C1C9266D}.Debug.Build.0 = Debug|Win32 + {E1F98D07-4724-46CB-B327-5677C1C9266D}.Release.ActiveCfg = Release|Win32 + {E1F98D07-4724-46CB-B327-5677C1C9266D}.Release.Build.0 = Release|Win32 + {8C6D9C00-44A9-432F-B695-F56439C1B288}.Debug.ActiveCfg = Debug|Win32 + {8C6D9C00-44A9-432F-B695-F56439C1B288}.Debug.Build.0 = Debug|Win32 + {8C6D9C00-44A9-432F-B695-F56439C1B288}.Release.ActiveCfg = Release|Win32 + {8C6D9C00-44A9-432F-B695-F56439C1B288}.Release.Build.0 = Release|Win32 + {D15E5D9B-A1A6-4935-889C-D880FD0068CE}.Debug.ActiveCfg = Debug|Win32 + {D15E5D9B-A1A6-4935-889C-D880FD0068CE}.Debug.Build.0 = Debug|Win32 + {D15E5D9B-A1A6-4935-889C-D880FD0068CE}.Release.ActiveCfg = Release|Win32 + {D15E5D9B-A1A6-4935-889C-D880FD0068CE}.Release.Build.0 = Release|Win32 + {A90ADD88-DA1B-4642-A97B-37DF89433858}.Debug.ActiveCfg = Debug|Win32 + {A90ADD88-DA1B-4642-A97B-37DF89433858}.Debug.Build.0 = Debug|Win32 + {A90ADD88-DA1B-4642-A97B-37DF89433858}.Release.ActiveCfg = Release|Win32 + {A90ADD88-DA1B-4642-A97B-37DF89433858}.Release.Build.0 = Release|Win32 + {802B922A-E813-438E-A180-4A8839A11A55}.Debug.ActiveCfg = Debug|Win32 + {802B922A-E813-438E-A180-4A8839A11A55}.Debug.Build.0 = Debug|Win32 + {802B922A-E813-438E-A180-4A8839A11A55}.Release.ActiveCfg = Release|Win32 + {802B922A-E813-438E-A180-4A8839A11A55}.Release.Build.0 = Release|Win32 + {76858167-F4DB-476C-A2B6-A3069D60D9E2}.Debug.ActiveCfg = Debug|Win32 + {76858167-F4DB-476C-A2B6-A3069D60D9E2}.Debug.Build.0 = Debug|Win32 + {76858167-F4DB-476C-A2B6-A3069D60D9E2}.Release.ActiveCfg = Release|Win32 + {76858167-F4DB-476C-A2B6-A3069D60D9E2}.Release.Build.0 = Release|Win32 + {1B298EEC-0B47-4145-88AA-C6558E0BD993}.Debug.ActiveCfg = Debug|Win32 + {1B298EEC-0B47-4145-88AA-C6558E0BD993}.Debug.Build.0 = Debug|Win32 + {1B298EEC-0B47-4145-88AA-C6558E0BD993}.Release.ActiveCfg = Release|Win32 + {1B298EEC-0B47-4145-88AA-C6558E0BD993}.Release.Build.0 = Release|Win32 + {AE5D4766-9668-4EB5-B801-5DF8F53363FC}.Debug.ActiveCfg = Debug|Win32 + {AE5D4766-9668-4EB5-B801-5DF8F53363FC}.Debug.Build.0 = Debug|Win32 + {AE5D4766-9668-4EB5-B801-5DF8F53363FC}.Release.ActiveCfg = Release|Win32 + {AE5D4766-9668-4EB5-B801-5DF8F53363FC}.Release.Build.0 = Release|Win32 + {3E41969B-D69B-4235-B192-A94F7853D869}.Debug.ActiveCfg = Debug|Win32 + {3E41969B-D69B-4235-B192-A94F7853D869}.Debug.Build.0 = Debug|Win32 + {3E41969B-D69B-4235-B192-A94F7853D869}.Release.ActiveCfg = Release|Win32 + {3E41969B-D69B-4235-B192-A94F7853D869}.Release.Build.0 = Release|Win32 + {F5109F4B-5869-40A7-BC6A-8130CA4BB987}.Debug.ActiveCfg = Debug|Win32 + {F5109F4B-5869-40A7-BC6A-8130CA4BB987}.Debug.Build.0 = Debug|Win32 + {F5109F4B-5869-40A7-BC6A-8130CA4BB987}.Release.ActiveCfg = Release|Win32 + {F5109F4B-5869-40A7-BC6A-8130CA4BB987}.Release.Build.0 = Release|Win32 + {0E0F449A-7998-4113-BDD2-A74E0B6D3466}.Debug.ActiveCfg = Debug|Win32 + {0E0F449A-7998-4113-BDD2-A74E0B6D3466}.Debug.Build.0 = Debug|Win32 + {0E0F449A-7998-4113-BDD2-A74E0B6D3466}.Release.ActiveCfg = Release|Win32 + {0E0F449A-7998-4113-BDD2-A74E0B6D3466}.Release.Build.0 = Release|Win32 + {4AC79406-D6E0-43B3-82B0-7A032FABB52A}.Debug.ActiveCfg = Debug|Win32 + {4AC79406-D6E0-43B3-82B0-7A032FABB52A}.Debug.Build.0 = Debug|Win32 + {4AC79406-D6E0-43B3-82B0-7A032FABB52A}.Release.ActiveCfg = Release|Win32 + {4AC79406-D6E0-43B3-82B0-7A032FABB52A}.Release.Build.0 = Release|Win32 + {AE50F8BA-5FAC-47CC-A5A0-7F1E55C413E3}.Debug.ActiveCfg = Debug|Win32 + {AE50F8BA-5FAC-47CC-A5A0-7F1E55C413E3}.Debug.Build.0 = Debug|Win32 + {AE50F8BA-5FAC-47CC-A5A0-7F1E55C413E3}.Release.ActiveCfg = Release|Win32 + {AE50F8BA-5FAC-47CC-A5A0-7F1E55C413E3}.Release.Build.0 = Release|Win32 + {FD8B058E-F53A-4197-B75E-849904E5AA79}.Debug.ActiveCfg = Debug|Win32 + {FD8B058E-F53A-4197-B75E-849904E5AA79}.Debug.Build.0 = Debug|Win32 + {FD8B058E-F53A-4197-B75E-849904E5AA79}.Release.ActiveCfg = Release|Win32 + {FD8B058E-F53A-4197-B75E-849904E5AA79}.Release.Build.0 = Release|Win32 + {D8D53F43-41EE-486A-8DBD-956D8CD072E8}.Debug.ActiveCfg = Debug|Win32 + {D8D53F43-41EE-486A-8DBD-956D8CD072E8}.Debug.Build.0 = Debug|Win32 + {D8D53F43-41EE-486A-8DBD-956D8CD072E8}.Release.ActiveCfg = Release|Win32 + {D8D53F43-41EE-486A-8DBD-956D8CD072E8}.Release.Build.0 = Release|Win32 + {7ABA5DD5-77E7-42D3-9C29-84A13B0CAA91}.Debug.ActiveCfg = Debug|Win32 + {7ABA5DD5-77E7-42D3-9C29-84A13B0CAA91}.Debug.Build.0 = Debug|Win32 + {7ABA5DD5-77E7-42D3-9C29-84A13B0CAA91}.Release.ActiveCfg = Release|Win32 + {7ABA5DD5-77E7-42D3-9C29-84A13B0CAA91}.Release.Build.0 = Release|Win32 + {55894CDC-C220-40FE-B403-D74EAC6EBACF}.Debug.ActiveCfg = Debug|Win32 + {55894CDC-C220-40FE-B403-D74EAC6EBACF}.Debug.Build.0 = Debug|Win32 + {55894CDC-C220-40FE-B403-D74EAC6EBACF}.Release.ActiveCfg = Release|Win32 + {55894CDC-C220-40FE-B403-D74EAC6EBACF}.Release.Build.0 = Release|Win32 + {265C41B2-30D7-4FF8-A08C-B997363DA763}.Debug.ActiveCfg = Debug|Win32 + {265C41B2-30D7-4FF8-A08C-B997363DA763}.Debug.Build.0 = Debug|Win32 + {265C41B2-30D7-4FF8-A08C-B997363DA763}.Release.ActiveCfg = Release|Win32 + {265C41B2-30D7-4FF8-A08C-B997363DA763}.Release.Build.0 = Release|Win32 + {309CE6F8-4658-44CB-8E99-0B86DCA77EFC}.Debug.ActiveCfg = Debug|Win32 + {309CE6F8-4658-44CB-8E99-0B86DCA77EFC}.Debug.Build.0 = Debug|Win32 + {309CE6F8-4658-44CB-8E99-0B86DCA77EFC}.Release.ActiveCfg = Release|Win32 + {309CE6F8-4658-44CB-8E99-0B86DCA77EFC}.Release.Build.0 = Release|Win32 + {8708E58C-F990-4B6C-AD83-745CA9582E92}.Debug.ActiveCfg = Debug|Win32 + {8708E58C-F990-4B6C-AD83-745CA9582E92}.Debug.Build.0 = Debug|Win32 + {8708E58C-F990-4B6C-AD83-745CA9582E92}.Release.ActiveCfg = Release|Win32 + {8708E58C-F990-4B6C-AD83-745CA9582E92}.Release.Build.0 = Release|Win32 + {76FFD0F6-3D5F-4826-A3BA-DEE92084FA27}.Debug.ActiveCfg = Debug|Win32 + {76FFD0F6-3D5F-4826-A3BA-DEE92084FA27}.Debug.Build.0 = Debug|Win32 + {76FFD0F6-3D5F-4826-A3BA-DEE92084FA27}.Release.ActiveCfg = Release|Win32 + {76FFD0F6-3D5F-4826-A3BA-DEE92084FA27}.Release.Build.0 = Release|Win32 + {7D293021-0601-498B-91B8-C49580EFB08D}.Debug.ActiveCfg = Debug|Win32 + {7D293021-0601-498B-91B8-C49580EFB08D}.Debug.Build.0 = Debug|Win32 + {7D293021-0601-498B-91B8-C49580EFB08D}.Release.ActiveCfg = Release|Win32 + {7D293021-0601-498B-91B8-C49580EFB08D}.Release.Build.0 = Release|Win32 + {0CB771D6-9CAB-4799-A7B1-5D89E436E6AF}.Debug.ActiveCfg = Debug|Win32 + {0CB771D6-9CAB-4799-A7B1-5D89E436E6AF}.Debug.Build.0 = Debug|Win32 + {0CB771D6-9CAB-4799-A7B1-5D89E436E6AF}.Release.ActiveCfg = Release|Win32 + {0CB771D6-9CAB-4799-A7B1-5D89E436E6AF}.Release.Build.0 = Release|Win32 + {AACD0537-E8F3-4F0F-A0E6-B99C0F4EF892}.Debug.ActiveCfg = Debug|Win32 + {AACD0537-E8F3-4F0F-A0E6-B99C0F4EF892}.Debug.Build.0 = Debug|Win32 + {AACD0537-E8F3-4F0F-A0E6-B99C0F4EF892}.Release.ActiveCfg = Release|Win32 + {AACD0537-E8F3-4F0F-A0E6-B99C0F4EF892}.Release.Build.0 = Release|Win32 + {CEBB9980-4B77-4105-BFEB-4DCDBB1F5E35}.Debug.ActiveCfg = Debug|Win32 + {CEBB9980-4B77-4105-BFEB-4DCDBB1F5E35}.Debug.Build.0 = Debug|Win32 + {CEBB9980-4B77-4105-BFEB-4DCDBB1F5E35}.Release.ActiveCfg = Release|Win32 + {CEBB9980-4B77-4105-BFEB-4DCDBB1F5E35}.Release.Build.0 = Release|Win32 + {CAC1F1E8-55D5-4CC6-857E-F01E59FB8098}.Debug.ActiveCfg = Debug|Win32 + {CAC1F1E8-55D5-4CC6-857E-F01E59FB8098}.Debug.Build.0 = Debug|Win32 + {CAC1F1E8-55D5-4CC6-857E-F01E59FB8098}.Release.ActiveCfg = Release|Win32 + {CAC1F1E8-55D5-4CC6-857E-F01E59FB8098}.Release.Build.0 = Release|Win32 + {0CB176F2-1FA9-467A-986D-512FAD8144B0}.Debug.ActiveCfg = Debug|Win32 + {0CB176F2-1FA9-467A-986D-512FAD8144B0}.Debug.Build.0 = Debug|Win32 + {0CB176F2-1FA9-467A-986D-512FAD8144B0}.Release.ActiveCfg = Release|Win32 + {0CB176F2-1FA9-467A-986D-512FAD8144B0}.Release.Build.0 = Release|Win32 + {364FF608-7969-4ED1-95B2-8592872F8264}.Debug.ActiveCfg = Debug|Win32 + {364FF608-7969-4ED1-95B2-8592872F8264}.Debug.Build.0 = Debug|Win32 + {364FF608-7969-4ED1-95B2-8592872F8264}.Release.ActiveCfg = Release|Win32 + {364FF608-7969-4ED1-95B2-8592872F8264}.Release.Build.0 = Release|Win32 + {B36344D1-122C-4BC6-A292-CC82F74CBB0A}.Debug.ActiveCfg = Debug|Win32 + {B36344D1-122C-4BC6-A292-CC82F74CBB0A}.Debug.Build.0 = Debug|Win32 + {B36344D1-122C-4BC6-A292-CC82F74CBB0A}.Release.ActiveCfg = Release|Win32 + {B36344D1-122C-4BC6-A292-CC82F74CBB0A}.Release.Build.0 = Release|Win32 + {E9F8FC85-8508-4FE7-9BB0-C0494A71BA1B}.Debug.ActiveCfg = Debug|Win32 + {E9F8FC85-8508-4FE7-9BB0-C0494A71BA1B}.Debug.Build.0 = Debug|Win32 + {E9F8FC85-8508-4FE7-9BB0-C0494A71BA1B}.Release.ActiveCfg = Release|Win32 + {E9F8FC85-8508-4FE7-9BB0-C0494A71BA1B}.Release.Build.0 = Release|Win32 + {F4386ECB-D688-4C18-A091-673F1F8A96E7}.Debug.ActiveCfg = Debug|Win32 + {F4386ECB-D688-4C18-A091-673F1F8A96E7}.Debug.Build.0 = Debug|Win32 + {F4386ECB-D688-4C18-A091-673F1F8A96E7}.Release.ActiveCfg = Release|Win32 + {F4386ECB-D688-4C18-A091-673F1F8A96E7}.Release.Build.0 = Release|Win32 + {B21CA611-6DAE-4051-8B4C-989E135711B1}.Debug.ActiveCfg = Debug|Win32 + {B21CA611-6DAE-4051-8B4C-989E135711B1}.Debug.Build.0 = Debug|Win32 + {B21CA611-6DAE-4051-8B4C-989E135711B1}.Release.ActiveCfg = Release|Win32 + {B21CA611-6DAE-4051-8B4C-989E135711B1}.Release.Build.0 = Release|Win32 + {80892339-F6CE-4E96-B61B-131095F2612D}.Debug.ActiveCfg = Debug|Win32 + {80892339-F6CE-4E96-B61B-131095F2612D}.Debug.Build.0 = Debug|Win32 + {80892339-F6CE-4E96-B61B-131095F2612D}.Release.ActiveCfg = Release|Win32 + {80892339-F6CE-4E96-B61B-131095F2612D}.Release.Build.0 = Release|Win32 + {2FC5DAE1-36D6-4783-A0F9-96D0B37687A8}.Debug.ActiveCfg = Debug|Win32 + {2FC5DAE1-36D6-4783-A0F9-96D0B37687A8}.Debug.Build.0 = Debug|Win32 + {2FC5DAE1-36D6-4783-A0F9-96D0B37687A8}.Release.ActiveCfg = Release|Win32 + {2FC5DAE1-36D6-4783-A0F9-96D0B37687A8}.Release.Build.0 = Release|Win32 + {9FCBE814-3818-4F1A-975D-05BAF6FF432F}.Debug.ActiveCfg = Debug|Win32 + {9FCBE814-3818-4F1A-975D-05BAF6FF432F}.Debug.Build.0 = Debug|Win32 + {9FCBE814-3818-4F1A-975D-05BAF6FF432F}.Release.ActiveCfg = Release|Win32 + {9FCBE814-3818-4F1A-975D-05BAF6FF432F}.Release.Build.0 = Release|Win32 + {0DA16B6F-0156-417A-9093-589D55BB066C}.Debug.ActiveCfg = Debug|Win32 + {0DA16B6F-0156-417A-9093-589D55BB066C}.Debug.Build.0 = Debug|Win32 + {0DA16B6F-0156-417A-9093-589D55BB066C}.Release.ActiveCfg = Release|Win32 + {0DA16B6F-0156-417A-9093-589D55BB066C}.Release.Build.0 = Release|Win32 + {7C30B2A4-A24D-4796-9754-CABBDB46D0F8}.Debug.ActiveCfg = Debug|Win32 + {7C30B2A4-A24D-4796-9754-CABBDB46D0F8}.Debug.Build.0 = Debug|Win32 + {7C30B2A4-A24D-4796-9754-CABBDB46D0F8}.Release.ActiveCfg = Release|Win32 + {7C30B2A4-A24D-4796-9754-CABBDB46D0F8}.Release.Build.0 = Release|Win32 + {C325E167-DBC3-4611-8AC8-2A118432E35B}.Debug.ActiveCfg = Debug|Win32 + {C325E167-DBC3-4611-8AC8-2A118432E35B}.Debug.Build.0 = Debug|Win32 + {C325E167-DBC3-4611-8AC8-2A118432E35B}.Release.ActiveCfg = Release|Win32 + {C325E167-DBC3-4611-8AC8-2A118432E35B}.Release.Build.0 = Release|Win32 + {AA7A40A2-A837-4557-AB3D-D64980F6F8E4}.Debug.ActiveCfg = Debug|Win32 + {AA7A40A2-A837-4557-AB3D-D64980F6F8E4}.Debug.Build.0 = Debug|Win32 + {AA7A40A2-A837-4557-AB3D-D64980F6F8E4}.Release.ActiveCfg = Release|Win32 + {AA7A40A2-A837-4557-AB3D-D64980F6F8E4}.Release.Build.0 = Release|Win32 + {834DD32C-D078-441F-95F4-9CDE108B60AE}.Debug.ActiveCfg = Debug|Win32 + {834DD32C-D078-441F-95F4-9CDE108B60AE}.Debug.Build.0 = Debug|Win32 + {834DD32C-D078-441F-95F4-9CDE108B60AE}.Release.ActiveCfg = Release|Win32 + {834DD32C-D078-441F-95F4-9CDE108B60AE}.Release.Build.0 = Release|Win32 + {69952435-F01F-46A7-B907-A78EBC864ED7}.Debug.ActiveCfg = Debug|Win32 + {69952435-F01F-46A7-B907-A78EBC864ED7}.Debug.Build.0 = Debug|Win32 + {69952435-F01F-46A7-B907-A78EBC864ED7}.Release.ActiveCfg = Release|Win32 + {69952435-F01F-46A7-B907-A78EBC864ED7}.Release.Build.0 = Release|Win32 + {BE1A0022-708E-4CC2-B01C-26BD99AB6576}.Debug.ActiveCfg = Debug|Win32 + {BE1A0022-708E-4CC2-B01C-26BD99AB6576}.Debug.Build.0 = Debug|Win32 + {BE1A0022-708E-4CC2-B01C-26BD99AB6576}.Release.ActiveCfg = Release|Win32 + {BE1A0022-708E-4CC2-B01C-26BD99AB6576}.Release.Build.0 = Release|Win32 + {D10F67D0-8057-49C2-A62A-12D0C512288E}.Debug.ActiveCfg = Debug|Win32 + {D10F67D0-8057-49C2-A62A-12D0C512288E}.Debug.Build.0 = Debug|Win32 + {D10F67D0-8057-49C2-A62A-12D0C512288E}.Release.ActiveCfg = Release|Win32 + {D10F67D0-8057-49C2-A62A-12D0C512288E}.Release.Build.0 = Release|Win32 + {1C5A9EC8-F882-4A8A-B773-E79CD46369AF}.Debug.ActiveCfg = Debug|Win32 + {1C5A9EC8-F882-4A8A-B773-E79CD46369AF}.Debug.Build.0 = Debug|Win32 + {1C5A9EC8-F882-4A8A-B773-E79CD46369AF}.Release.ActiveCfg = Release|Win32 + {1C5A9EC8-F882-4A8A-B773-E79CD46369AF}.Release.Build.0 = Release|Win32 + {EC6B5EAD-D938-4211-A7B1-01C9D2C15160}.Debug.ActiveCfg = Debug|Win32 + {EC6B5EAD-D938-4211-A7B1-01C9D2C15160}.Debug.Build.0 = Debug|Win32 + {EC6B5EAD-D938-4211-A7B1-01C9D2C15160}.Release.ActiveCfg = Release|Win32 + {EC6B5EAD-D938-4211-A7B1-01C9D2C15160}.Release.Build.0 = Release|Win32 + {1F80CDF7-B1CB-4303-B282-A21EDC2BDCB4}.Debug.ActiveCfg = Debug|Win32 + {1F80CDF7-B1CB-4303-B282-A21EDC2BDCB4}.Debug.Build.0 = Debug|Win32 + {1F80CDF7-B1CB-4303-B282-A21EDC2BDCB4}.Release.ActiveCfg = Release|Win32 + {1F80CDF7-B1CB-4303-B282-A21EDC2BDCB4}.Release.Build.0 = Release|Win32 + {9A8352DF-AA1E-4FE0-9494-F9D6B4E10CA2}.Debug.ActiveCfg = Debug|Win32 + {9A8352DF-AA1E-4FE0-9494-F9D6B4E10CA2}.Debug.Build.0 = Debug|Win32 + {9A8352DF-AA1E-4FE0-9494-F9D6B4E10CA2}.Release.ActiveCfg = Release|Win32 + {9A8352DF-AA1E-4FE0-9494-F9D6B4E10CA2}.Release.Build.0 = Release|Win32 + {7E207F6A-DC28-4DEB-8454-7977092131DC}.Debug.ActiveCfg = Debug|Win32 + {7E207F6A-DC28-4DEB-8454-7977092131DC}.Debug.Build.0 = Debug|Win32 + {7E207F6A-DC28-4DEB-8454-7977092131DC}.Release.ActiveCfg = Release|Win32 + {7E207F6A-DC28-4DEB-8454-7977092131DC}.Release.Build.0 = Release|Win32 + {0A33B4FE-A2C9-4B7F-ACEC-D251308182ED}.Debug.ActiveCfg = Debug|Win32 + {0A33B4FE-A2C9-4B7F-ACEC-D251308182ED}.Debug.Build.0 = Debug|Win32 + {0A33B4FE-A2C9-4B7F-ACEC-D251308182ED}.Release.ActiveCfg = Release|Win32 + {0A33B4FE-A2C9-4B7F-ACEC-D251308182ED}.Release.Build.0 = Release|Win32 + {9E588AD8-14BD-4BA3-B4EA-16D1D882C700}.Debug.ActiveCfg = Debug|Win32 + {9E588AD8-14BD-4BA3-B4EA-16D1D882C700}.Debug.Build.0 = Debug|Win32 + {9E588AD8-14BD-4BA3-B4EA-16D1D882C700}.Release.ActiveCfg = Release|Win32 + {9E588AD8-14BD-4BA3-B4EA-16D1D882C700}.Release.Build.0 = Release|Win32 + {2DCDB978-79B7-4A3A-B24A-D908A49B7D50}.Debug.ActiveCfg = Debug|Win32 + {2DCDB978-79B7-4A3A-B24A-D908A49B7D50}.Debug.Build.0 = Debug|Win32 + {2DCDB978-79B7-4A3A-B24A-D908A49B7D50}.Release.ActiveCfg = Release|Win32 + {2DCDB978-79B7-4A3A-B24A-D908A49B7D50}.Release.Build.0 = Release|Win32 + {AF696934-5004-4C1D-90C3-B434E92AFB89}.Debug.ActiveCfg = Debug|Win32 + {AF696934-5004-4C1D-90C3-B434E92AFB89}.Debug.Build.0 = Debug|Win32 + {AF696934-5004-4C1D-90C3-B434E92AFB89}.Release.ActiveCfg = Release|Win32 + {AF696934-5004-4C1D-90C3-B434E92AFB89}.Release.Build.0 = Release|Win32 + {196F5935-2391-49A7-B6A2-410DF8149F0D}.Debug.ActiveCfg = Debug|Win32 + {196F5935-2391-49A7-B6A2-410DF8149F0D}.Debug.Build.0 = Debug|Win32 + {196F5935-2391-49A7-B6A2-410DF8149F0D}.Release.ActiveCfg = Release|Win32 + {196F5935-2391-49A7-B6A2-410DF8149F0D}.Release.Build.0 = Release|Win32 + {E8896FEE-8601-4AFC-91EA-6F9698574174}.Debug.ActiveCfg = Debug|Win32 + {E8896FEE-8601-4AFC-91EA-6F9698574174}.Debug.Build.0 = Debug|Win32 + {E8896FEE-8601-4AFC-91EA-6F9698574174}.Release.ActiveCfg = Release|Win32 + {E8896FEE-8601-4AFC-91EA-6F9698574174}.Release.Build.0 = Release|Win32 + {357A1E1A-D5EA-42FB-B4B1-EEB8A4B2BBF0}.Debug.ActiveCfg = Debug|Win32 + {357A1E1A-D5EA-42FB-B4B1-EEB8A4B2BBF0}.Debug.Build.0 = Debug|Win32 + {357A1E1A-D5EA-42FB-B4B1-EEB8A4B2BBF0}.Release.ActiveCfg = Release|Win32 + {357A1E1A-D5EA-42FB-B4B1-EEB8A4B2BBF0}.Release.Build.0 = Release|Win32 + {18FBE8C2-CD20-4D99-9E0B-63B408CE4850}.Debug.ActiveCfg = Debug|Win32 + {18FBE8C2-CD20-4D99-9E0B-63B408CE4850}.Debug.Build.0 = Debug|Win32 + {18FBE8C2-CD20-4D99-9E0B-63B408CE4850}.Release.ActiveCfg = Release|Win32 + {18FBE8C2-CD20-4D99-9E0B-63B408CE4850}.Release.Build.0 = Release|Win32 + {ABBF8F3E-F1B5-45FA-8FD0-50B167511EDF}.Debug.ActiveCfg = Debug|Win32 + {ABBF8F3E-F1B5-45FA-8FD0-50B167511EDF}.Debug.Build.0 = Debug|Win32 + {ABBF8F3E-F1B5-45FA-8FD0-50B167511EDF}.Release.ActiveCfg = Release|Win32 + {ABBF8F3E-F1B5-45FA-8FD0-50B167511EDF}.Release.Build.0 = Release|Win32 + {411D221C-9FA1-417E-8A2B-DF746F4C7E07}.Debug.ActiveCfg = Debug|Win32 + {411D221C-9FA1-417E-8A2B-DF746F4C7E07}.Debug.Build.0 = Debug|Win32 + {411D221C-9FA1-417E-8A2B-DF746F4C7E07}.Release.ActiveCfg = Release|Win32 + {411D221C-9FA1-417E-8A2B-DF746F4C7E07}.Release.Build.0 = Release|Win32 + {854F7E09-CEB5-44CD-B924-3FFAC7936323}.Debug.ActiveCfg = Debug|Win32 + {854F7E09-CEB5-44CD-B924-3FFAC7936323}.Debug.Build.0 = Debug|Win32 + {854F7E09-CEB5-44CD-B924-3FFAC7936323}.Release.ActiveCfg = Release|Win32 + {854F7E09-CEB5-44CD-B924-3FFAC7936323}.Release.Build.0 = Release|Win32 + {AC4C582B-B27D-4E57-A59F-6FF0E833C6E5}.Debug.ActiveCfg = Debug|Win32 + {AC4C582B-B27D-4E57-A59F-6FF0E833C6E5}.Debug.Build.0 = Debug|Win32 + {AC4C582B-B27D-4E57-A59F-6FF0E833C6E5}.Release.ActiveCfg = Release|Win32 + {AC4C582B-B27D-4E57-A59F-6FF0E833C6E5}.Release.Build.0 = Release|Win32 + {F2E38A8C-F3A3-4DA4-B9C2-11C753FF51BF}.Debug.ActiveCfg = Debug|Win32 + {F2E38A8C-F3A3-4DA4-B9C2-11C753FF51BF}.Debug.Build.0 = Debug|Win32 + {F2E38A8C-F3A3-4DA4-B9C2-11C753FF51BF}.Release.ActiveCfg = Release|Win32 + {F2E38A8C-F3A3-4DA4-B9C2-11C753FF51BF}.Release.Build.0 = Release|Win32 + {EBF7C380-5F58-462D-993D-75B53F83FA81}.Debug.ActiveCfg = Debug|Win32 + {EBF7C380-5F58-462D-993D-75B53F83FA81}.Debug.Build.0 = Debug|Win32 + {EBF7C380-5F58-462D-993D-75B53F83FA81}.Release.ActiveCfg = Release|Win32 + {EBF7C380-5F58-462D-993D-75B53F83FA81}.Release.Build.0 = Release|Win32 + {89DA820B-7A3B-46FA-AE09-971A739BEEFD}.Debug.ActiveCfg = Debug|Win32 + {89DA820B-7A3B-46FA-AE09-971A739BEEFD}.Debug.Build.0 = Debug|Win32 + {89DA820B-7A3B-46FA-AE09-971A739BEEFD}.Release.ActiveCfg = Release|Win32 + {89DA820B-7A3B-46FA-AE09-971A739BEEFD}.Release.Build.0 = Release|Win32 + {53022A9D-F5B2-407C-9A29-3AC71B3E6DDC}.Debug.ActiveCfg = Debug|Win32 + {53022A9D-F5B2-407C-9A29-3AC71B3E6DDC}.Debug.Build.0 = Debug|Win32 + {53022A9D-F5B2-407C-9A29-3AC71B3E6DDC}.Release.ActiveCfg = Release|Win32 + {53022A9D-F5B2-407C-9A29-3AC71B3E6DDC}.Release.Build.0 = Release|Win32 + {405F6F0A-DBE6-4A4E-AAE2-D4D514BA0CF5}.Debug.ActiveCfg = Debug|Win32 + {405F6F0A-DBE6-4A4E-AAE2-D4D514BA0CF5}.Debug.Build.0 = Debug|Win32 + {405F6F0A-DBE6-4A4E-AAE2-D4D514BA0CF5}.Release.ActiveCfg = Release|Win32 + {405F6F0A-DBE6-4A4E-AAE2-D4D514BA0CF5}.Release.Build.0 = Release|Win32 + {165195D1-B742-4030-8B12-3FE94B829D45}.Debug.ActiveCfg = Debug|Win32 + {165195D1-B742-4030-8B12-3FE94B829D45}.Debug.Build.0 = Debug|Win32 + {165195D1-B742-4030-8B12-3FE94B829D45}.Release.ActiveCfg = Release|Win32 + {165195D1-B742-4030-8B12-3FE94B829D45}.Release.Build.0 = Release|Win32 + {52E83C17-2B68-44B5-881D-4F6338FB14C7}.Debug.ActiveCfg = Debug|Win32 + {52E83C17-2B68-44B5-881D-4F6338FB14C7}.Debug.Build.0 = Debug|Win32 + {52E83C17-2B68-44B5-881D-4F6338FB14C7}.Release.ActiveCfg = Release|Win32 + {52E83C17-2B68-44B5-881D-4F6338FB14C7}.Release.Build.0 = Release|Win32 + {26346A09-C500-49E7-963A-D22A8E09AAB7}.Debug.ActiveCfg = Debug|Win32 + {26346A09-C500-49E7-963A-D22A8E09AAB7}.Debug.Build.0 = Debug|Win32 + {26346A09-C500-49E7-963A-D22A8E09AAB7}.Release.ActiveCfg = Release|Win32 + {26346A09-C500-49E7-963A-D22A8E09AAB7}.Release.Build.0 = Release|Win32 + {FB74E351-0C4E-4173-B0D3-10DD12F2DCA5}.Debug.ActiveCfg = Debug|Win32 + {FB74E351-0C4E-4173-B0D3-10DD12F2DCA5}.Debug.Build.0 = Debug|Win32 + {FB74E351-0C4E-4173-B0D3-10DD12F2DCA5}.Release.ActiveCfg = Release|Win32 + {FB74E351-0C4E-4173-B0D3-10DD12F2DCA5}.Release.Build.0 = Release|Win32 + {D279901A-8E21-47D3-B7EA-A572EE12F2E6}.Debug.ActiveCfg = Debug|Win32 + {D279901A-8E21-47D3-B7EA-A572EE12F2E6}.Debug.Build.0 = Debug|Win32 + {D279901A-8E21-47D3-B7EA-A572EE12F2E6}.Release.ActiveCfg = Release|Win32 + {D279901A-8E21-47D3-B7EA-A572EE12F2E6}.Release.Build.0 = Release|Win32 + {9A124450-EC54-4813-B0B1-2CA96B695009}.Debug.ActiveCfg = Debug|Win32 + {9A124450-EC54-4813-B0B1-2CA96B695009}.Debug.Build.0 = Debug|Win32 + {9A124450-EC54-4813-B0B1-2CA96B695009}.Release.ActiveCfg = Release|Win32 + {9A124450-EC54-4813-B0B1-2CA96B695009}.Release.Build.0 = Release|Win32 + {7693B383-C2CB-43FD-A428-598F73D214F7}.Debug.ActiveCfg = Debug|Win32 + {7693B383-C2CB-43FD-A428-598F73D214F7}.Debug.Build.0 = Debug|Win32 + {7693B383-C2CB-43FD-A428-598F73D214F7}.Release.ActiveCfg = Release|Win32 + {7693B383-C2CB-43FD-A428-598F73D214F7}.Release.Build.0 = Release|Win32 + {3EDEB434-F59E-4C50-8884-F0BB29845619}.Debug.ActiveCfg = Debug|Win32 + {3EDEB434-F59E-4C50-8884-F0BB29845619}.Debug.Build.0 = Debug|Win32 + {3EDEB434-F59E-4C50-8884-F0BB29845619}.Release.ActiveCfg = Release|Win32 + {3EDEB434-F59E-4C50-8884-F0BB29845619}.Release.Build.0 = Release|Win32 + {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C}.Debug.ActiveCfg = Debug|Win32 + {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C}.Debug.Build.0 = Debug|Win32 + {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C}.Release.ActiveCfg = Release|Win32 + {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C}.Release.Build.0 = Release|Win32 + {C9535AD9-C61D-4691-A5CE-52EF359892AF}.Debug.ActiveCfg = Debug|Win32 + {C9535AD9-C61D-4691-A5CE-52EF359892AF}.Debug.Build.0 = Debug|Win32 + {C9535AD9-C61D-4691-A5CE-52EF359892AF}.Release.ActiveCfg = Release|Win32 + {C9535AD9-C61D-4691-A5CE-52EF359892AF}.Release.Build.0 = Release|Win32 + {6410E6D2-EDBF-439D-8C43-1AB0C37AC851}.Debug.ActiveCfg = Debug|Win32 + {6410E6D2-EDBF-439D-8C43-1AB0C37AC851}.Debug.Build.0 = Debug|Win32 + {6410E6D2-EDBF-439D-8C43-1AB0C37AC851}.Release.ActiveCfg = Release|Win32 + {6410E6D2-EDBF-439D-8C43-1AB0C37AC851}.Release.Build.0 = Release|Win32 + {3B4A4A62-FDAC-4219-98BD-80C4FE5D4B2F}.Debug.ActiveCfg = Debug|Win32 + {3B4A4A62-FDAC-4219-98BD-80C4FE5D4B2F}.Debug.Build.0 = Debug|Win32 + {3B4A4A62-FDAC-4219-98BD-80C4FE5D4B2F}.Release.ActiveCfg = Release|Win32 + {3B4A4A62-FDAC-4219-98BD-80C4FE5D4B2F}.Release.Build.0 = Release|Win32 + {03359B45-E43D-44B3-BDE5-8B14D9F0D827}.Debug.ActiveCfg = Debug|Win32 + {03359B45-E43D-44B3-BDE5-8B14D9F0D827}.Debug.Build.0 = Debug|Win32 + {03359B45-E43D-44B3-BDE5-8B14D9F0D827}.Release.ActiveCfg = Release|Win32 + {03359B45-E43D-44B3-BDE5-8B14D9F0D827}.Release.Build.0 = Release|Win32 + {9A226D92-9326-4907-A462-25997D5C9427}.Debug.ActiveCfg = Debug|Win32 + {9A226D92-9326-4907-A462-25997D5C9427}.Debug.Build.0 = Debug|Win32 + {9A226D92-9326-4907-A462-25997D5C9427}.Release.ActiveCfg = Release|Win32 + {9A226D92-9326-4907-A462-25997D5C9427}.Release.Build.0 = Release|Win32 + {6FFCE804-EF4A-468F-A174-561934C153A1}.Debug.ActiveCfg = Debug|Win32 + {6FFCE804-EF4A-468F-A174-561934C153A1}.Debug.Build.0 = Debug|Win32 + {6FFCE804-EF4A-468F-A174-561934C153A1}.Release.ActiveCfg = Release|Win32 + {6FFCE804-EF4A-468F-A174-561934C153A1}.Release.Build.0 = Release|Win32 + {98AE818A-E887-414B-985F-85F8411916C9}.Debug.ActiveCfg = Debug|Win32 + {98AE818A-E887-414B-985F-85F8411916C9}.Debug.Build.0 = Debug|Win32 + {98AE818A-E887-414B-985F-85F8411916C9}.Release.ActiveCfg = Release|Win32 + {98AE818A-E887-414B-985F-85F8411916C9}.Release.Build.0 = Release|Win32 + {5CC7FFCE-2612-41B6-AF83-C1B61F67949B}.Debug.ActiveCfg = Debug|Win32 + {5CC7FFCE-2612-41B6-AF83-C1B61F67949B}.Debug.Build.0 = Debug|Win32 + {5CC7FFCE-2612-41B6-AF83-C1B61F67949B}.Release.ActiveCfg = Release|Win32 + {5CC7FFCE-2612-41B6-AF83-C1B61F67949B}.Release.Build.0 = Release|Win32 + {E3B02B7C-6CF5-42C5-8AF5-48D2B6D8F94B}.Debug.ActiveCfg = Debug|Win32 + {E3B02B7C-6CF5-42C5-8AF5-48D2B6D8F94B}.Debug.Build.0 = Debug|Win32 + {E3B02B7C-6CF5-42C5-8AF5-48D2B6D8F94B}.Release.ActiveCfg = Release|Win32 + {E3B02B7C-6CF5-42C5-8AF5-48D2B6D8F94B}.Release.Build.0 = Release|Win32 + {43069CE7-E7CB-4EBF-A6CC-31E7A06D3835}.Debug.ActiveCfg = Debug|Win32 + {43069CE7-E7CB-4EBF-A6CC-31E7A06D3835}.Debug.Build.0 = Debug|Win32 + {43069CE7-E7CB-4EBF-A6CC-31E7A06D3835}.Release.ActiveCfg = Release|Win32 + {43069CE7-E7CB-4EBF-A6CC-31E7A06D3835}.Release.Build.0 = Release|Win32 + {6312B365-AA53-43AA-BD00-848C1323CA8B}.Debug.ActiveCfg = Debug|Win32 + {6312B365-AA53-43AA-BD00-848C1323CA8B}.Debug.Build.0 = Debug|Win32 + {6312B365-AA53-43AA-BD00-848C1323CA8B}.Release.ActiveCfg = Release|Win32 + {6312B365-AA53-43AA-BD00-848C1323CA8B}.Release.Build.0 = Release|Win32 + {0D18A50F-52B3-4322-AC0D-F15CD657CEC4}.Debug.ActiveCfg = Debug|Win32 + {0D18A50F-52B3-4322-AC0D-F15CD657CEC4}.Debug.Build.0 = Debug|Win32 + {0D18A50F-52B3-4322-AC0D-F15CD657CEC4}.Release.ActiveCfg = Release|Win32 + {0D18A50F-52B3-4322-AC0D-F15CD657CEC4}.Release.Build.0 = Release|Win32 + {D1AADCA9-FB5A-4F44-8E11-8232941E2C33}.Debug.ActiveCfg = Debug|Win32 + {D1AADCA9-FB5A-4F44-8E11-8232941E2C33}.Debug.Build.0 = Debug|Win32 + {D1AADCA9-FB5A-4F44-8E11-8232941E2C33}.Release.ActiveCfg = Release|Win32 + {D1AADCA9-FB5A-4F44-8E11-8232941E2C33}.Release.Build.0 = Release|Win32 + {1AB767EA-546C-4F72-BC1F-6AA0458512D8}.Debug.ActiveCfg = Debug|Win32 + {1AB767EA-546C-4F72-BC1F-6AA0458512D8}.Debug.Build.0 = Debug|Win32 + {1AB767EA-546C-4F72-BC1F-6AA0458512D8}.Release.ActiveCfg = Release|Win32 + {1AB767EA-546C-4F72-BC1F-6AA0458512D8}.Release.Build.0 = Release|Win32 + {CEA44545-33C8-4C63-9F8C-85BA48F45637}.Debug.ActiveCfg = Debug|Win32 + {CEA44545-33C8-4C63-9F8C-85BA48F45637}.Debug.Build.0 = Debug|Win32 + {CEA44545-33C8-4C63-9F8C-85BA48F45637}.Release.ActiveCfg = Release|Win32 + {CEA44545-33C8-4C63-9F8C-85BA48F45637}.Release.Build.0 = Release|Win32 + {73B78F11-3DCC-4A00-B4A6-E5A8FAE9DD90}.Debug.ActiveCfg = Debug|Win32 + {73B78F11-3DCC-4A00-B4A6-E5A8FAE9DD90}.Debug.Build.0 = Debug|Win32 + {73B78F11-3DCC-4A00-B4A6-E5A8FAE9DD90}.Release.ActiveCfg = Release|Win32 + {73B78F11-3DCC-4A00-B4A6-E5A8FAE9DD90}.Release.Build.0 = Release|Win32 + {4E8105F2-56D4-45D6-9017-706F804052E7}.Debug.ActiveCfg = Debug|Win32 + {4E8105F2-56D4-45D6-9017-706F804052E7}.Debug.Build.0 = Debug|Win32 + {4E8105F2-56D4-45D6-9017-706F804052E7}.Release.ActiveCfg = Release|Win32 + {4E8105F2-56D4-45D6-9017-706F804052E7}.Release.Build.0 = Release|Win32 + {C4BA3E66-2310-43E7-B30A-ABDCCF44D823}.Debug.ActiveCfg = Debug|Win32 + {C4BA3E66-2310-43E7-B30A-ABDCCF44D823}.Debug.Build.0 = Debug|Win32 + {C4BA3E66-2310-43E7-B30A-ABDCCF44D823}.Release.ActiveCfg = Release|Win32 + {C4BA3E66-2310-43E7-B30A-ABDCCF44D823}.Release.Build.0 = Release|Win32 + {BE4FFA8B-2988-4888-A9B9-DD108BCBA8A6}.Debug.ActiveCfg = Debug|Win32 + {BE4FFA8B-2988-4888-A9B9-DD108BCBA8A6}.Debug.Build.0 = Debug|Win32 + {BE4FFA8B-2988-4888-A9B9-DD108BCBA8A6}.Release.ActiveCfg = Release|Win32 + {BE4FFA8B-2988-4888-A9B9-DD108BCBA8A6}.Release.Build.0 = Release|Win32 + {5A90FD64-6EED-45E1-A147-D9FE72788570}.Debug.ActiveCfg = Debug|Win32 + {5A90FD64-6EED-45E1-A147-D9FE72788570}.Debug.Build.0 = Debug|Win32 + {5A90FD64-6EED-45E1-A147-D9FE72788570}.Release.ActiveCfg = Release|Win32 + {5A90FD64-6EED-45E1-A147-D9FE72788570}.Release.Build.0 = Release|Win32 + {E02CDAAC-05F4-436B-B245-2A402FFA131F}.Debug.ActiveCfg = Debug|Win32 + {E02CDAAC-05F4-436B-B245-2A402FFA131F}.Debug.Build.0 = Debug|Win32 + {E02CDAAC-05F4-436B-B245-2A402FFA131F}.Release.ActiveCfg = Release|Win32 + {E02CDAAC-05F4-436B-B245-2A402FFA131F}.Release.Build.0 = Release|Win32 + {A80D439C-37B4-4619-A122-1C69F567733B}.Debug.ActiveCfg = Debug|Win32 + {A80D439C-37B4-4619-A122-1C69F567733B}.Debug.Build.0 = Debug|Win32 + {A80D439C-37B4-4619-A122-1C69F567733B}.Release.ActiveCfg = Release|Win32 + {A80D439C-37B4-4619-A122-1C69F567733B}.Release.Build.0 = Release|Win32 + {54BDA057-C716-4807-A35E-73185DCB236D}.Debug.ActiveCfg = Debug|Win32 + {54BDA057-C716-4807-A35E-73185DCB236D}.Debug.Build.0 = Debug|Win32 + {54BDA057-C716-4807-A35E-73185DCB236D}.Release.ActiveCfg = Release|Win32 + {54BDA057-C716-4807-A35E-73185DCB236D}.Release.Build.0 = Release|Win32 + {8792D377-8105-4C67-87F1-115E48D0178F}.Debug.ActiveCfg = Debug|Win32 + {8792D377-8105-4C67-87F1-115E48D0178F}.Debug.Build.0 = Debug|Win32 + {8792D377-8105-4C67-87F1-115E48D0178F}.Release.ActiveCfg = Release|Win32 + {8792D377-8105-4C67-87F1-115E48D0178F}.Release.Build.0 = Release|Win32 + {27CCFE35-61A5-434F-8B83-9A40AE2AE8C5}.Debug.ActiveCfg = Debug|Win32 + {27CCFE35-61A5-434F-8B83-9A40AE2AE8C5}.Debug.Build.0 = Debug|Win32 + {27CCFE35-61A5-434F-8B83-9A40AE2AE8C5}.Release.ActiveCfg = Release|Win32 + {27CCFE35-61A5-434F-8B83-9A40AE2AE8C5}.Release.Build.0 = Release|Win32 + {4EE91AD5-8332-4FD3-A5E3-BF4C145BB53A}.Debug.ActiveCfg = Debug|Win32 + {4EE91AD5-8332-4FD3-A5E3-BF4C145BB53A}.Debug.Build.0 = Debug|Win32 + {4EE91AD5-8332-4FD3-A5E3-BF4C145BB53A}.Release.ActiveCfg = Release|Win32 + {4EE91AD5-8332-4FD3-A5E3-BF4C145BB53A}.Release.Build.0 = Release|Win32 + {CE7C4168-68A6-43B2-BAE7-B2CF857C8F03}.Debug.ActiveCfg = Debug|Win32 + {CE7C4168-68A6-43B2-BAE7-B2CF857C8F03}.Debug.Build.0 = Debug|Win32 + {CE7C4168-68A6-43B2-BAE7-B2CF857C8F03}.Release.ActiveCfg = Release|Win32 + {CE7C4168-68A6-43B2-BAE7-B2CF857C8F03}.Release.Build.0 = Release|Win32 + {40EBF7DB-330C-4F56-AE68-9FC7D75CB5D5}.Debug.ActiveCfg = Debug|Win32 + {40EBF7DB-330C-4F56-AE68-9FC7D75CB5D5}.Debug.Build.0 = Debug|Win32 + {40EBF7DB-330C-4F56-AE68-9FC7D75CB5D5}.Release.ActiveCfg = Release|Win32 + {40EBF7DB-330C-4F56-AE68-9FC7D75CB5D5}.Release.Build.0 = Release|Win32 + {7F1AFE93-97E7-4905-A2CF-5C845D7FDD4F}.Debug.ActiveCfg = Debug|Win32 + {7F1AFE93-97E7-4905-A2CF-5C845D7FDD4F}.Debug.Build.0 = Debug|Win32 + {7F1AFE93-97E7-4905-A2CF-5C845D7FDD4F}.Release.ActiveCfg = Release|Win32 + {7F1AFE93-97E7-4905-A2CF-5C845D7FDD4F}.Release.Build.0 = Release|Win32 + {0A049202-6533-413E-89D6-5D6866AAE703}.Debug.ActiveCfg = Debug|Win32 + {0A049202-6533-413E-89D6-5D6866AAE703}.Debug.Build.0 = Debug|Win32 + {0A049202-6533-413E-89D6-5D6866AAE703}.Release.ActiveCfg = Release|Win32 + {0A049202-6533-413E-89D6-5D6866AAE703}.Release.Build.0 = Release|Win32 + {9AAC897A-70FA-4E5E-BF48-F664C12B05C7}.Debug.ActiveCfg = Debug|Win32 + {9AAC897A-70FA-4E5E-BF48-F664C12B05C7}.Debug.Build.0 = Debug|Win32 + {9AAC897A-70FA-4E5E-BF48-F664C12B05C7}.Release.ActiveCfg = Release|Win32 + {9AAC897A-70FA-4E5E-BF48-F664C12B05C7}.Release.Build.0 = Release|Win32 + {34C0FDFA-81D6-4652-B841-894BD1A15FB0}.Debug.ActiveCfg = Debug|Win32 + {34C0FDFA-81D6-4652-B841-894BD1A15FB0}.Debug.Build.0 = Debug|Win32 + {34C0FDFA-81D6-4652-B841-894BD1A15FB0}.Release.ActiveCfg = Release|Win32 + {34C0FDFA-81D6-4652-B841-894BD1A15FB0}.Release.Build.0 = Release|Win32 + {794B7E1E-E6AD-456D-9F33-FCE317325EC4}.Debug.ActiveCfg = Debug|Win32 + {794B7E1E-E6AD-456D-9F33-FCE317325EC4}.Debug.Build.0 = Debug|Win32 + {794B7E1E-E6AD-456D-9F33-FCE317325EC4}.Release.ActiveCfg = Release|Win32 + {794B7E1E-E6AD-456D-9F33-FCE317325EC4}.Release.Build.0 = Release|Win32 + {DB97D6C6-2E60-47DC-AED7-4691A1D6DC05}.Debug.ActiveCfg = Debug|Win32 + {DB97D6C6-2E60-47DC-AED7-4691A1D6DC05}.Debug.Build.0 = Debug|Win32 + {DB97D6C6-2E60-47DC-AED7-4691A1D6DC05}.Release.ActiveCfg = Release|Win32 + {DB97D6C6-2E60-47DC-AED7-4691A1D6DC05}.Release.Build.0 = Release|Win32 + {400D995A-CFC8-4D39-A449-88BE067834F8}.Debug.ActiveCfg = Debug|Win32 + {400D995A-CFC8-4D39-A449-88BE067834F8}.Debug.Build.0 = Debug|Win32 + {400D995A-CFC8-4D39-A449-88BE067834F8}.Release.ActiveCfg = Release|Win32 + {400D995A-CFC8-4D39-A449-88BE067834F8}.Release.Build.0 = Release|Win32 + {37605955-FA00-41C9-9D39-D078CF270376}.Debug.ActiveCfg = Debug|Win32 + {37605955-FA00-41C9-9D39-D078CF270376}.Debug.Build.0 = Debug|Win32 + {37605955-FA00-41C9-9D39-D078CF270376}.Release.ActiveCfg = Release|Win32 + {37605955-FA00-41C9-9D39-D078CF270376}.Release.Build.0 = Release|Win32 + {9A9D7ABC-ED3A-462E-9ED1-CB55F14174F3}.Debug.ActiveCfg = Debug|Win32 + {9A9D7ABC-ED3A-462E-9ED1-CB55F14174F3}.Debug.Build.0 = Debug|Win32 + {9A9D7ABC-ED3A-462E-9ED1-CB55F14174F3}.Release.ActiveCfg = Release|Win32 + {9A9D7ABC-ED3A-462E-9ED1-CB55F14174F3}.Release.Build.0 = Release|Win32 + {71A1C081-FF1C-452B-B938-95551D565302}.Debug.ActiveCfg = Debug|Win32 + {71A1C081-FF1C-452B-B938-95551D565302}.Debug.Build.0 = Debug|Win32 + {71A1C081-FF1C-452B-B938-95551D565302}.Release.ActiveCfg = Release|Win32 + {71A1C081-FF1C-452B-B938-95551D565302}.Release.Build.0 = Release|Win32 + {9ADAE03A-2060-471E-A7B5-9D8F6995223A}.Debug.ActiveCfg = Debug|Win32 + {9ADAE03A-2060-471E-A7B5-9D8F6995223A}.Debug.Build.0 = Debug|Win32 + {9ADAE03A-2060-471E-A7B5-9D8F6995223A}.Release.ActiveCfg = Release|Win32 + {9ADAE03A-2060-471E-A7B5-9D8F6995223A}.Release.Build.0 = Release|Win32 + {DFE42486-47A2-487C-81B9-DDCDA9F07BF0}.Debug.ActiveCfg = Debug|Win32 + {DFE42486-47A2-487C-81B9-DDCDA9F07BF0}.Debug.Build.0 = Debug|Win32 + {DFE42486-47A2-487C-81B9-DDCDA9F07BF0}.Release.ActiveCfg = Release|Win32 + {DFE42486-47A2-487C-81B9-DDCDA9F07BF0}.Release.Build.0 = Release|Win32 + {2248C52C-75DC-465B-A598-6E89CC93E00D}.Debug.ActiveCfg = Debug|Win32 + {2248C52C-75DC-465B-A598-6E89CC93E00D}.Debug.Build.0 = Debug|Win32 + {2248C52C-75DC-465B-A598-6E89CC93E00D}.Release.ActiveCfg = Release|Win32 + {2248C52C-75DC-465B-A598-6E89CC93E00D}.Release.Build.0 = Release|Win32 + {C2E6106F-1450-4F62-8D8E-17A93E986B26}.Debug.ActiveCfg = Debug|Win32 + {C2E6106F-1450-4F62-8D8E-17A93E986B26}.Debug.Build.0 = Debug|Win32 + {C2E6106F-1450-4F62-8D8E-17A93E986B26}.Release.ActiveCfg = Release|Win32 + {C2E6106F-1450-4F62-8D8E-17A93E986B26}.Release.Build.0 = Release|Win32 + {E81413CC-046C-42B0-B862-0BB81AED2854}.Debug.ActiveCfg = Debug|Win32 + {E81413CC-046C-42B0-B862-0BB81AED2854}.Debug.Build.0 = Debug|Win32 + {E81413CC-046C-42B0-B862-0BB81AED2854}.Release.ActiveCfg = Release|Win32 + {E81413CC-046C-42B0-B862-0BB81AED2854}.Release.Build.0 = Release|Win32 + {14DB1F8E-0BF6-4E9D-8372-5EA9ED48347F}.Debug.ActiveCfg = Debug|Win32 + {14DB1F8E-0BF6-4E9D-8372-5EA9ED48347F}.Debug.Build.0 = Debug|Win32 + {14DB1F8E-0BF6-4E9D-8372-5EA9ED48347F}.Release.ActiveCfg = Release|Win32 + {14DB1F8E-0BF6-4E9D-8372-5EA9ED48347F}.Release.Build.0 = Release|Win32 + {17DC13C3-78E0-4EF5-B7B1-87EB1A379D2A}.Debug.ActiveCfg = Debug|Win32 + {17DC13C3-78E0-4EF5-B7B1-87EB1A379D2A}.Debug.Build.0 = Debug|Win32 + {17DC13C3-78E0-4EF5-B7B1-87EB1A379D2A}.Release.ActiveCfg = Release|Win32 + {17DC13C3-78E0-4EF5-B7B1-87EB1A379D2A}.Release.Build.0 = Release|Win32 + {7CF4F18C-3C74-4EBB-AD76-F41575D7A5A0}.Debug.ActiveCfg = Debug|Win32 + {7CF4F18C-3C74-4EBB-AD76-F41575D7A5A0}.Debug.Build.0 = Debug|Win32 + {7CF4F18C-3C74-4EBB-AD76-F41575D7A5A0}.Release.ActiveCfg = Release|Win32 + {7CF4F18C-3C74-4EBB-AD76-F41575D7A5A0}.Release.Build.0 = Release|Win32 + {E6A9BFE8-84DE-46C0-A372-72087598018E}.Debug.ActiveCfg = Debug|Win32 + {E6A9BFE8-84DE-46C0-A372-72087598018E}.Debug.Build.0 = Debug|Win32 + {E6A9BFE8-84DE-46C0-A372-72087598018E}.Release.ActiveCfg = Release|Win32 + {E6A9BFE8-84DE-46C0-A372-72087598018E}.Release.Build.0 = Release|Win32 + {3BBA31F8-2679-4655-975D-52FDA5ABD5C4}.Debug.ActiveCfg = Debug|Win32 + {3BBA31F8-2679-4655-975D-52FDA5ABD5C4}.Debug.Build.0 = Debug|Win32 + {3BBA31F8-2679-4655-975D-52FDA5ABD5C4}.Release.ActiveCfg = Release|Win32 + {3BBA31F8-2679-4655-975D-52FDA5ABD5C4}.Release.Build.0 = Release|Win32 + {A26C50E9-D3FB-4490-9CD7-606EB2E77D21}.Debug.ActiveCfg = Debug|Win32 + {A26C50E9-D3FB-4490-9CD7-606EB2E77D21}.Debug.Build.0 = Debug|Win32 + {A26C50E9-D3FB-4490-9CD7-606EB2E77D21}.Release.ActiveCfg = Release|Win32 + {A26C50E9-D3FB-4490-9CD7-606EB2E77D21}.Release.Build.0 = Release|Win32 + {5EA5BDAD-3AE9-4BCA-AC1A-93B3B8499C30}.Debug.ActiveCfg = Debug|Win32 + {5EA5BDAD-3AE9-4BCA-AC1A-93B3B8499C30}.Debug.Build.0 = Debug|Win32 + {5EA5BDAD-3AE9-4BCA-AC1A-93B3B8499C30}.Release.ActiveCfg = Release|Win32 + {5EA5BDAD-3AE9-4BCA-AC1A-93B3B8499C30}.Release.Build.0 = Release|Win32 + {E75602FF-F4E6-4F45-AD0D-EA49C0C66DEF}.Debug.ActiveCfg = Debug|Win32 + {E75602FF-F4E6-4F45-AD0D-EA49C0C66DEF}.Debug.Build.0 = Debug|Win32 + {E75602FF-F4E6-4F45-AD0D-EA49C0C66DEF}.Release.ActiveCfg = Release|Win32 + {E75602FF-F4E6-4F45-AD0D-EA49C0C66DEF}.Release.Build.0 = Release|Win32 + {D1518671-CB9D-471F-8BCE-A03DE67F26B1}.Debug.ActiveCfg = Debug|Win32 + {D1518671-CB9D-471F-8BCE-A03DE67F26B1}.Debug.Build.0 = Debug|Win32 + {D1518671-CB9D-471F-8BCE-A03DE67F26B1}.Release.ActiveCfg = Release|Win32 + {D1518671-CB9D-471F-8BCE-A03DE67F26B1}.Release.Build.0 = Release|Win32 + {EFA04391-B35B-44C0-AB27-1383D4C9E358}.Debug.ActiveCfg = Debug|Win32 + {EFA04391-B35B-44C0-AB27-1383D4C9E358}.Debug.Build.0 = Debug|Win32 + {EFA04391-B35B-44C0-AB27-1383D4C9E358}.Release.ActiveCfg = Release|Win32 + {EFA04391-B35B-44C0-AB27-1383D4C9E358}.Release.Build.0 = Release|Win32 + {DBA493BD-3AF1-4616-8A80-F6FD41B70392}.Debug.ActiveCfg = Debug|Win32 + {DBA493BD-3AF1-4616-8A80-F6FD41B70392}.Debug.Build.0 = Debug|Win32 + {DBA493BD-3AF1-4616-8A80-F6FD41B70392}.Release.ActiveCfg = Release|Win32 + {DBA493BD-3AF1-4616-8A80-F6FD41B70392}.Release.Build.0 = Release|Win32 + {D1FD44F8-8263-4B29-985D-21CE26F45A76}.Debug.ActiveCfg = Debug|Win32 + {D1FD44F8-8263-4B29-985D-21CE26F45A76}.Debug.Build.0 = Debug|Win32 + {D1FD44F8-8263-4B29-985D-21CE26F45A76}.Release.ActiveCfg = Release|Win32 + {D1FD44F8-8263-4B29-985D-21CE26F45A76}.Release.Build.0 = Release|Win32 + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A}.Debug.ActiveCfg = Debug|Win32 + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A}.Debug.Build.0 = Debug|Win32 + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A}.Release.ActiveCfg = Release|Win32 + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A}.Release.Build.0 = Release|Win32 + {832DD776-BC7F-40B5-90D0-E6448014CA5B}.Debug.ActiveCfg = Debug|Win32 + {832DD776-BC7F-40B5-90D0-E6448014CA5B}.Debug.Build.0 = Debug|Win32 + {832DD776-BC7F-40B5-90D0-E6448014CA5B}.Release.ActiveCfg = Release|Win32 + {832DD776-BC7F-40B5-90D0-E6448014CA5B}.Release.Build.0 = Release|Win32 + {DDDFC0AC-2ECB-4930-9C83-788AC7C1343E}.Debug.ActiveCfg = Debug|Win32 + {DDDFC0AC-2ECB-4930-9C83-788AC7C1343E}.Release.ActiveCfg = Release|Win32 + {9321B2C5-74B3-4743-9D87-B0FDCB47373B}.Debug.ActiveCfg = Debug|Win32 + {9321B2C5-74B3-4743-9D87-B0FDCB47373B}.Debug.Build.0 = Debug|Win32 + {9321B2C5-74B3-4743-9D87-B0FDCB47373B}.Release.ActiveCfg = Release|Win32 + {9321B2C5-74B3-4743-9D87-B0FDCB47373B}.Release.Build.0 = Release|Win32 + {685666ED-4640-47EE-AEA5-35B9602CA541}.Debug.ActiveCfg = Debug|Win32 + {685666ED-4640-47EE-AEA5-35B9602CA541}.Debug.Build.0 = Debug|Win32 + {685666ED-4640-47EE-AEA5-35B9602CA541}.Release.ActiveCfg = Release|Win32 + {685666ED-4640-47EE-AEA5-35B9602CA541}.Release.Build.0 = Release|Win32 + {744EA5E0-18C8-4757-82DE-2D0CF11DBDDE}.Debug.ActiveCfg = Debug|Win32 + {744EA5E0-18C8-4757-82DE-2D0CF11DBDDE}.Debug.Build.0 = Debug|Win32 + {744EA5E0-18C8-4757-82DE-2D0CF11DBDDE}.Release.ActiveCfg = Release|Win32 + {744EA5E0-18C8-4757-82DE-2D0CF11DBDDE}.Release.Build.0 = Release|Win32 + {0C5E3F36-3338-4B2C-A956-4D577B6119E7}.Debug.ActiveCfg = Debug|Win32 + {0C5E3F36-3338-4B2C-A956-4D577B6119E7}.Debug.Build.0 = Debug|Win32 + {0C5E3F36-3338-4B2C-A956-4D577B6119E7}.Release.ActiveCfg = Release|Win32 + {0C5E3F36-3338-4B2C-A956-4D577B6119E7}.Release.Build.0 = Release|Win32 EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {7FE89F7F-C594-4F16-8350-CDBAE9BDEC14}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {7FE89F7F-C594-4F16-8350-CDBAE9BDEC14}.AlphaDbg|Win32.Build.0 = Release|Win32 - {7FE89F7F-C594-4F16-8350-CDBAE9BDEC14}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {7FE89F7F-C594-4F16-8350-CDBAE9BDEC14}.AlphaRel|Win32.Build.0 = Release|Win32 - {7FE89F7F-C594-4F16-8350-CDBAE9BDEC14}.Debug|Win32.ActiveCfg = Debug|Win32 - {7FE89F7F-C594-4F16-8350-CDBAE9BDEC14}.Debug|Win32.Build.0 = Debug|Win32 - {7FE89F7F-C594-4F16-8350-CDBAE9BDEC14}.Release|Win32.ActiveCfg = Release|Win32 - {7FE89F7F-C594-4F16-8350-CDBAE9BDEC14}.Release|Win32.Build.0 = Release|Win32 - {EFBE25F6-FEB0-49FB-98B7-7554D344B449}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {EFBE25F6-FEB0-49FB-98B7-7554D344B449}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {EFBE25F6-FEB0-49FB-98B7-7554D344B449}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {EFBE25F6-FEB0-49FB-98B7-7554D344B449}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {EFBE25F6-FEB0-49FB-98B7-7554D344B449}.Debug|Win32.ActiveCfg = Debug|Win32 - {EFBE25F6-FEB0-49FB-98B7-7554D344B449}.Debug|Win32.Build.0 = Debug|Win32 - {EFBE25F6-FEB0-49FB-98B7-7554D344B449}.Release|Win32.ActiveCfg = Release|Win32 - {EFBE25F6-FEB0-49FB-98B7-7554D344B449}.Release|Win32.Build.0 = Release|Win32 - {E75CAF12-88A0-42C8-862D-72DE8B5A82DA}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {E75CAF12-88A0-42C8-862D-72DE8B5A82DA}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {E75CAF12-88A0-42C8-862D-72DE8B5A82DA}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {E75CAF12-88A0-42C8-862D-72DE8B5A82DA}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {E75CAF12-88A0-42C8-862D-72DE8B5A82DA}.Debug|Win32.ActiveCfg = Debug|Win32 - {E75CAF12-88A0-42C8-862D-72DE8B5A82DA}.Debug|Win32.Build.0 = Debug|Win32 - {E75CAF12-88A0-42C8-862D-72DE8B5A82DA}.Release|Win32.ActiveCfg = Release|Win32 - {E75CAF12-88A0-42C8-862D-72DE8B5A82DA}.Release|Win32.Build.0 = Release|Win32 - {18B03012-1BD4-47D8-BC75-9FAE8ABEF604}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {18B03012-1BD4-47D8-BC75-9FAE8ABEF604}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {18B03012-1BD4-47D8-BC75-9FAE8ABEF604}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {18B03012-1BD4-47D8-BC75-9FAE8ABEF604}.AlphaRel|Win32.Build.0 = Debug|Win32 - {18B03012-1BD4-47D8-BC75-9FAE8ABEF604}.Debug|Win32.ActiveCfg = Debug|Win32 - {18B03012-1BD4-47D8-BC75-9FAE8ABEF604}.Debug|Win32.Build.0 = Debug|Win32 - {18B03012-1BD4-47D8-BC75-9FAE8ABEF604}.Release|Win32.ActiveCfg = Release|Win32 - {18B03012-1BD4-47D8-BC75-9FAE8ABEF604}.Release|Win32.Build.0 = Release|Win32 - {90C834A7-2C6E-4C98-A3F8-60358BFDA16C}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {90C834A7-2C6E-4C98-A3F8-60358BFDA16C}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {90C834A7-2C6E-4C98-A3F8-60358BFDA16C}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {90C834A7-2C6E-4C98-A3F8-60358BFDA16C}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {90C834A7-2C6E-4C98-A3F8-60358BFDA16C}.Debug|Win32.ActiveCfg = Debug|Win32 - {90C834A7-2C6E-4C98-A3F8-60358BFDA16C}.Debug|Win32.Build.0 = Debug|Win32 - {90C834A7-2C6E-4C98-A3F8-60358BFDA16C}.Release|Win32.ActiveCfg = Release|Win32 - {90C834A7-2C6E-4C98-A3F8-60358BFDA16C}.Release|Win32.Build.0 = Release|Win32 - {E19EC039-7280-4C29-B15A-D1B727F58722}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {E19EC039-7280-4C29-B15A-D1B727F58722}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {E19EC039-7280-4C29-B15A-D1B727F58722}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {E19EC039-7280-4C29-B15A-D1B727F58722}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {E19EC039-7280-4C29-B15A-D1B727F58722}.Debug|Win32.ActiveCfg = Debug|Win32 - {E19EC039-7280-4C29-B15A-D1B727F58722}.Debug|Win32.Build.0 = Debug|Win32 - {E19EC039-7280-4C29-B15A-D1B727F58722}.Release|Win32.ActiveCfg = Release|Win32 - {E19EC039-7280-4C29-B15A-D1B727F58722}.Release|Win32.Build.0 = Release|Win32 - {C8B36531-5181-429A-80F8-4525679FF5D7}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {C8B36531-5181-429A-80F8-4525679FF5D7}.AlphaDbg|Win32.Build.0 = Release|Win32 - {C8B36531-5181-429A-80F8-4525679FF5D7}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {C8B36531-5181-429A-80F8-4525679FF5D7}.AlphaRel|Win32.Build.0 = Release|Win32 - {C8B36531-5181-429A-80F8-4525679FF5D7}.Debug|Win32.ActiveCfg = Debug|Win32 - {C8B36531-5181-429A-80F8-4525679FF5D7}.Debug|Win32.Build.0 = Debug|Win32 - {C8B36531-5181-429A-80F8-4525679FF5D7}.Release|Win32.ActiveCfg = Release|Win32 - {C8B36531-5181-429A-80F8-4525679FF5D7}.Release|Win32.Build.0 = Release|Win32 - {F8DC1C15-7E55-4C11-863B-084AEB9E4F95}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {F8DC1C15-7E55-4C11-863B-084AEB9E4F95}.AlphaDbg|Win32.Build.0 = Release|Win32 - {F8DC1C15-7E55-4C11-863B-084AEB9E4F95}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {F8DC1C15-7E55-4C11-863B-084AEB9E4F95}.AlphaRel|Win32.Build.0 = Release|Win32 - {F8DC1C15-7E55-4C11-863B-084AEB9E4F95}.Debug|Win32.ActiveCfg = Debug|Win32 - {F8DC1C15-7E55-4C11-863B-084AEB9E4F95}.Debug|Win32.Build.0 = Debug|Win32 - {F8DC1C15-7E55-4C11-863B-084AEB9E4F95}.Release|Win32.ActiveCfg = Release|Win32 - {F8DC1C15-7E55-4C11-863B-084AEB9E4F95}.Release|Win32.Build.0 = Release|Win32 - {B11FC530-4029-4CBD-97BC-924BCBB9F346}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {B11FC530-4029-4CBD-97BC-924BCBB9F346}.AlphaDbg|Win32.Build.0 = Release|Win32 - {B11FC530-4029-4CBD-97BC-924BCBB9F346}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {B11FC530-4029-4CBD-97BC-924BCBB9F346}.AlphaRel|Win32.Build.0 = Release|Win32 - {B11FC530-4029-4CBD-97BC-924BCBB9F346}.Debug|Win32.ActiveCfg = Debug|Win32 - {B11FC530-4029-4CBD-97BC-924BCBB9F346}.Debug|Win32.Build.0 = Debug|Win32 - {B11FC530-4029-4CBD-97BC-924BCBB9F346}.Release|Win32.ActiveCfg = Release|Win32 - {B11FC530-4029-4CBD-97BC-924BCBB9F346}.Release|Win32.Build.0 = Release|Win32 - {35A449DC-3DA4-4F0A-9D5F-7F75CE590DC0}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {35A449DC-3DA4-4F0A-9D5F-7F75CE590DC0}.AlphaDbg|Win32.Build.0 = Release|Win32 - {35A449DC-3DA4-4F0A-9D5F-7F75CE590DC0}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {35A449DC-3DA4-4F0A-9D5F-7F75CE590DC0}.AlphaRel|Win32.Build.0 = Release|Win32 - {35A449DC-3DA4-4F0A-9D5F-7F75CE590DC0}.Debug|Win32.ActiveCfg = Debug|Win32 - {35A449DC-3DA4-4F0A-9D5F-7F75CE590DC0}.Debug|Win32.Build.0 = Debug|Win32 - {35A449DC-3DA4-4F0A-9D5F-7F75CE590DC0}.Release|Win32.ActiveCfg = Release|Win32 - {35A449DC-3DA4-4F0A-9D5F-7F75CE590DC0}.Release|Win32.Build.0 = Release|Win32 - {50E73584-D22A-4A1A-AD31-C79277EDB56A}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {50E73584-D22A-4A1A-AD31-C79277EDB56A}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {50E73584-D22A-4A1A-AD31-C79277EDB56A}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {50E73584-D22A-4A1A-AD31-C79277EDB56A}.AlphaRel|Win32.Build.0 = Debug|Win32 - {50E73584-D22A-4A1A-AD31-C79277EDB56A}.Debug|Win32.ActiveCfg = Debug|Win32 - {50E73584-D22A-4A1A-AD31-C79277EDB56A}.Debug|Win32.Build.0 = Debug|Win32 - {50E73584-D22A-4A1A-AD31-C79277EDB56A}.Release|Win32.ActiveCfg = Release|Win32 - {50E73584-D22A-4A1A-AD31-C79277EDB56A}.Release|Win32.Build.0 = Release|Win32 - {C9FA0A8E-C547-4147-B4C3-D5CCE57A3BAC}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {C9FA0A8E-C547-4147-B4C3-D5CCE57A3BAC}.AlphaDbg|Win32.Build.0 = Release|Win32 - {C9FA0A8E-C547-4147-B4C3-D5CCE57A3BAC}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {C9FA0A8E-C547-4147-B4C3-D5CCE57A3BAC}.AlphaRel|Win32.Build.0 = Release|Win32 - {C9FA0A8E-C547-4147-B4C3-D5CCE57A3BAC}.Debug|Win32.ActiveCfg = Debug|Win32 - {C9FA0A8E-C547-4147-B4C3-D5CCE57A3BAC}.Debug|Win32.Build.0 = Debug|Win32 - {C9FA0A8E-C547-4147-B4C3-D5CCE57A3BAC}.Release|Win32.ActiveCfg = Release|Win32 - {C9FA0A8E-C547-4147-B4C3-D5CCE57A3BAC}.Release|Win32.Build.0 = Release|Win32 - {83E5ED97-E100-440A-B776-565607046268}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {83E5ED97-E100-440A-B776-565607046268}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {83E5ED97-E100-440A-B776-565607046268}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {83E5ED97-E100-440A-B776-565607046268}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {83E5ED97-E100-440A-B776-565607046268}.Debug|Win32.ActiveCfg = Debug|Win32 - {83E5ED97-E100-440A-B776-565607046268}.Debug|Win32.Build.0 = Debug|Win32 - {83E5ED97-E100-440A-B776-565607046268}.Release|Win32.ActiveCfg = Release|Win32 - {83E5ED97-E100-440A-B776-565607046268}.Release|Win32.Build.0 = Release|Win32 - {4D2DF2E9-0A8D-405E-BB97-F5B1516D1993}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {4D2DF2E9-0A8D-405E-BB97-F5B1516D1993}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {4D2DF2E9-0A8D-405E-BB97-F5B1516D1993}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {4D2DF2E9-0A8D-405E-BB97-F5B1516D1993}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {4D2DF2E9-0A8D-405E-BB97-F5B1516D1993}.Debug|Win32.ActiveCfg = Debug|Win32 - {4D2DF2E9-0A8D-405E-BB97-F5B1516D1993}.Debug|Win32.Build.0 = Debug|Win32 - {4D2DF2E9-0A8D-405E-BB97-F5B1516D1993}.Release|Win32.ActiveCfg = Release|Win32 - {4D2DF2E9-0A8D-405E-BB97-F5B1516D1993}.Release|Win32.Build.0 = Release|Win32 - {F6018C73-A909-4EDA-BB96-EC46E2BF407A}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {F6018C73-A909-4EDA-BB96-EC46E2BF407A}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {F6018C73-A909-4EDA-BB96-EC46E2BF407A}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {F6018C73-A909-4EDA-BB96-EC46E2BF407A}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {F6018C73-A909-4EDA-BB96-EC46E2BF407A}.Debug|Win32.ActiveCfg = Debug|Win32 - {F6018C73-A909-4EDA-BB96-EC46E2BF407A}.Debug|Win32.Build.0 = Debug|Win32 - {F6018C73-A909-4EDA-BB96-EC46E2BF407A}.Release|Win32.ActiveCfg = Release|Win32 - {F6018C73-A909-4EDA-BB96-EC46E2BF407A}.Release|Win32.Build.0 = Release|Win32 - {7A0DE24B-8C5C-4837-8848-E8970C219BE7}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {7A0DE24B-8C5C-4837-8848-E8970C219BE7}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {7A0DE24B-8C5C-4837-8848-E8970C219BE7}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {7A0DE24B-8C5C-4837-8848-E8970C219BE7}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {7A0DE24B-8C5C-4837-8848-E8970C219BE7}.Debug|Win32.ActiveCfg = Debug|Win32 - {7A0DE24B-8C5C-4837-8848-E8970C219BE7}.Debug|Win32.Build.0 = Debug|Win32 - {7A0DE24B-8C5C-4837-8848-E8970C219BE7}.Release|Win32.ActiveCfg = Release|Win32 - {7A0DE24B-8C5C-4837-8848-E8970C219BE7}.Release|Win32.Build.0 = Release|Win32 - {15CDE665-9B48-41E2-A216-805BAECA9718}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {15CDE665-9B48-41E2-A216-805BAECA9718}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {15CDE665-9B48-41E2-A216-805BAECA9718}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {15CDE665-9B48-41E2-A216-805BAECA9718}.AlphaRel|Win32.Build.0 = Debug|Win32 - {15CDE665-9B48-41E2-A216-805BAECA9718}.Debug|Win32.ActiveCfg = Debug|Win32 - {15CDE665-9B48-41E2-A216-805BAECA9718}.Debug|Win32.Build.0 = Debug|Win32 - {15CDE665-9B48-41E2-A216-805BAECA9718}.Release|Win32.ActiveCfg = Release|Win32 - {15CDE665-9B48-41E2-A216-805BAECA9718}.Release|Win32.Build.0 = Release|Win32 - {D74A2400-41A9-48D6-AA93-526FC2A50A41}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {D74A2400-41A9-48D6-AA93-526FC2A50A41}.AlphaDbg|Win32.Build.0 = Release|Win32 - {D74A2400-41A9-48D6-AA93-526FC2A50A41}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {D74A2400-41A9-48D6-AA93-526FC2A50A41}.AlphaRel|Win32.Build.0 = Release|Win32 - {D74A2400-41A9-48D6-AA93-526FC2A50A41}.Debug|Win32.ActiveCfg = Debug|Win32 - {D74A2400-41A9-48D6-AA93-526FC2A50A41}.Debug|Win32.Build.0 = Debug|Win32 - {D74A2400-41A9-48D6-AA93-526FC2A50A41}.Release|Win32.ActiveCfg = Release|Win32 - {D74A2400-41A9-48D6-AA93-526FC2A50A41}.Release|Win32.Build.0 = Release|Win32 - {6B4A09B1-A3F1-4688-A9F3-6BB9679B1775}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {6B4A09B1-A3F1-4688-A9F3-6BB9679B1775}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {6B4A09B1-A3F1-4688-A9F3-6BB9679B1775}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {6B4A09B1-A3F1-4688-A9F3-6BB9679B1775}.AlphaRel|Win32.Build.0 = Debug|Win32 - {6B4A09B1-A3F1-4688-A9F3-6BB9679B1775}.Debug|Win32.ActiveCfg = Debug|Win32 - {6B4A09B1-A3F1-4688-A9F3-6BB9679B1775}.Debug|Win32.Build.0 = Debug|Win32 - {6B4A09B1-A3F1-4688-A9F3-6BB9679B1775}.Release|Win32.ActiveCfg = Release|Win32 - {6B4A09B1-A3F1-4688-A9F3-6BB9679B1775}.Release|Win32.Build.0 = Release|Win32 - {237F0E07-DB98-48B1-9AC6-F4ABE10DFE83}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {237F0E07-DB98-48B1-9AC6-F4ABE10DFE83}.AlphaDbg|Win32.Build.0 = Release|Win32 - {237F0E07-DB98-48B1-9AC6-F4ABE10DFE83}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {237F0E07-DB98-48B1-9AC6-F4ABE10DFE83}.AlphaRel|Win32.Build.0 = Release|Win32 - {237F0E07-DB98-48B1-9AC6-F4ABE10DFE83}.Debug|Win32.ActiveCfg = Debug|Win32 - {237F0E07-DB98-48B1-9AC6-F4ABE10DFE83}.Debug|Win32.Build.0 = Debug|Win32 - {237F0E07-DB98-48B1-9AC6-F4ABE10DFE83}.Release|Win32.ActiveCfg = Release|Win32 - {237F0E07-DB98-48B1-9AC6-F4ABE10DFE83}.Release|Win32.Build.0 = Release|Win32 - {6B33678F-A6C5-4523-8599-69ECBEFE3322}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {6B33678F-A6C5-4523-8599-69ECBEFE3322}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {6B33678F-A6C5-4523-8599-69ECBEFE3322}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {6B33678F-A6C5-4523-8599-69ECBEFE3322}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {6B33678F-A6C5-4523-8599-69ECBEFE3322}.Debug|Win32.ActiveCfg = Debug|Win32 - {6B33678F-A6C5-4523-8599-69ECBEFE3322}.Debug|Win32.Build.0 = Debug|Win32 - {6B33678F-A6C5-4523-8599-69ECBEFE3322}.Release|Win32.ActiveCfg = Release|Win32 - {6B33678F-A6C5-4523-8599-69ECBEFE3322}.Release|Win32.Build.0 = Release|Win32 - {A9229472-560C-496A-BD02-E171A5C0A0EC}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {A9229472-560C-496A-BD02-E171A5C0A0EC}.AlphaDbg|Win32.Build.0 = Release|Win32 - {A9229472-560C-496A-BD02-E171A5C0A0EC}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {A9229472-560C-496A-BD02-E171A5C0A0EC}.AlphaRel|Win32.Build.0 = Release|Win32 - {A9229472-560C-496A-BD02-E171A5C0A0EC}.Debug|Win32.ActiveCfg = Debug|Win32 - {A9229472-560C-496A-BD02-E171A5C0A0EC}.Debug|Win32.Build.0 = Debug|Win32 - {A9229472-560C-496A-BD02-E171A5C0A0EC}.Release|Win32.ActiveCfg = Release|Win32 - {A9229472-560C-496A-BD02-E171A5C0A0EC}.Release|Win32.Build.0 = Release|Win32 - {632823BA-813E-4B3A-90EC-52EF30D0C4D5}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {632823BA-813E-4B3A-90EC-52EF30D0C4D5}.AlphaDbg|Win32.Build.0 = Release|Win32 - {632823BA-813E-4B3A-90EC-52EF30D0C4D5}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {632823BA-813E-4B3A-90EC-52EF30D0C4D5}.AlphaRel|Win32.Build.0 = Release|Win32 - {632823BA-813E-4B3A-90EC-52EF30D0C4D5}.Debug|Win32.ActiveCfg = Debug|Win32 - {632823BA-813E-4B3A-90EC-52EF30D0C4D5}.Debug|Win32.Build.0 = Debug|Win32 - {632823BA-813E-4B3A-90EC-52EF30D0C4D5}.Release|Win32.ActiveCfg = Release|Win32 - {632823BA-813E-4B3A-90EC-52EF30D0C4D5}.Release|Win32.Build.0 = Release|Win32 - {4B5631B8-E378-452D-A043-94BB1E795B6E}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {4B5631B8-E378-452D-A043-94BB1E795B6E}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {4B5631B8-E378-452D-A043-94BB1E795B6E}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {4B5631B8-E378-452D-A043-94BB1E795B6E}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {4B5631B8-E378-452D-A043-94BB1E795B6E}.Debug|Win32.ActiveCfg = Debug|Win32 - {4B5631B8-E378-452D-A043-94BB1E795B6E}.Debug|Win32.Build.0 = Debug|Win32 - {4B5631B8-E378-452D-A043-94BB1E795B6E}.Release|Win32.ActiveCfg = Release|Win32 - {4B5631B8-E378-452D-A043-94BB1E795B6E}.Release|Win32.Build.0 = Release|Win32 - {BC21BD14-0F40-4247-8359-DE64B8D4B557}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {BC21BD14-0F40-4247-8359-DE64B8D4B557}.AlphaDbg|Win32.Build.0 = Release|Win32 - {BC21BD14-0F40-4247-8359-DE64B8D4B557}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {BC21BD14-0F40-4247-8359-DE64B8D4B557}.AlphaRel|Win32.Build.0 = Release|Win32 - {BC21BD14-0F40-4247-8359-DE64B8D4B557}.Debug|Win32.ActiveCfg = Debug|Win32 - {BC21BD14-0F40-4247-8359-DE64B8D4B557}.Debug|Win32.Build.0 = Debug|Win32 - {BC21BD14-0F40-4247-8359-DE64B8D4B557}.Release|Win32.ActiveCfg = Release|Win32 - {BC21BD14-0F40-4247-8359-DE64B8D4B557}.Release|Win32.Build.0 = Release|Win32 - {E2351550-42B6-45C2-9430-7873B6AFC666}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {E2351550-42B6-45C2-9430-7873B6AFC666}.AlphaDbg|Win32.Build.0 = Release|Win32 - {E2351550-42B6-45C2-9430-7873B6AFC666}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {E2351550-42B6-45C2-9430-7873B6AFC666}.AlphaRel|Win32.Build.0 = Release|Win32 - {E2351550-42B6-45C2-9430-7873B6AFC666}.Debug|Win32.ActiveCfg = Debug|Win32 - {E2351550-42B6-45C2-9430-7873B6AFC666}.Debug|Win32.Build.0 = Debug|Win32 - {E2351550-42B6-45C2-9430-7873B6AFC666}.Release|Win32.ActiveCfg = Release|Win32 - {E2351550-42B6-45C2-9430-7873B6AFC666}.Release|Win32.Build.0 = Release|Win32 - {B9D487F9-A071-4D56-B4D3-A1F683905A7B}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {B9D487F9-A071-4D56-B4D3-A1F683905A7B}.AlphaDbg|Win32.Build.0 = Release|Win32 - {B9D487F9-A071-4D56-B4D3-A1F683905A7B}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {B9D487F9-A071-4D56-B4D3-A1F683905A7B}.AlphaRel|Win32.Build.0 = Release|Win32 - {B9D487F9-A071-4D56-B4D3-A1F683905A7B}.Debug|Win32.ActiveCfg = Debug|Win32 - {B9D487F9-A071-4D56-B4D3-A1F683905A7B}.Debug|Win32.Build.0 = Debug|Win32 - {B9D487F9-A071-4D56-B4D3-A1F683905A7B}.Release|Win32.ActiveCfg = Release|Win32 - {B9D487F9-A071-4D56-B4D3-A1F683905A7B}.Release|Win32.Build.0 = Release|Win32 - {CB9CE104-AB68-4FFC-834D-23232A7EB0FC}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {CB9CE104-AB68-4FFC-834D-23232A7EB0FC}.AlphaDbg|Win32.Build.0 = Release|Win32 - {CB9CE104-AB68-4FFC-834D-23232A7EB0FC}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {CB9CE104-AB68-4FFC-834D-23232A7EB0FC}.AlphaRel|Win32.Build.0 = Release|Win32 - {CB9CE104-AB68-4FFC-834D-23232A7EB0FC}.Debug|Win32.ActiveCfg = Debug|Win32 - {CB9CE104-AB68-4FFC-834D-23232A7EB0FC}.Debug|Win32.Build.0 = Debug|Win32 - {CB9CE104-AB68-4FFC-834D-23232A7EB0FC}.Release|Win32.ActiveCfg = Release|Win32 - {CB9CE104-AB68-4FFC-834D-23232A7EB0FC}.Release|Win32.Build.0 = Release|Win32 - {C6F427F0-6992-493C-B874-BB79BAFDACB3}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {C6F427F0-6992-493C-B874-BB79BAFDACB3}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {C6F427F0-6992-493C-B874-BB79BAFDACB3}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {C6F427F0-6992-493C-B874-BB79BAFDACB3}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {C6F427F0-6992-493C-B874-BB79BAFDACB3}.Debug|Win32.ActiveCfg = Debug|Win32 - {C6F427F0-6992-493C-B874-BB79BAFDACB3}.Debug|Win32.Build.0 = Debug|Win32 - {C6F427F0-6992-493C-B874-BB79BAFDACB3}.Release|Win32.ActiveCfg = Release|Win32 - {C6F427F0-6992-493C-B874-BB79BAFDACB3}.Release|Win32.Build.0 = Release|Win32 - {75FD903E-202D-499B-A7C8-E750CDD4394D}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {75FD903E-202D-499B-A7C8-E750CDD4394D}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {75FD903E-202D-499B-A7C8-E750CDD4394D}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {75FD903E-202D-499B-A7C8-E750CDD4394D}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {75FD903E-202D-499B-A7C8-E750CDD4394D}.Debug|Win32.ActiveCfg = Debug|Win32 - {75FD903E-202D-499B-A7C8-E750CDD4394D}.Debug|Win32.Build.0 = Debug|Win32 - {75FD903E-202D-499B-A7C8-E750CDD4394D}.Release|Win32.ActiveCfg = Release|Win32 - {75FD903E-202D-499B-A7C8-E750CDD4394D}.Release|Win32.Build.0 = Release|Win32 - {DE0A12D0-8DCF-4497-9B03-D0DAF766C769}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {DE0A12D0-8DCF-4497-9B03-D0DAF766C769}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {DE0A12D0-8DCF-4497-9B03-D0DAF766C769}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {DE0A12D0-8DCF-4497-9B03-D0DAF766C769}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {DE0A12D0-8DCF-4497-9B03-D0DAF766C769}.Debug|Win32.ActiveCfg = Debug|Win32 - {DE0A12D0-8DCF-4497-9B03-D0DAF766C769}.Debug|Win32.Build.0 = Debug|Win32 - {DE0A12D0-8DCF-4497-9B03-D0DAF766C769}.Release|Win32.ActiveCfg = Release|Win32 - {DE0A12D0-8DCF-4497-9B03-D0DAF766C769}.Release|Win32.Build.0 = Release|Win32 - {CA036F37-62C2-474D-9C43-39D304BE91E2}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {CA036F37-62C2-474D-9C43-39D304BE91E2}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {CA036F37-62C2-474D-9C43-39D304BE91E2}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {CA036F37-62C2-474D-9C43-39D304BE91E2}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {CA036F37-62C2-474D-9C43-39D304BE91E2}.Debug|Win32.ActiveCfg = Debug|Win32 - {CA036F37-62C2-474D-9C43-39D304BE91E2}.Debug|Win32.Build.0 = Debug|Win32 - {CA036F37-62C2-474D-9C43-39D304BE91E2}.Release|Win32.ActiveCfg = Release|Win32 - {CA036F37-62C2-474D-9C43-39D304BE91E2}.Release|Win32.Build.0 = Release|Win32 - {CE4B6B09-E8D6-4B57-9DEA-882BCCA722A5}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {CE4B6B09-E8D6-4B57-9DEA-882BCCA722A5}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {CE4B6B09-E8D6-4B57-9DEA-882BCCA722A5}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {CE4B6B09-E8D6-4B57-9DEA-882BCCA722A5}.AlphaRel|Win32.Build.0 = Debug|Win32 - {CE4B6B09-E8D6-4B57-9DEA-882BCCA722A5}.Debug|Win32.ActiveCfg = Debug|Win32 - {CE4B6B09-E8D6-4B57-9DEA-882BCCA722A5}.Debug|Win32.Build.0 = Debug|Win32 - {CE4B6B09-E8D6-4B57-9DEA-882BCCA722A5}.Release|Win32.ActiveCfg = Release|Win32 - {CE4B6B09-E8D6-4B57-9DEA-882BCCA722A5}.Release|Win32.Build.0 = Release|Win32 - {25C8541E-B3C2-4888-8900-FAABEC69311B}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {25C8541E-B3C2-4888-8900-FAABEC69311B}.AlphaDbg|Win32.Build.0 = Release|Win32 - {25C8541E-B3C2-4888-8900-FAABEC69311B}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {25C8541E-B3C2-4888-8900-FAABEC69311B}.AlphaRel|Win32.Build.0 = Release|Win32 - {25C8541E-B3C2-4888-8900-FAABEC69311B}.Debug|Win32.ActiveCfg = Debug|Win32 - {25C8541E-B3C2-4888-8900-FAABEC69311B}.Debug|Win32.Build.0 = Debug|Win32 - {25C8541E-B3C2-4888-8900-FAABEC69311B}.Release|Win32.ActiveCfg = Release|Win32 - {25C8541E-B3C2-4888-8900-FAABEC69311B}.Release|Win32.Build.0 = Release|Win32 - {48D42B34-8673-4019-BD18-EE81A9B87F1C}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {48D42B34-8673-4019-BD18-EE81A9B87F1C}.AlphaDbg|Win32.Build.0 = Release|Win32 - {48D42B34-8673-4019-BD18-EE81A9B87F1C}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {48D42B34-8673-4019-BD18-EE81A9B87F1C}.AlphaRel|Win32.Build.0 = Release|Win32 - {48D42B34-8673-4019-BD18-EE81A9B87F1C}.Debug|Win32.ActiveCfg = Debug|Win32 - {48D42B34-8673-4019-BD18-EE81A9B87F1C}.Debug|Win32.Build.0 = Debug|Win32 - {48D42B34-8673-4019-BD18-EE81A9B87F1C}.Release|Win32.ActiveCfg = Release|Win32 - {48D42B34-8673-4019-BD18-EE81A9B87F1C}.Release|Win32.Build.0 = Release|Win32 - {FC8FC13F-93B3-4F49-9548-FBA5D98FE9C1}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {FC8FC13F-93B3-4F49-9548-FBA5D98FE9C1}.AlphaDbg|Win32.Build.0 = Release|Win32 - {FC8FC13F-93B3-4F49-9548-FBA5D98FE9C1}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {FC8FC13F-93B3-4F49-9548-FBA5D98FE9C1}.AlphaRel|Win32.Build.0 = Release|Win32 - {FC8FC13F-93B3-4F49-9548-FBA5D98FE9C1}.Debug|Win32.ActiveCfg = Debug|Win32 - {FC8FC13F-93B3-4F49-9548-FBA5D98FE9C1}.Debug|Win32.Build.0 = Debug|Win32 - {FC8FC13F-93B3-4F49-9548-FBA5D98FE9C1}.Release|Win32.ActiveCfg = Release|Win32 - {FC8FC13F-93B3-4F49-9548-FBA5D98FE9C1}.Release|Win32.Build.0 = Release|Win32 - {211128E0-8B8E-47B8-A752-2236FBD16914}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {211128E0-8B8E-47B8-A752-2236FBD16914}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {211128E0-8B8E-47B8-A752-2236FBD16914}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {211128E0-8B8E-47B8-A752-2236FBD16914}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {211128E0-8B8E-47B8-A752-2236FBD16914}.Debug|Win32.ActiveCfg = Debug|Win32 - {211128E0-8B8E-47B8-A752-2236FBD16914}.Debug|Win32.Build.0 = Debug|Win32 - {211128E0-8B8E-47B8-A752-2236FBD16914}.Release|Win32.ActiveCfg = Release|Win32 - {211128E0-8B8E-47B8-A752-2236FBD16914}.Release|Win32.Build.0 = Release|Win32 - {52C6F4EC-DC6C-4AB9-8840-52752337C8A0}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {52C6F4EC-DC6C-4AB9-8840-52752337C8A0}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {52C6F4EC-DC6C-4AB9-8840-52752337C8A0}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {52C6F4EC-DC6C-4AB9-8840-52752337C8A0}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {52C6F4EC-DC6C-4AB9-8840-52752337C8A0}.Debug|Win32.ActiveCfg = Debug|Win32 - {52C6F4EC-DC6C-4AB9-8840-52752337C8A0}.Debug|Win32.Build.0 = Debug|Win32 - {52C6F4EC-DC6C-4AB9-8840-52752337C8A0}.Release|Win32.ActiveCfg = Release|Win32 - {52C6F4EC-DC6C-4AB9-8840-52752337C8A0}.Release|Win32.Build.0 = Release|Win32 - {8C47AEC1-325A-4595-B062-530016AD60B0}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {8C47AEC1-325A-4595-B062-530016AD60B0}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {8C47AEC1-325A-4595-B062-530016AD60B0}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {8C47AEC1-325A-4595-B062-530016AD60B0}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {8C47AEC1-325A-4595-B062-530016AD60B0}.Debug|Win32.ActiveCfg = Debug|Win32 - {8C47AEC1-325A-4595-B062-530016AD60B0}.Debug|Win32.Build.0 = Debug|Win32 - {8C47AEC1-325A-4595-B062-530016AD60B0}.Release|Win32.ActiveCfg = Release|Win32 - {8C47AEC1-325A-4595-B062-530016AD60B0}.Release|Win32.Build.0 = Release|Win32 - {FC6152D0-83A4-4421-A35B-E41B3DDA3233}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {FC6152D0-83A4-4421-A35B-E41B3DDA3233}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {FC6152D0-83A4-4421-A35B-E41B3DDA3233}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {FC6152D0-83A4-4421-A35B-E41B3DDA3233}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {FC6152D0-83A4-4421-A35B-E41B3DDA3233}.Debug|Win32.ActiveCfg = Debug|Win32 - {FC6152D0-83A4-4421-A35B-E41B3DDA3233}.Debug|Win32.Build.0 = Debug|Win32 - {FC6152D0-83A4-4421-A35B-E41B3DDA3233}.Release|Win32.ActiveCfg = Release|Win32 - {FC6152D0-83A4-4421-A35B-E41B3DDA3233}.Release|Win32.Build.0 = Release|Win32 - {8482D571-DC7B-4E97-BC2E-EA84CBD7B34A}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {8482D571-DC7B-4E97-BC2E-EA84CBD7B34A}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {8482D571-DC7B-4E97-BC2E-EA84CBD7B34A}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {8482D571-DC7B-4E97-BC2E-EA84CBD7B34A}.AlphaRel|Win32.Build.0 = Debug|Win32 - {8482D571-DC7B-4E97-BC2E-EA84CBD7B34A}.Debug|Win32.ActiveCfg = Debug|Win32 - {8482D571-DC7B-4E97-BC2E-EA84CBD7B34A}.Debug|Win32.Build.0 = Debug|Win32 - {8482D571-DC7B-4E97-BC2E-EA84CBD7B34A}.Release|Win32.ActiveCfg = Release|Win32 - {8482D571-DC7B-4E97-BC2E-EA84CBD7B34A}.Release|Win32.Build.0 = Release|Win32 - {081F2645-550A-4C90-8659-DAB32FF68511}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {081F2645-550A-4C90-8659-DAB32FF68511}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {081F2645-550A-4C90-8659-DAB32FF68511}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {081F2645-550A-4C90-8659-DAB32FF68511}.AlphaRel|Win32.Build.0 = Debug|Win32 - {081F2645-550A-4C90-8659-DAB32FF68511}.Debug|Win32.ActiveCfg = Debug|Win32 - {081F2645-550A-4C90-8659-DAB32FF68511}.Debug|Win32.Build.0 = Debug|Win32 - {081F2645-550A-4C90-8659-DAB32FF68511}.Release|Win32.ActiveCfg = Release|Win32 - {081F2645-550A-4C90-8659-DAB32FF68511}.Release|Win32.Build.0 = Release|Win32 - {D37EFABA-1DBE-4727-AA82-EBF3F02A8ABD}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {D37EFABA-1DBE-4727-AA82-EBF3F02A8ABD}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {D37EFABA-1DBE-4727-AA82-EBF3F02A8ABD}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {D37EFABA-1DBE-4727-AA82-EBF3F02A8ABD}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {D37EFABA-1DBE-4727-AA82-EBF3F02A8ABD}.Debug|Win32.ActiveCfg = Debug|Win32 - {D37EFABA-1DBE-4727-AA82-EBF3F02A8ABD}.Debug|Win32.Build.0 = Debug|Win32 - {D37EFABA-1DBE-4727-AA82-EBF3F02A8ABD}.Release|Win32.ActiveCfg = Release|Win32 - {D37EFABA-1DBE-4727-AA82-EBF3F02A8ABD}.Release|Win32.Build.0 = Release|Win32 - {B47AEDC9-7EB9-4D6F-909C-ED7FF384DDC5}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {B47AEDC9-7EB9-4D6F-909C-ED7FF384DDC5}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {B47AEDC9-7EB9-4D6F-909C-ED7FF384DDC5}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {B47AEDC9-7EB9-4D6F-909C-ED7FF384DDC5}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {B47AEDC9-7EB9-4D6F-909C-ED7FF384DDC5}.Debug|Win32.ActiveCfg = Debug|Win32 - {B47AEDC9-7EB9-4D6F-909C-ED7FF384DDC5}.Debug|Win32.Build.0 = Debug|Win32 - {B47AEDC9-7EB9-4D6F-909C-ED7FF384DDC5}.Release|Win32.ActiveCfg = Release|Win32 - {B47AEDC9-7EB9-4D6F-909C-ED7FF384DDC5}.Release|Win32.Build.0 = Release|Win32 - {8F8D28B2-F475-43CC-B0EC-99DB54F98076}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {8F8D28B2-F475-43CC-B0EC-99DB54F98076}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {8F8D28B2-F475-43CC-B0EC-99DB54F98076}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {8F8D28B2-F475-43CC-B0EC-99DB54F98076}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {8F8D28B2-F475-43CC-B0EC-99DB54F98076}.Debug|Win32.ActiveCfg = Debug|Win32 - {8F8D28B2-F475-43CC-B0EC-99DB54F98076}.Debug|Win32.Build.0 = Debug|Win32 - {8F8D28B2-F475-43CC-B0EC-99DB54F98076}.Release|Win32.ActiveCfg = Release|Win32 - {8F8D28B2-F475-43CC-B0EC-99DB54F98076}.Release|Win32.Build.0 = Release|Win32 - {443B8A20-20A3-4B42-8F51-9432034F7605}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {443B8A20-20A3-4B42-8F51-9432034F7605}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {443B8A20-20A3-4B42-8F51-9432034F7605}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {443B8A20-20A3-4B42-8F51-9432034F7605}.AlphaRel|Win32.Build.0 = Debug|Win32 - {443B8A20-20A3-4B42-8F51-9432034F7605}.Debug|Win32.ActiveCfg = Debug|Win32 - {443B8A20-20A3-4B42-8F51-9432034F7605}.Debug|Win32.Build.0 = Debug|Win32 - {443B8A20-20A3-4B42-8F51-9432034F7605}.Release|Win32.ActiveCfg = Release|Win32 - {443B8A20-20A3-4B42-8F51-9432034F7605}.Release|Win32.Build.0 = Release|Win32 - {E4D6F553-4890-467C-8B23-582CBBC7059D}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {E4D6F553-4890-467C-8B23-582CBBC7059D}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {E4D6F553-4890-467C-8B23-582CBBC7059D}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {E4D6F553-4890-467C-8B23-582CBBC7059D}.AlphaRel|Win32.Build.0 = Debug|Win32 - {E4D6F553-4890-467C-8B23-582CBBC7059D}.Debug|Win32.ActiveCfg = Debug|Win32 - {E4D6F553-4890-467C-8B23-582CBBC7059D}.Debug|Win32.Build.0 = Debug|Win32 - {E4D6F553-4890-467C-8B23-582CBBC7059D}.Release|Win32.ActiveCfg = Release|Win32 - {E4D6F553-4890-467C-8B23-582CBBC7059D}.Release|Win32.Build.0 = Release|Win32 - {42ED9C47-8C03-4587-94B4-0CEBD909F2F3}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {42ED9C47-8C03-4587-94B4-0CEBD909F2F3}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {42ED9C47-8C03-4587-94B4-0CEBD909F2F3}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {42ED9C47-8C03-4587-94B4-0CEBD909F2F3}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {42ED9C47-8C03-4587-94B4-0CEBD909F2F3}.Debug|Win32.ActiveCfg = Debug|Win32 - {42ED9C47-8C03-4587-94B4-0CEBD909F2F3}.Debug|Win32.Build.0 = Debug|Win32 - {42ED9C47-8C03-4587-94B4-0CEBD909F2F3}.Release|Win32.ActiveCfg = Release|Win32 - {42ED9C47-8C03-4587-94B4-0CEBD909F2F3}.Release|Win32.Build.0 = Release|Win32 - {1D5BC921-3C5A-4C8E-9E83-9A90102733E8}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {1D5BC921-3C5A-4C8E-9E83-9A90102733E8}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {1D5BC921-3C5A-4C8E-9E83-9A90102733E8}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {1D5BC921-3C5A-4C8E-9E83-9A90102733E8}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {1D5BC921-3C5A-4C8E-9E83-9A90102733E8}.Debug|Win32.ActiveCfg = Debug|Win32 - {1D5BC921-3C5A-4C8E-9E83-9A90102733E8}.Debug|Win32.Build.0 = Debug|Win32 - {1D5BC921-3C5A-4C8E-9E83-9A90102733E8}.Release|Win32.ActiveCfg = Release|Win32 - {1D5BC921-3C5A-4C8E-9E83-9A90102733E8}.Release|Win32.Build.0 = Release|Win32 - {A16E2E62-D4A8-4B5F-8923-C0D2D7C180E2}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {A16E2E62-D4A8-4B5F-8923-C0D2D7C180E2}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {A16E2E62-D4A8-4B5F-8923-C0D2D7C180E2}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {A16E2E62-D4A8-4B5F-8923-C0D2D7C180E2}.AlphaRel|Win32.Build.0 = Debug|Win32 - {A16E2E62-D4A8-4B5F-8923-C0D2D7C180E2}.Debug|Win32.ActiveCfg = Debug|Win32 - {A16E2E62-D4A8-4B5F-8923-C0D2D7C180E2}.Debug|Win32.Build.0 = Debug|Win32 - {A16E2E62-D4A8-4B5F-8923-C0D2D7C180E2}.Release|Win32.ActiveCfg = Release|Win32 - {A16E2E62-D4A8-4B5F-8923-C0D2D7C180E2}.Release|Win32.Build.0 = Release|Win32 - {698FFC2D-082C-4DED-9BA3-5407A127E311}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {698FFC2D-082C-4DED-9BA3-5407A127E311}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {698FFC2D-082C-4DED-9BA3-5407A127E311}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {698FFC2D-082C-4DED-9BA3-5407A127E311}.AlphaRel|Win32.Build.0 = Debug|Win32 - {698FFC2D-082C-4DED-9BA3-5407A127E311}.Debug|Win32.ActiveCfg = Debug|Win32 - {698FFC2D-082C-4DED-9BA3-5407A127E311}.Debug|Win32.Build.0 = Debug|Win32 - {698FFC2D-082C-4DED-9BA3-5407A127E311}.Release|Win32.ActiveCfg = Release|Win32 - {698FFC2D-082C-4DED-9BA3-5407A127E311}.Release|Win32.Build.0 = Release|Win32 - {1AD92DD8-28A1-4A19-99A0-98CD3AF9CF15}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {1AD92DD8-28A1-4A19-99A0-98CD3AF9CF15}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {1AD92DD8-28A1-4A19-99A0-98CD3AF9CF15}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {1AD92DD8-28A1-4A19-99A0-98CD3AF9CF15}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {1AD92DD8-28A1-4A19-99A0-98CD3AF9CF15}.Debug|Win32.ActiveCfg = Debug|Win32 - {1AD92DD8-28A1-4A19-99A0-98CD3AF9CF15}.Debug|Win32.Build.0 = Debug|Win32 - {1AD92DD8-28A1-4A19-99A0-98CD3AF9CF15}.Release|Win32.ActiveCfg = Release|Win32 - {1AD92DD8-28A1-4A19-99A0-98CD3AF9CF15}.Release|Win32.Build.0 = Release|Win32 - {ADDF4596-F08A-4EE5-ADB6-D0AFA4FD6808}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {ADDF4596-F08A-4EE5-ADB6-D0AFA4FD6808}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {ADDF4596-F08A-4EE5-ADB6-D0AFA4FD6808}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {ADDF4596-F08A-4EE5-ADB6-D0AFA4FD6808}.AlphaRel|Win32.Build.0 = Debug|Win32 - {ADDF4596-F08A-4EE5-ADB6-D0AFA4FD6808}.Debug|Win32.ActiveCfg = Debug|Win32 - {ADDF4596-F08A-4EE5-ADB6-D0AFA4FD6808}.Debug|Win32.Build.0 = Debug|Win32 - {ADDF4596-F08A-4EE5-ADB6-D0AFA4FD6808}.Release|Win32.ActiveCfg = Release|Win32 - {ADDF4596-F08A-4EE5-ADB6-D0AFA4FD6808}.Release|Win32.Build.0 = Release|Win32 - {C20752F4-AA5C-4883-BD1A-72DD4588FA6B}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {C20752F4-AA5C-4883-BD1A-72DD4588FA6B}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {C20752F4-AA5C-4883-BD1A-72DD4588FA6B}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {C20752F4-AA5C-4883-BD1A-72DD4588FA6B}.AlphaRel|Win32.Build.0 = Debug|Win32 - {C20752F4-AA5C-4883-BD1A-72DD4588FA6B}.Debug|Win32.ActiveCfg = Debug|Win32 - {C20752F4-AA5C-4883-BD1A-72DD4588FA6B}.Debug|Win32.Build.0 = Debug|Win32 - {C20752F4-AA5C-4883-BD1A-72DD4588FA6B}.Release|Win32.ActiveCfg = Release|Win32 - {C20752F4-AA5C-4883-BD1A-72DD4588FA6B}.Release|Win32.Build.0 = Release|Win32 - {C01E0A44-0E9E-4A9D-BD9C-375A6C6EABF1}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {C01E0A44-0E9E-4A9D-BD9C-375A6C6EABF1}.AlphaDbg|Win32.Build.0 = Release|Win32 - {C01E0A44-0E9E-4A9D-BD9C-375A6C6EABF1}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {C01E0A44-0E9E-4A9D-BD9C-375A6C6EABF1}.AlphaRel|Win32.Build.0 = Release|Win32 - {C01E0A44-0E9E-4A9D-BD9C-375A6C6EABF1}.Debug|Win32.ActiveCfg = Debug|Win32 - {C01E0A44-0E9E-4A9D-BD9C-375A6C6EABF1}.Debug|Win32.Build.0 = Debug|Win32 - {C01E0A44-0E9E-4A9D-BD9C-375A6C6EABF1}.Release|Win32.ActiveCfg = Release|Win32 - {C01E0A44-0E9E-4A9D-BD9C-375A6C6EABF1}.Release|Win32.Build.0 = Release|Win32 - {A452C976-F392-4C71-A63A-1B59AAA20D82}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {A452C976-F392-4C71-A63A-1B59AAA20D82}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {A452C976-F392-4C71-A63A-1B59AAA20D82}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {A452C976-F392-4C71-A63A-1B59AAA20D82}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {A452C976-F392-4C71-A63A-1B59AAA20D82}.Debug|Win32.ActiveCfg = Debug|Win32 - {A452C976-F392-4C71-A63A-1B59AAA20D82}.Debug|Win32.Build.0 = Debug|Win32 - {A452C976-F392-4C71-A63A-1B59AAA20D82}.Release|Win32.ActiveCfg = Release|Win32 - {A452C976-F392-4C71-A63A-1B59AAA20D82}.Release|Win32.Build.0 = Release|Win32 - {4D4C7F31-4602-40D3-BEEA-43DBF1B44310}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {4D4C7F31-4602-40D3-BEEA-43DBF1B44310}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {4D4C7F31-4602-40D3-BEEA-43DBF1B44310}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {4D4C7F31-4602-40D3-BEEA-43DBF1B44310}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {4D4C7F31-4602-40D3-BEEA-43DBF1B44310}.Debug|Win32.ActiveCfg = Debug|Win32 - {4D4C7F31-4602-40D3-BEEA-43DBF1B44310}.Debug|Win32.Build.0 = Debug|Win32 - {4D4C7F31-4602-40D3-BEEA-43DBF1B44310}.Release|Win32.ActiveCfg = Release|Win32 - {4D4C7F31-4602-40D3-BEEA-43DBF1B44310}.Release|Win32.Build.0 = Release|Win32 - {F620F7BD-273E-4475-BF3A-35B5BDDADB02}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {F620F7BD-273E-4475-BF3A-35B5BDDADB02}.AlphaDbg|Win32.Build.0 = Release|Win32 - {F620F7BD-273E-4475-BF3A-35B5BDDADB02}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {F620F7BD-273E-4475-BF3A-35B5BDDADB02}.AlphaRel|Win32.Build.0 = Release|Win32 - {F620F7BD-273E-4475-BF3A-35B5BDDADB02}.Debug|Win32.ActiveCfg = Debug|Win32 - {F620F7BD-273E-4475-BF3A-35B5BDDADB02}.Debug|Win32.Build.0 = Debug|Win32 - {F620F7BD-273E-4475-BF3A-35B5BDDADB02}.Release|Win32.ActiveCfg = Release|Win32 - {F620F7BD-273E-4475-BF3A-35B5BDDADB02}.Release|Win32.Build.0 = Release|Win32 - {A2361194-66F9-44ED-B0BD-AB82B05ACA42}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {A2361194-66F9-44ED-B0BD-AB82B05ACA42}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {A2361194-66F9-44ED-B0BD-AB82B05ACA42}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {A2361194-66F9-44ED-B0BD-AB82B05ACA42}.AlphaRel|Win32.Build.0 = Debug|Win32 - {A2361194-66F9-44ED-B0BD-AB82B05ACA42}.Debug|Win32.ActiveCfg = Debug|Win32 - {A2361194-66F9-44ED-B0BD-AB82B05ACA42}.Debug|Win32.Build.0 = Debug|Win32 - {A2361194-66F9-44ED-B0BD-AB82B05ACA42}.Release|Win32.ActiveCfg = Release|Win32 - {A2361194-66F9-44ED-B0BD-AB82B05ACA42}.Release|Win32.Build.0 = Release|Win32 - {47BB75C1-41ED-4B2D-86A9-D337F9860105}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {47BB75C1-41ED-4B2D-86A9-D337F9860105}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {47BB75C1-41ED-4B2D-86A9-D337F9860105}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {47BB75C1-41ED-4B2D-86A9-D337F9860105}.AlphaRel|Win32.Build.0 = Debug|Win32 - {47BB75C1-41ED-4B2D-86A9-D337F9860105}.Debug|Win32.ActiveCfg = Debug|Win32 - {47BB75C1-41ED-4B2D-86A9-D337F9860105}.Debug|Win32.Build.0 = Debug|Win32 - {47BB75C1-41ED-4B2D-86A9-D337F9860105}.Release|Win32.ActiveCfg = Release|Win32 - {47BB75C1-41ED-4B2D-86A9-D337F9860105}.Release|Win32.Build.0 = Release|Win32 - {2F123602-1D76-42F0-9647-488FB231338D}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {2F123602-1D76-42F0-9647-488FB231338D}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {2F123602-1D76-42F0-9647-488FB231338D}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {2F123602-1D76-42F0-9647-488FB231338D}.AlphaRel|Win32.Build.0 = Debug|Win32 - {2F123602-1D76-42F0-9647-488FB231338D}.Debug|Win32.ActiveCfg = Debug|Win32 - {2F123602-1D76-42F0-9647-488FB231338D}.Debug|Win32.Build.0 = Debug|Win32 - {2F123602-1D76-42F0-9647-488FB231338D}.Release|Win32.ActiveCfg = Release|Win32 - {2F123602-1D76-42F0-9647-488FB231338D}.Release|Win32.Build.0 = Release|Win32 - {8710CBC9-F52B-4805-A17B-3E440AA69DF9}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {8710CBC9-F52B-4805-A17B-3E440AA69DF9}.AlphaDbg|Win32.Build.0 = Release|Win32 - {8710CBC9-F52B-4805-A17B-3E440AA69DF9}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {8710CBC9-F52B-4805-A17B-3E440AA69DF9}.AlphaRel|Win32.Build.0 = Release|Win32 - {8710CBC9-F52B-4805-A17B-3E440AA69DF9}.Debug|Win32.ActiveCfg = Debug|Win32 - {8710CBC9-F52B-4805-A17B-3E440AA69DF9}.Debug|Win32.Build.0 = Debug|Win32 - {8710CBC9-F52B-4805-A17B-3E440AA69DF9}.Release|Win32.ActiveCfg = Release|Win32 - {8710CBC9-F52B-4805-A17B-3E440AA69DF9}.Release|Win32.Build.0 = Release|Win32 - {F6936007-3DA2-41EC-A84E-74FAE969C926}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {F6936007-3DA2-41EC-A84E-74FAE969C926}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {F6936007-3DA2-41EC-A84E-74FAE969C926}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {F6936007-3DA2-41EC-A84E-74FAE969C926}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {F6936007-3DA2-41EC-A84E-74FAE969C926}.Debug|Win32.ActiveCfg = Debug|Win32 - {F6936007-3DA2-41EC-A84E-74FAE969C926}.Debug|Win32.Build.0 = Debug|Win32 - {F6936007-3DA2-41EC-A84E-74FAE969C926}.Release|Win32.ActiveCfg = Release|Win32 - {F6936007-3DA2-41EC-A84E-74FAE969C926}.Release|Win32.Build.0 = Release|Win32 - {453A38B9-E517-404A-80C6-6DE2B3E5BECE}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {453A38B9-E517-404A-80C6-6DE2B3E5BECE}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {453A38B9-E517-404A-80C6-6DE2B3E5BECE}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {453A38B9-E517-404A-80C6-6DE2B3E5BECE}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {453A38B9-E517-404A-80C6-6DE2B3E5BECE}.Debug|Win32.ActiveCfg = Debug|Win32 - {453A38B9-E517-404A-80C6-6DE2B3E5BECE}.Debug|Win32.Build.0 = Debug|Win32 - {453A38B9-E517-404A-80C6-6DE2B3E5BECE}.Release|Win32.ActiveCfg = Release|Win32 - {453A38B9-E517-404A-80C6-6DE2B3E5BECE}.Release|Win32.Build.0 = Release|Win32 - {2EBD3E3B-2C50-41EE-ACC0-5091FB876355}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {2EBD3E3B-2C50-41EE-ACC0-5091FB876355}.AlphaDbg|Win32.Build.0 = Release|Win32 - {2EBD3E3B-2C50-41EE-ACC0-5091FB876355}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {2EBD3E3B-2C50-41EE-ACC0-5091FB876355}.AlphaRel|Win32.Build.0 = Release|Win32 - {2EBD3E3B-2C50-41EE-ACC0-5091FB876355}.Debug|Win32.ActiveCfg = Debug|Win32 - {2EBD3E3B-2C50-41EE-ACC0-5091FB876355}.Debug|Win32.Build.0 = Debug|Win32 - {2EBD3E3B-2C50-41EE-ACC0-5091FB876355}.Release|Win32.ActiveCfg = Release|Win32 - {2EBD3E3B-2C50-41EE-ACC0-5091FB876355}.Release|Win32.Build.0 = Release|Win32 - {BF6AE5AA-67B2-439C-B46E-81CC25E3634E}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {BF6AE5AA-67B2-439C-B46E-81CC25E3634E}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {BF6AE5AA-67B2-439C-B46E-81CC25E3634E}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {BF6AE5AA-67B2-439C-B46E-81CC25E3634E}.AlphaRel|Win32.Build.0 = Debug|Win32 - {BF6AE5AA-67B2-439C-B46E-81CC25E3634E}.Debug|Win32.ActiveCfg = Debug|Win32 - {BF6AE5AA-67B2-439C-B46E-81CC25E3634E}.Debug|Win32.Build.0 = Debug|Win32 - {BF6AE5AA-67B2-439C-B46E-81CC25E3634E}.Release|Win32.ActiveCfg = Release|Win32 - {BF6AE5AA-67B2-439C-B46E-81CC25E3634E}.Release|Win32.Build.0 = Release|Win32 - {06CE6F7C-599A-4068-84A2-CF138FEA88CF}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {06CE6F7C-599A-4068-84A2-CF138FEA88CF}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {06CE6F7C-599A-4068-84A2-CF138FEA88CF}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {06CE6F7C-599A-4068-84A2-CF138FEA88CF}.AlphaRel|Win32.Build.0 = Debug|Win32 - {06CE6F7C-599A-4068-84A2-CF138FEA88CF}.Debug|Win32.ActiveCfg = Debug|Win32 - {06CE6F7C-599A-4068-84A2-CF138FEA88CF}.Debug|Win32.Build.0 = Debug|Win32 - {06CE6F7C-599A-4068-84A2-CF138FEA88CF}.Release|Win32.ActiveCfg = Release|Win32 - {06CE6F7C-599A-4068-84A2-CF138FEA88CF}.Release|Win32.Build.0 = Release|Win32 - {2D137D66-00FA-4AF0-B781-CBBD026727F8}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {2D137D66-00FA-4AF0-B781-CBBD026727F8}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {2D137D66-00FA-4AF0-B781-CBBD026727F8}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {2D137D66-00FA-4AF0-B781-CBBD026727F8}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {2D137D66-00FA-4AF0-B781-CBBD026727F8}.Debug|Win32.ActiveCfg = Debug|Win32 - {2D137D66-00FA-4AF0-B781-CBBD026727F8}.Debug|Win32.Build.0 = Debug|Win32 - {2D137D66-00FA-4AF0-B781-CBBD026727F8}.Release|Win32.ActiveCfg = Release|Win32 - {2D137D66-00FA-4AF0-B781-CBBD026727F8}.Release|Win32.Build.0 = Release|Win32 - {245443C4-2A88-4ED8-BBEB-6DA7521B4315}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {245443C4-2A88-4ED8-BBEB-6DA7521B4315}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {245443C4-2A88-4ED8-BBEB-6DA7521B4315}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {245443C4-2A88-4ED8-BBEB-6DA7521B4315}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {245443C4-2A88-4ED8-BBEB-6DA7521B4315}.Debug|Win32.ActiveCfg = Debug|Win32 - {245443C4-2A88-4ED8-BBEB-6DA7521B4315}.Debug|Win32.Build.0 = Debug|Win32 - {245443C4-2A88-4ED8-BBEB-6DA7521B4315}.Release|Win32.ActiveCfg = Release|Win32 - {245443C4-2A88-4ED8-BBEB-6DA7521B4315}.Release|Win32.Build.0 = Release|Win32 - {A04CE099-048E-4276-AF6B-616CBED63701}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {A04CE099-048E-4276-AF6B-616CBED63701}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {A04CE099-048E-4276-AF6B-616CBED63701}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {A04CE099-048E-4276-AF6B-616CBED63701}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {A04CE099-048E-4276-AF6B-616CBED63701}.Debug|Win32.ActiveCfg = Debug|Win32 - {A04CE099-048E-4276-AF6B-616CBED63701}.Debug|Win32.Build.0 = Debug|Win32 - {A04CE099-048E-4276-AF6B-616CBED63701}.Release|Win32.ActiveCfg = Release|Win32 - {A04CE099-048E-4276-AF6B-616CBED63701}.Release|Win32.Build.0 = Release|Win32 - {9EA64166-11C2-4A29-A097-029CF6FCFB44}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {9EA64166-11C2-4A29-A097-029CF6FCFB44}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {9EA64166-11C2-4A29-A097-029CF6FCFB44}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {9EA64166-11C2-4A29-A097-029CF6FCFB44}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {9EA64166-11C2-4A29-A097-029CF6FCFB44}.Debug|Win32.ActiveCfg = Debug|Win32 - {9EA64166-11C2-4A29-A097-029CF6FCFB44}.Debug|Win32.Build.0 = Debug|Win32 - {9EA64166-11C2-4A29-A097-029CF6FCFB44}.Release|Win32.ActiveCfg = Release|Win32 - {9EA64166-11C2-4A29-A097-029CF6FCFB44}.Release|Win32.Build.0 = Release|Win32 - {21BDC9C3-0DF2-458E-8845-C34EE064A970}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {21BDC9C3-0DF2-458E-8845-C34EE064A970}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {21BDC9C3-0DF2-458E-8845-C34EE064A970}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {21BDC9C3-0DF2-458E-8845-C34EE064A970}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {21BDC9C3-0DF2-458E-8845-C34EE064A970}.Debug|Win32.ActiveCfg = Debug|Win32 - {21BDC9C3-0DF2-458E-8845-C34EE064A970}.Debug|Win32.Build.0 = Debug|Win32 - {21BDC9C3-0DF2-458E-8845-C34EE064A970}.Release|Win32.ActiveCfg = Release|Win32 - {21BDC9C3-0DF2-458E-8845-C34EE064A970}.Release|Win32.Build.0 = Release|Win32 - {6C507C3E-774E-450A-AEE6-890ECD427ABF}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {6C507C3E-774E-450A-AEE6-890ECD427ABF}.AlphaDbg|Win32.Build.0 = Release|Win32 - {6C507C3E-774E-450A-AEE6-890ECD427ABF}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {6C507C3E-774E-450A-AEE6-890ECD427ABF}.AlphaRel|Win32.Build.0 = Release|Win32 - {6C507C3E-774E-450A-AEE6-890ECD427ABF}.Debug|Win32.ActiveCfg = Debug|Win32 - {6C507C3E-774E-450A-AEE6-890ECD427ABF}.Debug|Win32.Build.0 = Debug|Win32 - {6C507C3E-774E-450A-AEE6-890ECD427ABF}.Release|Win32.ActiveCfg = Release|Win32 - {6C507C3E-774E-450A-AEE6-890ECD427ABF}.Release|Win32.Build.0 = Release|Win32 - {50434CC6-3049-4DBE-A91F-01388E0D931E}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {50434CC6-3049-4DBE-A91F-01388E0D931E}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {50434CC6-3049-4DBE-A91F-01388E0D931E}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {50434CC6-3049-4DBE-A91F-01388E0D931E}.AlphaRel|Win32.Build.0 = Debug|Win32 - {50434CC6-3049-4DBE-A91F-01388E0D931E}.Debug|Win32.ActiveCfg = Debug|Win32 - {50434CC6-3049-4DBE-A91F-01388E0D931E}.Debug|Win32.Build.0 = Debug|Win32 - {50434CC6-3049-4DBE-A91F-01388E0D931E}.Release|Win32.ActiveCfg = Release|Win32 - {50434CC6-3049-4DBE-A91F-01388E0D931E}.Release|Win32.Build.0 = Release|Win32 - {4B2636A1-0425-470E-859F-D17E639EAE2F}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {4B2636A1-0425-470E-859F-D17E639EAE2F}.AlphaDbg|Win32.Build.0 = Release|Win32 - {4B2636A1-0425-470E-859F-D17E639EAE2F}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {4B2636A1-0425-470E-859F-D17E639EAE2F}.AlphaRel|Win32.Build.0 = Release|Win32 - {4B2636A1-0425-470E-859F-D17E639EAE2F}.Debug|Win32.ActiveCfg = Debug|Win32 - {4B2636A1-0425-470E-859F-D17E639EAE2F}.Debug|Win32.Build.0 = Debug|Win32 - {4B2636A1-0425-470E-859F-D17E639EAE2F}.Release|Win32.ActiveCfg = Release|Win32 - {4B2636A1-0425-470E-859F-D17E639EAE2F}.Release|Win32.Build.0 = Release|Win32 - {218E1466-6211-453E-8238-8B00631BB617}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {218E1466-6211-453E-8238-8B00631BB617}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {218E1466-6211-453E-8238-8B00631BB617}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {218E1466-6211-453E-8238-8B00631BB617}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {218E1466-6211-453E-8238-8B00631BB617}.Debug|Win32.ActiveCfg = Debug|Win32 - {218E1466-6211-453E-8238-8B00631BB617}.Debug|Win32.Build.0 = Debug|Win32 - {218E1466-6211-453E-8238-8B00631BB617}.Release|Win32.ActiveCfg = Release|Win32 - {218E1466-6211-453E-8238-8B00631BB617}.Release|Win32.Build.0 = Release|Win32 - {F0E47B47-125C-4988-831C-CCCC720147A7}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {F0E47B47-125C-4988-831C-CCCC720147A7}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {F0E47B47-125C-4988-831C-CCCC720147A7}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {F0E47B47-125C-4988-831C-CCCC720147A7}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {F0E47B47-125C-4988-831C-CCCC720147A7}.Debug|Win32.ActiveCfg = Debug|Win32 - {F0E47B47-125C-4988-831C-CCCC720147A7}.Debug|Win32.Build.0 = Debug|Win32 - {F0E47B47-125C-4988-831C-CCCC720147A7}.Release|Win32.ActiveCfg = Release|Win32 - {F0E47B47-125C-4988-831C-CCCC720147A7}.Release|Win32.Build.0 = Release|Win32 - {71EDC4C4-9678-4A96-92A2-4AC2B08CAB40}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {71EDC4C4-9678-4A96-92A2-4AC2B08CAB40}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {71EDC4C4-9678-4A96-92A2-4AC2B08CAB40}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {71EDC4C4-9678-4A96-92A2-4AC2B08CAB40}.AlphaRel|Win32.Build.0 = Debug|Win32 - {71EDC4C4-9678-4A96-92A2-4AC2B08CAB40}.Debug|Win32.ActiveCfg = Debug|Win32 - {71EDC4C4-9678-4A96-92A2-4AC2B08CAB40}.Debug|Win32.Build.0 = Debug|Win32 - {71EDC4C4-9678-4A96-92A2-4AC2B08CAB40}.Release|Win32.ActiveCfg = Release|Win32 - {71EDC4C4-9678-4A96-92A2-4AC2B08CAB40}.Release|Win32.Build.0 = Release|Win32 - {554EDDE2-BA6D-4A20-A13C-4B67B328D33B}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {554EDDE2-BA6D-4A20-A13C-4B67B328D33B}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {554EDDE2-BA6D-4A20-A13C-4B67B328D33B}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {554EDDE2-BA6D-4A20-A13C-4B67B328D33B}.AlphaRel|Win32.Build.0 = Debug|Win32 - {554EDDE2-BA6D-4A20-A13C-4B67B328D33B}.Debug|Win32.ActiveCfg = Debug|Win32 - {554EDDE2-BA6D-4A20-A13C-4B67B328D33B}.Debug|Win32.Build.0 = Debug|Win32 - {554EDDE2-BA6D-4A20-A13C-4B67B328D33B}.Release|Win32.ActiveCfg = Release|Win32 - {554EDDE2-BA6D-4A20-A13C-4B67B328D33B}.Release|Win32.Build.0 = Release|Win32 - {4E1AA822-F079-4F37-BF63-47FDB40CED58}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {4E1AA822-F079-4F37-BF63-47FDB40CED58}.AlphaDbg|Win32.Build.0 = Release|Win32 - {4E1AA822-F079-4F37-BF63-47FDB40CED58}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {4E1AA822-F079-4F37-BF63-47FDB40CED58}.AlphaRel|Win32.Build.0 = Release|Win32 - {4E1AA822-F079-4F37-BF63-47FDB40CED58}.Debug|Win32.ActiveCfg = Debug|Win32 - {4E1AA822-F079-4F37-BF63-47FDB40CED58}.Debug|Win32.Build.0 = Debug|Win32 - {4E1AA822-F079-4F37-BF63-47FDB40CED58}.Release|Win32.ActiveCfg = Release|Win32 - {4E1AA822-F079-4F37-BF63-47FDB40CED58}.Release|Win32.Build.0 = Release|Win32 - {2F04E9BC-D7BD-43E0-AC0E-3D504DEB1531}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {2F04E9BC-D7BD-43E0-AC0E-3D504DEB1531}.AlphaDbg|Win32.Build.0 = Release|Win32 - {2F04E9BC-D7BD-43E0-AC0E-3D504DEB1531}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {2F04E9BC-D7BD-43E0-AC0E-3D504DEB1531}.AlphaRel|Win32.Build.0 = Release|Win32 - {2F04E9BC-D7BD-43E0-AC0E-3D504DEB1531}.Debug|Win32.ActiveCfg = Debug|Win32 - {2F04E9BC-D7BD-43E0-AC0E-3D504DEB1531}.Debug|Win32.Build.0 = Debug|Win32 - {2F04E9BC-D7BD-43E0-AC0E-3D504DEB1531}.Release|Win32.ActiveCfg = Release|Win32 - {2F04E9BC-D7BD-43E0-AC0E-3D504DEB1531}.Release|Win32.Build.0 = Release|Win32 - {B75DC8D3-C58A-4F71-B21C-F9113574857A}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {B75DC8D3-C58A-4F71-B21C-F9113574857A}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {B75DC8D3-C58A-4F71-B21C-F9113574857A}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {B75DC8D3-C58A-4F71-B21C-F9113574857A}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {B75DC8D3-C58A-4F71-B21C-F9113574857A}.Debug|Win32.ActiveCfg = Debug|Win32 - {B75DC8D3-C58A-4F71-B21C-F9113574857A}.Debug|Win32.Build.0 = Debug|Win32 - {B75DC8D3-C58A-4F71-B21C-F9113574857A}.Release|Win32.ActiveCfg = Release|Win32 - {B75DC8D3-C58A-4F71-B21C-F9113574857A}.Release|Win32.Build.0 = Release|Win32 - {F1F957B3-23EA-4CFF-B14D-BB71CA512CDE}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {F1F957B3-23EA-4CFF-B14D-BB71CA512CDE}.AlphaDbg|Win32.Build.0 = Release|Win32 - {F1F957B3-23EA-4CFF-B14D-BB71CA512CDE}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {F1F957B3-23EA-4CFF-B14D-BB71CA512CDE}.AlphaRel|Win32.Build.0 = Release|Win32 - {F1F957B3-23EA-4CFF-B14D-BB71CA512CDE}.Debug|Win32.ActiveCfg = Debug|Win32 - {F1F957B3-23EA-4CFF-B14D-BB71CA512CDE}.Debug|Win32.Build.0 = Debug|Win32 - {F1F957B3-23EA-4CFF-B14D-BB71CA512CDE}.Release|Win32.ActiveCfg = Release|Win32 - {F1F957B3-23EA-4CFF-B14D-BB71CA512CDE}.Release|Win32.Build.0 = Release|Win32 - {E47CE500-1C2D-498D-97D1-2E4774D1E76E}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {E47CE500-1C2D-498D-97D1-2E4774D1E76E}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {E47CE500-1C2D-498D-97D1-2E4774D1E76E}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {E47CE500-1C2D-498D-97D1-2E4774D1E76E}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {E47CE500-1C2D-498D-97D1-2E4774D1E76E}.Debug|Win32.ActiveCfg = Debug|Win32 - {E47CE500-1C2D-498D-97D1-2E4774D1E76E}.Debug|Win32.Build.0 = Debug|Win32 - {E47CE500-1C2D-498D-97D1-2E4774D1E76E}.Release|Win32.ActiveCfg = Release|Win32 - {E47CE500-1C2D-498D-97D1-2E4774D1E76E}.Release|Win32.Build.0 = Release|Win32 - {8C1E298A-20A8-4FA4-8984-F210F5F8F8BC}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {8C1E298A-20A8-4FA4-8984-F210F5F8F8BC}.AlphaDbg|Win32.Build.0 = Release|Win32 - {8C1E298A-20A8-4FA4-8984-F210F5F8F8BC}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {8C1E298A-20A8-4FA4-8984-F210F5F8F8BC}.AlphaRel|Win32.Build.0 = Release|Win32 - {8C1E298A-20A8-4FA4-8984-F210F5F8F8BC}.Debug|Win32.ActiveCfg = Debug|Win32 - {8C1E298A-20A8-4FA4-8984-F210F5F8F8BC}.Debug|Win32.Build.0 = Debug|Win32 - {8C1E298A-20A8-4FA4-8984-F210F5F8F8BC}.Release|Win32.ActiveCfg = Release|Win32 - {8C1E298A-20A8-4FA4-8984-F210F5F8F8BC}.Release|Win32.Build.0 = Release|Win32 - {84AC443A-1A8D-410B-99EE-FBAB0023CD52}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {84AC443A-1A8D-410B-99EE-FBAB0023CD52}.AlphaDbg|Win32.Build.0 = Release|Win32 - {84AC443A-1A8D-410B-99EE-FBAB0023CD52}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {84AC443A-1A8D-410B-99EE-FBAB0023CD52}.AlphaRel|Win32.Build.0 = Release|Win32 - {84AC443A-1A8D-410B-99EE-FBAB0023CD52}.Debug|Win32.ActiveCfg = Debug|Win32 - {84AC443A-1A8D-410B-99EE-FBAB0023CD52}.Debug|Win32.Build.0 = Debug|Win32 - {84AC443A-1A8D-410B-99EE-FBAB0023CD52}.Release|Win32.ActiveCfg = Release|Win32 - {84AC443A-1A8D-410B-99EE-FBAB0023CD52}.Release|Win32.Build.0 = Release|Win32 - {88240079-1D11-40FD-9D09-F22D09B2AC49}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {88240079-1D11-40FD-9D09-F22D09B2AC49}.AlphaDbg|Win32.Build.0 = Release|Win32 - {88240079-1D11-40FD-9D09-F22D09B2AC49}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {88240079-1D11-40FD-9D09-F22D09B2AC49}.AlphaRel|Win32.Build.0 = Release|Win32 - {88240079-1D11-40FD-9D09-F22D09B2AC49}.Debug|Win32.ActiveCfg = Debug|Win32 - {88240079-1D11-40FD-9D09-F22D09B2AC49}.Debug|Win32.Build.0 = Debug|Win32 - {88240079-1D11-40FD-9D09-F22D09B2AC49}.Release|Win32.ActiveCfg = Release|Win32 - {88240079-1D11-40FD-9D09-F22D09B2AC49}.Release|Win32.Build.0 = Release|Win32 - {290298A2-95C4-4157-921B-95D2171E72D9}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {290298A2-95C4-4157-921B-95D2171E72D9}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {290298A2-95C4-4157-921B-95D2171E72D9}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {290298A2-95C4-4157-921B-95D2171E72D9}.AlphaRel|Win32.Build.0 = Debug|Win32 - {290298A2-95C4-4157-921B-95D2171E72D9}.Debug|Win32.ActiveCfg = Debug|Win32 - {290298A2-95C4-4157-921B-95D2171E72D9}.Debug|Win32.Build.0 = Debug|Win32 - {290298A2-95C4-4157-921B-95D2171E72D9}.Release|Win32.ActiveCfg = Release|Win32 - {290298A2-95C4-4157-921B-95D2171E72D9}.Release|Win32.Build.0 = Release|Win32 - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4}.Debug|Win32.ActiveCfg = Debug|Win32 - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4}.Debug|Win32.Build.0 = Debug|Win32 - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4}.Release|Win32.ActiveCfg = Release|Win32 - {F6B2ADEB-B13E-4AA2-93A6-BCC53238A1A4}.Release|Win32.Build.0 = Release|Win32 - {7ED6DA03-44B3-4520-BE03-5D0B9A3C2FEE}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {7ED6DA03-44B3-4520-BE03-5D0B9A3C2FEE}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {7ED6DA03-44B3-4520-BE03-5D0B9A3C2FEE}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {7ED6DA03-44B3-4520-BE03-5D0B9A3C2FEE}.AlphaRel|Win32.Build.0 = Debug|Win32 - {7ED6DA03-44B3-4520-BE03-5D0B9A3C2FEE}.Debug|Win32.ActiveCfg = Debug|Win32 - {7ED6DA03-44B3-4520-BE03-5D0B9A3C2FEE}.Debug|Win32.Build.0 = Debug|Win32 - {7ED6DA03-44B3-4520-BE03-5D0B9A3C2FEE}.Release|Win32.ActiveCfg = Release|Win32 - {7ED6DA03-44B3-4520-BE03-5D0B9A3C2FEE}.Release|Win32.Build.0 = Release|Win32 - {9716E5BD-2FE0-426B-892E-22593CDB109E}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {9716E5BD-2FE0-426B-892E-22593CDB109E}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {9716E5BD-2FE0-426B-892E-22593CDB109E}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {9716E5BD-2FE0-426B-892E-22593CDB109E}.AlphaRel|Win32.Build.0 = Debug|Win32 - {9716E5BD-2FE0-426B-892E-22593CDB109E}.Debug|Win32.ActiveCfg = Debug|Win32 - {9716E5BD-2FE0-426B-892E-22593CDB109E}.Debug|Win32.Build.0 = Debug|Win32 - {9716E5BD-2FE0-426B-892E-22593CDB109E}.Release|Win32.ActiveCfg = Release|Win32 - {9716E5BD-2FE0-426B-892E-22593CDB109E}.Release|Win32.Build.0 = Release|Win32 - {64578D20-1F63-462F-9537-F83BFC202F72}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {64578D20-1F63-462F-9537-F83BFC202F72}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {64578D20-1F63-462F-9537-F83BFC202F72}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {64578D20-1F63-462F-9537-F83BFC202F72}.AlphaRel|Win32.Build.0 = Debug|Win32 - {64578D20-1F63-462F-9537-F83BFC202F72}.Debug|Win32.ActiveCfg = Debug|Win32 - {64578D20-1F63-462F-9537-F83BFC202F72}.Debug|Win32.Build.0 = Debug|Win32 - {64578D20-1F63-462F-9537-F83BFC202F72}.Release|Win32.ActiveCfg = Release|Win32 - {64578D20-1F63-462F-9537-F83BFC202F72}.Release|Win32.Build.0 = Release|Win32 - {32A95E2D-8A03-4A4A-BB6E-2E9F09B17FE6}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {32A95E2D-8A03-4A4A-BB6E-2E9F09B17FE6}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {32A95E2D-8A03-4A4A-BB6E-2E9F09B17FE6}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {32A95E2D-8A03-4A4A-BB6E-2E9F09B17FE6}.AlphaRel|Win32.Build.0 = Debug|Win32 - {32A95E2D-8A03-4A4A-BB6E-2E9F09B17FE6}.Debug|Win32.ActiveCfg = Debug|Win32 - {32A95E2D-8A03-4A4A-BB6E-2E9F09B17FE6}.Debug|Win32.Build.0 = Debug|Win32 - {32A95E2D-8A03-4A4A-BB6E-2E9F09B17FE6}.Release|Win32.ActiveCfg = Release|Win32 - {32A95E2D-8A03-4A4A-BB6E-2E9F09B17FE6}.Release|Win32.Build.0 = Release|Win32 - {7EA4F4CA-5A48-40A2-B411-6BC4B246F14A}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {7EA4F4CA-5A48-40A2-B411-6BC4B246F14A}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {7EA4F4CA-5A48-40A2-B411-6BC4B246F14A}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {7EA4F4CA-5A48-40A2-B411-6BC4B246F14A}.AlphaRel|Win32.Build.0 = Debug|Win32 - {7EA4F4CA-5A48-40A2-B411-6BC4B246F14A}.Debug|Win32.ActiveCfg = Debug|Win32 - {7EA4F4CA-5A48-40A2-B411-6BC4B246F14A}.Debug|Win32.Build.0 = Debug|Win32 - {7EA4F4CA-5A48-40A2-B411-6BC4B246F14A}.Release|Win32.ActiveCfg = Release|Win32 - {7EA4F4CA-5A48-40A2-B411-6BC4B246F14A}.Release|Win32.Build.0 = Release|Win32 - {5F760E63-D9B3-412F-8FDA-520111C2BC2F}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {5F760E63-D9B3-412F-8FDA-520111C2BC2F}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {5F760E63-D9B3-412F-8FDA-520111C2BC2F}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {5F760E63-D9B3-412F-8FDA-520111C2BC2F}.AlphaRel|Win32.Build.0 = Debug|Win32 - {5F760E63-D9B3-412F-8FDA-520111C2BC2F}.Debug|Win32.ActiveCfg = Debug|Win32 - {5F760E63-D9B3-412F-8FDA-520111C2BC2F}.Debug|Win32.Build.0 = Debug|Win32 - {5F760E63-D9B3-412F-8FDA-520111C2BC2F}.Release|Win32.ActiveCfg = Release|Win32 - {5F760E63-D9B3-412F-8FDA-520111C2BC2F}.Release|Win32.Build.0 = Release|Win32 - {016D4D34-D5A9-49F1-8FB5-3FD668ADF678}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {016D4D34-D5A9-49F1-8FB5-3FD668ADF678}.AlphaDbg|Win32.Build.0 = Release|Win32 - {016D4D34-D5A9-49F1-8FB5-3FD668ADF678}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {016D4D34-D5A9-49F1-8FB5-3FD668ADF678}.AlphaRel|Win32.Build.0 = Release|Win32 - {016D4D34-D5A9-49F1-8FB5-3FD668ADF678}.Debug|Win32.ActiveCfg = Debug|Win32 - {016D4D34-D5A9-49F1-8FB5-3FD668ADF678}.Debug|Win32.Build.0 = Debug|Win32 - {016D4D34-D5A9-49F1-8FB5-3FD668ADF678}.Release|Win32.ActiveCfg = Release|Win32 - {016D4D34-D5A9-49F1-8FB5-3FD668ADF678}.Release|Win32.Build.0 = Release|Win32 - {FDEE2038-845F-481F-BFEF-41D956F51FEA}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {FDEE2038-845F-481F-BFEF-41D956F51FEA}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {FDEE2038-845F-481F-BFEF-41D956F51FEA}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {FDEE2038-845F-481F-BFEF-41D956F51FEA}.AlphaRel|Win32.Build.0 = Debug|Win32 - {FDEE2038-845F-481F-BFEF-41D956F51FEA}.Debug|Win32.ActiveCfg = Debug|Win32 - {FDEE2038-845F-481F-BFEF-41D956F51FEA}.Debug|Win32.Build.0 = Debug|Win32 - {FDEE2038-845F-481F-BFEF-41D956F51FEA}.Release|Win32.ActiveCfg = Release|Win32 - {FDEE2038-845F-481F-BFEF-41D956F51FEA}.Release|Win32.Build.0 = Release|Win32 - {1BDC2EF0-0993-4CDD-9876-8F29D4907892}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {1BDC2EF0-0993-4CDD-9876-8F29D4907892}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {1BDC2EF0-0993-4CDD-9876-8F29D4907892}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {1BDC2EF0-0993-4CDD-9876-8F29D4907892}.AlphaRel|Win32.Build.0 = Debug|Win32 - {1BDC2EF0-0993-4CDD-9876-8F29D4907892}.Debug|Win32.ActiveCfg = Debug|Win32 - {1BDC2EF0-0993-4CDD-9876-8F29D4907892}.Debug|Win32.Build.0 = Debug|Win32 - {1BDC2EF0-0993-4CDD-9876-8F29D4907892}.Release|Win32.ActiveCfg = Release|Win32 - {1BDC2EF0-0993-4CDD-9876-8F29D4907892}.Release|Win32.Build.0 = Release|Win32 - {8C93BB80-45E6-4F6E-BAD3-DA3E994DC863}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {8C93BB80-45E6-4F6E-BAD3-DA3E994DC863}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {8C93BB80-45E6-4F6E-BAD3-DA3E994DC863}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {8C93BB80-45E6-4F6E-BAD3-DA3E994DC863}.AlphaRel|Win32.Build.0 = Debug|Win32 - {8C93BB80-45E6-4F6E-BAD3-DA3E994DC863}.Debug|Win32.ActiveCfg = Debug|Win32 - {8C93BB80-45E6-4F6E-BAD3-DA3E994DC863}.Debug|Win32.Build.0 = Debug|Win32 - {8C93BB80-45E6-4F6E-BAD3-DA3E994DC863}.Release|Win32.ActiveCfg = Release|Win32 - {8C93BB80-45E6-4F6E-BAD3-DA3E994DC863}.Release|Win32.Build.0 = Release|Win32 - {44061414-7A77-4151-BEC8-FD8BE8CF71C8}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {44061414-7A77-4151-BEC8-FD8BE8CF71C8}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {44061414-7A77-4151-BEC8-FD8BE8CF71C8}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {44061414-7A77-4151-BEC8-FD8BE8CF71C8}.AlphaRel|Win32.Build.0 = Debug|Win32 - {44061414-7A77-4151-BEC8-FD8BE8CF71C8}.Debug|Win32.ActiveCfg = Debug|Win32 - {44061414-7A77-4151-BEC8-FD8BE8CF71C8}.Debug|Win32.Build.0 = Debug|Win32 - {44061414-7A77-4151-BEC8-FD8BE8CF71C8}.Release|Win32.ActiveCfg = Release|Win32 - {44061414-7A77-4151-BEC8-FD8BE8CF71C8}.Release|Win32.Build.0 = Release|Win32 - {9953700E-6A35-432E-8BD6-4E946FFF6119}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {9953700E-6A35-432E-8BD6-4E946FFF6119}.AlphaDbg|Win32.Build.0 = Release|Win32 - {9953700E-6A35-432E-8BD6-4E946FFF6119}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {9953700E-6A35-432E-8BD6-4E946FFF6119}.AlphaRel|Win32.Build.0 = Release|Win32 - {9953700E-6A35-432E-8BD6-4E946FFF6119}.Debug|Win32.ActiveCfg = Debug|Win32 - {9953700E-6A35-432E-8BD6-4E946FFF6119}.Debug|Win32.Build.0 = Debug|Win32 - {9953700E-6A35-432E-8BD6-4E946FFF6119}.Release|Win32.ActiveCfg = Release|Win32 - {9953700E-6A35-432E-8BD6-4E946FFF6119}.Release|Win32.Build.0 = Release|Win32 - {40D6C48B-47C0-4638-B9ED-344DF2CD8ACC}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {40D6C48B-47C0-4638-B9ED-344DF2CD8ACC}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {40D6C48B-47C0-4638-B9ED-344DF2CD8ACC}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {40D6C48B-47C0-4638-B9ED-344DF2CD8ACC}.AlphaRel|Win32.Build.0 = Debug|Win32 - {40D6C48B-47C0-4638-B9ED-344DF2CD8ACC}.Debug|Win32.ActiveCfg = Debug|Win32 - {40D6C48B-47C0-4638-B9ED-344DF2CD8ACC}.Debug|Win32.Build.0 = Debug|Win32 - {40D6C48B-47C0-4638-B9ED-344DF2CD8ACC}.Release|Win32.ActiveCfg = Release|Win32 - {40D6C48B-47C0-4638-B9ED-344DF2CD8ACC}.Release|Win32.Build.0 = Release|Win32 - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C}.Debug|Win32.ActiveCfg = Debug|Win32 - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C}.Debug|Win32.Build.0 = Debug|Win32 - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C}.Release|Win32.ActiveCfg = Release|Win32 - {33FEDA36-3ECB-42FC-BFBF-7BA8E0083E3C}.Release|Win32.Build.0 = Release|Win32 - {39A463C7-973B-46EB-A254-5070E1418520}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {39A463C7-973B-46EB-A254-5070E1418520}.AlphaDbg|Win32.Build.0 = Release|Win32 - {39A463C7-973B-46EB-A254-5070E1418520}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {39A463C7-973B-46EB-A254-5070E1418520}.AlphaRel|Win32.Build.0 = Release|Win32 - {39A463C7-973B-46EB-A254-5070E1418520}.Debug|Win32.ActiveCfg = Debug|Win32 - {39A463C7-973B-46EB-A254-5070E1418520}.Debug|Win32.Build.0 = Debug|Win32 - {39A463C7-973B-46EB-A254-5070E1418520}.Release|Win32.ActiveCfg = Release|Win32 - {39A463C7-973B-46EB-A254-5070E1418520}.Release|Win32.Build.0 = Release|Win32 - {F54EA1DE-4B88-43B7-A659-88CCBEBC2371}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {F54EA1DE-4B88-43B7-A659-88CCBEBC2371}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {F54EA1DE-4B88-43B7-A659-88CCBEBC2371}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {F54EA1DE-4B88-43B7-A659-88CCBEBC2371}.AlphaRel|Win32.Build.0 = Debug|Win32 - {F54EA1DE-4B88-43B7-A659-88CCBEBC2371}.Debug|Win32.ActiveCfg = Debug|Win32 - {F54EA1DE-4B88-43B7-A659-88CCBEBC2371}.Debug|Win32.Build.0 = Debug|Win32 - {F54EA1DE-4B88-43B7-A659-88CCBEBC2371}.Release|Win32.ActiveCfg = Release|Win32 - {F54EA1DE-4B88-43B7-A659-88CCBEBC2371}.Release|Win32.Build.0 = Release|Win32 - {283C8FA7-D9BB-4710-8611-FFED18A65E54}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {283C8FA7-D9BB-4710-8611-FFED18A65E54}.AlphaDbg|Win32.Build.0 = Release|Win32 - {283C8FA7-D9BB-4710-8611-FFED18A65E54}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {283C8FA7-D9BB-4710-8611-FFED18A65E54}.AlphaRel|Win32.Build.0 = Release|Win32 - {283C8FA7-D9BB-4710-8611-FFED18A65E54}.Debug|Win32.ActiveCfg = Debug|Win32 - {283C8FA7-D9BB-4710-8611-FFED18A65E54}.Debug|Win32.Build.0 = Debug|Win32 - {283C8FA7-D9BB-4710-8611-FFED18A65E54}.Release|Win32.ActiveCfg = Release|Win32 - {283C8FA7-D9BB-4710-8611-FFED18A65E54}.Release|Win32.Build.0 = Release|Win32 - {28A88453-074D-4A0F-A58F-D4C6340D4B47}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {28A88453-074D-4A0F-A58F-D4C6340D4B47}.AlphaDbg|Win32.Build.0 = Release|Win32 - {28A88453-074D-4A0F-A58F-D4C6340D4B47}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {28A88453-074D-4A0F-A58F-D4C6340D4B47}.AlphaRel|Win32.Build.0 = Release|Win32 - {28A88453-074D-4A0F-A58F-D4C6340D4B47}.Debug|Win32.ActiveCfg = Debug|Win32 - {28A88453-074D-4A0F-A58F-D4C6340D4B47}.Debug|Win32.Build.0 = Debug|Win32 - {28A88453-074D-4A0F-A58F-D4C6340D4B47}.Release|Win32.ActiveCfg = Release|Win32 - {28A88453-074D-4A0F-A58F-D4C6340D4B47}.Release|Win32.Build.0 = Release|Win32 - {8D4E093A-B903-4785-AE07-912C32F0C41F}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {8D4E093A-B903-4785-AE07-912C32F0C41F}.AlphaDbg|Win32.Build.0 = Release|Win32 - {8D4E093A-B903-4785-AE07-912C32F0C41F}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {8D4E093A-B903-4785-AE07-912C32F0C41F}.AlphaRel|Win32.Build.0 = Release|Win32 - {8D4E093A-B903-4785-AE07-912C32F0C41F}.Debug|Win32.ActiveCfg = Debug|Win32 - {8D4E093A-B903-4785-AE07-912C32F0C41F}.Debug|Win32.Build.0 = Debug|Win32 - {8D4E093A-B903-4785-AE07-912C32F0C41F}.Release|Win32.ActiveCfg = Release|Win32 - {8D4E093A-B903-4785-AE07-912C32F0C41F}.Release|Win32.Build.0 = Release|Win32 - {7BFE6C0D-1E1D-4206-8C41-4D002B393FB0}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {7BFE6C0D-1E1D-4206-8C41-4D002B393FB0}.AlphaDbg|Win32.Build.0 = Release|Win32 - {7BFE6C0D-1E1D-4206-8C41-4D002B393FB0}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {7BFE6C0D-1E1D-4206-8C41-4D002B393FB0}.AlphaRel|Win32.Build.0 = Release|Win32 - {7BFE6C0D-1E1D-4206-8C41-4D002B393FB0}.Debug|Win32.ActiveCfg = Debug|Win32 - {7BFE6C0D-1E1D-4206-8C41-4D002B393FB0}.Debug|Win32.Build.0 = Debug|Win32 - {7BFE6C0D-1E1D-4206-8C41-4D002B393FB0}.Release|Win32.ActiveCfg = Release|Win32 - {7BFE6C0D-1E1D-4206-8C41-4D002B393FB0}.Release|Win32.Build.0 = Release|Win32 - {BCAFEF97-A2BD-4F1E-94BF-C6D8AE1BFC75}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {BCAFEF97-A2BD-4F1E-94BF-C6D8AE1BFC75}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {BCAFEF97-A2BD-4F1E-94BF-C6D8AE1BFC75}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {BCAFEF97-A2BD-4F1E-94BF-C6D8AE1BFC75}.AlphaRel|Win32.Build.0 = Debug|Win32 - {BCAFEF97-A2BD-4F1E-94BF-C6D8AE1BFC75}.Debug|Win32.ActiveCfg = Debug|Win32 - {BCAFEF97-A2BD-4F1E-94BF-C6D8AE1BFC75}.Debug|Win32.Build.0 = Debug|Win32 - {BCAFEF97-A2BD-4F1E-94BF-C6D8AE1BFC75}.Release|Win32.ActiveCfg = Release|Win32 - {BCAFEF97-A2BD-4F1E-94BF-C6D8AE1BFC75}.Release|Win32.Build.0 = Release|Win32 - {63258ABF-A1BF-414B-BB1B-C283072F9AB8}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {63258ABF-A1BF-414B-BB1B-C283072F9AB8}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {63258ABF-A1BF-414B-BB1B-C283072F9AB8}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {63258ABF-A1BF-414B-BB1B-C283072F9AB8}.AlphaRel|Win32.Build.0 = Debug|Win32 - {63258ABF-A1BF-414B-BB1B-C283072F9AB8}.Debug|Win32.ActiveCfg = Debug|Win32 - {63258ABF-A1BF-414B-BB1B-C283072F9AB8}.Debug|Win32.Build.0 = Debug|Win32 - {63258ABF-A1BF-414B-BB1B-C283072F9AB8}.Release|Win32.ActiveCfg = Release|Win32 - {63258ABF-A1BF-414B-BB1B-C283072F9AB8}.Release|Win32.Build.0 = Release|Win32 - {ECAEB82F-AD5C-4543-95DD-32DDA036D69E}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {ECAEB82F-AD5C-4543-95DD-32DDA036D69E}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {ECAEB82F-AD5C-4543-95DD-32DDA036D69E}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {ECAEB82F-AD5C-4543-95DD-32DDA036D69E}.AlphaRel|Win32.Build.0 = Debug|Win32 - {ECAEB82F-AD5C-4543-95DD-32DDA036D69E}.Debug|Win32.ActiveCfg = Debug|Win32 - {ECAEB82F-AD5C-4543-95DD-32DDA036D69E}.Debug|Win32.Build.0 = Debug|Win32 - {ECAEB82F-AD5C-4543-95DD-32DDA036D69E}.Release|Win32.ActiveCfg = Release|Win32 - {ECAEB82F-AD5C-4543-95DD-32DDA036D69E}.Release|Win32.Build.0 = Release|Win32 - {BCA52642-5955-48F9-976C-ADDE53021BEF}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {BCA52642-5955-48F9-976C-ADDE53021BEF}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {BCA52642-5955-48F9-976C-ADDE53021BEF}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {BCA52642-5955-48F9-976C-ADDE53021BEF}.AlphaRel|Win32.Build.0 = Debug|Win32 - {BCA52642-5955-48F9-976C-ADDE53021BEF}.Debug|Win32.ActiveCfg = Debug|Win32 - {BCA52642-5955-48F9-976C-ADDE53021BEF}.Debug|Win32.Build.0 = Debug|Win32 - {BCA52642-5955-48F9-976C-ADDE53021BEF}.Release|Win32.ActiveCfg = Release|Win32 - {BCA52642-5955-48F9-976C-ADDE53021BEF}.Release|Win32.Build.0 = Release|Win32 - {0176A72D-B70E-48CA-B605-F1BAA90724ED}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {0176A72D-B70E-48CA-B605-F1BAA90724ED}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {0176A72D-B70E-48CA-B605-F1BAA90724ED}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {0176A72D-B70E-48CA-B605-F1BAA90724ED}.AlphaRel|Win32.Build.0 = Debug|Win32 - {0176A72D-B70E-48CA-B605-F1BAA90724ED}.Debug|Win32.ActiveCfg = Debug|Win32 - {0176A72D-B70E-48CA-B605-F1BAA90724ED}.Debug|Win32.Build.0 = Debug|Win32 - {0176A72D-B70E-48CA-B605-F1BAA90724ED}.Release|Win32.ActiveCfg = Release|Win32 - {0176A72D-B70E-48CA-B605-F1BAA90724ED}.Release|Win32.Build.0 = Release|Win32 - {AC113466-A287-460B-900C-06E7D5ADD897}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {AC113466-A287-460B-900C-06E7D5ADD897}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {AC113466-A287-460B-900C-06E7D5ADD897}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {AC113466-A287-460B-900C-06E7D5ADD897}.AlphaRel|Win32.Build.0 = Debug|Win32 - {AC113466-A287-460B-900C-06E7D5ADD897}.Debug|Win32.ActiveCfg = Debug|Win32 - {AC113466-A287-460B-900C-06E7D5ADD897}.Debug|Win32.Build.0 = Debug|Win32 - {AC113466-A287-460B-900C-06E7D5ADD897}.Release|Win32.ActiveCfg = Release|Win32 - {AC113466-A287-460B-900C-06E7D5ADD897}.Release|Win32.Build.0 = Release|Win32 - {2EB00109-0CE8-433E-A637-2FB80CDE66AC}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {2EB00109-0CE8-433E-A637-2FB80CDE66AC}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {2EB00109-0CE8-433E-A637-2FB80CDE66AC}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {2EB00109-0CE8-433E-A637-2FB80CDE66AC}.AlphaRel|Win32.Build.0 = Debug|Win32 - {2EB00109-0CE8-433E-A637-2FB80CDE66AC}.Debug|Win32.ActiveCfg = Debug|Win32 - {2EB00109-0CE8-433E-A637-2FB80CDE66AC}.Debug|Win32.Build.0 = Debug|Win32 - {2EB00109-0CE8-433E-A637-2FB80CDE66AC}.Release|Win32.ActiveCfg = Release|Win32 - {2EB00109-0CE8-433E-A637-2FB80CDE66AC}.Release|Win32.Build.0 = Release|Win32 - {9084651D-5FD4-4EF6-B618-293AA6314D84}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {9084651D-5FD4-4EF6-B618-293AA6314D84}.AlphaDbg|Win32.Build.0 = Release|Win32 - {9084651D-5FD4-4EF6-B618-293AA6314D84}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {9084651D-5FD4-4EF6-B618-293AA6314D84}.AlphaRel|Win32.Build.0 = Release|Win32 - {9084651D-5FD4-4EF6-B618-293AA6314D84}.Debug|Win32.ActiveCfg = Debug|Win32 - {9084651D-5FD4-4EF6-B618-293AA6314D84}.Debug|Win32.Build.0 = Debug|Win32 - {9084651D-5FD4-4EF6-B618-293AA6314D84}.Release|Win32.ActiveCfg = Release|Win32 - {9084651D-5FD4-4EF6-B618-293AA6314D84}.Release|Win32.Build.0 = Release|Win32 - {0C2D7354-9978-457C-8A78-40279F7325F0}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {0C2D7354-9978-457C-8A78-40279F7325F0}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {0C2D7354-9978-457C-8A78-40279F7325F0}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {0C2D7354-9978-457C-8A78-40279F7325F0}.AlphaRel|Win32.Build.0 = Debug|Win32 - {0C2D7354-9978-457C-8A78-40279F7325F0}.Debug|Win32.ActiveCfg = Debug|Win32 - {0C2D7354-9978-457C-8A78-40279F7325F0}.Debug|Win32.Build.0 = Debug|Win32 - {0C2D7354-9978-457C-8A78-40279F7325F0}.Release|Win32.ActiveCfg = Release|Win32 - {0C2D7354-9978-457C-8A78-40279F7325F0}.Release|Win32.Build.0 = Release|Win32 - {B6C45F39-F658-45D7-8C89-22302A70E575}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {B6C45F39-F658-45D7-8C89-22302A70E575}.AlphaDbg|Win32.Build.0 = Release|Win32 - {B6C45F39-F658-45D7-8C89-22302A70E575}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {B6C45F39-F658-45D7-8C89-22302A70E575}.AlphaRel|Win32.Build.0 = Release|Win32 - {B6C45F39-F658-45D7-8C89-22302A70E575}.Debug|Win32.ActiveCfg = Debug|Win32 - {B6C45F39-F658-45D7-8C89-22302A70E575}.Debug|Win32.Build.0 = Debug|Win32 - {B6C45F39-F658-45D7-8C89-22302A70E575}.Release|Win32.ActiveCfg = Release|Win32 - {B6C45F39-F658-45D7-8C89-22302A70E575}.Release|Win32.Build.0 = Release|Win32 - {5CABCC28-D86C-4DE5-A603-B51018E89064}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {5CABCC28-D86C-4DE5-A603-B51018E89064}.AlphaDbg|Win32.Build.0 = Release|Win32 - {5CABCC28-D86C-4DE5-A603-B51018E89064}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {5CABCC28-D86C-4DE5-A603-B51018E89064}.AlphaRel|Win32.Build.0 = Release|Win32 - {5CABCC28-D86C-4DE5-A603-B51018E89064}.Debug|Win32.ActiveCfg = Debug|Win32 - {5CABCC28-D86C-4DE5-A603-B51018E89064}.Debug|Win32.Build.0 = Debug|Win32 - {5CABCC28-D86C-4DE5-A603-B51018E89064}.Release|Win32.ActiveCfg = Release|Win32 - {5CABCC28-D86C-4DE5-A603-B51018E89064}.Release|Win32.Build.0 = Release|Win32 - {FEE83DDE-4154-4A98-AB4E-F5AC9D820BF0}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {FEE83DDE-4154-4A98-AB4E-F5AC9D820BF0}.AlphaDbg|Win32.Build.0 = Release|Win32 - {FEE83DDE-4154-4A98-AB4E-F5AC9D820BF0}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {FEE83DDE-4154-4A98-AB4E-F5AC9D820BF0}.AlphaRel|Win32.Build.0 = Release|Win32 - {FEE83DDE-4154-4A98-AB4E-F5AC9D820BF0}.Debug|Win32.ActiveCfg = Debug|Win32 - {FEE83DDE-4154-4A98-AB4E-F5AC9D820BF0}.Debug|Win32.Build.0 = Debug|Win32 - {FEE83DDE-4154-4A98-AB4E-F5AC9D820BF0}.Release|Win32.ActiveCfg = Release|Win32 - {FEE83DDE-4154-4A98-AB4E-F5AC9D820BF0}.Release|Win32.Build.0 = Release|Win32 - {AEE6D1AC-172E-4FB1-9118-CA56AAB62A46}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {AEE6D1AC-172E-4FB1-9118-CA56AAB62A46}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {AEE6D1AC-172E-4FB1-9118-CA56AAB62A46}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {AEE6D1AC-172E-4FB1-9118-CA56AAB62A46}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {AEE6D1AC-172E-4FB1-9118-CA56AAB62A46}.Debug|Win32.ActiveCfg = Debug|Win32 - {AEE6D1AC-172E-4FB1-9118-CA56AAB62A46}.Debug|Win32.Build.0 = Debug|Win32 - {AEE6D1AC-172E-4FB1-9118-CA56AAB62A46}.Release|Win32.ActiveCfg = Release|Win32 - {AEE6D1AC-172E-4FB1-9118-CA56AAB62A46}.Release|Win32.Build.0 = Release|Win32 - {759E454A-9371-48FC-BB72-D427D2F9B206}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {759E454A-9371-48FC-BB72-D427D2F9B206}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {759E454A-9371-48FC-BB72-D427D2F9B206}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {759E454A-9371-48FC-BB72-D427D2F9B206}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {759E454A-9371-48FC-BB72-D427D2F9B206}.Debug|Win32.ActiveCfg = Debug|Win32 - {759E454A-9371-48FC-BB72-D427D2F9B206}.Debug|Win32.Build.0 = Debug|Win32 - {759E454A-9371-48FC-BB72-D427D2F9B206}.Release|Win32.ActiveCfg = Release|Win32 - {759E454A-9371-48FC-BB72-D427D2F9B206}.Release|Win32.Build.0 = Release|Win32 - {3291DF7F-FAEF-4B43-B3E9-A4939E370D01}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {3291DF7F-FAEF-4B43-B3E9-A4939E370D01}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {3291DF7F-FAEF-4B43-B3E9-A4939E370D01}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {3291DF7F-FAEF-4B43-B3E9-A4939E370D01}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {3291DF7F-FAEF-4B43-B3E9-A4939E370D01}.Debug|Win32.ActiveCfg = Debug|Win32 - {3291DF7F-FAEF-4B43-B3E9-A4939E370D01}.Debug|Win32.Build.0 = Debug|Win32 - {3291DF7F-FAEF-4B43-B3E9-A4939E370D01}.Release|Win32.ActiveCfg = Release|Win32 - {3291DF7F-FAEF-4B43-B3E9-A4939E370D01}.Release|Win32.Build.0 = Release|Win32 - {D7A6EC29-0A7C-47A6-B03C-71DB25EBC129}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {D7A6EC29-0A7C-47A6-B03C-71DB25EBC129}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {D7A6EC29-0A7C-47A6-B03C-71DB25EBC129}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {D7A6EC29-0A7C-47A6-B03C-71DB25EBC129}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {D7A6EC29-0A7C-47A6-B03C-71DB25EBC129}.Debug|Win32.ActiveCfg = Debug|Win32 - {D7A6EC29-0A7C-47A6-B03C-71DB25EBC129}.Debug|Win32.Build.0 = Debug|Win32 - {D7A6EC29-0A7C-47A6-B03C-71DB25EBC129}.Release|Win32.ActiveCfg = Release|Win32 - {D7A6EC29-0A7C-47A6-B03C-71DB25EBC129}.Release|Win32.Build.0 = Release|Win32 - {5496B791-CD5A-44CA-8657-34E149443203}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {5496B791-CD5A-44CA-8657-34E149443203}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {5496B791-CD5A-44CA-8657-34E149443203}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {5496B791-CD5A-44CA-8657-34E149443203}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {5496B791-CD5A-44CA-8657-34E149443203}.Debug|Win32.ActiveCfg = Debug|Win32 - {5496B791-CD5A-44CA-8657-34E149443203}.Debug|Win32.Build.0 = Debug|Win32 - {5496B791-CD5A-44CA-8657-34E149443203}.Release|Win32.ActiveCfg = Release|Win32 - {5496B791-CD5A-44CA-8657-34E149443203}.Release|Win32.Build.0 = Release|Win32 - {413A1296-505D-4DCB-B223-51736B879676}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {413A1296-505D-4DCB-B223-51736B879676}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {413A1296-505D-4DCB-B223-51736B879676}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {413A1296-505D-4DCB-B223-51736B879676}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {413A1296-505D-4DCB-B223-51736B879676}.Debug|Win32.ActiveCfg = Debug|Win32 - {413A1296-505D-4DCB-B223-51736B879676}.Debug|Win32.Build.0 = Debug|Win32 - {413A1296-505D-4DCB-B223-51736B879676}.Release|Win32.ActiveCfg = Release|Win32 - {413A1296-505D-4DCB-B223-51736B879676}.Release|Win32.Build.0 = Release|Win32 - {5172F8C5-0230-4E07-AB25-7FCA58510B7C}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {5172F8C5-0230-4E07-AB25-7FCA58510B7C}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {5172F8C5-0230-4E07-AB25-7FCA58510B7C}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {5172F8C5-0230-4E07-AB25-7FCA58510B7C}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {5172F8C5-0230-4E07-AB25-7FCA58510B7C}.Debug|Win32.ActiveCfg = Debug|Win32 - {5172F8C5-0230-4E07-AB25-7FCA58510B7C}.Debug|Win32.Build.0 = Debug|Win32 - {5172F8C5-0230-4E07-AB25-7FCA58510B7C}.Release|Win32.ActiveCfg = Release|Win32 - {5172F8C5-0230-4E07-AB25-7FCA58510B7C}.Release|Win32.Build.0 = Release|Win32 - {17142FD9-783B-4DDC-BC3C-E7008D6A0B5D}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {17142FD9-783B-4DDC-BC3C-E7008D6A0B5D}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {17142FD9-783B-4DDC-BC3C-E7008D6A0B5D}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {17142FD9-783B-4DDC-BC3C-E7008D6A0B5D}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {17142FD9-783B-4DDC-BC3C-E7008D6A0B5D}.Debug|Win32.ActiveCfg = Debug|Win32 - {17142FD9-783B-4DDC-BC3C-E7008D6A0B5D}.Debug|Win32.Build.0 = Debug|Win32 - {17142FD9-783B-4DDC-BC3C-E7008D6A0B5D}.Release|Win32.ActiveCfg = Release|Win32 - {17142FD9-783B-4DDC-BC3C-E7008D6A0B5D}.Release|Win32.Build.0 = Release|Win32 - {535FCE53-3E7B-40FC-A96D-14788BD61823}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {535FCE53-3E7B-40FC-A96D-14788BD61823}.AlphaDbg|Win32.Build.0 = Release|Win32 - {535FCE53-3E7B-40FC-A96D-14788BD61823}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {535FCE53-3E7B-40FC-A96D-14788BD61823}.AlphaRel|Win32.Build.0 = Release|Win32 - {535FCE53-3E7B-40FC-A96D-14788BD61823}.Debug|Win32.ActiveCfg = Debug|Win32 - {535FCE53-3E7B-40FC-A96D-14788BD61823}.Debug|Win32.Build.0 = Debug|Win32 - {535FCE53-3E7B-40FC-A96D-14788BD61823}.Release|Win32.ActiveCfg = Release|Win32 - {535FCE53-3E7B-40FC-A96D-14788BD61823}.Release|Win32.Build.0 = Release|Win32 - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219}.AlphaRel|Win32.Build.0 = Debug|Win32 - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219}.Debug|Win32.ActiveCfg = Debug|Win32 - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219}.Debug|Win32.Build.0 = Debug|Win32 - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219}.Release|Win32.ActiveCfg = Release|Win32 - {EFFE3D24-E758-49A4-ACE9-FF20C03A5219}.Release|Win32.Build.0 = Release|Win32 - {508F072D-E27A-4AFD-B079-2452E5585C34}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {508F072D-E27A-4AFD-B079-2452E5585C34}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {508F072D-E27A-4AFD-B079-2452E5585C34}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {508F072D-E27A-4AFD-B079-2452E5585C34}.AlphaRel|Win32.Build.0 = Debug|Win32 - {508F072D-E27A-4AFD-B079-2452E5585C34}.Debug|Win32.ActiveCfg = Debug|Win32 - {508F072D-E27A-4AFD-B079-2452E5585C34}.Debug|Win32.Build.0 = Debug|Win32 - {508F072D-E27A-4AFD-B079-2452E5585C34}.Release|Win32.ActiveCfg = Release|Win32 - {508F072D-E27A-4AFD-B079-2452E5585C34}.Release|Win32.Build.0 = Release|Win32 - {91680B16-C247-4CF9-B129-1CB3C34FA1FA}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {91680B16-C247-4CF9-B129-1CB3C34FA1FA}.AlphaDbg|Win32.Build.0 = Release|Win32 - {91680B16-C247-4CF9-B129-1CB3C34FA1FA}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {91680B16-C247-4CF9-B129-1CB3C34FA1FA}.AlphaRel|Win32.Build.0 = Release|Win32 - {91680B16-C247-4CF9-B129-1CB3C34FA1FA}.Debug|Win32.ActiveCfg = Debug|Win32 - {91680B16-C247-4CF9-B129-1CB3C34FA1FA}.Debug|Win32.Build.0 = Debug|Win32 - {91680B16-C247-4CF9-B129-1CB3C34FA1FA}.Release|Win32.ActiveCfg = Release|Win32 - {91680B16-C247-4CF9-B129-1CB3C34FA1FA}.Release|Win32.Build.0 = Release|Win32 - {1E1A87EF-FDCF-43DC-BADA-2F35F74BA52A}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {1E1A87EF-FDCF-43DC-BADA-2F35F74BA52A}.AlphaDbg|Win32.Build.0 = Release|Win32 - {1E1A87EF-FDCF-43DC-BADA-2F35F74BA52A}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {1E1A87EF-FDCF-43DC-BADA-2F35F74BA52A}.AlphaRel|Win32.Build.0 = Release|Win32 - {1E1A87EF-FDCF-43DC-BADA-2F35F74BA52A}.Debug|Win32.ActiveCfg = Debug|Win32 - {1E1A87EF-FDCF-43DC-BADA-2F35F74BA52A}.Debug|Win32.Build.0 = Debug|Win32 - {1E1A87EF-FDCF-43DC-BADA-2F35F74BA52A}.Release|Win32.ActiveCfg = Release|Win32 - {1E1A87EF-FDCF-43DC-BADA-2F35F74BA52A}.Release|Win32.Build.0 = Release|Win32 - {2C9F0A83-953F-4ADC-B024-1D9BFC085EDA}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {2C9F0A83-953F-4ADC-B024-1D9BFC085EDA}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {2C9F0A83-953F-4ADC-B024-1D9BFC085EDA}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {2C9F0A83-953F-4ADC-B024-1D9BFC085EDA}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {2C9F0A83-953F-4ADC-B024-1D9BFC085EDA}.Debug|Win32.ActiveCfg = Debug|Win32 - {2C9F0A83-953F-4ADC-B024-1D9BFC085EDA}.Debug|Win32.Build.0 = Debug|Win32 - {2C9F0A83-953F-4ADC-B024-1D9BFC085EDA}.Release|Win32.ActiveCfg = Release|Win32 - {2C9F0A83-953F-4ADC-B024-1D9BFC085EDA}.Release|Win32.Build.0 = Release|Win32 - {226342FF-BCC1-4F6A-81D5-9BA777D86D78}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {226342FF-BCC1-4F6A-81D5-9BA777D86D78}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {226342FF-BCC1-4F6A-81D5-9BA777D86D78}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {226342FF-BCC1-4F6A-81D5-9BA777D86D78}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {226342FF-BCC1-4F6A-81D5-9BA777D86D78}.Debug|Win32.ActiveCfg = Debug|Win32 - {226342FF-BCC1-4F6A-81D5-9BA777D86D78}.Debug|Win32.Build.0 = Debug|Win32 - {226342FF-BCC1-4F6A-81D5-9BA777D86D78}.Release|Win32.ActiveCfg = Release|Win32 - {226342FF-BCC1-4F6A-81D5-9BA777D86D78}.Release|Win32.Build.0 = Release|Win32 - {B369361C-0C38-4689-BD5D-9296E948C5D6}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {B369361C-0C38-4689-BD5D-9296E948C5D6}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {B369361C-0C38-4689-BD5D-9296E948C5D6}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {B369361C-0C38-4689-BD5D-9296E948C5D6}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {B369361C-0C38-4689-BD5D-9296E948C5D6}.Debug|Win32.ActiveCfg = Debug|Win32 - {B369361C-0C38-4689-BD5D-9296E948C5D6}.Debug|Win32.Build.0 = Debug|Win32 - {B369361C-0C38-4689-BD5D-9296E948C5D6}.Release|Win32.ActiveCfg = Release|Win32 - {B369361C-0C38-4689-BD5D-9296E948C5D6}.Release|Win32.Build.0 = Release|Win32 - {0E3AFD54-FA8B-4FB2-8CF7-26200490B23F}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {0E3AFD54-FA8B-4FB2-8CF7-26200490B23F}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {0E3AFD54-FA8B-4FB2-8CF7-26200490B23F}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {0E3AFD54-FA8B-4FB2-8CF7-26200490B23F}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {0E3AFD54-FA8B-4FB2-8CF7-26200490B23F}.Debug|Win32.ActiveCfg = Debug|Win32 - {0E3AFD54-FA8B-4FB2-8CF7-26200490B23F}.Debug|Win32.Build.0 = Debug|Win32 - {0E3AFD54-FA8B-4FB2-8CF7-26200490B23F}.Release|Win32.ActiveCfg = Release|Win32 - {0E3AFD54-FA8B-4FB2-8CF7-26200490B23F}.Release|Win32.Build.0 = Release|Win32 - {373C8E72-DB5D-4989-AC1A-4CE16F12E849}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {373C8E72-DB5D-4989-AC1A-4CE16F12E849}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {373C8E72-DB5D-4989-AC1A-4CE16F12E849}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {373C8E72-DB5D-4989-AC1A-4CE16F12E849}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {373C8E72-DB5D-4989-AC1A-4CE16F12E849}.Debug|Win32.ActiveCfg = Debug|Win32 - {373C8E72-DB5D-4989-AC1A-4CE16F12E849}.Debug|Win32.Build.0 = Debug|Win32 - {373C8E72-DB5D-4989-AC1A-4CE16F12E849}.Release|Win32.ActiveCfg = Release|Win32 - {373C8E72-DB5D-4989-AC1A-4CE16F12E849}.Release|Win32.Build.0 = Release|Win32 - {7A25FF90-2F9C-4EB1-BF50-365C7B3B6855}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {7A25FF90-2F9C-4EB1-BF50-365C7B3B6855}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {7A25FF90-2F9C-4EB1-BF50-365C7B3B6855}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {7A25FF90-2F9C-4EB1-BF50-365C7B3B6855}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {7A25FF90-2F9C-4EB1-BF50-365C7B3B6855}.Debug|Win32.ActiveCfg = Debug|Win32 - {7A25FF90-2F9C-4EB1-BF50-365C7B3B6855}.Debug|Win32.Build.0 = Debug|Win32 - {7A25FF90-2F9C-4EB1-BF50-365C7B3B6855}.Release|Win32.ActiveCfg = Release|Win32 - {7A25FF90-2F9C-4EB1-BF50-365C7B3B6855}.Release|Win32.Build.0 = Release|Win32 - {25F08B1F-A6AE-4E47-8B0C-314DFD8C7E12}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {25F08B1F-A6AE-4E47-8B0C-314DFD8C7E12}.AlphaDbg|Win32.Build.0 = Release|Win32 - {25F08B1F-A6AE-4E47-8B0C-314DFD8C7E12}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {25F08B1F-A6AE-4E47-8B0C-314DFD8C7E12}.AlphaRel|Win32.Build.0 = Release|Win32 - {25F08B1F-A6AE-4E47-8B0C-314DFD8C7E12}.Debug|Win32.ActiveCfg = Debug|Win32 - {25F08B1F-A6AE-4E47-8B0C-314DFD8C7E12}.Debug|Win32.Build.0 = Debug|Win32 - {25F08B1F-A6AE-4E47-8B0C-314DFD8C7E12}.Release|Win32.ActiveCfg = Release|Win32 - {25F08B1F-A6AE-4E47-8B0C-314DFD8C7E12}.Release|Win32.Build.0 = Release|Win32 - {6EB7BB54-E02E-4B3C-97B7-158C0A5D382D}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {6EB7BB54-E02E-4B3C-97B7-158C0A5D382D}.AlphaDbg|Win32.Build.0 = Release|Win32 - {6EB7BB54-E02E-4B3C-97B7-158C0A5D382D}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {6EB7BB54-E02E-4B3C-97B7-158C0A5D382D}.AlphaRel|Win32.Build.0 = Release|Win32 - {6EB7BB54-E02E-4B3C-97B7-158C0A5D382D}.Debug|Win32.ActiveCfg = Debug|Win32 - {6EB7BB54-E02E-4B3C-97B7-158C0A5D382D}.Debug|Win32.Build.0 = Debug|Win32 - {6EB7BB54-E02E-4B3C-97B7-158C0A5D382D}.Release|Win32.ActiveCfg = Release|Win32 - {6EB7BB54-E02E-4B3C-97B7-158C0A5D382D}.Release|Win32.Build.0 = Release|Win32 - {5A3094D1-E8C1-4D63-B1FE-6835BCA7C679}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {5A3094D1-E8C1-4D63-B1FE-6835BCA7C679}.AlphaDbg|Win32.Build.0 = Release|Win32 - {5A3094D1-E8C1-4D63-B1FE-6835BCA7C679}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {5A3094D1-E8C1-4D63-B1FE-6835BCA7C679}.AlphaRel|Win32.Build.0 = Release|Win32 - {5A3094D1-E8C1-4D63-B1FE-6835BCA7C679}.Debug|Win32.ActiveCfg = Debug|Win32 - {5A3094D1-E8C1-4D63-B1FE-6835BCA7C679}.Debug|Win32.Build.0 = Debug|Win32 - {5A3094D1-E8C1-4D63-B1FE-6835BCA7C679}.Release|Win32.ActiveCfg = Release|Win32 - {5A3094D1-E8C1-4D63-B1FE-6835BCA7C679}.Release|Win32.Build.0 = Release|Win32 - {830A103B-37A4-4DFA-95C8-FCC6F6E193A8}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {830A103B-37A4-4DFA-95C8-FCC6F6E193A8}.AlphaDbg|Win32.Build.0 = Release|Win32 - {830A103B-37A4-4DFA-95C8-FCC6F6E193A8}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {830A103B-37A4-4DFA-95C8-FCC6F6E193A8}.AlphaRel|Win32.Build.0 = Release|Win32 - {830A103B-37A4-4DFA-95C8-FCC6F6E193A8}.Debug|Win32.ActiveCfg = Debug|Win32 - {830A103B-37A4-4DFA-95C8-FCC6F6E193A8}.Debug|Win32.Build.0 = Debug|Win32 - {830A103B-37A4-4DFA-95C8-FCC6F6E193A8}.Release|Win32.ActiveCfg = Release|Win32 - {830A103B-37A4-4DFA-95C8-FCC6F6E193A8}.Release|Win32.Build.0 = Release|Win32 - {EA6DADCB-A5D4-4C86-9356-4A1E1C15B0B8}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {EA6DADCB-A5D4-4C86-9356-4A1E1C15B0B8}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {EA6DADCB-A5D4-4C86-9356-4A1E1C15B0B8}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {EA6DADCB-A5D4-4C86-9356-4A1E1C15B0B8}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {EA6DADCB-A5D4-4C86-9356-4A1E1C15B0B8}.Debug|Win32.ActiveCfg = Debug|Win32 - {EA6DADCB-A5D4-4C86-9356-4A1E1C15B0B8}.Debug|Win32.Build.0 = Debug|Win32 - {EA6DADCB-A5D4-4C86-9356-4A1E1C15B0B8}.Release|Win32.ActiveCfg = Release|Win32 - {EA6DADCB-A5D4-4C86-9356-4A1E1C15B0B8}.Release|Win32.Build.0 = Release|Win32 - {2878F43A-19C6-44A6-AD9A-7072026C7F34}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {2878F43A-19C6-44A6-AD9A-7072026C7F34}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {2878F43A-19C6-44A6-AD9A-7072026C7F34}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {2878F43A-19C6-44A6-AD9A-7072026C7F34}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {2878F43A-19C6-44A6-AD9A-7072026C7F34}.Debug|Win32.ActiveCfg = Debug|Win32 - {2878F43A-19C6-44A6-AD9A-7072026C7F34}.Debug|Win32.Build.0 = Debug|Win32 - {2878F43A-19C6-44A6-AD9A-7072026C7F34}.Release|Win32.ActiveCfg = Release|Win32 - {2878F43A-19C6-44A6-AD9A-7072026C7F34}.Release|Win32.Build.0 = Release|Win32 - {C995E489-F865-4900-B6CA-9283BDEAB7E5}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {C995E489-F865-4900-B6CA-9283BDEAB7E5}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {C995E489-F865-4900-B6CA-9283BDEAB7E5}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {C995E489-F865-4900-B6CA-9283BDEAB7E5}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {C995E489-F865-4900-B6CA-9283BDEAB7E5}.Debug|Win32.ActiveCfg = Debug|Win32 - {C995E489-F865-4900-B6CA-9283BDEAB7E5}.Debug|Win32.Build.0 = Debug|Win32 - {C995E489-F865-4900-B6CA-9283BDEAB7E5}.Release|Win32.ActiveCfg = Release|Win32 - {C995E489-F865-4900-B6CA-9283BDEAB7E5}.Release|Win32.Build.0 = Release|Win32 - {300598E5-AFE8-4F42-AA6C-84B01F9B9488}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {300598E5-AFE8-4F42-AA6C-84B01F9B9488}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {300598E5-AFE8-4F42-AA6C-84B01F9B9488}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {300598E5-AFE8-4F42-AA6C-84B01F9B9488}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {300598E5-AFE8-4F42-AA6C-84B01F9B9488}.Debug|Win32.ActiveCfg = Debug|Win32 - {300598E5-AFE8-4F42-AA6C-84B01F9B9488}.Debug|Win32.Build.0 = Debug|Win32 - {300598E5-AFE8-4F42-AA6C-84B01F9B9488}.Release|Win32.ActiveCfg = Release|Win32 - {300598E5-AFE8-4F42-AA6C-84B01F9B9488}.Release|Win32.Build.0 = Release|Win32 - {A987DA43-3B56-4985-BB6D-2A5F372425D8}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {A987DA43-3B56-4985-BB6D-2A5F372425D8}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {A987DA43-3B56-4985-BB6D-2A5F372425D8}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {A987DA43-3B56-4985-BB6D-2A5F372425D8}.AlphaRel|Win32.Build.0 = Debug|Win32 - {A987DA43-3B56-4985-BB6D-2A5F372425D8}.Debug|Win32.ActiveCfg = Debug|Win32 - {A987DA43-3B56-4985-BB6D-2A5F372425D8}.Debug|Win32.Build.0 = Debug|Win32 - {A987DA43-3B56-4985-BB6D-2A5F372425D8}.Release|Win32.ActiveCfg = Release|Win32 - {A987DA43-3B56-4985-BB6D-2A5F372425D8}.Release|Win32.Build.0 = Release|Win32 - {98B6A456-DD12-4533-84E5-5C844309FABB}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {98B6A456-DD12-4533-84E5-5C844309FABB}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {98B6A456-DD12-4533-84E5-5C844309FABB}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {98B6A456-DD12-4533-84E5-5C844309FABB}.AlphaRel|Win32.Build.0 = Debug|Win32 - {98B6A456-DD12-4533-84E5-5C844309FABB}.Debug|Win32.ActiveCfg = Debug|Win32 - {98B6A456-DD12-4533-84E5-5C844309FABB}.Debug|Win32.Build.0 = Debug|Win32 - {98B6A456-DD12-4533-84E5-5C844309FABB}.Release|Win32.ActiveCfg = Release|Win32 - {98B6A456-DD12-4533-84E5-5C844309FABB}.Release|Win32.Build.0 = Release|Win32 - {1DA0A1C4-78CC-4F81-B4F8-1CF32DFA52D2}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {1DA0A1C4-78CC-4F81-B4F8-1CF32DFA52D2}.AlphaDbg|Win32.Build.0 = Release|Win32 - {1DA0A1C4-78CC-4F81-B4F8-1CF32DFA52D2}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {1DA0A1C4-78CC-4F81-B4F8-1CF32DFA52D2}.AlphaRel|Win32.Build.0 = Release|Win32 - {1DA0A1C4-78CC-4F81-B4F8-1CF32DFA52D2}.Debug|Win32.ActiveCfg = Debug|Win32 - {1DA0A1C4-78CC-4F81-B4F8-1CF32DFA52D2}.Debug|Win32.Build.0 = Debug|Win32 - {1DA0A1C4-78CC-4F81-B4F8-1CF32DFA52D2}.Release|Win32.ActiveCfg = Release|Win32 - {1DA0A1C4-78CC-4F81-B4F8-1CF32DFA52D2}.Release|Win32.Build.0 = Release|Win32 - {C7CE460F-6A9F-4631-B9BF-ADAB0ED8C465}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {C7CE460F-6A9F-4631-B9BF-ADAB0ED8C465}.AlphaDbg|Win32.Build.0 = Release|Win32 - {C7CE460F-6A9F-4631-B9BF-ADAB0ED8C465}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {C7CE460F-6A9F-4631-B9BF-ADAB0ED8C465}.AlphaRel|Win32.Build.0 = Release|Win32 - {C7CE460F-6A9F-4631-B9BF-ADAB0ED8C465}.Debug|Win32.ActiveCfg = Debug|Win32 - {C7CE460F-6A9F-4631-B9BF-ADAB0ED8C465}.Debug|Win32.Build.0 = Debug|Win32 - {C7CE460F-6A9F-4631-B9BF-ADAB0ED8C465}.Release|Win32.ActiveCfg = Release|Win32 - {C7CE460F-6A9F-4631-B9BF-ADAB0ED8C465}.Release|Win32.Build.0 = Release|Win32 - {CC3F887D-28B2-43C0-8899-62E9C315B1F6}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {CC3F887D-28B2-43C0-8899-62E9C315B1F6}.AlphaDbg|Win32.Build.0 = Release|Win32 - {CC3F887D-28B2-43C0-8899-62E9C315B1F6}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {CC3F887D-28B2-43C0-8899-62E9C315B1F6}.AlphaRel|Win32.Build.0 = Release|Win32 - {CC3F887D-28B2-43C0-8899-62E9C315B1F6}.Debug|Win32.ActiveCfg = Debug|Win32 - {CC3F887D-28B2-43C0-8899-62E9C315B1F6}.Debug|Win32.Build.0 = Debug|Win32 - {CC3F887D-28B2-43C0-8899-62E9C315B1F6}.Release|Win32.ActiveCfg = Release|Win32 - {CC3F887D-28B2-43C0-8899-62E9C315B1F6}.Release|Win32.Build.0 = Release|Win32 - {AB3903C5-654F-4BF1-B113-6FCA32422347}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {AB3903C5-654F-4BF1-B113-6FCA32422347}.AlphaDbg|Win32.Build.0 = Release|Win32 - {AB3903C5-654F-4BF1-B113-6FCA32422347}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {AB3903C5-654F-4BF1-B113-6FCA32422347}.AlphaRel|Win32.Build.0 = Release|Win32 - {AB3903C5-654F-4BF1-B113-6FCA32422347}.Debug|Win32.ActiveCfg = Debug|Win32 - {AB3903C5-654F-4BF1-B113-6FCA32422347}.Debug|Win32.Build.0 = Debug|Win32 - {AB3903C5-654F-4BF1-B113-6FCA32422347}.Release|Win32.ActiveCfg = Release|Win32 - {AB3903C5-654F-4BF1-B113-6FCA32422347}.Release|Win32.Build.0 = Release|Win32 - {B6D98061-C5F8-4852-BBC0-E85A462ECA10}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {B6D98061-C5F8-4852-BBC0-E85A462ECA10}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {B6D98061-C5F8-4852-BBC0-E85A462ECA10}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {B6D98061-C5F8-4852-BBC0-E85A462ECA10}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {B6D98061-C5F8-4852-BBC0-E85A462ECA10}.Debug|Win32.ActiveCfg = Debug|Win32 - {B6D98061-C5F8-4852-BBC0-E85A462ECA10}.Debug|Win32.Build.0 = Debug|Win32 - {B6D98061-C5F8-4852-BBC0-E85A462ECA10}.Release|Win32.ActiveCfg = Release|Win32 - {B6D98061-C5F8-4852-BBC0-E85A462ECA10}.Release|Win32.Build.0 = Release|Win32 - {EB2FBF80-0348-41FF-A1E9-E7A8AC934F6C}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {EB2FBF80-0348-41FF-A1E9-E7A8AC934F6C}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {EB2FBF80-0348-41FF-A1E9-E7A8AC934F6C}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {EB2FBF80-0348-41FF-A1E9-E7A8AC934F6C}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {EB2FBF80-0348-41FF-A1E9-E7A8AC934F6C}.Debug|Win32.ActiveCfg = Debug|Win32 - {EB2FBF80-0348-41FF-A1E9-E7A8AC934F6C}.Debug|Win32.Build.0 = Debug|Win32 - {EB2FBF80-0348-41FF-A1E9-E7A8AC934F6C}.Release|Win32.ActiveCfg = Release|Win32 - {EB2FBF80-0348-41FF-A1E9-E7A8AC934F6C}.Release|Win32.Build.0 = Release|Win32 - {2DC45E49-C146-4CB2-8E00-23906B267D8A}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {2DC45E49-C146-4CB2-8E00-23906B267D8A}.AlphaDbg|Win32.Build.0 = Release|Win32 - {2DC45E49-C146-4CB2-8E00-23906B267D8A}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {2DC45E49-C146-4CB2-8E00-23906B267D8A}.AlphaRel|Win32.Build.0 = Release|Win32 - {2DC45E49-C146-4CB2-8E00-23906B267D8A}.Debug|Win32.ActiveCfg = Debug|Win32 - {2DC45E49-C146-4CB2-8E00-23906B267D8A}.Debug|Win32.Build.0 = Debug|Win32 - {2DC45E49-C146-4CB2-8E00-23906B267D8A}.Release|Win32.ActiveCfg = Release|Win32 - {2DC45E49-C146-4CB2-8E00-23906B267D8A}.Release|Win32.Build.0 = Release|Win32 - {530CBBF9-D357-425F-A7BD-4F594B2D7FD2}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {530CBBF9-D357-425F-A7BD-4F594B2D7FD2}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {530CBBF9-D357-425F-A7BD-4F594B2D7FD2}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {530CBBF9-D357-425F-A7BD-4F594B2D7FD2}.AlphaRel|Win32.Build.0 = Debug|Win32 - {530CBBF9-D357-425F-A7BD-4F594B2D7FD2}.Debug|Win32.ActiveCfg = Debug|Win32 - {530CBBF9-D357-425F-A7BD-4F594B2D7FD2}.Debug|Win32.Build.0 = Debug|Win32 - {530CBBF9-D357-425F-A7BD-4F594B2D7FD2}.Release|Win32.ActiveCfg = Release|Win32 - {530CBBF9-D357-425F-A7BD-4F594B2D7FD2}.Release|Win32.Build.0 = Release|Win32 - {C8A32DF8-A4C6-4E0D-8F77-384F337922A3}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {C8A32DF8-A4C6-4E0D-8F77-384F337922A3}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {C8A32DF8-A4C6-4E0D-8F77-384F337922A3}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {C8A32DF8-A4C6-4E0D-8F77-384F337922A3}.AlphaRel|Win32.Build.0 = Debug|Win32 - {C8A32DF8-A4C6-4E0D-8F77-384F337922A3}.Debug|Win32.ActiveCfg = Debug|Win32 - {C8A32DF8-A4C6-4E0D-8F77-384F337922A3}.Debug|Win32.Build.0 = Debug|Win32 - {C8A32DF8-A4C6-4E0D-8F77-384F337922A3}.Release|Win32.ActiveCfg = Release|Win32 - {C8A32DF8-A4C6-4E0D-8F77-384F337922A3}.Release|Win32.Build.0 = Release|Win32 - {4CF337E4-081F-49ED-BB8A-C3E2465F6EDF}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {4CF337E4-081F-49ED-BB8A-C3E2465F6EDF}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {4CF337E4-081F-49ED-BB8A-C3E2465F6EDF}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {4CF337E4-081F-49ED-BB8A-C3E2465F6EDF}.AlphaRel|Win32.Build.0 = Debug|Win32 - {4CF337E4-081F-49ED-BB8A-C3E2465F6EDF}.Debug|Win32.ActiveCfg = Debug|Win32 - {4CF337E4-081F-49ED-BB8A-C3E2465F6EDF}.Debug|Win32.Build.0 = Debug|Win32 - {4CF337E4-081F-49ED-BB8A-C3E2465F6EDF}.Release|Win32.ActiveCfg = Release|Win32 - {4CF337E4-081F-49ED-BB8A-C3E2465F6EDF}.Release|Win32.Build.0 = Release|Win32 - {ED18E29E-A9E7-40A2-8323-93A0747FD736}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {ED18E29E-A9E7-40A2-8323-93A0747FD736}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {ED18E29E-A9E7-40A2-8323-93A0747FD736}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {ED18E29E-A9E7-40A2-8323-93A0747FD736}.AlphaRel|Win32.Build.0 = Debug|Win32 - {ED18E29E-A9E7-40A2-8323-93A0747FD736}.Debug|Win32.ActiveCfg = Debug|Win32 - {ED18E29E-A9E7-40A2-8323-93A0747FD736}.Debug|Win32.Build.0 = Debug|Win32 - {ED18E29E-A9E7-40A2-8323-93A0747FD736}.Release|Win32.ActiveCfg = Release|Win32 - {ED18E29E-A9E7-40A2-8323-93A0747FD736}.Release|Win32.Build.0 = Release|Win32 - {8DB0E73B-9B1C-4AF8-A218-9FE540D1C1FF}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {8DB0E73B-9B1C-4AF8-A218-9FE540D1C1FF}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {8DB0E73B-9B1C-4AF8-A218-9FE540D1C1FF}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {8DB0E73B-9B1C-4AF8-A218-9FE540D1C1FF}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {8DB0E73B-9B1C-4AF8-A218-9FE540D1C1FF}.Debug|Win32.ActiveCfg = Debug|Win32 - {8DB0E73B-9B1C-4AF8-A218-9FE540D1C1FF}.Debug|Win32.Build.0 = Debug|Win32 - {8DB0E73B-9B1C-4AF8-A218-9FE540D1C1FF}.Release|Win32.ActiveCfg = Release|Win32 - {8DB0E73B-9B1C-4AF8-A218-9FE540D1C1FF}.Release|Win32.Build.0 = Release|Win32 - {3E5B7D74-45A8-4282-91CA-A83B747AEC12}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {3E5B7D74-45A8-4282-91CA-A83B747AEC12}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {3E5B7D74-45A8-4282-91CA-A83B747AEC12}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {3E5B7D74-45A8-4282-91CA-A83B747AEC12}.AlphaRel|Win32.Build.0 = Debug|Win32 - {3E5B7D74-45A8-4282-91CA-A83B747AEC12}.Debug|Win32.ActiveCfg = Debug|Win32 - {3E5B7D74-45A8-4282-91CA-A83B747AEC12}.Debug|Win32.Build.0 = Debug|Win32 - {3E5B7D74-45A8-4282-91CA-A83B747AEC12}.Release|Win32.ActiveCfg = Release|Win32 - {3E5B7D74-45A8-4282-91CA-A83B747AEC12}.Release|Win32.Build.0 = Release|Win32 - {A00AA640-1C85-441C-88A0-286EE20330F4}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {A00AA640-1C85-441C-88A0-286EE20330F4}.AlphaDbg|Win32.Build.0 = Release|Win32 - {A00AA640-1C85-441C-88A0-286EE20330F4}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {A00AA640-1C85-441C-88A0-286EE20330F4}.AlphaRel|Win32.Build.0 = Release|Win32 - {A00AA640-1C85-441C-88A0-286EE20330F4}.Debug|Win32.ActiveCfg = Debug|Win32 - {A00AA640-1C85-441C-88A0-286EE20330F4}.Debug|Win32.Build.0 = Debug|Win32 - {A00AA640-1C85-441C-88A0-286EE20330F4}.Release|Win32.ActiveCfg = Release|Win32 - {A00AA640-1C85-441C-88A0-286EE20330F4}.Release|Win32.Build.0 = Release|Win32 - {83C06A9D-CEDC-4EB6-B806-5C8EF2D437BA}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {83C06A9D-CEDC-4EB6-B806-5C8EF2D437BA}.AlphaDbg|Win32.Build.0 = Release|Win32 - {83C06A9D-CEDC-4EB6-B806-5C8EF2D437BA}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {83C06A9D-CEDC-4EB6-B806-5C8EF2D437BA}.AlphaRel|Win32.Build.0 = Release|Win32 - {83C06A9D-CEDC-4EB6-B806-5C8EF2D437BA}.Debug|Win32.ActiveCfg = Debug|Win32 - {83C06A9D-CEDC-4EB6-B806-5C8EF2D437BA}.Debug|Win32.Build.0 = Debug|Win32 - {83C06A9D-CEDC-4EB6-B806-5C8EF2D437BA}.Release|Win32.ActiveCfg = Release|Win32 - {83C06A9D-CEDC-4EB6-B806-5C8EF2D437BA}.Release|Win32.Build.0 = Release|Win32 - {BE0D9FD3-C7C4-4E71-A60E-7CB355E4AFAC}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {BE0D9FD3-C7C4-4E71-A60E-7CB355E4AFAC}.AlphaDbg|Win32.Build.0 = Release|Win32 - {BE0D9FD3-C7C4-4E71-A60E-7CB355E4AFAC}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {BE0D9FD3-C7C4-4E71-A60E-7CB355E4AFAC}.AlphaRel|Win32.Build.0 = Release|Win32 - {BE0D9FD3-C7C4-4E71-A60E-7CB355E4AFAC}.Debug|Win32.ActiveCfg = Debug|Win32 - {BE0D9FD3-C7C4-4E71-A60E-7CB355E4AFAC}.Debug|Win32.Build.0 = Debug|Win32 - {BE0D9FD3-C7C4-4E71-A60E-7CB355E4AFAC}.Release|Win32.ActiveCfg = Release|Win32 - {BE0D9FD3-C7C4-4E71-A60E-7CB355E4AFAC}.Release|Win32.Build.0 = Release|Win32 - {D59D50F1-83D4-468F-9154-8D85E4D8498C}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {D59D50F1-83D4-468F-9154-8D85E4D8498C}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {D59D50F1-83D4-468F-9154-8D85E4D8498C}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {D59D50F1-83D4-468F-9154-8D85E4D8498C}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {D59D50F1-83D4-468F-9154-8D85E4D8498C}.Debug|Win32.ActiveCfg = Debug|Win32 - {D59D50F1-83D4-468F-9154-8D85E4D8498C}.Debug|Win32.Build.0 = Debug|Win32 - {D59D50F1-83D4-468F-9154-8D85E4D8498C}.Release|Win32.ActiveCfg = Release|Win32 - {D59D50F1-83D4-468F-9154-8D85E4D8498C}.Release|Win32.Build.0 = Release|Win32 - {2A01DE63-9303-4FA6-AE20-E074938490C8}.AlphaDbg|Win32.ActiveCfg = Alphadbg|Win32 - {2A01DE63-9303-4FA6-AE20-E074938490C8}.AlphaDbg|Win32.Build.0 = Alphadbg|Win32 - {2A01DE63-9303-4FA6-AE20-E074938490C8}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {2A01DE63-9303-4FA6-AE20-E074938490C8}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {2A01DE63-9303-4FA6-AE20-E074938490C8}.Debug|Win32.ActiveCfg = Debug|Win32 - {2A01DE63-9303-4FA6-AE20-E074938490C8}.Debug|Win32.Build.0 = Debug|Win32 - {2A01DE63-9303-4FA6-AE20-E074938490C8}.Release|Win32.ActiveCfg = Release|Win32 - {2A01DE63-9303-4FA6-AE20-E074938490C8}.Release|Win32.Build.0 = Release|Win32 - {3AA62147-1B2D-4E20-8F55-FD283FDA1EDC}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {3AA62147-1B2D-4E20-8F55-FD283FDA1EDC}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {3AA62147-1B2D-4E20-8F55-FD283FDA1EDC}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {3AA62147-1B2D-4E20-8F55-FD283FDA1EDC}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {3AA62147-1B2D-4E20-8F55-FD283FDA1EDC}.Debug|Win32.ActiveCfg = Debug|Win32 - {3AA62147-1B2D-4E20-8F55-FD283FDA1EDC}.Debug|Win32.Build.0 = Debug|Win32 - {3AA62147-1B2D-4E20-8F55-FD283FDA1EDC}.Release|Win32.ActiveCfg = Release|Win32 - {3AA62147-1B2D-4E20-8F55-FD283FDA1EDC}.Release|Win32.Build.0 = Release|Win32 - {AAE8C0C6-32B8-4C4F-BE07-DA1E723E7083}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {AAE8C0C6-32B8-4C4F-BE07-DA1E723E7083}.AlphaDbg|Win32.Build.0 = Release|Win32 - {AAE8C0C6-32B8-4C4F-BE07-DA1E723E7083}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {AAE8C0C6-32B8-4C4F-BE07-DA1E723E7083}.AlphaRel|Win32.Build.0 = Release|Win32 - {AAE8C0C6-32B8-4C4F-BE07-DA1E723E7083}.Debug|Win32.ActiveCfg = Debug|Win32 - {AAE8C0C6-32B8-4C4F-BE07-DA1E723E7083}.Debug|Win32.Build.0 = Debug|Win32 - {AAE8C0C6-32B8-4C4F-BE07-DA1E723E7083}.Release|Win32.ActiveCfg = Release|Win32 - {AAE8C0C6-32B8-4C4F-BE07-DA1E723E7083}.Release|Win32.Build.0 = Release|Win32 - {5E364F39-7A7C-4AEF-918D-93D85BF606E3}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {5E364F39-7A7C-4AEF-918D-93D85BF606E3}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {5E364F39-7A7C-4AEF-918D-93D85BF606E3}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {5E364F39-7A7C-4AEF-918D-93D85BF606E3}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {5E364F39-7A7C-4AEF-918D-93D85BF606E3}.Debug|Win32.ActiveCfg = Debug|Win32 - {5E364F39-7A7C-4AEF-918D-93D85BF606E3}.Debug|Win32.Build.0 = Debug|Win32 - {5E364F39-7A7C-4AEF-918D-93D85BF606E3}.Release|Win32.ActiveCfg = Release|Win32 - {5E364F39-7A7C-4AEF-918D-93D85BF606E3}.Release|Win32.Build.0 = Release|Win32 - {197A550A-1A8B-410E-A790-54FBCFDBAE67}.AlphaDbg|Win32.ActiveCfg = AlphaDbg|Win32 - {197A550A-1A8B-410E-A790-54FBCFDBAE67}.AlphaDbg|Win32.Build.0 = AlphaDbg|Win32 - {197A550A-1A8B-410E-A790-54FBCFDBAE67}.AlphaRel|Win32.ActiveCfg = AlphaRel|Win32 - {197A550A-1A8B-410E-A790-54FBCFDBAE67}.AlphaRel|Win32.Build.0 = AlphaRel|Win32 - {197A550A-1A8B-410E-A790-54FBCFDBAE67}.Debug|Win32.ActiveCfg = Debug|Win32 - {197A550A-1A8B-410E-A790-54FBCFDBAE67}.Debug|Win32.Build.0 = Debug|Win32 - {197A550A-1A8B-410E-A790-54FBCFDBAE67}.Release|Win32.ActiveCfg = Release|Win32 - {197A550A-1A8B-410E-A790-54FBCFDBAE67}.Release|Win32.Build.0 = Release|Win32 - {F3E5EB72-1F0F-4E1E-9E8B-F01F423C624B}.AlphaDbg|Win32.ActiveCfg = Release|Win32 - {F3E5EB72-1F0F-4E1E-9E8B-F01F423C624B}.AlphaDbg|Win32.Build.0 = Release|Win32 - {F3E5EB72-1F0F-4E1E-9E8B-F01F423C624B}.AlphaRel|Win32.ActiveCfg = Release|Win32 - {F3E5EB72-1F0F-4E1E-9E8B-F01F423C624B}.AlphaRel|Win32.Build.0 = Release|Win32 - {F3E5EB72-1F0F-4E1E-9E8B-F01F423C624B}.Debug|Win32.ActiveCfg = Debug|Win32 - {F3E5EB72-1F0F-4E1E-9E8B-F01F423C624B}.Debug|Win32.Build.0 = Debug|Win32 - {F3E5EB72-1F0F-4E1E-9E8B-F01F423C624B}.Release|Win32.ActiveCfg = Release|Win32 - {F3E5EB72-1F0F-4E1E-9E8B-F01F423C624B}.Release|Win32.Build.0 = Release|Win32 - {C72E56D9-E523-4EC7-8336-95F35700A02F}.AlphaDbg|Win32.ActiveCfg = Debug|Win32 - {C72E56D9-E523-4EC7-8336-95F35700A02F}.AlphaDbg|Win32.Build.0 = Debug|Win32 - {C72E56D9-E523-4EC7-8336-95F35700A02F}.AlphaRel|Win32.ActiveCfg = Debug|Win32 - {C72E56D9-E523-4EC7-8336-95F35700A02F}.AlphaRel|Win32.Build.0 = Debug|Win32 - {C72E56D9-E523-4EC7-8336-95F35700A02F}.Debug|Win32.ActiveCfg = Debug|Win32 - {C72E56D9-E523-4EC7-8336-95F35700A02F}.Debug|Win32.Build.0 = Debug|Win32 - {C72E56D9-E523-4EC7-8336-95F35700A02F}.Release|Win32.ActiveCfg = Release|Win32 - {C72E56D9-E523-4EC7-8336-95F35700A02F}.Release|Win32.Build.0 = Release|Win32 + GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE + GlobalSection(ExtensibilityAddIns) = postSolution EndGlobalSection EndGlobal diff --git a/windows/proj/all/all.vcproj b/windows/proj/all/all.vcproj new file mode 100644 index 0000000..73cf7f8 --- /dev/null +++ b/windows/proj/all/all.vcproj @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/proj/all_fortran/all_fortran.sln b/windows/proj/all_fortran/all_fortran.sln new file mode 100644 index 0000000..da68149 --- /dev/null +++ b/windows/proj/all_fortran/all_fortran.sln @@ -0,0 +1,1947 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "all_fortran", "all_fortran.vcproj", "{24E5C6DF-1FA4-49AD-AE75-1D9347966CC5}" + ProjectSection(ProjectDependencies) = postProject + {8C6D9C00-44A9-432F-B695-F56439C1B288} = {8C6D9C00-44A9-432F-B695-F56439C1B288} + {0A049202-6533-413E-89D6-5D6866AAE703} = {0A049202-6533-413E-89D6-5D6866AAE703} + {6FFCE804-EF4A-468F-A174-561934C153A1} = {6FFCE804-EF4A-468F-A174-561934C153A1} + {4AC79406-D6E0-43B3-82B0-7A032FABB52A} = {4AC79406-D6E0-43B3-82B0-7A032FABB52A} + {E1F98D07-4724-46CB-B327-5677C1C9266D} = {E1F98D07-4724-46CB-B327-5677C1C9266D} + {364FF608-7969-4ED1-95B2-8592872F8264} = {364FF608-7969-4ED1-95B2-8592872F8264} + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {854F7E09-CEB5-44CD-B924-3FFAC7936323} = {854F7E09-CEB5-44CD-B924-3FFAC7936323} + {405F6F0A-DBE6-4A4E-AAE2-D4D514BA0CF5} = {405F6F0A-DBE6-4A4E-AAE2-D4D514BA0CF5} + {89DA820B-7A3B-46FA-AE09-971A739BEEFD} = {89DA820B-7A3B-46FA-AE09-971A739BEEFD} + {0D18A50F-52B3-4322-AC0D-F15CD657CEC4} = {0D18A50F-52B3-4322-AC0D-F15CD657CEC4} + {73B78F11-3DCC-4A00-B4A6-E5A8FAE9DD90} = {73B78F11-3DCC-4A00-B4A6-E5A8FAE9DD90} + {B21CA611-6DAE-4051-8B4C-989E135711B1} = {B21CA611-6DAE-4051-8B4C-989E135711B1} + {9FCBE814-3818-4F1A-975D-05BAF6FF432F} = {9FCBE814-3818-4F1A-975D-05BAF6FF432F} + {52E83C17-2B68-44B5-881D-4F6338FB14C7} = {52E83C17-2B68-44B5-881D-4F6338FB14C7} + {357A1E1A-D5EA-42FB-B4B1-EEB8A4B2BBF0} = {357A1E1A-D5EA-42FB-B4B1-EEB8A4B2BBF0} + {D279901A-8E21-47D3-B7EA-A572EE12F2E6} = {D279901A-8E21-47D3-B7EA-A572EE12F2E6} + {411D221C-9FA1-417E-8A2B-DF746F4C7E07} = {411D221C-9FA1-417E-8A2B-DF746F4C7E07} + {794B7E1E-E6AD-456D-9F33-FCE317325EC4} = {794B7E1E-E6AD-456D-9F33-FCE317325EC4} + {7D293021-0601-498B-91B8-C49580EFB08D} = {7D293021-0601-498B-91B8-C49580EFB08D} + {BE1A0022-708E-4CC2-B01C-26BD99AB6576} = {BE1A0022-708E-4CC2-B01C-26BD99AB6576} + {802B922A-E813-438E-A180-4A8839A11A55} = {802B922A-E813-438E-A180-4A8839A11A55} + {AC4C582B-B27D-4E57-A59F-6FF0E833C6E5} = {AC4C582B-B27D-4E57-A59F-6FF0E833C6E5} + {2248C52C-75DC-465B-A598-6E89CC93E00D} = {2248C52C-75DC-465B-A598-6E89CC93E00D} + {834DD32C-D078-441F-95F4-9CDE108B60AE} = {834DD32C-D078-441F-95F4-9CDE108B60AE} + {AF696934-5004-4C1D-90C3-B434E92AFB89} = {AF696934-5004-4C1D-90C3-B434E92AFB89} + {3EDEB434-F59E-4C50-8884-F0BB29845619} = {3EDEB434-F59E-4C50-8884-F0BB29845619} + {69952435-F01F-46A7-B907-A78EBC864ED7} = {69952435-F01F-46A7-B907-A78EBC864ED7} + {196F5935-2391-49A7-B6A2-410DF8149F0D} = {196F5935-2391-49A7-B6A2-410DF8149F0D} + {E5C9E235-E10F-4F46-A94F-A112CD8D867E} = {E5C9E235-E10F-4F46-A94F-A112CD8D867E} + {27CCFE35-61A5-434F-8B83-9A40AE2AE8C5} = {27CCFE35-61A5-434F-8B83-9A40AE2AE8C5} + {0C5E3F36-3338-4B2C-A956-4D577B6119E7} = {0C5E3F36-3338-4B2C-A956-4D577B6119E7} + {AACD0537-E8F3-4F0F-A0E6-B99C0F4EF892} = {AACD0537-E8F3-4F0F-A0E6-B99C0F4EF892} + {80892339-F6CE-4E96-B61B-131095F2612D} = {80892339-F6CE-4E96-B61B-131095F2612D} + {9ADAE03A-2060-471E-A7B5-9D8F6995223A} = {9ADAE03A-2060-471E-A7B5-9D8F6995223A} + {ABBF8F3E-F1B5-45FA-8FD0-50B167511EDF} = {ABBF8F3E-F1B5-45FA-8FD0-50B167511EDF} + {D8D53F43-41EE-486A-8DBD-956D8CD072E8} = {D8D53F43-41EE-486A-8DBD-956D8CD072E8} + {CEA44545-33C8-4C63-9F8C-85BA48F45637} = {CEA44545-33C8-4C63-9F8C-85BA48F45637} + {03359B45-E43D-44B3-BDE5-8B14D9F0D827} = {03359B45-E43D-44B3-BDE5-8B14D9F0D827} + {F5109F4B-5869-40A7-BC6A-8130CA4BB987} = {F5109F4B-5869-40A7-BC6A-8130CA4BB987} + {9A124450-EC54-4813-B0B1-2CA96B695009} = {9A124450-EC54-4813-B0B1-2CA96B695009} + {FB74E351-0C4E-4173-B0D3-10DD12F2DCA5} = {FB74E351-0C4E-4173-B0D3-10DD12F2DCA5} + {37605955-FA00-41C9-9D39-D078CF270376} = {37605955-FA00-41C9-9D39-D078CF270376} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {57A5C559-F1BD-49F1-9B5E-13591D22FD75} = {57A5C559-F1BD-49F1-9B5E-13591D22FD75} + {400D995A-CFC8-4D39-A449-88BE067834F8} = {400D995A-CFC8-4D39-A449-88BE067834F8} + {3B4A4A62-FDAC-4219-98BD-80C4FE5D4B2F} = {3B4A4A62-FDAC-4219-98BD-80C4FE5D4B2F} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} + {5A90FD64-6EED-45E1-A147-D9FE72788570} = {5A90FD64-6EED-45E1-A147-D9FE72788570} + {68A52165-E0EF-4019-B658-1AC734649955} = {68A52165-E0EF-4019-B658-1AC734649955} + {BE9A4A65-F25B-4DCF-8B55-06B3D0C685CB} = {BE9A4A65-F25B-4DCF-8B55-06B3D0C685CB} + {6312B365-AA53-43AA-BD00-848C1323CA8B} = {6312B365-AA53-43AA-BD00-848C1323CA8B} + {C4BA3E66-2310-43E7-B30A-ABDCCF44D823} = {C4BA3E66-2310-43E7-B30A-ABDCCF44D823} + {AE5D4766-9668-4EB5-B801-5DF8F53363FC} = {AE5D4766-9668-4EB5-B801-5DF8F53363FC} + {76858167-F4DB-476C-A2B6-A3069D60D9E2} = {76858167-F4DB-476C-A2B6-A3069D60D9E2} + {C325E167-DBC3-4611-8AC8-2A118432E35B} = {C325E167-DBC3-4611-8AC8-2A118432E35B} + {CE7C4168-68A6-43B2-BAE7-B2CF857C8F03} = {CE7C4168-68A6-43B2-BAE7-B2CF857C8F03} + {7E207F6A-DC28-4DEB-8454-7977092131DC} = {7E207F6A-DC28-4DEB-8454-7977092131DC} + {8C97CA6D-2210-4D1F-AEF2-5D56FFBCE767} = {8C97CA6D-2210-4D1F-AEF2-5D56FFBCE767} + {4BAFED6D-07B4-465D-8C93-81A1C2EF02E0} = {4BAFED6D-07B4-465D-8C93-81A1C2EF02E0} + {C2E6106F-1450-4F62-8D8E-17A93E986B26} = {C2E6106F-1450-4F62-8D8E-17A93E986B26} + {0DA16B6F-0156-417A-9093-589D55BB066C} = {0DA16B6F-0156-417A-9093-589D55BB066C} + {D1518671-CB9D-471F-8BCE-A03DE67F26B1} = {D1518671-CB9D-471F-8BCE-A03DE67F26B1} + {958A5473-0E7C-4FA1-9C2F-AEA0925EF5AD} = {958A5473-0E7C-4FA1-9C2F-AEA0925EF5AD} + {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} = {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} + {832DD776-BC7F-40B5-90D0-E6448014CA5B} = {832DD776-BC7F-40B5-90D0-E6448014CA5B} + {8792D377-8105-4C67-87F1-115E48D0178F} = {8792D377-8105-4C67-87F1-115E48D0178F} + {2DCDB978-79B7-4A3A-B24A-D908A49B7D50} = {2DCDB978-79B7-4A3A-B24A-D908A49B7D50} + {9AAC897A-70FA-4E5E-BF48-F664C12B05C7} = {9AAC897A-70FA-4E5E-BF48-F664C12B05C7} + {E3B02B7C-6CF5-42C5-8AF5-48D2B6D8F94B} = {E3B02B7C-6CF5-42C5-8AF5-48D2B6D8F94B} + {CEBB9980-4B77-4105-BFEB-4DCDBB1F5E35} = {CEBB9980-4B77-4105-BFEB-4DCDBB1F5E35} + {EBF7C380-5F58-462D-993D-75B53F83FA81} = {EBF7C380-5F58-462D-993D-75B53F83FA81} + {71A1C081-FF1C-452B-B938-95551D565302} = {71A1C081-FF1C-452B-B938-95551D565302} + {7693B383-C2CB-43FD-A428-598F73D214F7} = {7693B383-C2CB-43FD-A428-598F73D214F7} + {E9F8FC85-8508-4FE7-9BB0-C0494A71BA1B} = {E9F8FC85-8508-4FE7-9BB0-C0494A71BA1B} + {DFE42486-47A2-487C-81B9-DDCDA9F07BF0} = {DFE42486-47A2-487C-81B9-DDCDA9F07BF0} + {A90ADD88-DA1B-4642-A97B-37DF89433858} = {A90ADD88-DA1B-4642-A97B-37DF89433858} + {98AE818A-E887-414B-985F-85F8411916C9} = {98AE818A-E887-414B-985F-85F8411916C9} + {BE4FFA8B-2988-4888-A9B9-DD108BCBA8A6} = {BE4FFA8B-2988-4888-A9B9-DD108BCBA8A6} + {F2E38A8C-F3A3-4DA4-B9C2-11C753FF51BF} = {F2E38A8C-F3A3-4DA4-B9C2-11C753FF51BF} + {8708E58C-F990-4B6C-AD83-745CA9582E92} = {8708E58C-F990-4B6C-AD83-745CA9582E92} + {7CF4F18C-3C74-4EBB-AD76-F41575D7A5A0} = {7CF4F18C-3C74-4EBB-AD76-F41575D7A5A0} + {D0CEF98C-07B5-4A8A-9153-43FDF6B5F169} = {D0CEF98C-07B5-4A8A-9153-43FDF6B5F169} + {FD8B058E-F53A-4197-B75E-849904E5AA79} = {FD8B058E-F53A-4197-B75E-849904E5AA79} + {14DB1F8E-0BF6-4E9D-8372-5EA9ED48347F} = {14DB1F8E-0BF6-4E9D-8372-5EA9ED48347F} + {EFA04391-B35B-44C0-AB27-1383D4C9E358} = {EFA04391-B35B-44C0-AB27-1383D4C9E358} + {9A226D92-9326-4907-A462-25997D5C9427} = {9A226D92-9326-4907-A462-25997D5C9427} + {7F1AFE93-97E7-4905-A2CF-5C845D7FDD4F} = {7F1AFE93-97E7-4905-A2CF-5C845D7FDD4F} + {34EEE194-B77E-453E-9C59-252C0421188A} = {34EEE194-B77E-453E-9C59-252C0421188A} + {0E0F449A-7998-4113-BDD2-A74E0B6D3466} = {0E0F449A-7998-4113-BDD2-A74E0B6D3466} + {D15E5D9B-A1A6-4935-889C-D880FD0068CE} = {D15E5D9B-A1A6-4935-889C-D880FD0068CE} + {3E41969B-D69B-4235-B192-A94F7853D869} = {3E41969B-D69B-4235-B192-A94F7853D869} + {4941199C-EB11-460D-8EF7-9F68293AE202} = {4941199C-EB11-460D-8EF7-9F68293AE202} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + {53022A9D-F5B2-407C-9A29-3AC71B3E6DDC} = {53022A9D-F5B2-407C-9A29-3AC71B3E6DDC} + {8CE6FF9D-8A14-4A45-971A-18972109AC9D} = {8CE6FF9D-8A14-4A45-971A-18972109AC9D} + {AA7A40A2-A837-4557-AB3D-D64980F6F8E4} = {AA7A40A2-A837-4557-AB3D-D64980F6F8E4} + {7C30B2A4-A24D-4796-9754-CABBDB46D0F8} = {7C30B2A4-A24D-4796-9754-CABBDB46D0F8} + {D1AADCA9-FB5A-4F44-8E11-8232941E2C33} = {D1AADCA9-FB5A-4F44-8E11-8232941E2C33} + {E02CDAAC-05F4-436B-B245-2A402FFA131F} = {E02CDAAC-05F4-436B-B245-2A402FFA131F} + {EC6B5EAD-D938-4211-A7B1-01C9D2C15160} = {EC6B5EAD-D938-4211-A7B1-01C9D2C15160} + {5EA5BDAD-3AE9-4BCA-AC1A-93B3B8499C30} = {5EA5BDAD-3AE9-4BCA-AC1A-93B3B8499C30} + {265C41B2-30D7-4FF8-A08C-B997363DA763} = {265C41B2-30D7-4FF8-A08C-B997363DA763} + {AE50F8BA-5FAC-47CC-A5A0-7F1E55C413E3} = {AE50F8BA-5FAC-47CC-A5A0-7F1E55C413E3} + {9A9D7ABC-ED3A-462E-9ED1-CB55F14174F3} = {9A9D7ABC-ED3A-462E-9ED1-CB55F14174F3} + {DBA493BD-3AF1-4616-8A80-F6FD41B70392} = {DBA493BD-3AF1-4616-8A80-F6FD41B70392} + {4F8B23C1-9832-4C3B-A836-2FBB53F628A0} = {4F8B23C1-9832-4C3B-A836-2FBB53F628A0} + {18FBE8C2-CD20-4D99-9E0B-63B408CE4850} = {18FBE8C2-CD20-4D99-9E0B-63B408CE4850} + {17DC13C3-78E0-4EF5-B7B1-87EB1A379D2A} = {17DC13C3-78E0-4EF5-B7B1-87EB1A379D2A} + {8F4417C5-2F4A-4070-88F9-0AFDB0F8EA14} = {8F4417C5-2F4A-4070-88F9-0AFDB0F8EA14} + {9321B2C5-74B3-4743-9D87-B0FDCB47373B} = {9321B2C5-74B3-4743-9D87-B0FDCB47373B} + {DB97D6C6-2E60-47DC-AED7-4691A1D6DC05} = {DB97D6C6-2E60-47DC-AED7-4691A1D6DC05} + {1C5A9EC8-F882-4A8A-B773-E79CD46369AF} = {1C5A9EC8-F882-4A8A-B773-E79CD46369AF} + {009F2CC9-B131-4C51-BCFD-CEBDEFCB32C7} = {009F2CC9-B131-4C51-BCFD-CEBDEFCB32C7} + {F4386ECB-D688-4C18-A091-673F1F8A96E7} = {F4386ECB-D688-4C18-A091-673F1F8A96E7} + {E81413CC-046C-42B0-B862-0BB81AED2854} = {E81413CC-046C-42B0-B862-0BB81AED2854} + {5CC7FFCE-2612-41B6-AF83-C1B61F67949B} = {5CC7FFCE-2612-41B6-AF83-C1B61F67949B} + {D10F67D0-8057-49C2-A62A-12D0C512288E} = {D10F67D0-8057-49C2-A62A-12D0C512288E} + {B36344D1-122C-4BC6-A292-CC82F74CBB0A} = {B36344D1-122C-4BC6-A292-CC82F74CBB0A} + {165195D1-B742-4030-8B12-3FE94B829D45} = {165195D1-B742-4030-8B12-3FE94B829D45} + {6410E6D2-EDBF-439D-8C43-1AB0C37AC851} = {6410E6D2-EDBF-439D-8C43-1AB0C37AC851} + {4EE91AD5-8332-4FD3-A5E3-BF4C145BB53A} = {4EE91AD5-8332-4FD3-A5E3-BF4C145BB53A} + {7ABA5DD5-77E7-42D3-9C29-84A13B0CAA91} = {7ABA5DD5-77E7-42D3-9C29-84A13B0CAA91} + {0CB771D6-9CAB-4799-A7B1-5D89E436E6AF} = {0CB771D6-9CAB-4799-A7B1-5D89E436E6AF} + {9E588AD8-14BD-4BA3-B4EA-16D1D882C700} = {9E588AD8-14BD-4BA3-B4EA-16D1D882C700} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + {40EBF7DB-330C-4F56-AE68-9FC7D75CB5D5} = {40EBF7DB-330C-4F56-AE68-9FC7D75CB5D5} + {55894CDC-C220-40FE-B403-D74EAC6EBACF} = {55894CDC-C220-40FE-B403-D74EAC6EBACF} + {9A8352DF-AA1E-4FE0-9494-F9D6B4E10CA2} = {9A8352DF-AA1E-4FE0-9494-F9D6B4E10CA2} + {744EA5E0-18C8-4757-82DE-2D0CF11DBDDE} = {744EA5E0-18C8-4757-82DE-2D0CF11DBDDE} + {2FC5DAE1-36D6-4783-A0F9-96D0B37687A8} = {2FC5DAE1-36D6-4783-A0F9-96D0B37687A8} + {43069CE7-E7CB-4EBF-A6CC-31E7A06D3835} = {43069CE7-E7CB-4EBF-A6CC-31E7A06D3835} + {E6A9BFE8-84DE-46C0-A372-72087598018E} = {E6A9BFE8-84DE-46C0-A372-72087598018E} + {CAC1F1E8-55D5-4CC6-857E-F01E59FB8098} = {CAC1F1E8-55D5-4CC6-857E-F01E59FB8098} + {A26C50E9-D3FB-4490-9CD7-606EB2E77D21} = {A26C50E9-D3FB-4490-9CD7-606EB2E77D21} + {1AB767EA-546C-4F72-BC1F-6AA0458512D8} = {1AB767EA-546C-4F72-BC1F-6AA0458512D8} + {1B298EEC-0B47-4145-88AA-C6558E0BD993} = {1B298EEC-0B47-4145-88AA-C6558E0BD993} + {685666ED-4640-47EE-AEA5-35B9602CA541} = {685666ED-4640-47EE-AEA5-35B9602CA541} + {E8896FEE-8601-4AFC-91EA-6F9698574174} = {E8896FEE-8601-4AFC-91EA-6F9698574174} + {4E8105F2-56D4-45D6-9017-706F804052E7} = {4E8105F2-56D4-45D6-9017-706F804052E7} + {0CB176F2-1FA9-467A-986D-512FAD8144B0} = {0CB176F2-1FA9-467A-986D-512FAD8144B0} + {76FFD0F6-3D5F-4826-A3BA-DEE92084FA27} = {76FFD0F6-3D5F-4826-A3BA-DEE92084FA27} + {1F80CDF7-B1CB-4303-B282-A21EDC2BDCB4} = {1F80CDF7-B1CB-4303-B282-A21EDC2BDCB4} + {3BBA31F8-2679-4655-975D-52FDA5ABD5C4} = {3BBA31F8-2679-4655-975D-52FDA5ABD5C4} + {D1FD44F8-8263-4B29-985D-21CE26F45A76} = {D1FD44F8-8263-4B29-985D-21CE26F45A76} + {309CE6F8-4658-44CB-8E99-0B86DCA77EFC} = {309CE6F8-4658-44CB-8E99-0B86DCA77EFC} + {34C0FDFA-81D6-4652-B841-894BD1A15FB0} = {34C0FDFA-81D6-4652-B841-894BD1A15FB0} + {EB5DE4FB-CC65-47BF-9D94-AC96B01B6A33} = {EB5DE4FB-CC65-47BF-9D94-AC96B01B6A33} + {BA86B1FE-8CA7-4A96-9FD0-11941F885589} = {BA86B1FE-8CA7-4A96-9FD0-11941F885589} + {0A33B4FE-A2C9-4B7F-ACEC-D251308182ED} = {0A33B4FE-A2C9-4B7F-ACEC-D251308182ED} + {E75602FF-F4E6-4F45-AD0D-EA49C0C66DEF} = {E75602FF-F4E6-4F45-AD0D-EA49C0C66DEF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "big", "..\..\test\big\big.vcproj", "{009F2CC9-B131-4C51-BCFD-CEBDEFCB32C7}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bigdll", "..\..\test\bigdll\bigdll.vcproj", "{8C97CA6D-2210-4D1F-AEF2-5D56FFBCE767}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "binread", "..\..\tools\testfiles\binread\binread.vcproj", "{BE9A4A65-F25B-4DCF-8B55-06B3D0C685CB}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bittests", "..\..\test\bittests\bittests.vcproj", "{958A5473-0E7C-4FA1-9C2F-AEA0925EF5AD}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bittestsdll", "..\..\test\bittestsdll\bittestsdll.vcproj", "{E5C9E235-E10F-4F46-A94F-A112CD8D867E}" + ProjectSection(ProjectDependencies) = postProject + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "btree2", "..\..\test\btree2\btree2.vcproj", "{8CE6FF9D-8A14-4A45-971A-18972109AC9D}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "btree2dll", "..\..\test\btree2dll\btree2dll.vcproj", "{34EEE194-B77E-453E-9C59-252C0421188A}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cache", "..\..\TEST\cache\cache.vcproj", "{4BAFED6D-07B4-465D-8C93-81A1C2EF02E0}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cache_api", "..\..\TEST\cache_api\cache_api.vcproj", "{4F8B23C1-9832-4C3B-A836-2FBB53F628A0}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cache_apidll", "..\..\TEST\cache_apidll\cache_apidll.vcproj", "{EB5DE4FB-CC65-47BF-9D94-AC96B01B6A33}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cachedll", "..\..\TEST\cachedll\cachedll.vcproj", "{D0CEF98C-07B5-4A8A-9153-43FDF6B5F169}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "chunk", "..\..\test\chunk\chunk.vcproj", "{57A5C559-F1BD-49F1-9B5E-13591D22FD75}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "chunkdll", "..\..\test\chunkdll\chunkdll.vcproj", "{4941199C-EB11-460D-8EF7-9F68293AE202}" + ProjectSection(ProjectDependencies) = postProject + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cmpd_dset", "..\..\test\cmpd_dset\cmpd_dset.vcproj", "{BA86B1FE-8CA7-4A96-9FD0-11941F885589}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cmpd_dsetdll", "..\..\test\cmpd_dsetdll\cmpd_dsetdll.vcproj", "{8F4417C5-2F4A-4070-88F9-0AFDB0F8EA14}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cross_read", "..\..\TEST\cross_read\cross_read.vcproj", "{68A52165-E0EF-4019-B658-1AC734649955}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cross_readdll", "..\..\TEST\cross_readdll\cross_readdll.vcproj", "{E1F98D07-4724-46CB-B327-5677C1C9266D}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dangle", "..\..\TEST\dangle\dangle.vcproj", "{8C6D9C00-44A9-432F-B695-F56439C1B288}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dangledll", "..\..\TEST\dangledll\dangledll.vcproj", "{D15E5D9B-A1A6-4935-889C-D880FD0068CE}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dsets", "..\..\test\dsets\dsets.vcproj", "{A90ADD88-DA1B-4642-A97B-37DF89433858}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dsets_cpp", "..\..\c++\test\dsets_cpp\dsets_cpp.vcproj", "{802B922A-E813-438E-A180-4A8839A11A55}" + ProjectSection(ProjectDependencies) = postProject + {FB74E351-0C4E-4173-B0D3-10DD12F2DCA5} = {FB74E351-0C4E-4173-B0D3-10DD12F2DCA5} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dsets_cppdll", "..\..\c++\test\dsets_cppdll\dsets_cppdll.vcproj", "{76858167-F4DB-476C-A2B6-A3069D60D9E2}" + ProjectSection(ProjectDependencies) = postProject + {D279901A-8E21-47D3-B7EA-A572EE12F2E6} = {D279901A-8E21-47D3-B7EA-A572EE12F2E6} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dsetsdll", "..\..\test\dsetsdll\dsetsdll.vcproj", "{1B298EEC-0B47-4145-88AA-C6558E0BD993}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dt_arith", "..\..\test\dt_arith\dt_arith.vcproj", "{AE5D4766-9668-4EB5-B801-5DF8F53363FC}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dt_arithdll", "..\..\test\dt_arithdll\dt_arithdll.vcproj", "{3E41969B-D69B-4235-B192-A94F7853D869}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dtransform", "..\..\TEST\dtransform\dtransform.vcproj", "{F5109F4B-5869-40A7-BC6A-8130CA4BB987}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dtransformdll", "..\..\TEST\dtransformdll\dtransformdll.vcproj", "{0E0F449A-7998-4113-BDD2-A74E0B6D3466}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dtypes", "..\..\test\dtypes\dtypes.vcproj", "{4AC79406-D6E0-43B3-82B0-7A032FABB52A}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dtypesdll", "..\..\test\dtypesdll\dtypesdll.vcproj", "{AE50F8BA-5FAC-47CC-A5A0-7F1E55C413E3}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "enum", "..\..\test\enum\enum.vcproj", "{FD8B058E-F53A-4197-B75E-849904E5AA79}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "enumdll", "..\..\test\enumdll\enumdll.vcproj", "{D8D53F43-41EE-486A-8DBD-956D8CD072E8}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "error_api", "..\..\test\error_api\error_api.vcproj", "{7ABA5DD5-77E7-42D3-9C29-84A13B0CAA91}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "error_apidll", "..\..\test\error_apidll\error_apidll.vcproj", "{55894CDC-C220-40FE-B403-D74EAC6EBACF}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "error_compat", "..\..\test\error_compat\error_compat.vcproj", "{265C41B2-30D7-4FF8-A08C-B997363DA763}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "error_compatdll", "..\..\test\error_compatdll\error_compatdll.vcproj", "{309CE6F8-4658-44CB-8E99-0B86DCA77EFC}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "extend", "..\..\test\extend\extend.vcproj", "{8708E58C-F990-4B6C-AD83-745CA9582E92}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "extenddll", "..\..\test\extenddll\extenddll.vcproj", "{76FFD0F6-3D5F-4826-A3BA-DEE92084FA27}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "external", "..\..\test\external\external.vcproj", "{7D293021-0601-498B-91B8-C49580EFB08D}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "externaldll", "..\..\test\externaldll\externaldll.vcproj", "{0CB771D6-9CAB-4799-A7B1-5D89E436E6AF}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fheap", "..\..\test\fheap\fheap.vcproj", "{AACD0537-E8F3-4F0F-A0E6-B99C0F4EF892}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fheapdll", "..\..\TEST\fheapdll\fheapdll.vcproj", "{CEBB9980-4B77-4105-BFEB-4DCDBB1F5E35}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fillval", "..\..\test\fillval\fillval.vcproj", "{CAC1F1E8-55D5-4CC6-857E-F01E59FB8098}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fillvaldll", "..\..\test\fillvaldll\fillvaldll.vcproj", "{0CB176F2-1FA9-467A-986D-512FAD8144B0}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "flush1", "..\..\test\flush1\flush1.vcproj", "{364FF608-7969-4ED1-95B2-8592872F8264}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "flush1dll", "..\..\test\flush1dll\flush1dll.vcproj", "{B36344D1-122C-4BC6-A292-CC82F74CBB0A}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "flush2", "..\..\test\flush2\flush2.vcproj", "{E9F8FC85-8508-4FE7-9BB0-C0494A71BA1B}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "flush2dll", "..\..\test\flush2dll\flush2dll.vcproj", "{F4386ECB-D688-4C18-A091-673F1F8A96E7}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "getname", "..\..\TEST\getname\getname.vcproj", "{B21CA611-6DAE-4051-8B4C-989E135711B1}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "getnamedll", "..\..\test\getnamedll\getnamedll.vcproj", "{80892339-F6CE-4E96-B61B-131095F2612D}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "getub", "..\..\TEST\getub\getub.vcproj", "{2FC5DAE1-36D6-4783-A0F9-96D0B37687A8}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gheap", "..\..\test\gheap\gheap.vcproj", "{9FCBE814-3818-4F1A-975D-05BAF6FF432F}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gheapdll", "..\..\test\gheapdll\gheapdll.vcproj", "{0DA16B6F-0156-417A-9093-589D55BB066C}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gif2h5", "..\..\hl\tools\gifconv\gif2h5.vcproj", "{7C30B2A4-A24D-4796-9754-CABBDB46D0F8}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {9A124450-EC54-4813-B0B1-2CA96B695009} = {9A124450-EC54-4813-B0B1-2CA96B695009} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gif2h5dll", "..\..\hl\tools\gifconvdll\gif2h5dll.vcproj", "{C325E167-DBC3-4611-8AC8-2A118432E35B}" + ProjectSection(ProjectDependencies) = postProject + {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} = {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} + {832DD776-BC7F-40B5-90D0-E6448014CA5B} = {832DD776-BC7F-40B5-90D0-E6448014CA5B} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h52gif", "..\..\hl\tools\gifconv\h52gif.vcproj", "{AA7A40A2-A837-4557-AB3D-D64980F6F8E4}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {9A124450-EC54-4813-B0B1-2CA96B695009} = {9A124450-EC54-4813-B0B1-2CA96B695009} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h52gifdll", "..\..\hl\tools\gifconvdll\h52gifdll.vcproj", "{834DD32C-D078-441F-95F4-9CDE108B60AE}" + ProjectSection(ProjectDependencies) = postProject + {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} = {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} + {832DD776-BC7F-40B5-90D0-E6448014CA5B} = {832DD776-BC7F-40B5-90D0-E6448014CA5B} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5copy", "..\..\tools\h5copy\h5copy.vcproj", "{69952435-F01F-46A7-B907-A78EBC864ED7}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5debug", "..\..\tools\h5debug\h5debug.vcproj", "{BE1A0022-708E-4CC2-B01C-26BD99AB6576}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5debugdll", "..\..\tools\h5debugdll\h5debugdll.vcproj", "{D10F67D0-8057-49C2-A62A-12D0C512288E}" + ProjectSection(ProjectDependencies) = postProject + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5diff", "..\..\TOOLS\h5diff\h5diff.vcproj", "{1C5A9EC8-F882-4A8A-B773-E79CD46369AF}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5diffdll", "..\..\TOOLS\h5diffdll\h5diffdll.vcproj", "{EC6B5EAD-D938-4211-A7B1-01C9D2C15160}" + ProjectSection(ProjectDependencies) = postProject + {832DD776-BC7F-40B5-90D0-E6448014CA5B} = {832DD776-BC7F-40B5-90D0-E6448014CA5B} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5difftst", "..\..\TOOLS\TESTFILES\h5difftst\h5difftst.vcproj", "{1F80CDF7-B1CB-4303-B282-A21EDC2BDCB4}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5dump", "..\..\tools\h5dump\h5dump.vcproj", "{9A8352DF-AA1E-4FE0-9494-F9D6B4E10CA2}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5dumpdll", "..\..\tools\h5dumpdll\h5dumpdll.vcproj", "{7E207F6A-DC28-4DEB-8454-7977092131DC}" + ProjectSection(ProjectDependencies) = postProject + {832DD776-BC7F-40B5-90D0-E6448014CA5B} = {832DD776-BC7F-40B5-90D0-E6448014CA5B} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5dumptst", "..\..\tools\testfiles\h5dumptst\h5dumptst.vcproj", "{0A33B4FE-A2C9-4B7F-ACEC-D251308182ED}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5import", "..\..\tools\h5import\h5import.vcproj", "{9E588AD8-14BD-4BA3-B4EA-16D1D882C700}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5importdll", "..\..\tools\h5importdll\h5importdll.vcproj", "{2DCDB978-79B7-4A3A-B24A-D908A49B7D50}" + ProjectSection(ProjectDependencies) = postProject + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5importtst", "..\..\TOOLS\TESTFILES\h5importtst\h5importtst.vcproj", "{AF696934-5004-4C1D-90C3-B434E92AFB89}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5jam", "..\..\TOOLS\h5jam\h5jam.vcproj", "{196F5935-2391-49A7-B6A2-410DF8149F0D}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5jamtst", "..\..\TOOLS\TESTFILES\h5jamtst\h5jamtst.vcproj", "{E8896FEE-8601-4AFC-91EA-6F9698574174}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5ls", "..\..\tools\h5ls\h5ls.vcproj", "{357A1E1A-D5EA-42FB-B4B1-EEB8A4B2BBF0}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5lsdll", "..\..\tools\h5lsdll\h5lsdll.vcproj", "{18FBE8C2-CD20-4D99-9E0B-63B408CE4850}" + ProjectSection(ProjectDependencies) = postProject + {832DD776-BC7F-40B5-90D0-E6448014CA5B} = {832DD776-BC7F-40B5-90D0-E6448014CA5B} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5mkgrp", "..\..\TOOLS\h5mkgrp\h5mkgrp.vcproj", "{ABBF8F3E-F1B5-45FA-8FD0-50B167511EDF}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5repack", "..\..\tools\h5repack\h5repack.vcproj", "{411D221C-9FA1-417E-8A2B-DF746F4C7E07}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5repackdll", "..\..\TOOLS\h5repackdll\h5repackdll.vcproj", "{854F7E09-CEB5-44CD-B924-3FFAC7936323}" + ProjectSection(ProjectDependencies) = postProject + {832DD776-BC7F-40B5-90D0-E6448014CA5B} = {832DD776-BC7F-40B5-90D0-E6448014CA5B} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5repacktst", "..\..\tools\testfiles\h5repacktst\h5repacktst.vcproj", "{AC4C582B-B27D-4E57-A59F-6FF0E833C6E5}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5repart", "..\..\tools\h5repart\h5repart.vcproj", "{F2E38A8C-F3A3-4DA4-B9C2-11C753FF51BF}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5repart_gentest", "..\..\TOOLS\TESTFILES\h5repart_gentest\h5repart_gentest.vcproj", "{EBF7C380-5F58-462D-993D-75B53F83FA81}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5repartdll", "..\..\tools\h5repartdll\h5repartdll.vcproj", "{89DA820B-7A3B-46FA-AE09-971A739BEEFD}" + ProjectSection(ProjectDependencies) = postProject + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5reparttst", "..\..\TOOLS\TESTFILES\h5reparttst\h5reparttst.vcproj", "{53022A9D-F5B2-407C-9A29-3AC71B3E6DDC}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5stat", "..\..\TOOLS\h5stat\h5stat.vcproj", "{405F6F0A-DBE6-4A4E-AAE2-D4D514BA0CF5}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5statdll", "..\..\TOOLS\h5statdll\h5statdll.vcproj", "{165195D1-B742-4030-8B12-3FE94B829D45}" + ProjectSection(ProjectDependencies) = postProject + {832DD776-BC7F-40B5-90D0-E6448014CA5B} = {832DD776-BC7F-40B5-90D0-E6448014CA5B} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h5unjam", "..\..\TOOLS\h5unjam\h5unjam.vcproj", "{52E83C17-2B68-44B5-881D-4F6338FB14C7}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5", "..\hdf5\hdf5.vcproj", "{26346A09-C500-49E7-963A-D22A8E09AAB7}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_cpp", "..\hdf5_cpp\hdf5_cpp.vcproj", "{FB74E351-0C4E-4173-B0D3-10DD12F2DCA5}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_cppdll", "..\hdf5_cppdll\hdf5_cppdll.vcproj", "{D279901A-8E21-47D3-B7EA-A572EE12F2E6}" + ProjectSection(ProjectDependencies) = postProject + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_f90cstub", "..\hdf5_f90cstub\hdf5_f90cstub.vcproj", "{CF055FEA-4433-439A-9688-BFD73D260706}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_f90cstubdll", "..\hdf5_f90cstubdll\hdf5_f90cstubdll.vcproj", "{668327AB-1F82-46EE-A157-CD79AB8BF323}" + ProjectSection(ProjectDependencies) = postProject + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_hl", "..\hdf5_hl\hdf5_hl.vcproj", "{9A124450-EC54-4813-B0B1-2CA96B695009}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_hl_cpp", "..\hdf5_hl_cpp\hdf5_hl_cpp.vcproj", "{7693B383-C2CB-43FD-A428-598F73D214F7}" + ProjectSection(ProjectDependencies) = postProject + {9A124450-EC54-4813-B0B1-2CA96B695009} = {9A124450-EC54-4813-B0B1-2CA96B695009} + {FB74E351-0C4E-4173-B0D3-10DD12F2DCA5} = {FB74E351-0C4E-4173-B0D3-10DD12F2DCA5} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_hl_cppdll", "..\hdf5_hl_cppdll\hdf5_hl_cppdll.vcproj", "{3EDEB434-F59E-4C50-8884-F0BB29845619}" + ProjectSection(ProjectDependencies) = postProject + {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} = {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_hl_f90cstubdll", "..\hdf5_hl_f90cstubdll\hdf5_hl_f90cstubdll.vcproj", "{DB6C7D17-28B1-4E5A-A61E-C53FEB545937}" + ProjectSection(ProjectDependencies) = postProject + {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} = {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} + {668327AB-1F82-46EE-A157-CD79AB8BF323} = {668327AB-1F82-46EE-A157-CD79AB8BF323} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_hl_fortran_lib", "..\hdf5_hl_fortran\hdf5_hl_fortran_lib.vcproj", "{01DA0D22-D220-4ACE-9EB0-EA3906098C0A}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_hldll", "..\hdf5_hldll\hdf5_hldll.vcproj", "{CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C}" + ProjectSection(ProjectDependencies) = postProject + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5dll", "..\hdf5dll\hdf5dll.vcproj", "{C9535AD9-C61D-4691-A5CE-52EF359892AF}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_ds", "..\..\HL\TEST\hl_test_ds\hl_test_ds.vcproj", "{6410E6D2-EDBF-439D-8C43-1AB0C37AC851}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {9A124450-EC54-4813-B0B1-2CA96B695009} = {9A124450-EC54-4813-B0B1-2CA96B695009} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_dsdll", "..\..\hl\test\hl_test_dsdll\hl_test_dsdll.vcproj", "{3B4A4A62-FDAC-4219-98BD-80C4FE5D4B2F}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} = {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_image", "..\..\HL\TEST\hl_test_image\hl_test_image.vcproj", "{03359B45-E43D-44B3-BDE5-8B14D9F0D827}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {9A124450-EC54-4813-B0B1-2CA96B695009} = {9A124450-EC54-4813-B0B1-2CA96B695009} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_imagedll", "..\..\hl\test\hl_test_imagedll\hl_test_imagedll.vcproj", "{9A226D92-9326-4907-A462-25997D5C9427}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} = {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_lite", "..\..\HL\TEST\hl_test_lite\hl_test_lite.vcproj", "{6FFCE804-EF4A-468F-A174-561934C153A1}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {9A124450-EC54-4813-B0B1-2CA96B695009} = {9A124450-EC54-4813-B0B1-2CA96B695009} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_litedll", "..\..\hl\test\hl_test_litedll\hl_test_litedll.vcproj", "{98AE818A-E887-414B-985F-85F8411916C9}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} = {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_packet", "..\..\HL\TEST\hl_test_packet\hl_test_packet.vcproj", "{5CC7FFCE-2612-41B6-AF83-C1B61F67949B}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {9A124450-EC54-4813-B0B1-2CA96B695009} = {9A124450-EC54-4813-B0B1-2CA96B695009} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_packetdll", "..\..\hl\test\hl_test_packetdll\hl_test_packetdll.vcproj", "{E3B02B7C-6CF5-42C5-8AF5-48D2B6D8F94B}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} = {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_table", "..\..\HL\TEST\hl_test_table\hl_test_table.vcproj", "{43069CE7-E7CB-4EBF-A6CC-31E7A06D3835}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {9A124450-EC54-4813-B0B1-2CA96B695009} = {9A124450-EC54-4813-B0B1-2CA96B695009} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_table_cpp", "..\..\hl\c++\test\hl_test_table_cpp\hl_test_table_cpp.vcproj", "{6312B365-AA53-43AA-BD00-848C1323CA8B}" + ProjectSection(ProjectDependencies) = postProject + {FB74E351-0C4E-4173-B0D3-10DD12F2DCA5} = {FB74E351-0C4E-4173-B0D3-10DD12F2DCA5} + {7693B383-C2CB-43FD-A428-598F73D214F7} = {7693B383-C2CB-43FD-A428-598F73D214F7} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_table_cppdll", "..\..\hl\c++\test\hl_test_table_cppdll\hl_test_table_cppdll.vcproj", "{0D18A50F-52B3-4322-AC0D-F15CD657CEC4}" + ProjectSection(ProjectDependencies) = postProject + {D279901A-8E21-47D3-B7EA-A572EE12F2E6} = {D279901A-8E21-47D3-B7EA-A572EE12F2E6} + {3EDEB434-F59E-4C50-8884-F0BB29845619} = {3EDEB434-F59E-4C50-8884-F0BB29845619} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hl_test_tabledll", "..\..\hl\test\hl_test_tabledll\hl_test_tabledll.vcproj", "{D1AADCA9-FB5A-4F44-8E11-8232941E2C33}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} = {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hyperslab", "..\..\test\hyperslab\hyperslab.vcproj", "{1AB767EA-546C-4F72-BC1F-6AA0458512D8}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hyperslabdll", "..\..\test\hyperslabdll\hyperslabdll.vcproj", "{CEA44545-33C8-4C63-9F8C-85BA48F45637}" + ProjectSection(ProjectDependencies) = postProject + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iopipe", "..\..\test\iopipe\iopipe.vcproj", "{73B78F11-3DCC-4A00-B4A6-E5A8FAE9DD90}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iopipedll", "..\..\test\iopipedll\iopipedll.vcproj", "{4E8105F2-56D4-45D6-9017-706F804052E7}" + ProjectSection(ProjectDependencies) = postProject + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "istore", "..\..\test\istore\istore.vcproj", "{C4BA3E66-2310-43E7-B30A-ABDCCF44D823}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "istoredll", "..\..\test\istoredll\istoredll.vcproj", "{BE4FFA8B-2988-4888-A9B9-DD108BCBA8A6}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lheap", "..\..\test\lheap\lheap.vcproj", "{5A90FD64-6EED-45E1-A147-D9FE72788570}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lheapdll", "..\..\test\lheapdll\lheapdll.vcproj", "{E02CDAAC-05F4-436B-B245-2A402FFA131F}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtest", "..\..\test\libtest\libtest.vcproj", "{A80D439C-37B4-4619-A122-1C69F567733B}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtestD", "..\..\test\libtestD\libtestD.vcproj", "{54BDA057-C716-4807-A35E-73185DCB236D}" + ProjectSection(ProjectDependencies) = postProject + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtest_cstubdll", "..\..\fortran\test\libtest_cstubdll\libtest_cstubdll.vcproj", "{1BFA0FE4-B924-4325-9EA1-3CB26BBAE31C}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtest_fortran_lib", "..\..\FORTRAN\TEST\libtest_fortran\libtest_fortran_lib.vcproj", "{2B93688D-D766-4295-ABFA-003CF905F8D8}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "links", "..\..\test\links\links.vcproj", "{8792D377-8105-4C67-87F1-115E48D0178F}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "linksdll", "..\..\test\linksdll\linksdll.vcproj", "{27CCFE35-61A5-434F-8B83-9A40AE2AE8C5}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mount", "..\..\test\mount\mount.vcproj", "{4EE91AD5-8332-4FD3-A5E3-BF4C145BB53A}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mountdll", "..\..\test\mountdll\mountdll.vcproj", "{CE7C4168-68A6-43B2-BAE7-B2CF857C8F03}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mtime", "..\..\test\mtime\mtime.vcproj", "{40EBF7DB-330C-4F56-AE68-9FC7D75CB5D5}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mtimedll", "..\..\test\mtimedll\mtimedll.vcproj", "{7F1AFE93-97E7-4905-A2CF-5C845D7FDD4F}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ntypes", "..\..\test\ntypes\ntypes.vcproj", "{0A049202-6533-413E-89D6-5D6866AAE703}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ntypesdll", "..\..\test\ntypesdll\ntypesdll.vcproj", "{9AAC897A-70FA-4E5E-BF48-F664C12B05C7}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "objcopy", "..\..\TEST\objcopy\objcopy.vcproj", "{34C0FDFA-81D6-4652-B841-894BD1A15FB0}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "objcopydll", "..\..\TEST\objcopydll\objcopydll.vcproj", "{794B7E1E-E6AD-456D-9F33-FCE317325EC4}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ohdr", "..\..\test\ohdr\ohdr.vcproj", "{DB97D6C6-2E60-47DC-AED7-4691A1D6DC05}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ohdr_gentst", "..\..\TEST\ohdr_gentst\ohdr_gentst.vcproj", "{400D995A-CFC8-4D39-A449-88BE067834F8}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ohdrdll", "..\..\test\ohdrdll\ohdrdll.vcproj", "{37605955-FA00-41C9-9D39-D078CF270376}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "overhead", "..\..\test\overhead\overhead.vcproj", "{9A9D7ABC-ED3A-462E-9ED1-CB55F14174F3}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "overheaddll", "..\..\test\overheaddll\overheaddll.vcproj", "{71A1C081-FF1C-452B-B938-95551D565302}" + ProjectSection(ProjectDependencies) = postProject + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pool", "..\..\TEST\pool\pool.vcproj", "{9ADAE03A-2060-471E-A7B5-9D8F6995223A}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pooldll", "..\..\TEST\pooldll\pooldll.vcproj", "{DFE42486-47A2-487C-81B9-DDCDA9F07BF0}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "reserved", "..\..\TEST\reserved\reserved.vcproj", "{2248C52C-75DC-465B-A598-6E89CC93E00D}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "reserveddll", "..\..\TEST\reserveddll\reserveddll.vcproj", "{C2E6106F-1450-4F62-8D8E-17A93E986B26}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "set_extent", "..\..\TEST\set_extent\set_extent.vcproj", "{E81413CC-046C-42B0-B862-0BB81AED2854}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "set_extentdll", "..\..\test\set_extentdll\set_extentdll.vcproj", "{14DB1F8E-0BF6-4E9D-8372-5EA9ED48347F}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stab", "..\..\test\stab\stab.vcproj", "{17DC13C3-78E0-4EF5-B7B1-87EB1A379D2A}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stabdll", "..\..\test\stabdll\stabdll.vcproj", "{7CF4F18C-3C74-4EBB-AD76-F41575D7A5A0}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "talign", "..\..\TOOLS\talign\talign.vcproj", "{E6A9BFE8-84DE-46C0-A372-72087598018E}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "taligndll", "..\..\TOOLS\taligndll\taligndll.vcproj", "{3BBA31F8-2679-4655-975D-52FDA5ABD5C4}" + ProjectSection(ProjectDependencies) = postProject + {832DD776-BC7F-40B5-90D0-E6448014CA5B} = {832DD776-BC7F-40B5-90D0-E6448014CA5B} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tellub", "..\..\TEST\tellub\tellub.vcproj", "{A26C50E9-D3FB-4490-9CD7-606EB2E77D21}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testh5repack_detect_szip", "..\..\TOOLS\TESTFILES\testh5repack_detect_szip\testh5repack_detect_szip.vcproj", "{5EA5BDAD-3AE9-4BCA-AC1A-93B3B8499C30}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} = {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testh5repack_detect_szipdll", "..\..\TOOLS\TESTFILES\testh5repack_detect_szipdll\testh5repack_detect_szipdll.vcproj", "{E75602FF-F4E6-4F45-AD0D-EA49C0C66DEF}" + ProjectSection(ProjectDependencies) = postProject + {832DD776-BC7F-40B5-90D0-E6448014CA5B} = {832DD776-BC7F-40B5-90D0-E6448014CA5B} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testhdf5", "..\..\test\testhdf5\testhdf5.vcproj", "{D1518671-CB9D-471F-8BCE-A03DE67F26B1}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testhdf5_cpp", "..\..\C++\TEST\testhdf5_cpp\testhdf5_cpp.vcproj", "{EFA04391-B35B-44C0-AB27-1383D4C9E358}" + ProjectSection(ProjectDependencies) = postProject + {FB74E351-0C4E-4173-B0D3-10DD12F2DCA5} = {FB74E351-0C4E-4173-B0D3-10DD12F2DCA5} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testhdf5_cppdll", "..\..\c++\test\testhdf5_cppdll\testhdf5_cppdll.vcproj", "{DBA493BD-3AF1-4616-8A80-F6FD41B70392}" + ProjectSection(ProjectDependencies) = postProject + {D279901A-8E21-47D3-B7EA-A572EE12F2E6} = {D279901A-8E21-47D3-B7EA-A572EE12F2E6} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testhdf5dll", "..\..\test\testhdf5dll\testhdf5dll.vcproj", "{D1FD44F8-8263-4B29-985D-21CE26F45A76}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "toolslib", "..\..\tools\toolslib\toolslib.vcproj", "{473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "toolslibD", "..\..\tools\toolslibD\toolslibD.vcproj", "{832DD776-BC7F-40B5-90D0-E6448014CA5B}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ttsafedll", "..\..\test\ttsafedll\ttsafedll.vcproj", "{DDDFC0AC-2ECB-4930-9C83-788AC7C1343E}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unlink", "..\..\test\unlink\unlink.vcproj", "{9321B2C5-74B3-4743-9D87-B0FDCB47373B}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unlinkdll", "..\..\test\unlinkdll\unlinkdll.vcproj", "{685666ED-4640-47EE-AEA5-35B9602CA541}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vfd", "..\..\TEST\vfd\vfd.vcproj", "{744EA5E0-18C8-4757-82DE-2D0CF11DBDDE}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vfddll", "..\..\TEST\vfddll\vfddll.vcproj", "{0C5E3F36-3338-4B2C-A956-4D577B6119E7}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "flush1_fortran", "..\..\fortran\test\flush1_fortran\flush1_fortran.vfproj", "{F445FB75-3390-47BE-8179-6A9222A9ACD8}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {84571A5E-D9A6-4672-9F86-3F8E32C93FDF} = {84571A5E-D9A6-4672-9F86-3F8E32C93FDF} + {2B93688D-D766-4295-ABFA-003CF905F8D8} = {2B93688D-D766-4295-ABFA-003CF905F8D8} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + {26F2FDA4-17DC-4E1A-B9AC-124C460A4391} = {26F2FDA4-17DC-4E1A-B9AC-124C460A4391} + {CF055FEA-4433-439A-9688-BFD73D260706} = {CF055FEA-4433-439A-9688-BFD73D260706} + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "flush1_fortrandll", "..\..\fortran\test\flush1_fortrandll\flush1_fortrandll.vfproj", "{8D4599CD-B4B1-4ABB-9AB0-45002AAFEA7E}" + ProjectSection(ProjectDependencies) = postProject + {71C6994C-3102-4A2A-B0AE-88A590CB36CE} = {71C6994C-3102-4A2A-B0AE-88A590CB36CE} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {1063E387-0167-411C-85B9-96B043C4BDB3} = {1063E387-0167-411C-85B9-96B043C4BDB3} + {668327AB-1F82-46EE-A157-CD79AB8BF323} = {668327AB-1F82-46EE-A157-CD79AB8BF323} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + {1BFA0FE4-B924-4325-9EA1-3CB26BBAE31C} = {1BFA0FE4-B924-4325-9EA1-3CB26BBAE31C} + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "flush2_fortran", "..\..\fortran\test\flush2_fortran\flush2_fortran.vfproj", "{A4C4D9C2-DFB5-4A09-8C6D-968113C58247}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {84571A5E-D9A6-4672-9F86-3F8E32C93FDF} = {84571A5E-D9A6-4672-9F86-3F8E32C93FDF} + {2B93688D-D766-4295-ABFA-003CF905F8D8} = {2B93688D-D766-4295-ABFA-003CF905F8D8} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + {26F2FDA4-17DC-4E1A-B9AC-124C460A4391} = {26F2FDA4-17DC-4E1A-B9AC-124C460A4391} + {CF055FEA-4433-439A-9688-BFD73D260706} = {CF055FEA-4433-439A-9688-BFD73D260706} + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "flush2_fortrandll", "..\..\fortran\test\flush2_fortrandll\flush2_fortrandll.vfproj", "{C865016E-1FE1-4FD7-959D-62E795206E76}" + ProjectSection(ProjectDependencies) = postProject + {71C6994C-3102-4A2A-B0AE-88A590CB36CE} = {71C6994C-3102-4A2A-B0AE-88A590CB36CE} + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {1063E387-0167-411C-85B9-96B043C4BDB3} = {1063E387-0167-411C-85B9-96B043C4BDB3} + {668327AB-1F82-46EE-A157-CD79AB8BF323} = {668327AB-1F82-46EE-A157-CD79AB8BF323} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + {1BFA0FE4-B924-4325-9EA1-3CB26BBAE31C} = {1BFA0FE4-B924-4325-9EA1-3CB26BBAE31C} + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "hdf5_fortran", "..\hdf5_fortran\hdf5_fortran.vfproj", "{26F2FDA4-17DC-4E1A-B9AC-124C460A4391}" + ProjectSection(ProjectDependencies) = postProject + {CF055FEA-4433-439A-9688-BFD73D260706} = {CF055FEA-4433-439A-9688-BFD73D260706} + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "hdf5_fortrandll", "..\hdf5_fortrandll\hdf5_fortrandll.vfproj", "{1063E387-0167-411C-85B9-96B043C4BDB3}" + ProjectSection(ProjectDependencies) = postProject + {668327AB-1F82-46EE-A157-CD79AB8BF323} = {668327AB-1F82-46EE-A157-CD79AB8BF323} + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "hdf5_hl_fortran", "..\hdf5_hl_fortran\hdf5_hl_fortran.vfproj", "{F9428466-5FA2-47C9-BB02-288EDE7016A4}" + ProjectSection(ProjectDependencies) = postProject + {01DA0D22-D220-4ACE-9EB0-EA3906098C0A} = {01DA0D22-D220-4ACE-9EB0-EA3906098C0A} + {26F2FDA4-17DC-4E1A-B9AC-124C460A4391} = {26F2FDA4-17DC-4E1A-B9AC-124C460A4391} + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "hdf5_hl_fortrandll", "..\hdf5_hl_fortrandll\hdf5_hl_fortrandll.vfproj", "{487B4E71-1CB9-49A1-920C-1F505D8B76F8}" + ProjectSection(ProjectDependencies) = postProject + {DB6C7D17-28B1-4E5A-A61E-C53FEB545937} = {DB6C7D17-28B1-4E5A-A61E-C53FEB545937} + {1063E387-0167-411C-85B9-96B043C4BDB3} = {1063E387-0167-411C-85B9-96B043C4BDB3} + {668327AB-1F82-46EE-A157-CD79AB8BF323} = {668327AB-1F82-46EE-A157-CD79AB8BF323} + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "hl_test_image_fortran", "..\..\hl\fortran\test\hl_test_image_fortran\hl_test_image_fortran.vfproj", "{1C2FF3B6-639A-4047-90DE-327B82BF3ACB}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {01DA0D22-D220-4ACE-9EB0-EA3906098C0A} = {01DA0D22-D220-4ACE-9EB0-EA3906098C0A} + {9A124450-EC54-4813-B0B1-2CA96B695009} = {9A124450-EC54-4813-B0B1-2CA96B695009} + {F9428466-5FA2-47C9-BB02-288EDE7016A4} = {F9428466-5FA2-47C9-BB02-288EDE7016A4} + {26F2FDA4-17DC-4E1A-B9AC-124C460A4391} = {26F2FDA4-17DC-4E1A-B9AC-124C460A4391} + {CF055FEA-4433-439A-9688-BFD73D260706} = {CF055FEA-4433-439A-9688-BFD73D260706} + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "hl_test_image_fortrandll", "..\..\hl\fortran\test\hl_test_image_fortrandll\hl_test_image_fortrandll.vfproj", "{8659AEE0-2C9A-4666-B70F-C2B8280FD909}" + ProjectSection(ProjectDependencies) = postProject + {DB6C7D17-28B1-4E5A-A61E-C53FEB545937} = {DB6C7D17-28B1-4E5A-A61E-C53FEB545937} + {487B4E71-1CB9-49A1-920C-1F505D8B76F8} = {487B4E71-1CB9-49A1-920C-1F505D8B76F8} + {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} = {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} + {1063E387-0167-411C-85B9-96B043C4BDB3} = {1063E387-0167-411C-85B9-96B043C4BDB3} + {668327AB-1F82-46EE-A157-CD79AB8BF323} = {668327AB-1F82-46EE-A157-CD79AB8BF323} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "hl_test_lite_fortran", "..\..\hl\fortran\test\hl_test_lite_fortran\hl_test_lite_fortran.vfproj", "{3F8103CC-1DB2-4C23-9ABC-430434244D40}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {01DA0D22-D220-4ACE-9EB0-EA3906098C0A} = {01DA0D22-D220-4ACE-9EB0-EA3906098C0A} + {9A124450-EC54-4813-B0B1-2CA96B695009} = {9A124450-EC54-4813-B0B1-2CA96B695009} + {F9428466-5FA2-47C9-BB02-288EDE7016A4} = {F9428466-5FA2-47C9-BB02-288EDE7016A4} + {26F2FDA4-17DC-4E1A-B9AC-124C460A4391} = {26F2FDA4-17DC-4E1A-B9AC-124C460A4391} + {CF055FEA-4433-439A-9688-BFD73D260706} = {CF055FEA-4433-439A-9688-BFD73D260706} + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "hl_test_lite_fortrandll", "..\..\hl\fortran\test\hl_test_lite_fortrandll\hl_test_lite_fortrandll.vfproj", "{5E617A56-25B2-41E8-8D69-109600819716}" + ProjectSection(ProjectDependencies) = postProject + {DB6C7D17-28B1-4E5A-A61E-C53FEB545937} = {DB6C7D17-28B1-4E5A-A61E-C53FEB545937} + {487B4E71-1CB9-49A1-920C-1F505D8B76F8} = {487B4E71-1CB9-49A1-920C-1F505D8B76F8} + {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} = {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} + {1063E387-0167-411C-85B9-96B043C4BDB3} = {1063E387-0167-411C-85B9-96B043C4BDB3} + {668327AB-1F82-46EE-A157-CD79AB8BF323} = {668327AB-1F82-46EE-A157-CD79AB8BF323} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "hl_test_table_fortran", "..\..\hl\fortran\test\hl_test_table_fortran\hl_test_table_fortran.vfproj", "{C8202A85-1F3A-4B34-869C-B1E8CA829299}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {01DA0D22-D220-4ACE-9EB0-EA3906098C0A} = {01DA0D22-D220-4ACE-9EB0-EA3906098C0A} + {9A124450-EC54-4813-B0B1-2CA96B695009} = {9A124450-EC54-4813-B0B1-2CA96B695009} + {F9428466-5FA2-47C9-BB02-288EDE7016A4} = {F9428466-5FA2-47C9-BB02-288EDE7016A4} + {26F2FDA4-17DC-4E1A-B9AC-124C460A4391} = {26F2FDA4-17DC-4E1A-B9AC-124C460A4391} + {CF055FEA-4433-439A-9688-BFD73D260706} = {CF055FEA-4433-439A-9688-BFD73D260706} + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "hl_test_table_fortrandll", "..\..\hl\fortran\test\hl_test_table_fortrandll\hl_test_table_fortrandll.vfproj", "{3F645EFF-3A91-4CF3-9B60-76E0C33686A7}" + ProjectSection(ProjectDependencies) = postProject + {DB6C7D17-28B1-4E5A-A61E-C53FEB545937} = {DB6C7D17-28B1-4E5A-A61E-C53FEB545937} + {487B4E71-1CB9-49A1-920C-1F505D8B76F8} = {487B4E71-1CB9-49A1-920C-1F505D8B76F8} + {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} = {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C} + {1063E387-0167-411C-85B9-96B043C4BDB3} = {1063E387-0167-411C-85B9-96B043C4BDB3} + {668327AB-1F82-46EE-A157-CD79AB8BF323} = {668327AB-1F82-46EE-A157-CD79AB8BF323} + {C9535AD9-C61D-4691-A5CE-52EF359892AF} = {C9535AD9-C61D-4691-A5CE-52EF359892AF} + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "libtest_fortran", "..\..\fortran\test\libtest_fortran\libtest_fortran.vfproj", "{84571A5E-D9A6-4672-9F86-3F8E32C93FDF}" + ProjectSection(ProjectDependencies) = postProject + {2B93688D-D766-4295-ABFA-003CF905F8D8} = {2B93688D-D766-4295-ABFA-003CF905F8D8} + {A80D439C-37B4-4619-A122-1C69F567733B} = {A80D439C-37B4-4619-A122-1C69F567733B} + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "libtest_fortrandll", "..\..\fortran\test\libtest_fortrandll\libtest_fortrandll.vfproj", "{71C6994C-3102-4A2A-B0AE-88A590CB36CE}" + ProjectSection(ProjectDependencies) = postProject + {54BDA057-C716-4807-A35E-73185DCB236D} = {54BDA057-C716-4807-A35E-73185DCB236D} + {1063E387-0167-411C-85B9-96B043C4BDB3} = {1063E387-0167-411C-85B9-96B043C4BDB3} + {1BFA0FE4-B924-4325-9EA1-3CB26BBAE31C} = {1BFA0FE4-B924-4325-9EA1-3CB26BBAE31C} + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "testhdf5_fortran", "..\..\fortran\test\testhdf5_fortran\testhdf5_fortran.vfproj", "{F04E2D13-2096-4C67-AA4C-63C9015474B1}" + ProjectSection(ProjectDependencies) = postProject + {26346A09-C500-49E7-963A-D22A8E09AAB7} = {26346A09-C500-49E7-963A-D22A8E09AAB7} + {84571A5E-D9A6-4672-9F86-3F8E32C93FDF} = {84571A5E-D9A6-4672-9F86-3F8E32C93FDF} + {2B93688D-D766-4295-ABFA-003CF905F8D8} = {2B93688D-D766-4295-ABFA-003CF905F8D8} + {26F2FDA4-17DC-4E1A-B9AC-124C460A4391} = {26F2FDA4-17DC-4E1A-B9AC-124C460A4391} + {CF055FEA-4433-439A-9688-BFD73D260706} = {CF055FEA-4433-439A-9688-BFD73D260706} + EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "testhdf5_fortrandll", "..\..\fortran\test\testhdf5_fortrandll\testhdf5_fortrandll.vfproj", "{6923D270-FB9F-4F40-8268-9C542ADABD88}" + ProjectSection(ProjectDependencies) = postProject + {71C6994C-3102-4A2A-B0AE-88A590CB36CE} = {71C6994C-3102-4A2A-B0AE-88A590CB36CE} + {1063E387-0167-411C-85B9-96B043C4BDB3} = {1063E387-0167-411C-85B9-96B043C4BDB3} + {668327AB-1F82-46EE-A157-CD79AB8BF323} = {668327AB-1F82-46EE-A157-CD79AB8BF323} + {1BFA0FE4-B924-4325-9EA1-3CB26BBAE31C} = {1BFA0FE4-B924-4325-9EA1-3CB26BBAE31C} + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {24E5C6DF-1FA4-49AD-AE75-1D9347966CC5}.Debug.ActiveCfg = Debug|Win32 + {24E5C6DF-1FA4-49AD-AE75-1D9347966CC5}.Debug.Build.0 = Debug|Win32 + {24E5C6DF-1FA4-49AD-AE75-1D9347966CC5}.Release.ActiveCfg = Release|Win32 + {24E5C6DF-1FA4-49AD-AE75-1D9347966CC5}.Release.Build.0 = Release|Win32 + {009F2CC9-B131-4C51-BCFD-CEBDEFCB32C7}.Debug.ActiveCfg = Debug|Win32 + {009F2CC9-B131-4C51-BCFD-CEBDEFCB32C7}.Debug.Build.0 = Debug|Win32 + {009F2CC9-B131-4C51-BCFD-CEBDEFCB32C7}.Release.ActiveCfg = Release|Win32 + {009F2CC9-B131-4C51-BCFD-CEBDEFCB32C7}.Release.Build.0 = Release|Win32 + {8C97CA6D-2210-4D1F-AEF2-5D56FFBCE767}.Debug.ActiveCfg = Debug|Win32 + {8C97CA6D-2210-4D1F-AEF2-5D56FFBCE767}.Debug.Build.0 = Debug|Win32 + {8C97CA6D-2210-4D1F-AEF2-5D56FFBCE767}.Release.ActiveCfg = Release|Win32 + {8C97CA6D-2210-4D1F-AEF2-5D56FFBCE767}.Release.Build.0 = Release|Win32 + {BE9A4A65-F25B-4DCF-8B55-06B3D0C685CB}.Debug.ActiveCfg = Debug|Win32 + {BE9A4A65-F25B-4DCF-8B55-06B3D0C685CB}.Debug.Build.0 = Debug|Win32 + {BE9A4A65-F25B-4DCF-8B55-06B3D0C685CB}.Release.ActiveCfg = Release|Win32 + {BE9A4A65-F25B-4DCF-8B55-06B3D0C685CB}.Release.Build.0 = Release|Win32 + {958A5473-0E7C-4FA1-9C2F-AEA0925EF5AD}.Debug.ActiveCfg = Debug|Win32 + {958A5473-0E7C-4FA1-9C2F-AEA0925EF5AD}.Debug.Build.0 = Debug|Win32 + {958A5473-0E7C-4FA1-9C2F-AEA0925EF5AD}.Release.ActiveCfg = Release|Win32 + {958A5473-0E7C-4FA1-9C2F-AEA0925EF5AD}.Release.Build.0 = Release|Win32 + {E5C9E235-E10F-4F46-A94F-A112CD8D867E}.Debug.ActiveCfg = Debug|Win32 + {E5C9E235-E10F-4F46-A94F-A112CD8D867E}.Debug.Build.0 = Debug|Win32 + {E5C9E235-E10F-4F46-A94F-A112CD8D867E}.Release.ActiveCfg = Release|Win32 + {E5C9E235-E10F-4F46-A94F-A112CD8D867E}.Release.Build.0 = Release|Win32 + {8CE6FF9D-8A14-4A45-971A-18972109AC9D}.Debug.ActiveCfg = Debug|Win32 + {8CE6FF9D-8A14-4A45-971A-18972109AC9D}.Debug.Build.0 = Debug|Win32 + {8CE6FF9D-8A14-4A45-971A-18972109AC9D}.Release.ActiveCfg = Release|Win32 + {8CE6FF9D-8A14-4A45-971A-18972109AC9D}.Release.Build.0 = Release|Win32 + {34EEE194-B77E-453E-9C59-252C0421188A}.Debug.ActiveCfg = Debug|Win32 + {34EEE194-B77E-453E-9C59-252C0421188A}.Debug.Build.0 = Debug|Win32 + {34EEE194-B77E-453E-9C59-252C0421188A}.Release.ActiveCfg = Release|Win32 + {34EEE194-B77E-453E-9C59-252C0421188A}.Release.Build.0 = Release|Win32 + {4BAFED6D-07B4-465D-8C93-81A1C2EF02E0}.Debug.ActiveCfg = Debug|Win32 + {4BAFED6D-07B4-465D-8C93-81A1C2EF02E0}.Debug.Build.0 = Debug|Win32 + {4BAFED6D-07B4-465D-8C93-81A1C2EF02E0}.Release.ActiveCfg = Release|Win32 + {4BAFED6D-07B4-465D-8C93-81A1C2EF02E0}.Release.Build.0 = Release|Win32 + {4F8B23C1-9832-4C3B-A836-2FBB53F628A0}.Debug.ActiveCfg = Debug|Win32 + {4F8B23C1-9832-4C3B-A836-2FBB53F628A0}.Debug.Build.0 = Debug|Win32 + {4F8B23C1-9832-4C3B-A836-2FBB53F628A0}.Release.ActiveCfg = Release|Win32 + {4F8B23C1-9832-4C3B-A836-2FBB53F628A0}.Release.Build.0 = Release|Win32 + {EB5DE4FB-CC65-47BF-9D94-AC96B01B6A33}.Debug.ActiveCfg = Debug|Win32 + {EB5DE4FB-CC65-47BF-9D94-AC96B01B6A33}.Debug.Build.0 = Debug|Win32 + {EB5DE4FB-CC65-47BF-9D94-AC96B01B6A33}.Release.ActiveCfg = Release|Win32 + {EB5DE4FB-CC65-47BF-9D94-AC96B01B6A33}.Release.Build.0 = Release|Win32 + {D0CEF98C-07B5-4A8A-9153-43FDF6B5F169}.Debug.ActiveCfg = Debug|Win32 + {D0CEF98C-07B5-4A8A-9153-43FDF6B5F169}.Debug.Build.0 = Debug|Win32 + {D0CEF98C-07B5-4A8A-9153-43FDF6B5F169}.Release.ActiveCfg = Release|Win32 + {D0CEF98C-07B5-4A8A-9153-43FDF6B5F169}.Release.Build.0 = Release|Win32 + {57A5C559-F1BD-49F1-9B5E-13591D22FD75}.Debug.ActiveCfg = Debug|Win32 + {57A5C559-F1BD-49F1-9B5E-13591D22FD75}.Debug.Build.0 = Debug|Win32 + {57A5C559-F1BD-49F1-9B5E-13591D22FD75}.Release.ActiveCfg = Release|Win32 + {57A5C559-F1BD-49F1-9B5E-13591D22FD75}.Release.Build.0 = Release|Win32 + {4941199C-EB11-460D-8EF7-9F68293AE202}.Debug.ActiveCfg = Debug|Win32 + {4941199C-EB11-460D-8EF7-9F68293AE202}.Debug.Build.0 = Debug|Win32 + {4941199C-EB11-460D-8EF7-9F68293AE202}.Release.ActiveCfg = Release|Win32 + {4941199C-EB11-460D-8EF7-9F68293AE202}.Release.Build.0 = Release|Win32 + {BA86B1FE-8CA7-4A96-9FD0-11941F885589}.Debug.ActiveCfg = Debug|Win32 + {BA86B1FE-8CA7-4A96-9FD0-11941F885589}.Debug.Build.0 = Debug|Win32 + {BA86B1FE-8CA7-4A96-9FD0-11941F885589}.Release.ActiveCfg = Release|Win32 + {BA86B1FE-8CA7-4A96-9FD0-11941F885589}.Release.Build.0 = Release|Win32 + {8F4417C5-2F4A-4070-88F9-0AFDB0F8EA14}.Debug.ActiveCfg = Debug|Win32 + {8F4417C5-2F4A-4070-88F9-0AFDB0F8EA14}.Debug.Build.0 = Debug|Win32 + {8F4417C5-2F4A-4070-88F9-0AFDB0F8EA14}.Release.ActiveCfg = Release|Win32 + {8F4417C5-2F4A-4070-88F9-0AFDB0F8EA14}.Release.Build.0 = Release|Win32 + {68A52165-E0EF-4019-B658-1AC734649955}.Debug.ActiveCfg = Debug|Win32 + {68A52165-E0EF-4019-B658-1AC734649955}.Debug.Build.0 = Debug|Win32 + {68A52165-E0EF-4019-B658-1AC734649955}.Release.ActiveCfg = Release|Win32 + {68A52165-E0EF-4019-B658-1AC734649955}.Release.Build.0 = Release|Win32 + {E1F98D07-4724-46CB-B327-5677C1C9266D}.Debug.ActiveCfg = Debug|Win32 + {E1F98D07-4724-46CB-B327-5677C1C9266D}.Debug.Build.0 = Debug|Win32 + {E1F98D07-4724-46CB-B327-5677C1C9266D}.Release.ActiveCfg = Release|Win32 + {E1F98D07-4724-46CB-B327-5677C1C9266D}.Release.Build.0 = Release|Win32 + {8C6D9C00-44A9-432F-B695-F56439C1B288}.Debug.ActiveCfg = Debug|Win32 + {8C6D9C00-44A9-432F-B695-F56439C1B288}.Debug.Build.0 = Debug|Win32 + {8C6D9C00-44A9-432F-B695-F56439C1B288}.Release.ActiveCfg = Release|Win32 + {8C6D9C00-44A9-432F-B695-F56439C1B288}.Release.Build.0 = Release|Win32 + {D15E5D9B-A1A6-4935-889C-D880FD0068CE}.Debug.ActiveCfg = Debug|Win32 + {D15E5D9B-A1A6-4935-889C-D880FD0068CE}.Debug.Build.0 = Debug|Win32 + {D15E5D9B-A1A6-4935-889C-D880FD0068CE}.Release.ActiveCfg = Release|Win32 + {D15E5D9B-A1A6-4935-889C-D880FD0068CE}.Release.Build.0 = Release|Win32 + {A90ADD88-DA1B-4642-A97B-37DF89433858}.Debug.ActiveCfg = Debug|Win32 + {A90ADD88-DA1B-4642-A97B-37DF89433858}.Debug.Build.0 = Debug|Win32 + {A90ADD88-DA1B-4642-A97B-37DF89433858}.Release.ActiveCfg = Release|Win32 + {A90ADD88-DA1B-4642-A97B-37DF89433858}.Release.Build.0 = Release|Win32 + {802B922A-E813-438E-A180-4A8839A11A55}.Debug.ActiveCfg = Debug|Win32 + {802B922A-E813-438E-A180-4A8839A11A55}.Debug.Build.0 = Debug|Win32 + {802B922A-E813-438E-A180-4A8839A11A55}.Release.ActiveCfg = Release|Win32 + {802B922A-E813-438E-A180-4A8839A11A55}.Release.Build.0 = Release|Win32 + {76858167-F4DB-476C-A2B6-A3069D60D9E2}.Debug.ActiveCfg = Debug|Win32 + {76858167-F4DB-476C-A2B6-A3069D60D9E2}.Debug.Build.0 = Debug|Win32 + {76858167-F4DB-476C-A2B6-A3069D60D9E2}.Release.ActiveCfg = Release|Win32 + {76858167-F4DB-476C-A2B6-A3069D60D9E2}.Release.Build.0 = Release|Win32 + {1B298EEC-0B47-4145-88AA-C6558E0BD993}.Debug.ActiveCfg = Debug|Win32 + {1B298EEC-0B47-4145-88AA-C6558E0BD993}.Debug.Build.0 = Debug|Win32 + {1B298EEC-0B47-4145-88AA-C6558E0BD993}.Release.ActiveCfg = Release|Win32 + {1B298EEC-0B47-4145-88AA-C6558E0BD993}.Release.Build.0 = Release|Win32 + {AE5D4766-9668-4EB5-B801-5DF8F53363FC}.Debug.ActiveCfg = Debug|Win32 + {AE5D4766-9668-4EB5-B801-5DF8F53363FC}.Debug.Build.0 = Debug|Win32 + {AE5D4766-9668-4EB5-B801-5DF8F53363FC}.Release.ActiveCfg = Release|Win32 + {AE5D4766-9668-4EB5-B801-5DF8F53363FC}.Release.Build.0 = Release|Win32 + {3E41969B-D69B-4235-B192-A94F7853D869}.Debug.ActiveCfg = Debug|Win32 + {3E41969B-D69B-4235-B192-A94F7853D869}.Debug.Build.0 = Debug|Win32 + {3E41969B-D69B-4235-B192-A94F7853D869}.Release.ActiveCfg = Release|Win32 + {3E41969B-D69B-4235-B192-A94F7853D869}.Release.Build.0 = Release|Win32 + {F5109F4B-5869-40A7-BC6A-8130CA4BB987}.Debug.ActiveCfg = Debug|Win32 + {F5109F4B-5869-40A7-BC6A-8130CA4BB987}.Debug.Build.0 = Debug|Win32 + {F5109F4B-5869-40A7-BC6A-8130CA4BB987}.Release.ActiveCfg = Release|Win32 + {F5109F4B-5869-40A7-BC6A-8130CA4BB987}.Release.Build.0 = Release|Win32 + {0E0F449A-7998-4113-BDD2-A74E0B6D3466}.Debug.ActiveCfg = Debug|Win32 + {0E0F449A-7998-4113-BDD2-A74E0B6D3466}.Debug.Build.0 = Debug|Win32 + {0E0F449A-7998-4113-BDD2-A74E0B6D3466}.Release.ActiveCfg = Release|Win32 + {0E0F449A-7998-4113-BDD2-A74E0B6D3466}.Release.Build.0 = Release|Win32 + {4AC79406-D6E0-43B3-82B0-7A032FABB52A}.Debug.ActiveCfg = Debug|Win32 + {4AC79406-D6E0-43B3-82B0-7A032FABB52A}.Debug.Build.0 = Debug|Win32 + {4AC79406-D6E0-43B3-82B0-7A032FABB52A}.Release.ActiveCfg = Release|Win32 + {4AC79406-D6E0-43B3-82B0-7A032FABB52A}.Release.Build.0 = Release|Win32 + {AE50F8BA-5FAC-47CC-A5A0-7F1E55C413E3}.Debug.ActiveCfg = Debug|Win32 + {AE50F8BA-5FAC-47CC-A5A0-7F1E55C413E3}.Debug.Build.0 = Debug|Win32 + {AE50F8BA-5FAC-47CC-A5A0-7F1E55C413E3}.Release.ActiveCfg = Release|Win32 + {AE50F8BA-5FAC-47CC-A5A0-7F1E55C413E3}.Release.Build.0 = Release|Win32 + {FD8B058E-F53A-4197-B75E-849904E5AA79}.Debug.ActiveCfg = Debug|Win32 + {FD8B058E-F53A-4197-B75E-849904E5AA79}.Debug.Build.0 = Debug|Win32 + {FD8B058E-F53A-4197-B75E-849904E5AA79}.Release.ActiveCfg = Release|Win32 + {FD8B058E-F53A-4197-B75E-849904E5AA79}.Release.Build.0 = Release|Win32 + {D8D53F43-41EE-486A-8DBD-956D8CD072E8}.Debug.ActiveCfg = Debug|Win32 + {D8D53F43-41EE-486A-8DBD-956D8CD072E8}.Debug.Build.0 = Debug|Win32 + {D8D53F43-41EE-486A-8DBD-956D8CD072E8}.Release.ActiveCfg = Release|Win32 + {D8D53F43-41EE-486A-8DBD-956D8CD072E8}.Release.Build.0 = Release|Win32 + {7ABA5DD5-77E7-42D3-9C29-84A13B0CAA91}.Debug.ActiveCfg = Debug|Win32 + {7ABA5DD5-77E7-42D3-9C29-84A13B0CAA91}.Debug.Build.0 = Debug|Win32 + {7ABA5DD5-77E7-42D3-9C29-84A13B0CAA91}.Release.ActiveCfg = Release|Win32 + {7ABA5DD5-77E7-42D3-9C29-84A13B0CAA91}.Release.Build.0 = Release|Win32 + {55894CDC-C220-40FE-B403-D74EAC6EBACF}.Debug.ActiveCfg = Debug|Win32 + {55894CDC-C220-40FE-B403-D74EAC6EBACF}.Debug.Build.0 = Debug|Win32 + {55894CDC-C220-40FE-B403-D74EAC6EBACF}.Release.ActiveCfg = Release|Win32 + {55894CDC-C220-40FE-B403-D74EAC6EBACF}.Release.Build.0 = Release|Win32 + {265C41B2-30D7-4FF8-A08C-B997363DA763}.Debug.ActiveCfg = Debug|Win32 + {265C41B2-30D7-4FF8-A08C-B997363DA763}.Debug.Build.0 = Debug|Win32 + {265C41B2-30D7-4FF8-A08C-B997363DA763}.Release.ActiveCfg = Release|Win32 + {265C41B2-30D7-4FF8-A08C-B997363DA763}.Release.Build.0 = Release|Win32 + {309CE6F8-4658-44CB-8E99-0B86DCA77EFC}.Debug.ActiveCfg = Debug|Win32 + {309CE6F8-4658-44CB-8E99-0B86DCA77EFC}.Debug.Build.0 = Debug|Win32 + {309CE6F8-4658-44CB-8E99-0B86DCA77EFC}.Release.ActiveCfg = Release|Win32 + {309CE6F8-4658-44CB-8E99-0B86DCA77EFC}.Release.Build.0 = Release|Win32 + {8708E58C-F990-4B6C-AD83-745CA9582E92}.Debug.ActiveCfg = Debug|Win32 + {8708E58C-F990-4B6C-AD83-745CA9582E92}.Debug.Build.0 = Debug|Win32 + {8708E58C-F990-4B6C-AD83-745CA9582E92}.Release.ActiveCfg = Release|Win32 + {8708E58C-F990-4B6C-AD83-745CA9582E92}.Release.Build.0 = Release|Win32 + {76FFD0F6-3D5F-4826-A3BA-DEE92084FA27}.Debug.ActiveCfg = Debug|Win32 + {76FFD0F6-3D5F-4826-A3BA-DEE92084FA27}.Debug.Build.0 = Debug|Win32 + {76FFD0F6-3D5F-4826-A3BA-DEE92084FA27}.Release.ActiveCfg = Release|Win32 + {76FFD0F6-3D5F-4826-A3BA-DEE92084FA27}.Release.Build.0 = Release|Win32 + {7D293021-0601-498B-91B8-C49580EFB08D}.Debug.ActiveCfg = Debug|Win32 + {7D293021-0601-498B-91B8-C49580EFB08D}.Debug.Build.0 = Debug|Win32 + {7D293021-0601-498B-91B8-C49580EFB08D}.Release.ActiveCfg = Release|Win32 + {7D293021-0601-498B-91B8-C49580EFB08D}.Release.Build.0 = Release|Win32 + {0CB771D6-9CAB-4799-A7B1-5D89E436E6AF}.Debug.ActiveCfg = Debug|Win32 + {0CB771D6-9CAB-4799-A7B1-5D89E436E6AF}.Debug.Build.0 = Debug|Win32 + {0CB771D6-9CAB-4799-A7B1-5D89E436E6AF}.Release.ActiveCfg = Release|Win32 + {0CB771D6-9CAB-4799-A7B1-5D89E436E6AF}.Release.Build.0 = Release|Win32 + {AACD0537-E8F3-4F0F-A0E6-B99C0F4EF892}.Debug.ActiveCfg = Debug|Win32 + {AACD0537-E8F3-4F0F-A0E6-B99C0F4EF892}.Debug.Build.0 = Debug|Win32 + {AACD0537-E8F3-4F0F-A0E6-B99C0F4EF892}.Release.ActiveCfg = Release|Win32 + {AACD0537-E8F3-4F0F-A0E6-B99C0F4EF892}.Release.Build.0 = Release|Win32 + {CEBB9980-4B77-4105-BFEB-4DCDBB1F5E35}.Debug.ActiveCfg = Debug|Win32 + {CEBB9980-4B77-4105-BFEB-4DCDBB1F5E35}.Debug.Build.0 = Debug|Win32 + {CEBB9980-4B77-4105-BFEB-4DCDBB1F5E35}.Release.ActiveCfg = Release|Win32 + {CEBB9980-4B77-4105-BFEB-4DCDBB1F5E35}.Release.Build.0 = Release|Win32 + {CAC1F1E8-55D5-4CC6-857E-F01E59FB8098}.Debug.ActiveCfg = Debug|Win32 + {CAC1F1E8-55D5-4CC6-857E-F01E59FB8098}.Debug.Build.0 = Debug|Win32 + {CAC1F1E8-55D5-4CC6-857E-F01E59FB8098}.Release.ActiveCfg = Release|Win32 + {CAC1F1E8-55D5-4CC6-857E-F01E59FB8098}.Release.Build.0 = Release|Win32 + {0CB176F2-1FA9-467A-986D-512FAD8144B0}.Debug.ActiveCfg = Debug|Win32 + {0CB176F2-1FA9-467A-986D-512FAD8144B0}.Debug.Build.0 = Debug|Win32 + {0CB176F2-1FA9-467A-986D-512FAD8144B0}.Release.ActiveCfg = Release|Win32 + {0CB176F2-1FA9-467A-986D-512FAD8144B0}.Release.Build.0 = Release|Win32 + {364FF608-7969-4ED1-95B2-8592872F8264}.Debug.ActiveCfg = Debug|Win32 + {364FF608-7969-4ED1-95B2-8592872F8264}.Debug.Build.0 = Debug|Win32 + {364FF608-7969-4ED1-95B2-8592872F8264}.Release.ActiveCfg = Release|Win32 + {364FF608-7969-4ED1-95B2-8592872F8264}.Release.Build.0 = Release|Win32 + {B36344D1-122C-4BC6-A292-CC82F74CBB0A}.Debug.ActiveCfg = Debug|Win32 + {B36344D1-122C-4BC6-A292-CC82F74CBB0A}.Debug.Build.0 = Debug|Win32 + {B36344D1-122C-4BC6-A292-CC82F74CBB0A}.Release.ActiveCfg = Release|Win32 + {B36344D1-122C-4BC6-A292-CC82F74CBB0A}.Release.Build.0 = Release|Win32 + {E9F8FC85-8508-4FE7-9BB0-C0494A71BA1B}.Debug.ActiveCfg = Debug|Win32 + {E9F8FC85-8508-4FE7-9BB0-C0494A71BA1B}.Debug.Build.0 = Debug|Win32 + {E9F8FC85-8508-4FE7-9BB0-C0494A71BA1B}.Release.ActiveCfg = Release|Win32 + {E9F8FC85-8508-4FE7-9BB0-C0494A71BA1B}.Release.Build.0 = Release|Win32 + {F4386ECB-D688-4C18-A091-673F1F8A96E7}.Debug.ActiveCfg = Debug|Win32 + {F4386ECB-D688-4C18-A091-673F1F8A96E7}.Debug.Build.0 = Debug|Win32 + {F4386ECB-D688-4C18-A091-673F1F8A96E7}.Release.ActiveCfg = Release|Win32 + {F4386ECB-D688-4C18-A091-673F1F8A96E7}.Release.Build.0 = Release|Win32 + {B21CA611-6DAE-4051-8B4C-989E135711B1}.Debug.ActiveCfg = Debug|Win32 + {B21CA611-6DAE-4051-8B4C-989E135711B1}.Debug.Build.0 = Debug|Win32 + {B21CA611-6DAE-4051-8B4C-989E135711B1}.Release.ActiveCfg = Release|Win32 + {B21CA611-6DAE-4051-8B4C-989E135711B1}.Release.Build.0 = Release|Win32 + {80892339-F6CE-4E96-B61B-131095F2612D}.Debug.ActiveCfg = Debug|Win32 + {80892339-F6CE-4E96-B61B-131095F2612D}.Debug.Build.0 = Debug|Win32 + {80892339-F6CE-4E96-B61B-131095F2612D}.Release.ActiveCfg = Release|Win32 + {80892339-F6CE-4E96-B61B-131095F2612D}.Release.Build.0 = Release|Win32 + {2FC5DAE1-36D6-4783-A0F9-96D0B37687A8}.Debug.ActiveCfg = Debug|Win32 + {2FC5DAE1-36D6-4783-A0F9-96D0B37687A8}.Debug.Build.0 = Debug|Win32 + {2FC5DAE1-36D6-4783-A0F9-96D0B37687A8}.Release.ActiveCfg = Release|Win32 + {2FC5DAE1-36D6-4783-A0F9-96D0B37687A8}.Release.Build.0 = Release|Win32 + {9FCBE814-3818-4F1A-975D-05BAF6FF432F}.Debug.ActiveCfg = Debug|Win32 + {9FCBE814-3818-4F1A-975D-05BAF6FF432F}.Debug.Build.0 = Debug|Win32 + {9FCBE814-3818-4F1A-975D-05BAF6FF432F}.Release.ActiveCfg = Release|Win32 + {9FCBE814-3818-4F1A-975D-05BAF6FF432F}.Release.Build.0 = Release|Win32 + {0DA16B6F-0156-417A-9093-589D55BB066C}.Debug.ActiveCfg = Debug|Win32 + {0DA16B6F-0156-417A-9093-589D55BB066C}.Debug.Build.0 = Debug|Win32 + {0DA16B6F-0156-417A-9093-589D55BB066C}.Release.ActiveCfg = Release|Win32 + {0DA16B6F-0156-417A-9093-589D55BB066C}.Release.Build.0 = Release|Win32 + {7C30B2A4-A24D-4796-9754-CABBDB46D0F8}.Debug.ActiveCfg = Debug|Win32 + {7C30B2A4-A24D-4796-9754-CABBDB46D0F8}.Debug.Build.0 = Debug|Win32 + {7C30B2A4-A24D-4796-9754-CABBDB46D0F8}.Release.ActiveCfg = Release|Win32 + {7C30B2A4-A24D-4796-9754-CABBDB46D0F8}.Release.Build.0 = Release|Win32 + {C325E167-DBC3-4611-8AC8-2A118432E35B}.Debug.ActiveCfg = Debug|Win32 + {C325E167-DBC3-4611-8AC8-2A118432E35B}.Debug.Build.0 = Debug|Win32 + {C325E167-DBC3-4611-8AC8-2A118432E35B}.Release.ActiveCfg = Release|Win32 + {C325E167-DBC3-4611-8AC8-2A118432E35B}.Release.Build.0 = Release|Win32 + {AA7A40A2-A837-4557-AB3D-D64980F6F8E4}.Debug.ActiveCfg = Debug|Win32 + {AA7A40A2-A837-4557-AB3D-D64980F6F8E4}.Debug.Build.0 = Debug|Win32 + {AA7A40A2-A837-4557-AB3D-D64980F6F8E4}.Release.ActiveCfg = Release|Win32 + {AA7A40A2-A837-4557-AB3D-D64980F6F8E4}.Release.Build.0 = Release|Win32 + {834DD32C-D078-441F-95F4-9CDE108B60AE}.Debug.ActiveCfg = Debug|Win32 + {834DD32C-D078-441F-95F4-9CDE108B60AE}.Debug.Build.0 = Debug|Win32 + {834DD32C-D078-441F-95F4-9CDE108B60AE}.Release.ActiveCfg = Release|Win32 + {834DD32C-D078-441F-95F4-9CDE108B60AE}.Release.Build.0 = Release|Win32 + {69952435-F01F-46A7-B907-A78EBC864ED7}.Debug.ActiveCfg = Debug|Win32 + {69952435-F01F-46A7-B907-A78EBC864ED7}.Debug.Build.0 = Debug|Win32 + {69952435-F01F-46A7-B907-A78EBC864ED7}.Release.ActiveCfg = Release|Win32 + {69952435-F01F-46A7-B907-A78EBC864ED7}.Release.Build.0 = Release|Win32 + {BE1A0022-708E-4CC2-B01C-26BD99AB6576}.Debug.ActiveCfg = Debug|Win32 + {BE1A0022-708E-4CC2-B01C-26BD99AB6576}.Debug.Build.0 = Debug|Win32 + {BE1A0022-708E-4CC2-B01C-26BD99AB6576}.Release.ActiveCfg = Release|Win32 + {BE1A0022-708E-4CC2-B01C-26BD99AB6576}.Release.Build.0 = Release|Win32 + {D10F67D0-8057-49C2-A62A-12D0C512288E}.Debug.ActiveCfg = Debug|Win32 + {D10F67D0-8057-49C2-A62A-12D0C512288E}.Debug.Build.0 = Debug|Win32 + {D10F67D0-8057-49C2-A62A-12D0C512288E}.Release.ActiveCfg = Release|Win32 + {D10F67D0-8057-49C2-A62A-12D0C512288E}.Release.Build.0 = Release|Win32 + {1C5A9EC8-F882-4A8A-B773-E79CD46369AF}.Debug.ActiveCfg = Debug|Win32 + {1C5A9EC8-F882-4A8A-B773-E79CD46369AF}.Debug.Build.0 = Debug|Win32 + {1C5A9EC8-F882-4A8A-B773-E79CD46369AF}.Release.ActiveCfg = Release|Win32 + {1C5A9EC8-F882-4A8A-B773-E79CD46369AF}.Release.Build.0 = Release|Win32 + {EC6B5EAD-D938-4211-A7B1-01C9D2C15160}.Debug.ActiveCfg = Debug|Win32 + {EC6B5EAD-D938-4211-A7B1-01C9D2C15160}.Debug.Build.0 = Debug|Win32 + {EC6B5EAD-D938-4211-A7B1-01C9D2C15160}.Release.ActiveCfg = Release|Win32 + {EC6B5EAD-D938-4211-A7B1-01C9D2C15160}.Release.Build.0 = Release|Win32 + {1F80CDF7-B1CB-4303-B282-A21EDC2BDCB4}.Debug.ActiveCfg = Debug|Win32 + {1F80CDF7-B1CB-4303-B282-A21EDC2BDCB4}.Debug.Build.0 = Debug|Win32 + {1F80CDF7-B1CB-4303-B282-A21EDC2BDCB4}.Release.ActiveCfg = Release|Win32 + {1F80CDF7-B1CB-4303-B282-A21EDC2BDCB4}.Release.Build.0 = Release|Win32 + {9A8352DF-AA1E-4FE0-9494-F9D6B4E10CA2}.Debug.ActiveCfg = Debug|Win32 + {9A8352DF-AA1E-4FE0-9494-F9D6B4E10CA2}.Debug.Build.0 = Debug|Win32 + {9A8352DF-AA1E-4FE0-9494-F9D6B4E10CA2}.Release.ActiveCfg = Release|Win32 + {9A8352DF-AA1E-4FE0-9494-F9D6B4E10CA2}.Release.Build.0 = Release|Win32 + {7E207F6A-DC28-4DEB-8454-7977092131DC}.Debug.ActiveCfg = Debug|Win32 + {7E207F6A-DC28-4DEB-8454-7977092131DC}.Debug.Build.0 = Debug|Win32 + {7E207F6A-DC28-4DEB-8454-7977092131DC}.Release.ActiveCfg = Release|Win32 + {7E207F6A-DC28-4DEB-8454-7977092131DC}.Release.Build.0 = Release|Win32 + {0A33B4FE-A2C9-4B7F-ACEC-D251308182ED}.Debug.ActiveCfg = Debug|Win32 + {0A33B4FE-A2C9-4B7F-ACEC-D251308182ED}.Debug.Build.0 = Debug|Win32 + {0A33B4FE-A2C9-4B7F-ACEC-D251308182ED}.Release.ActiveCfg = Release|Win32 + {0A33B4FE-A2C9-4B7F-ACEC-D251308182ED}.Release.Build.0 = Release|Win32 + {9E588AD8-14BD-4BA3-B4EA-16D1D882C700}.Debug.ActiveCfg = Debug|Win32 + {9E588AD8-14BD-4BA3-B4EA-16D1D882C700}.Debug.Build.0 = Debug|Win32 + {9E588AD8-14BD-4BA3-B4EA-16D1D882C700}.Release.ActiveCfg = Release|Win32 + {9E588AD8-14BD-4BA3-B4EA-16D1D882C700}.Release.Build.0 = Release|Win32 + {2DCDB978-79B7-4A3A-B24A-D908A49B7D50}.Debug.ActiveCfg = Debug|Win32 + {2DCDB978-79B7-4A3A-B24A-D908A49B7D50}.Debug.Build.0 = Debug|Win32 + {2DCDB978-79B7-4A3A-B24A-D908A49B7D50}.Release.ActiveCfg = Release|Win32 + {2DCDB978-79B7-4A3A-B24A-D908A49B7D50}.Release.Build.0 = Release|Win32 + {AF696934-5004-4C1D-90C3-B434E92AFB89}.Debug.ActiveCfg = Debug|Win32 + {AF696934-5004-4C1D-90C3-B434E92AFB89}.Debug.Build.0 = Debug|Win32 + {AF696934-5004-4C1D-90C3-B434E92AFB89}.Release.ActiveCfg = Release|Win32 + {AF696934-5004-4C1D-90C3-B434E92AFB89}.Release.Build.0 = Release|Win32 + {196F5935-2391-49A7-B6A2-410DF8149F0D}.Debug.ActiveCfg = Debug|Win32 + {196F5935-2391-49A7-B6A2-410DF8149F0D}.Debug.Build.0 = Debug|Win32 + {196F5935-2391-49A7-B6A2-410DF8149F0D}.Release.ActiveCfg = Release|Win32 + {196F5935-2391-49A7-B6A2-410DF8149F0D}.Release.Build.0 = Release|Win32 + {E8896FEE-8601-4AFC-91EA-6F9698574174}.Debug.ActiveCfg = Debug|Win32 + {E8896FEE-8601-4AFC-91EA-6F9698574174}.Debug.Build.0 = Debug|Win32 + {E8896FEE-8601-4AFC-91EA-6F9698574174}.Release.ActiveCfg = Release|Win32 + {E8896FEE-8601-4AFC-91EA-6F9698574174}.Release.Build.0 = Release|Win32 + {357A1E1A-D5EA-42FB-B4B1-EEB8A4B2BBF0}.Debug.ActiveCfg = Debug|Win32 + {357A1E1A-D5EA-42FB-B4B1-EEB8A4B2BBF0}.Debug.Build.0 = Debug|Win32 + {357A1E1A-D5EA-42FB-B4B1-EEB8A4B2BBF0}.Release.ActiveCfg = Release|Win32 + {357A1E1A-D5EA-42FB-B4B1-EEB8A4B2BBF0}.Release.Build.0 = Release|Win32 + {18FBE8C2-CD20-4D99-9E0B-63B408CE4850}.Debug.ActiveCfg = Debug|Win32 + {18FBE8C2-CD20-4D99-9E0B-63B408CE4850}.Debug.Build.0 = Debug|Win32 + {18FBE8C2-CD20-4D99-9E0B-63B408CE4850}.Release.ActiveCfg = Release|Win32 + {18FBE8C2-CD20-4D99-9E0B-63B408CE4850}.Release.Build.0 = Release|Win32 + {ABBF8F3E-F1B5-45FA-8FD0-50B167511EDF}.Debug.ActiveCfg = Debug|Win32 + {ABBF8F3E-F1B5-45FA-8FD0-50B167511EDF}.Debug.Build.0 = Debug|Win32 + {ABBF8F3E-F1B5-45FA-8FD0-50B167511EDF}.Release.ActiveCfg = Release|Win32 + {ABBF8F3E-F1B5-45FA-8FD0-50B167511EDF}.Release.Build.0 = Release|Win32 + {411D221C-9FA1-417E-8A2B-DF746F4C7E07}.Debug.ActiveCfg = Debug|Win32 + {411D221C-9FA1-417E-8A2B-DF746F4C7E07}.Debug.Build.0 = Debug|Win32 + {411D221C-9FA1-417E-8A2B-DF746F4C7E07}.Release.ActiveCfg = Release|Win32 + {411D221C-9FA1-417E-8A2B-DF746F4C7E07}.Release.Build.0 = Release|Win32 + {854F7E09-CEB5-44CD-B924-3FFAC7936323}.Debug.ActiveCfg = Debug|Win32 + {854F7E09-CEB5-44CD-B924-3FFAC7936323}.Debug.Build.0 = Debug|Win32 + {854F7E09-CEB5-44CD-B924-3FFAC7936323}.Release.ActiveCfg = Release|Win32 + {854F7E09-CEB5-44CD-B924-3FFAC7936323}.Release.Build.0 = Release|Win32 + {AC4C582B-B27D-4E57-A59F-6FF0E833C6E5}.Debug.ActiveCfg = Debug|Win32 + {AC4C582B-B27D-4E57-A59F-6FF0E833C6E5}.Debug.Build.0 = Debug|Win32 + {AC4C582B-B27D-4E57-A59F-6FF0E833C6E5}.Release.ActiveCfg = Release|Win32 + {AC4C582B-B27D-4E57-A59F-6FF0E833C6E5}.Release.Build.0 = Release|Win32 + {F2E38A8C-F3A3-4DA4-B9C2-11C753FF51BF}.Debug.ActiveCfg = Debug|Win32 + {F2E38A8C-F3A3-4DA4-B9C2-11C753FF51BF}.Debug.Build.0 = Debug|Win32 + {F2E38A8C-F3A3-4DA4-B9C2-11C753FF51BF}.Release.ActiveCfg = Release|Win32 + {F2E38A8C-F3A3-4DA4-B9C2-11C753FF51BF}.Release.Build.0 = Release|Win32 + {EBF7C380-5F58-462D-993D-75B53F83FA81}.Debug.ActiveCfg = Debug|Win32 + {EBF7C380-5F58-462D-993D-75B53F83FA81}.Debug.Build.0 = Debug|Win32 + {EBF7C380-5F58-462D-993D-75B53F83FA81}.Release.ActiveCfg = Release|Win32 + {EBF7C380-5F58-462D-993D-75B53F83FA81}.Release.Build.0 = Release|Win32 + {89DA820B-7A3B-46FA-AE09-971A739BEEFD}.Debug.ActiveCfg = Debug|Win32 + {89DA820B-7A3B-46FA-AE09-971A739BEEFD}.Debug.Build.0 = Debug|Win32 + {89DA820B-7A3B-46FA-AE09-971A739BEEFD}.Release.ActiveCfg = Release|Win32 + {89DA820B-7A3B-46FA-AE09-971A739BEEFD}.Release.Build.0 = Release|Win32 + {53022A9D-F5B2-407C-9A29-3AC71B3E6DDC}.Debug.ActiveCfg = Debug|Win32 + {53022A9D-F5B2-407C-9A29-3AC71B3E6DDC}.Debug.Build.0 = Debug|Win32 + {53022A9D-F5B2-407C-9A29-3AC71B3E6DDC}.Release.ActiveCfg = Release|Win32 + {53022A9D-F5B2-407C-9A29-3AC71B3E6DDC}.Release.Build.0 = Release|Win32 + {405F6F0A-DBE6-4A4E-AAE2-D4D514BA0CF5}.Debug.ActiveCfg = Debug|Win32 + {405F6F0A-DBE6-4A4E-AAE2-D4D514BA0CF5}.Debug.Build.0 = Debug|Win32 + {405F6F0A-DBE6-4A4E-AAE2-D4D514BA0CF5}.Release.ActiveCfg = Release|Win32 + {405F6F0A-DBE6-4A4E-AAE2-D4D514BA0CF5}.Release.Build.0 = Release|Win32 + {165195D1-B742-4030-8B12-3FE94B829D45}.Debug.ActiveCfg = Debug|Win32 + {165195D1-B742-4030-8B12-3FE94B829D45}.Debug.Build.0 = Debug|Win32 + {165195D1-B742-4030-8B12-3FE94B829D45}.Release.ActiveCfg = Release|Win32 + {165195D1-B742-4030-8B12-3FE94B829D45}.Release.Build.0 = Release|Win32 + {52E83C17-2B68-44B5-881D-4F6338FB14C7}.Debug.ActiveCfg = Debug|Win32 + {52E83C17-2B68-44B5-881D-4F6338FB14C7}.Debug.Build.0 = Debug|Win32 + {52E83C17-2B68-44B5-881D-4F6338FB14C7}.Release.ActiveCfg = Release|Win32 + {52E83C17-2B68-44B5-881D-4F6338FB14C7}.Release.Build.0 = Release|Win32 + {26346A09-C500-49E7-963A-D22A8E09AAB7}.Debug.ActiveCfg = Debug|Win32 + {26346A09-C500-49E7-963A-D22A8E09AAB7}.Debug.Build.0 = Debug|Win32 + {26346A09-C500-49E7-963A-D22A8E09AAB7}.Release.ActiveCfg = Release|Win32 + {26346A09-C500-49E7-963A-D22A8E09AAB7}.Release.Build.0 = Release|Win32 + {FB74E351-0C4E-4173-B0D3-10DD12F2DCA5}.Debug.ActiveCfg = Debug|Win32 + {FB74E351-0C4E-4173-B0D3-10DD12F2DCA5}.Debug.Build.0 = Debug|Win32 + {FB74E351-0C4E-4173-B0D3-10DD12F2DCA5}.Release.ActiveCfg = Release|Win32 + {FB74E351-0C4E-4173-B0D3-10DD12F2DCA5}.Release.Build.0 = Release|Win32 + {D279901A-8E21-47D3-B7EA-A572EE12F2E6}.Debug.ActiveCfg = Debug|Win32 + {D279901A-8E21-47D3-B7EA-A572EE12F2E6}.Debug.Build.0 = Debug|Win32 + {D279901A-8E21-47D3-B7EA-A572EE12F2E6}.Release.ActiveCfg = Release|Win32 + {D279901A-8E21-47D3-B7EA-A572EE12F2E6}.Release.Build.0 = Release|Win32 + {CF055FEA-4433-439A-9688-BFD73D260706}.Debug.ActiveCfg = Debug|Win32 + {CF055FEA-4433-439A-9688-BFD73D260706}.Debug.Build.0 = Debug|Win32 + {CF055FEA-4433-439A-9688-BFD73D260706}.Release.ActiveCfg = Release|Win32 + {CF055FEA-4433-439A-9688-BFD73D260706}.Release.Build.0 = Release|Win32 + {668327AB-1F82-46EE-A157-CD79AB8BF323}.Debug.ActiveCfg = Debug|Win32 + {668327AB-1F82-46EE-A157-CD79AB8BF323}.Debug.Build.0 = Debug|Win32 + {668327AB-1F82-46EE-A157-CD79AB8BF323}.Release.ActiveCfg = Release|Win32 + {668327AB-1F82-46EE-A157-CD79AB8BF323}.Release.Build.0 = Release|Win32 + {9A124450-EC54-4813-B0B1-2CA96B695009}.Debug.ActiveCfg = Debug|Win32 + {9A124450-EC54-4813-B0B1-2CA96B695009}.Debug.Build.0 = Debug|Win32 + {9A124450-EC54-4813-B0B1-2CA96B695009}.Release.ActiveCfg = Release|Win32 + {9A124450-EC54-4813-B0B1-2CA96B695009}.Release.Build.0 = Release|Win32 + {7693B383-C2CB-43FD-A428-598F73D214F7}.Debug.ActiveCfg = Debug|Win32 + {7693B383-C2CB-43FD-A428-598F73D214F7}.Debug.Build.0 = Debug|Win32 + {7693B383-C2CB-43FD-A428-598F73D214F7}.Release.ActiveCfg = Release|Win32 + {7693B383-C2CB-43FD-A428-598F73D214F7}.Release.Build.0 = Release|Win32 + {3EDEB434-F59E-4C50-8884-F0BB29845619}.Debug.ActiveCfg = Debug|Win32 + {3EDEB434-F59E-4C50-8884-F0BB29845619}.Debug.Build.0 = Debug|Win32 + {3EDEB434-F59E-4C50-8884-F0BB29845619}.Release.ActiveCfg = Release|Win32 + {3EDEB434-F59E-4C50-8884-F0BB29845619}.Release.Build.0 = Release|Win32 + {DB6C7D17-28B1-4E5A-A61E-C53FEB545937}.Debug.ActiveCfg = Debug|Win32 + {DB6C7D17-28B1-4E5A-A61E-C53FEB545937}.Debug.Build.0 = Debug|Win32 + {DB6C7D17-28B1-4E5A-A61E-C53FEB545937}.Release.ActiveCfg = Release|Win32 + {DB6C7D17-28B1-4E5A-A61E-C53FEB545937}.Release.Build.0 = Release|Win32 + {01DA0D22-D220-4ACE-9EB0-EA3906098C0A}.Debug.ActiveCfg = Debug|Win32 + {01DA0D22-D220-4ACE-9EB0-EA3906098C0A}.Debug.Build.0 = Debug|Win32 + {01DA0D22-D220-4ACE-9EB0-EA3906098C0A}.Release.ActiveCfg = Release|Win32 + {01DA0D22-D220-4ACE-9EB0-EA3906098C0A}.Release.Build.0 = Release|Win32 + {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C}.Debug.ActiveCfg = Debug|Win32 + {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C}.Debug.Build.0 = Debug|Win32 + {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C}.Release.ActiveCfg = Release|Win32 + {CFB2CC74-5F03-494A-84E9-6BB8D2FBC43C}.Release.Build.0 = Release|Win32 + {C9535AD9-C61D-4691-A5CE-52EF359892AF}.Debug.ActiveCfg = Debug|Win32 + {C9535AD9-C61D-4691-A5CE-52EF359892AF}.Debug.Build.0 = Debug|Win32 + {C9535AD9-C61D-4691-A5CE-52EF359892AF}.Release.ActiveCfg = Release|Win32 + {C9535AD9-C61D-4691-A5CE-52EF359892AF}.Release.Build.0 = Release|Win32 + {6410E6D2-EDBF-439D-8C43-1AB0C37AC851}.Debug.ActiveCfg = Debug|Win32 + {6410E6D2-EDBF-439D-8C43-1AB0C37AC851}.Debug.Build.0 = Debug|Win32 + {6410E6D2-EDBF-439D-8C43-1AB0C37AC851}.Release.ActiveCfg = Release|Win32 + {6410E6D2-EDBF-439D-8C43-1AB0C37AC851}.Release.Build.0 = Release|Win32 + {3B4A4A62-FDAC-4219-98BD-80C4FE5D4B2F}.Debug.ActiveCfg = Debug|Win32 + {3B4A4A62-FDAC-4219-98BD-80C4FE5D4B2F}.Debug.Build.0 = Debug|Win32 + {3B4A4A62-FDAC-4219-98BD-80C4FE5D4B2F}.Release.ActiveCfg = Release|Win32 + {3B4A4A62-FDAC-4219-98BD-80C4FE5D4B2F}.Release.Build.0 = Release|Win32 + {03359B45-E43D-44B3-BDE5-8B14D9F0D827}.Debug.ActiveCfg = Debug|Win32 + {03359B45-E43D-44B3-BDE5-8B14D9F0D827}.Debug.Build.0 = Debug|Win32 + {03359B45-E43D-44B3-BDE5-8B14D9F0D827}.Release.ActiveCfg = Release|Win32 + {03359B45-E43D-44B3-BDE5-8B14D9F0D827}.Release.Build.0 = Release|Win32 + {9A226D92-9326-4907-A462-25997D5C9427}.Debug.ActiveCfg = Debug|Win32 + {9A226D92-9326-4907-A462-25997D5C9427}.Debug.Build.0 = Debug|Win32 + {9A226D92-9326-4907-A462-25997D5C9427}.Release.ActiveCfg = Release|Win32 + {9A226D92-9326-4907-A462-25997D5C9427}.Release.Build.0 = Release|Win32 + {6FFCE804-EF4A-468F-A174-561934C153A1}.Debug.ActiveCfg = Debug|Win32 + {6FFCE804-EF4A-468F-A174-561934C153A1}.Debug.Build.0 = Debug|Win32 + {6FFCE804-EF4A-468F-A174-561934C153A1}.Release.ActiveCfg = Release|Win32 + {6FFCE804-EF4A-468F-A174-561934C153A1}.Release.Build.0 = Release|Win32 + {98AE818A-E887-414B-985F-85F8411916C9}.Debug.ActiveCfg = Debug|Win32 + {98AE818A-E887-414B-985F-85F8411916C9}.Debug.Build.0 = Debug|Win32 + {98AE818A-E887-414B-985F-85F8411916C9}.Release.ActiveCfg = Release|Win32 + {98AE818A-E887-414B-985F-85F8411916C9}.Release.Build.0 = Release|Win32 + {5CC7FFCE-2612-41B6-AF83-C1B61F67949B}.Debug.ActiveCfg = Debug|Win32 + {5CC7FFCE-2612-41B6-AF83-C1B61F67949B}.Debug.Build.0 = Debug|Win32 + {5CC7FFCE-2612-41B6-AF83-C1B61F67949B}.Release.ActiveCfg = Release|Win32 + {5CC7FFCE-2612-41B6-AF83-C1B61F67949B}.Release.Build.0 = Release|Win32 + {E3B02B7C-6CF5-42C5-8AF5-48D2B6D8F94B}.Debug.ActiveCfg = Debug|Win32 + {E3B02B7C-6CF5-42C5-8AF5-48D2B6D8F94B}.Debug.Build.0 = Debug|Win32 + {E3B02B7C-6CF5-42C5-8AF5-48D2B6D8F94B}.Release.ActiveCfg = Release|Win32 + {E3B02B7C-6CF5-42C5-8AF5-48D2B6D8F94B}.Release.Build.0 = Release|Win32 + {43069CE7-E7CB-4EBF-A6CC-31E7A06D3835}.Debug.ActiveCfg = Debug|Win32 + {43069CE7-E7CB-4EBF-A6CC-31E7A06D3835}.Debug.Build.0 = Debug|Win32 + {43069CE7-E7CB-4EBF-A6CC-31E7A06D3835}.Release.ActiveCfg = Release|Win32 + {43069CE7-E7CB-4EBF-A6CC-31E7A06D3835}.Release.Build.0 = Release|Win32 + {6312B365-AA53-43AA-BD00-848C1323CA8B}.Debug.ActiveCfg = Debug|Win32 + {6312B365-AA53-43AA-BD00-848C1323CA8B}.Debug.Build.0 = Debug|Win32 + {6312B365-AA53-43AA-BD00-848C1323CA8B}.Release.ActiveCfg = Release|Win32 + {6312B365-AA53-43AA-BD00-848C1323CA8B}.Release.Build.0 = Release|Win32 + {0D18A50F-52B3-4322-AC0D-F15CD657CEC4}.Debug.ActiveCfg = Debug|Win32 + {0D18A50F-52B3-4322-AC0D-F15CD657CEC4}.Debug.Build.0 = Debug|Win32 + {0D18A50F-52B3-4322-AC0D-F15CD657CEC4}.Release.ActiveCfg = Release|Win32 + {0D18A50F-52B3-4322-AC0D-F15CD657CEC4}.Release.Build.0 = Release|Win32 + {D1AADCA9-FB5A-4F44-8E11-8232941E2C33}.Debug.ActiveCfg = Debug|Win32 + {D1AADCA9-FB5A-4F44-8E11-8232941E2C33}.Debug.Build.0 = Debug|Win32 + {D1AADCA9-FB5A-4F44-8E11-8232941E2C33}.Release.ActiveCfg = Release|Win32 + {D1AADCA9-FB5A-4F44-8E11-8232941E2C33}.Release.Build.0 = Release|Win32 + {1AB767EA-546C-4F72-BC1F-6AA0458512D8}.Debug.ActiveCfg = Debug|Win32 + {1AB767EA-546C-4F72-BC1F-6AA0458512D8}.Debug.Build.0 = Debug|Win32 + {1AB767EA-546C-4F72-BC1F-6AA0458512D8}.Release.ActiveCfg = Release|Win32 + {1AB767EA-546C-4F72-BC1F-6AA0458512D8}.Release.Build.0 = Release|Win32 + {CEA44545-33C8-4C63-9F8C-85BA48F45637}.Debug.ActiveCfg = Debug|Win32 + {CEA44545-33C8-4C63-9F8C-85BA48F45637}.Debug.Build.0 = Debug|Win32 + {CEA44545-33C8-4C63-9F8C-85BA48F45637}.Release.ActiveCfg = Release|Win32 + {CEA44545-33C8-4C63-9F8C-85BA48F45637}.Release.Build.0 = Release|Win32 + {73B78F11-3DCC-4A00-B4A6-E5A8FAE9DD90}.Debug.ActiveCfg = Debug|Win32 + {73B78F11-3DCC-4A00-B4A6-E5A8FAE9DD90}.Debug.Build.0 = Debug|Win32 + {73B78F11-3DCC-4A00-B4A6-E5A8FAE9DD90}.Release.ActiveCfg = Release|Win32 + {73B78F11-3DCC-4A00-B4A6-E5A8FAE9DD90}.Release.Build.0 = Release|Win32 + {4E8105F2-56D4-45D6-9017-706F804052E7}.Debug.ActiveCfg = Debug|Win32 + {4E8105F2-56D4-45D6-9017-706F804052E7}.Debug.Build.0 = Debug|Win32 + {4E8105F2-56D4-45D6-9017-706F804052E7}.Release.ActiveCfg = Release|Win32 + {4E8105F2-56D4-45D6-9017-706F804052E7}.Release.Build.0 = Release|Win32 + {C4BA3E66-2310-43E7-B30A-ABDCCF44D823}.Debug.ActiveCfg = Debug|Win32 + {C4BA3E66-2310-43E7-B30A-ABDCCF44D823}.Debug.Build.0 = Debug|Win32 + {C4BA3E66-2310-43E7-B30A-ABDCCF44D823}.Release.ActiveCfg = Release|Win32 + {C4BA3E66-2310-43E7-B30A-ABDCCF44D823}.Release.Build.0 = Release|Win32 + {BE4FFA8B-2988-4888-A9B9-DD108BCBA8A6}.Debug.ActiveCfg = Debug|Win32 + {BE4FFA8B-2988-4888-A9B9-DD108BCBA8A6}.Debug.Build.0 = Debug|Win32 + {BE4FFA8B-2988-4888-A9B9-DD108BCBA8A6}.Release.ActiveCfg = Release|Win32 + {BE4FFA8B-2988-4888-A9B9-DD108BCBA8A6}.Release.Build.0 = Release|Win32 + {5A90FD64-6EED-45E1-A147-D9FE72788570}.Debug.ActiveCfg = Debug|Win32 + {5A90FD64-6EED-45E1-A147-D9FE72788570}.Debug.Build.0 = Debug|Win32 + {5A90FD64-6EED-45E1-A147-D9FE72788570}.Release.ActiveCfg = Release|Win32 + {5A90FD64-6EED-45E1-A147-D9FE72788570}.Release.Build.0 = Release|Win32 + {E02CDAAC-05F4-436B-B245-2A402FFA131F}.Debug.ActiveCfg = Debug|Win32 + {E02CDAAC-05F4-436B-B245-2A402FFA131F}.Debug.Build.0 = Debug|Win32 + {E02CDAAC-05F4-436B-B245-2A402FFA131F}.Release.ActiveCfg = Release|Win32 + {E02CDAAC-05F4-436B-B245-2A402FFA131F}.Release.Build.0 = Release|Win32 + {A80D439C-37B4-4619-A122-1C69F567733B}.Debug.ActiveCfg = Debug|Win32 + {A80D439C-37B4-4619-A122-1C69F567733B}.Debug.Build.0 = Debug|Win32 + {A80D439C-37B4-4619-A122-1C69F567733B}.Release.ActiveCfg = Release|Win32 + {A80D439C-37B4-4619-A122-1C69F567733B}.Release.Build.0 = Release|Win32 + {54BDA057-C716-4807-A35E-73185DCB236D}.Debug.ActiveCfg = Debug|Win32 + {54BDA057-C716-4807-A35E-73185DCB236D}.Debug.Build.0 = Debug|Win32 + {54BDA057-C716-4807-A35E-73185DCB236D}.Release.ActiveCfg = Release|Win32 + {54BDA057-C716-4807-A35E-73185DCB236D}.Release.Build.0 = Release|Win32 + {1BFA0FE4-B924-4325-9EA1-3CB26BBAE31C}.Debug.ActiveCfg = Debug|Win32 + {1BFA0FE4-B924-4325-9EA1-3CB26BBAE31C}.Debug.Build.0 = Debug|Win32 + {1BFA0FE4-B924-4325-9EA1-3CB26BBAE31C}.Release.ActiveCfg = Release|Win32 + {1BFA0FE4-B924-4325-9EA1-3CB26BBAE31C}.Release.Build.0 = Release|Win32 + {2B93688D-D766-4295-ABFA-003CF905F8D8}.Debug.ActiveCfg = Debug|Win32 + {2B93688D-D766-4295-ABFA-003CF905F8D8}.Debug.Build.0 = Debug|Win32 + {2B93688D-D766-4295-ABFA-003CF905F8D8}.Release.ActiveCfg = Release|Win32 + {2B93688D-D766-4295-ABFA-003CF905F8D8}.Release.Build.0 = Release|Win32 + {8792D377-8105-4C67-87F1-115E48D0178F}.Debug.ActiveCfg = Debug|Win32 + {8792D377-8105-4C67-87F1-115E48D0178F}.Debug.Build.0 = Debug|Win32 + {8792D377-8105-4C67-87F1-115E48D0178F}.Release.ActiveCfg = Release|Win32 + {8792D377-8105-4C67-87F1-115E48D0178F}.Release.Build.0 = Release|Win32 + {27CCFE35-61A5-434F-8B83-9A40AE2AE8C5}.Debug.ActiveCfg = Debug|Win32 + {27CCFE35-61A5-434F-8B83-9A40AE2AE8C5}.Debug.Build.0 = Debug|Win32 + {27CCFE35-61A5-434F-8B83-9A40AE2AE8C5}.Release.ActiveCfg = Release|Win32 + {27CCFE35-61A5-434F-8B83-9A40AE2AE8C5}.Release.Build.0 = Release|Win32 + {4EE91AD5-8332-4FD3-A5E3-BF4C145BB53A}.Debug.ActiveCfg = Debug|Win32 + {4EE91AD5-8332-4FD3-A5E3-BF4C145BB53A}.Debug.Build.0 = Debug|Win32 + {4EE91AD5-8332-4FD3-A5E3-BF4C145BB53A}.Release.ActiveCfg = Release|Win32 + {4EE91AD5-8332-4FD3-A5E3-BF4C145BB53A}.Release.Build.0 = Release|Win32 + {CE7C4168-68A6-43B2-BAE7-B2CF857C8F03}.Debug.ActiveCfg = Debug|Win32 + {CE7C4168-68A6-43B2-BAE7-B2CF857C8F03}.Debug.Build.0 = Debug|Win32 + {CE7C4168-68A6-43B2-BAE7-B2CF857C8F03}.Release.ActiveCfg = Release|Win32 + {CE7C4168-68A6-43B2-BAE7-B2CF857C8F03}.Release.Build.0 = Release|Win32 + {40EBF7DB-330C-4F56-AE68-9FC7D75CB5D5}.Debug.ActiveCfg = Debug|Win32 + {40EBF7DB-330C-4F56-AE68-9FC7D75CB5D5}.Debug.Build.0 = Debug|Win32 + {40EBF7DB-330C-4F56-AE68-9FC7D75CB5D5}.Release.ActiveCfg = Release|Win32 + {40EBF7DB-330C-4F56-AE68-9FC7D75CB5D5}.Release.Build.0 = Release|Win32 + {7F1AFE93-97E7-4905-A2CF-5C845D7FDD4F}.Debug.ActiveCfg = Debug|Win32 + {7F1AFE93-97E7-4905-A2CF-5C845D7FDD4F}.Debug.Build.0 = Debug|Win32 + {7F1AFE93-97E7-4905-A2CF-5C845D7FDD4F}.Release.ActiveCfg = Release|Win32 + {7F1AFE93-97E7-4905-A2CF-5C845D7FDD4F}.Release.Build.0 = Release|Win32 + {0A049202-6533-413E-89D6-5D6866AAE703}.Debug.ActiveCfg = Debug|Win32 + {0A049202-6533-413E-89D6-5D6866AAE703}.Debug.Build.0 = Debug|Win32 + {0A049202-6533-413E-89D6-5D6866AAE703}.Release.ActiveCfg = Release|Win32 + {0A049202-6533-413E-89D6-5D6866AAE703}.Release.Build.0 = Release|Win32 + {9AAC897A-70FA-4E5E-BF48-F664C12B05C7}.Debug.ActiveCfg = Debug|Win32 + {9AAC897A-70FA-4E5E-BF48-F664C12B05C7}.Debug.Build.0 = Debug|Win32 + {9AAC897A-70FA-4E5E-BF48-F664C12B05C7}.Release.ActiveCfg = Release|Win32 + {9AAC897A-70FA-4E5E-BF48-F664C12B05C7}.Release.Build.0 = Release|Win32 + {34C0FDFA-81D6-4652-B841-894BD1A15FB0}.Debug.ActiveCfg = Debug|Win32 + {34C0FDFA-81D6-4652-B841-894BD1A15FB0}.Debug.Build.0 = Debug|Win32 + {34C0FDFA-81D6-4652-B841-894BD1A15FB0}.Release.ActiveCfg = Release|Win32 + {34C0FDFA-81D6-4652-B841-894BD1A15FB0}.Release.Build.0 = Release|Win32 + {794B7E1E-E6AD-456D-9F33-FCE317325EC4}.Debug.ActiveCfg = Debug|Win32 + {794B7E1E-E6AD-456D-9F33-FCE317325EC4}.Debug.Build.0 = Debug|Win32 + {794B7E1E-E6AD-456D-9F33-FCE317325EC4}.Release.ActiveCfg = Release|Win32 + {794B7E1E-E6AD-456D-9F33-FCE317325EC4}.Release.Build.0 = Release|Win32 + {DB97D6C6-2E60-47DC-AED7-4691A1D6DC05}.Debug.ActiveCfg = Debug|Win32 + {DB97D6C6-2E60-47DC-AED7-4691A1D6DC05}.Debug.Build.0 = Debug|Win32 + {DB97D6C6-2E60-47DC-AED7-4691A1D6DC05}.Release.ActiveCfg = Release|Win32 + {DB97D6C6-2E60-47DC-AED7-4691A1D6DC05}.Release.Build.0 = Release|Win32 + {400D995A-CFC8-4D39-A449-88BE067834F8}.Debug.ActiveCfg = Debug|Win32 + {400D995A-CFC8-4D39-A449-88BE067834F8}.Debug.Build.0 = Debug|Win32 + {400D995A-CFC8-4D39-A449-88BE067834F8}.Release.ActiveCfg = Release|Win32 + {400D995A-CFC8-4D39-A449-88BE067834F8}.Release.Build.0 = Release|Win32 + {37605955-FA00-41C9-9D39-D078CF270376}.Debug.ActiveCfg = Debug|Win32 + {37605955-FA00-41C9-9D39-D078CF270376}.Debug.Build.0 = Debug|Win32 + {37605955-FA00-41C9-9D39-D078CF270376}.Release.ActiveCfg = Release|Win32 + {37605955-FA00-41C9-9D39-D078CF270376}.Release.Build.0 = Release|Win32 + {9A9D7ABC-ED3A-462E-9ED1-CB55F14174F3}.Debug.ActiveCfg = Debug|Win32 + {9A9D7ABC-ED3A-462E-9ED1-CB55F14174F3}.Debug.Build.0 = Debug|Win32 + {9A9D7ABC-ED3A-462E-9ED1-CB55F14174F3}.Release.ActiveCfg = Release|Win32 + {9A9D7ABC-ED3A-462E-9ED1-CB55F14174F3}.Release.Build.0 = Release|Win32 + {71A1C081-FF1C-452B-B938-95551D565302}.Debug.ActiveCfg = Debug|Win32 + {71A1C081-FF1C-452B-B938-95551D565302}.Debug.Build.0 = Debug|Win32 + {71A1C081-FF1C-452B-B938-95551D565302}.Release.ActiveCfg = Release|Win32 + {71A1C081-FF1C-452B-B938-95551D565302}.Release.Build.0 = Release|Win32 + {9ADAE03A-2060-471E-A7B5-9D8F6995223A}.Debug.ActiveCfg = Debug|Win32 + {9ADAE03A-2060-471E-A7B5-9D8F6995223A}.Debug.Build.0 = Debug|Win32 + {9ADAE03A-2060-471E-A7B5-9D8F6995223A}.Release.ActiveCfg = Release|Win32 + {9ADAE03A-2060-471E-A7B5-9D8F6995223A}.Release.Build.0 = Release|Win32 + {DFE42486-47A2-487C-81B9-DDCDA9F07BF0}.Debug.ActiveCfg = Debug|Win32 + {DFE42486-47A2-487C-81B9-DDCDA9F07BF0}.Debug.Build.0 = Debug|Win32 + {DFE42486-47A2-487C-81B9-DDCDA9F07BF0}.Release.ActiveCfg = Release|Win32 + {DFE42486-47A2-487C-81B9-DDCDA9F07BF0}.Release.Build.0 = Release|Win32 + {2248C52C-75DC-465B-A598-6E89CC93E00D}.Debug.ActiveCfg = Debug|Win32 + {2248C52C-75DC-465B-A598-6E89CC93E00D}.Debug.Build.0 = Debug|Win32 + {2248C52C-75DC-465B-A598-6E89CC93E00D}.Release.ActiveCfg = Release|Win32 + {2248C52C-75DC-465B-A598-6E89CC93E00D}.Release.Build.0 = Release|Win32 + {C2E6106F-1450-4F62-8D8E-17A93E986B26}.Debug.ActiveCfg = Debug|Win32 + {C2E6106F-1450-4F62-8D8E-17A93E986B26}.Debug.Build.0 = Debug|Win32 + {C2E6106F-1450-4F62-8D8E-17A93E986B26}.Release.ActiveCfg = Release|Win32 + {C2E6106F-1450-4F62-8D8E-17A93E986B26}.Release.Build.0 = Release|Win32 + {E81413CC-046C-42B0-B862-0BB81AED2854}.Debug.ActiveCfg = Debug|Win32 + {E81413CC-046C-42B0-B862-0BB81AED2854}.Debug.Build.0 = Debug|Win32 + {E81413CC-046C-42B0-B862-0BB81AED2854}.Release.ActiveCfg = Release|Win32 + {E81413CC-046C-42B0-B862-0BB81AED2854}.Release.Build.0 = Release|Win32 + {14DB1F8E-0BF6-4E9D-8372-5EA9ED48347F}.Debug.ActiveCfg = Debug|Win32 + {14DB1F8E-0BF6-4E9D-8372-5EA9ED48347F}.Debug.Build.0 = Debug|Win32 + {14DB1F8E-0BF6-4E9D-8372-5EA9ED48347F}.Release.ActiveCfg = Release|Win32 + {14DB1F8E-0BF6-4E9D-8372-5EA9ED48347F}.Release.Build.0 = Release|Win32 + {17DC13C3-78E0-4EF5-B7B1-87EB1A379D2A}.Debug.ActiveCfg = Debug|Win32 + {17DC13C3-78E0-4EF5-B7B1-87EB1A379D2A}.Debug.Build.0 = Debug|Win32 + {17DC13C3-78E0-4EF5-B7B1-87EB1A379D2A}.Release.ActiveCfg = Release|Win32 + {17DC13C3-78E0-4EF5-B7B1-87EB1A379D2A}.Release.Build.0 = Release|Win32 + {7CF4F18C-3C74-4EBB-AD76-F41575D7A5A0}.Debug.ActiveCfg = Debug|Win32 + {7CF4F18C-3C74-4EBB-AD76-F41575D7A5A0}.Debug.Build.0 = Debug|Win32 + {7CF4F18C-3C74-4EBB-AD76-F41575D7A5A0}.Release.ActiveCfg = Release|Win32 + {7CF4F18C-3C74-4EBB-AD76-F41575D7A5A0}.Release.Build.0 = Release|Win32 + {E6A9BFE8-84DE-46C0-A372-72087598018E}.Debug.ActiveCfg = Debug|Win32 + {E6A9BFE8-84DE-46C0-A372-72087598018E}.Debug.Build.0 = Debug|Win32 + {E6A9BFE8-84DE-46C0-A372-72087598018E}.Release.ActiveCfg = Release|Win32 + {E6A9BFE8-84DE-46C0-A372-72087598018E}.Release.Build.0 = Release|Win32 + {3BBA31F8-2679-4655-975D-52FDA5ABD5C4}.Debug.ActiveCfg = Debug|Win32 + {3BBA31F8-2679-4655-975D-52FDA5ABD5C4}.Debug.Build.0 = Debug|Win32 + {3BBA31F8-2679-4655-975D-52FDA5ABD5C4}.Release.ActiveCfg = Release|Win32 + {3BBA31F8-2679-4655-975D-52FDA5ABD5C4}.Release.Build.0 = Release|Win32 + {A26C50E9-D3FB-4490-9CD7-606EB2E77D21}.Debug.ActiveCfg = Debug|Win32 + {A26C50E9-D3FB-4490-9CD7-606EB2E77D21}.Debug.Build.0 = Debug|Win32 + {A26C50E9-D3FB-4490-9CD7-606EB2E77D21}.Release.ActiveCfg = Release|Win32 + {A26C50E9-D3FB-4490-9CD7-606EB2E77D21}.Release.Build.0 = Release|Win32 + {5EA5BDAD-3AE9-4BCA-AC1A-93B3B8499C30}.Debug.ActiveCfg = Debug|Win32 + {5EA5BDAD-3AE9-4BCA-AC1A-93B3B8499C30}.Debug.Build.0 = Debug|Win32 + {5EA5BDAD-3AE9-4BCA-AC1A-93B3B8499C30}.Release.ActiveCfg = Release|Win32 + {5EA5BDAD-3AE9-4BCA-AC1A-93B3B8499C30}.Release.Build.0 = Release|Win32 + {E75602FF-F4E6-4F45-AD0D-EA49C0C66DEF}.Debug.ActiveCfg = Debug|Win32 + {E75602FF-F4E6-4F45-AD0D-EA49C0C66DEF}.Debug.Build.0 = Debug|Win32 + {E75602FF-F4E6-4F45-AD0D-EA49C0C66DEF}.Release.ActiveCfg = Release|Win32 + {E75602FF-F4E6-4F45-AD0D-EA49C0C66DEF}.Release.Build.0 = Release|Win32 + {D1518671-CB9D-471F-8BCE-A03DE67F26B1}.Debug.ActiveCfg = Debug|Win32 + {D1518671-CB9D-471F-8BCE-A03DE67F26B1}.Debug.Build.0 = Debug|Win32 + {D1518671-CB9D-471F-8BCE-A03DE67F26B1}.Release.ActiveCfg = Release|Win32 + {D1518671-CB9D-471F-8BCE-A03DE67F26B1}.Release.Build.0 = Release|Win32 + {EFA04391-B35B-44C0-AB27-1383D4C9E358}.Debug.ActiveCfg = Debug|Win32 + {EFA04391-B35B-44C0-AB27-1383D4C9E358}.Debug.Build.0 = Debug|Win32 + {EFA04391-B35B-44C0-AB27-1383D4C9E358}.Release.ActiveCfg = Release|Win32 + {EFA04391-B35B-44C0-AB27-1383D4C9E358}.Release.Build.0 = Release|Win32 + {DBA493BD-3AF1-4616-8A80-F6FD41B70392}.Debug.ActiveCfg = Debug|Win32 + {DBA493BD-3AF1-4616-8A80-F6FD41B70392}.Debug.Build.0 = Debug|Win32 + {DBA493BD-3AF1-4616-8A80-F6FD41B70392}.Release.ActiveCfg = Release|Win32 + {DBA493BD-3AF1-4616-8A80-F6FD41B70392}.Release.Build.0 = Release|Win32 + {D1FD44F8-8263-4B29-985D-21CE26F45A76}.Debug.ActiveCfg = Debug|Win32 + {D1FD44F8-8263-4B29-985D-21CE26F45A76}.Debug.Build.0 = Debug|Win32 + {D1FD44F8-8263-4B29-985D-21CE26F45A76}.Release.ActiveCfg = Release|Win32 + {D1FD44F8-8263-4B29-985D-21CE26F45A76}.Release.Build.0 = Release|Win32 + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A}.Debug.ActiveCfg = Debug|Win32 + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A}.Debug.Build.0 = Debug|Win32 + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A}.Release.ActiveCfg = Release|Win32 + {473ABB63-E5C6-4D8E-9380-5DC76E1EAB4A}.Release.Build.0 = Release|Win32 + {832DD776-BC7F-40B5-90D0-E6448014CA5B}.Debug.ActiveCfg = Debug|Win32 + {832DD776-BC7F-40B5-90D0-E6448014CA5B}.Debug.Build.0 = Debug|Win32 + {832DD776-BC7F-40B5-90D0-E6448014CA5B}.Release.ActiveCfg = Release|Win32 + {832DD776-BC7F-40B5-90D0-E6448014CA5B}.Release.Build.0 = Release|Win32 + {DDDFC0AC-2ECB-4930-9C83-788AC7C1343E}.Debug.ActiveCfg = Debug|Win32 + {DDDFC0AC-2ECB-4930-9C83-788AC7C1343E}.Release.ActiveCfg = Release|Win32 + {9321B2C5-74B3-4743-9D87-B0FDCB47373B}.Debug.ActiveCfg = Debug|Win32 + {9321B2C5-74B3-4743-9D87-B0FDCB47373B}.Debug.Build.0 = Debug|Win32 + {9321B2C5-74B3-4743-9D87-B0FDCB47373B}.Release.ActiveCfg = Release|Win32 + {9321B2C5-74B3-4743-9D87-B0FDCB47373B}.Release.Build.0 = Release|Win32 + {685666ED-4640-47EE-AEA5-35B9602CA541}.Debug.ActiveCfg = Debug|Win32 + {685666ED-4640-47EE-AEA5-35B9602CA541}.Debug.Build.0 = Debug|Win32 + {685666ED-4640-47EE-AEA5-35B9602CA541}.Release.ActiveCfg = Release|Win32 + {685666ED-4640-47EE-AEA5-35B9602CA541}.Release.Build.0 = Release|Win32 + {744EA5E0-18C8-4757-82DE-2D0CF11DBDDE}.Debug.ActiveCfg = Debug|Win32 + {744EA5E0-18C8-4757-82DE-2D0CF11DBDDE}.Debug.Build.0 = Debug|Win32 + {744EA5E0-18C8-4757-82DE-2D0CF11DBDDE}.Release.ActiveCfg = Release|Win32 + {744EA5E0-18C8-4757-82DE-2D0CF11DBDDE}.Release.Build.0 = Release|Win32 + {0C5E3F36-3338-4B2C-A956-4D577B6119E7}.Debug.ActiveCfg = Debug|Win32 + {0C5E3F36-3338-4B2C-A956-4D577B6119E7}.Debug.Build.0 = Debug|Win32 + {0C5E3F36-3338-4B2C-A956-4D577B6119E7}.Release.ActiveCfg = Release|Win32 + {0C5E3F36-3338-4B2C-A956-4D577B6119E7}.Release.Build.0 = Release|Win32 + {F445FB75-3390-47BE-8179-6A9222A9ACD8}.Debug.ActiveCfg = Debug|Win32 + {F445FB75-3390-47BE-8179-6A9222A9ACD8}.Debug.Build.0 = Debug|Win32 + {F445FB75-3390-47BE-8179-6A9222A9ACD8}.Release.ActiveCfg = Release|Win32 + {F445FB75-3390-47BE-8179-6A9222A9ACD8}.Release.Build.0 = Release|Win32 + {8D4599CD-B4B1-4ABB-9AB0-45002AAFEA7E}.Debug.ActiveCfg = Debug|Win32 + {8D4599CD-B4B1-4ABB-9AB0-45002AAFEA7E}.Debug.Build.0 = Debug|Win32 + {8D4599CD-B4B1-4ABB-9AB0-45002AAFEA7E}.Release.ActiveCfg = Release|Win32 + {8D4599CD-B4B1-4ABB-9AB0-45002AAFEA7E}.Release.Build.0 = Release|Win32 + {A4C4D9C2-DFB5-4A09-8C6D-968113C58247}.Debug.ActiveCfg = Debug|Win32 + {A4C4D9C2-DFB5-4A09-8C6D-968113C58247}.Debug.Build.0 = Debug|Win32 + {A4C4D9C2-DFB5-4A09-8C6D-968113C58247}.Release.ActiveCfg = Release|Win32 + {A4C4D9C2-DFB5-4A09-8C6D-968113C58247}.Release.Build.0 = Release|Win32 + {C865016E-1FE1-4FD7-959D-62E795206E76}.Debug.ActiveCfg = Debug|Win32 + {C865016E-1FE1-4FD7-959D-62E795206E76}.Debug.Build.0 = Debug|Win32 + {C865016E-1FE1-4FD7-959D-62E795206E76}.Release.ActiveCfg = Release|Win32 + {C865016E-1FE1-4FD7-959D-62E795206E76}.Release.Build.0 = Release|Win32 + {26F2FDA4-17DC-4E1A-B9AC-124C460A4391}.Debug.ActiveCfg = Debug|Win32 + {26F2FDA4-17DC-4E1A-B9AC-124C460A4391}.Debug.Build.0 = Debug|Win32 + {26F2FDA4-17DC-4E1A-B9AC-124C460A4391}.Release.ActiveCfg = Release|Win32 + {26F2FDA4-17DC-4E1A-B9AC-124C460A4391}.Release.Build.0 = Release|Win32 + {1063E387-0167-411C-85B9-96B043C4BDB3}.Debug.ActiveCfg = Debug|Win32 + {1063E387-0167-411C-85B9-96B043C4BDB3}.Debug.Build.0 = Debug|Win32 + {1063E387-0167-411C-85B9-96B043C4BDB3}.Release.ActiveCfg = Release|Win32 + {1063E387-0167-411C-85B9-96B043C4BDB3}.Release.Build.0 = Release|Win32 + {F9428466-5FA2-47C9-BB02-288EDE7016A4}.Debug.ActiveCfg = Debug|Win32 + {F9428466-5FA2-47C9-BB02-288EDE7016A4}.Debug.Build.0 = Debug|Win32 + {F9428466-5FA2-47C9-BB02-288EDE7016A4}.Release.ActiveCfg = Release|Win32 + {F9428466-5FA2-47C9-BB02-288EDE7016A4}.Release.Build.0 = Release|Win32 + {487B4E71-1CB9-49A1-920C-1F505D8B76F8}.Debug.ActiveCfg = Debug|Win32 + {487B4E71-1CB9-49A1-920C-1F505D8B76F8}.Debug.Build.0 = Debug|Win32 + {487B4E71-1CB9-49A1-920C-1F505D8B76F8}.Release.ActiveCfg = Release|Win32 + {487B4E71-1CB9-49A1-920C-1F505D8B76F8}.Release.Build.0 = Release|Win32 + {1C2FF3B6-639A-4047-90DE-327B82BF3ACB}.Debug.ActiveCfg = Debug|Win32 + {1C2FF3B6-639A-4047-90DE-327B82BF3ACB}.Debug.Build.0 = Debug|Win32 + {1C2FF3B6-639A-4047-90DE-327B82BF3ACB}.Release.ActiveCfg = Release|Win32 + {1C2FF3B6-639A-4047-90DE-327B82BF3ACB}.Release.Build.0 = Release|Win32 + {8659AEE0-2C9A-4666-B70F-C2B8280FD909}.Debug.ActiveCfg = Debug|Win32 + {8659AEE0-2C9A-4666-B70F-C2B8280FD909}.Debug.Build.0 = Debug|Win32 + {8659AEE0-2C9A-4666-B70F-C2B8280FD909}.Release.ActiveCfg = Release|Win32 + {8659AEE0-2C9A-4666-B70F-C2B8280FD909}.Release.Build.0 = Release|Win32 + {3F8103CC-1DB2-4C23-9ABC-430434244D40}.Debug.ActiveCfg = Debug|Win32 + {3F8103CC-1DB2-4C23-9ABC-430434244D40}.Debug.Build.0 = Debug|Win32 + {3F8103CC-1DB2-4C23-9ABC-430434244D40}.Release.ActiveCfg = Release|Win32 + {3F8103CC-1DB2-4C23-9ABC-430434244D40}.Release.Build.0 = Release|Win32 + {5E617A56-25B2-41E8-8D69-109600819716}.Debug.ActiveCfg = Debug|Win32 + {5E617A56-25B2-41E8-8D69-109600819716}.Debug.Build.0 = Debug|Win32 + {5E617A56-25B2-41E8-8D69-109600819716}.Release.ActiveCfg = Release|Win32 + {5E617A56-25B2-41E8-8D69-109600819716}.Release.Build.0 = Release|Win32 + {C8202A85-1F3A-4B34-869C-B1E8CA829299}.Debug.ActiveCfg = Debug|Win32 + {C8202A85-1F3A-4B34-869C-B1E8CA829299}.Debug.Build.0 = Debug|Win32 + {C8202A85-1F3A-4B34-869C-B1E8CA829299}.Release.ActiveCfg = Release|Win32 + {C8202A85-1F3A-4B34-869C-B1E8CA829299}.Release.Build.0 = Release|Win32 + {3F645EFF-3A91-4CF3-9B60-76E0C33686A7}.Debug.ActiveCfg = Debug|Win32 + {3F645EFF-3A91-4CF3-9B60-76E0C33686A7}.Debug.Build.0 = Debug|Win32 + {3F645EFF-3A91-4CF3-9B60-76E0C33686A7}.Release.ActiveCfg = Release|Win32 + {3F645EFF-3A91-4CF3-9B60-76E0C33686A7}.Release.Build.0 = Release|Win32 + {84571A5E-D9A6-4672-9F86-3F8E32C93FDF}.Debug.ActiveCfg = Debug|Win32 + {84571A5E-D9A6-4672-9F86-3F8E32C93FDF}.Debug.Build.0 = Debug|Win32 + {84571A5E-D9A6-4672-9F86-3F8E32C93FDF}.Release.ActiveCfg = Release|Win32 + {84571A5E-D9A6-4672-9F86-3F8E32C93FDF}.Release.Build.0 = Release|Win32 + {71C6994C-3102-4A2A-B0AE-88A590CB36CE}.Debug.ActiveCfg = Debug|Win32 + {71C6994C-3102-4A2A-B0AE-88A590CB36CE}.Debug.Build.0 = Debug|Win32 + {71C6994C-3102-4A2A-B0AE-88A590CB36CE}.Release.ActiveCfg = Release|Win32 + {71C6994C-3102-4A2A-B0AE-88A590CB36CE}.Release.Build.0 = Release|Win32 + {F04E2D13-2096-4C67-AA4C-63C9015474B1}.Debug.ActiveCfg = Debug|Win32 + {F04E2D13-2096-4C67-AA4C-63C9015474B1}.Debug.Build.0 = Debug|Win32 + {F04E2D13-2096-4C67-AA4C-63C9015474B1}.Release.ActiveCfg = Release|Win32 + {F04E2D13-2096-4C67-AA4C-63C9015474B1}.Release.Build.0 = Release|Win32 + {6923D270-FB9F-4F40-8268-9C542ADABD88}.Debug.ActiveCfg = Debug|Win32 + {6923D270-FB9F-4F40-8268-9C542ADABD88}.Debug.Build.0 = Debug|Win32 + {6923D270-FB9F-4F40-8268-9C542ADABD88}.Release.ActiveCfg = Release|Win32 + {6923D270-FB9F-4F40-8268-9C542ADABD88}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/windows/proj/all_fortran/all_fortran.vcproj b/windows/proj/all_fortran/all_fortran.vcproj new file mode 100644 index 0000000..edf0521 --- /dev/null +++ b/windows/proj/all_fortran/all_fortran.vcproj @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/proj/hdf5/hdf5.dsp b/windows/proj/hdf5/hdf5.dsp deleted file mode 100755 index f92823a..0000000 --- a/windows/proj/hdf5/hdf5.dsp +++ /dev/null @@ -1,3560 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hdf5" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (ALPHA) Static Library" 0x0604 -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=hdf5 - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hdf5.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hdf5.mak" CFG="hdf5 - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hdf5 - Win32 Release" (based on "Win32 (x86) Static Library") -!MESSAGE "hdf5 - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE "hdf5 - Win32 AlphaDbg" (based on "Win32 (ALPHA) Static Library") -!MESSAGE "hdf5 - Win32 AlphaRel" (based on "Win32 (ALPHA) Static Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\proj\hdf5\Release" -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Release" -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"..\..\..\proj\hdf5\Release/" /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\proj\hdf5\Debug" -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /browser /compile_only /debug:full /include:"..\..\..\proj\hdf5\Debug/" /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:"..\..\..\proj\hdf5\Debug\hdf5d.lib" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "hdf5___W" -# PROP BASE Intermediate_Dir "hdf5___W" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /browser /compile_only /debug:full /include:"hdf5___W/" /nologo /warn:nofileopt -# ADD F90 /browser /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Z7 /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Z7 /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /YX /FD /c -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "hdf5___0" -# PROP BASE Intermediate_Dir "hdf5___0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"hdf5___0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ENDIF - -# Begin Target - -# Name "hdf5 - Win32 Release" -# Name "hdf5 - Win32 Debug" -# Name "hdf5 - Win32 AlphaDbg" -# Name "hdf5 - Win32 AlphaRel" -# Begin Group "source" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\..\..\src\H5.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5A.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Abtree2.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5AC.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Adense.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Adeprec.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Aint.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Atest.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5B.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5B2.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5B2cache.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5B2dbg.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5B2int.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5B2stat.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5B2test.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Bcache.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5C.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5checksum.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5D.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5dbg.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Dcompact.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Dcontig.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Ddeprec.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Defl.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Dfill.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Dio.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Distore.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Dmpio.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Doh.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Dselect.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Dtest.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5E.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Edeprec.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Eint.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5F.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FD.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Fdbg.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FDcore.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FDfamily.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FDlog.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FDmpi.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FDmpio.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FDmpiposix.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FDmulti.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FDsec2.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FDstdio.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FDstream.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FDwindows.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Ffake.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FL.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Fmount.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FO.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FS.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FScache.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FSdbg.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Fsfile.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FSsection.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Fsuper.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Ftest.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5G.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gbtree2.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gcompact.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gdense.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gdeprec.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gent.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gint.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Glink.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gloc.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gname.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gnode.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gobj.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Goh.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gstab.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gtest.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gtraverse.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HF.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HFbtree2.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HFcache.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HFdbg.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HFdblock.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HFdtable.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HFhdr.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HFhuge.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HFiblock.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HFiter.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HFman.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HFsection.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HFspace.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HFstat.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HFtest.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HFtiny.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HG.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HGdbg.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HL.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HLdbg.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HP.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5I.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5L.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Lexternal.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5MF.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5MM.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5MP.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5MPtest.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5O.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Oainfo.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Oalloc.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Oattr.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Oattribute.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Obogus.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Obtreek.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Ocache.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Ocont.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Ocopy.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Odbg.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Odrvinfo.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Odtype.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Oefl.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Ofill.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Oginfo.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Olayout.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Olinfo.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Olink.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Omessage.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Omtime.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Oname.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Onull.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Opline.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Orefcount.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Osdspace.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Oshared.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Oshmesg.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Ostab.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Otest.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Ounknown.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5P.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Pacpl.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Pdcpl.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Pdxpl.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Pfapl.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Pfcpl.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Pfmpl.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Pgcpl.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Plapl.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Plcpl.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Pocpl.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Pocpypl.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Pstrcpl.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Ptest.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5R.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5RC.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5RS.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5S.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Sall.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Shyper.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5SL.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5SM.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5SMbtree2.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5SMcache.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Smpio.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5SMtest.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Snone.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Spoint.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Sselect.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5ST.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Stest.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5system.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5T.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tarray.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tbit.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tcommit.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tcompound.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tconv.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tcset.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tdeprec.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tenum.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tfields.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tfixed.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tfloat.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5timer.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tinit.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tnative.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Toffset.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Toh.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Topaque.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Torder.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tpad.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tprecis.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5trace.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tstrpad.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tvlen.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5V.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Z.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Zdeflate.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Zfletcher32.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Znbit.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Zscaleoffset.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Zshuffle.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Zszip.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Ztrans.c - -!IF "$(CFG)" == "hdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Group -# Begin Group "header" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\..\..\src\H5ACprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5ACpublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Apkg.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Aprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Apublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Bprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Bpublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5BTpkg.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Cprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Cpublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Dpkg.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Dprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Dpublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Epkg.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Eprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Epublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Fprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Fpublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gpkg.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gpublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HGprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HGpublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HLprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HLpublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Iprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Ipublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Lprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5MFprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5MMprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5MMpublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5MPpkg.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Oprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Opublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Pprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Ppublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5private.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5public.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5RCprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Rprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Rpublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5SHpkg.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5SHprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5SHpublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5SLprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Sprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Spublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tpkg.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tpublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Vprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Zprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Zpublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\hdf5.h -# End Source File -# End Group -# End Target -# End Project diff --git a/windows/proj/hdf5/hdf5.vcproj b/windows/proj/hdf5/hdf5.vcproj new file mode 100644 index 0000000..ed27926 --- /dev/null +++ b/windows/proj/hdf5/hdf5.vcproj @@ -0,0 +1,7519 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/proj/hdf5_cpp/hdf5_cpp.dsp b/windows/proj/hdf5_cpp/hdf5_cpp.dsp deleted file mode 100755 index 8108b62..0000000 --- a/windows/proj/hdf5_cpp/hdf5_cpp.dsp +++ /dev/null @@ -1,321 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hdf5_cpp" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=hdf5_cpp - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hdf5_cpp.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hdf5_cpp.mak" CFG="hdf5_cpp - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hdf5_cpp - Win32 Release" (based on "Win32 (x86) Static Library") -!MESSAGE "hdf5_cpp - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "hdf5_cpp - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\proj\hdf5_cpp\Release" -# PROP Intermediate_Dir "..\..\..\proj\hdf5_cpp\Release" -# PROP Target_Dir "" -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ELSEIF "$(CFG)" == "hdf5_cpp - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\proj\hdf5_cpp\Debug" -# PROP Intermediate_Dir "..\..\..\proj\hdf5_cpp\Debug" -# PROP Target_Dir "" -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:"..\..\..\proj\hdf5_cpp\Debug\hdf5_cppd.lib" - -!ENDIF - -# Begin Target - -# Name "hdf5_cpp - Win32 Release" -# Name "hdf5_cpp - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE="..\..\..\c++\src\H5AbstractDs.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5ArrayType.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5AtomType.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5Attribute.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5CommonFG.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5CompType.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5DataSet.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5DataSpace.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5DataType.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5DcreatProp.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5DxferProp.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5EnumType.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5Exception.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5FaccProp.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5FcreatProp.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5File.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5FloatType.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5Group.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5IdComponent.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5IntType.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5Library.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5Object.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5PredType.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5PropList.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5StrType.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5VarLenType.cpp" -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE="..\..\..\c++\src\H5AbstractDs.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5Alltypes.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5ArrayType.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5AtomType.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5Attribute.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5Classes.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5CommonFG.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5CompType.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5Cpp.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5DataSet.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5DataSpace.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5DataType.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5DcreatProp.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5DxferProp.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5EnumType.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5Exception.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5FaccProp.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5FcreatProp.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5File.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5FloatType.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5Group.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5IdComponent.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5Include.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5IntType.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5Library.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5Object.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5PredType.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5PropList.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5StrType.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5VarLenType.h" -# End Source File -# End Group -# End Target -# End Project diff --git a/windows/proj/hdf5_cpp/hdf5_cpp.vcproj b/windows/proj/hdf5_cpp/hdf5_cpp.vcproj new file mode 100644 index 0000000..bbb2fb4 --- /dev/null +++ b/windows/proj/hdf5_cpp/hdf5_cpp.vcproj @@ -0,0 +1,741 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/proj/hdf5_cppdll/hdf5_cppdll.dsp b/windows/proj/hdf5_cppdll/hdf5_cppdll.dsp deleted file mode 100755 index 4874bb6..0000000 --- a/windows/proj/hdf5_cppdll/hdf5_cppdll.dsp +++ /dev/null @@ -1,332 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hdf5_cppdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 - -CFG=hdf5_cppdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hdf5_cppdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hdf5_cppdll.mak" CFG="hdf5_cppdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hdf5_cppdll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "hdf5_cppdll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "hdf5_cppdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../proj/hdf5_cppdll/Release" -# PROP Intermediate_Dir "../../../proj/hdf5_cppdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_CPPDLL_EXPORTS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "HDF5_CPPDLL_EXPORTS" /D "_HDF5USEDLL_" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 - -!ELSEIF "$(CFG)" == "hdf5_cppdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../proj/hdf5_cppdll/Debug" -# PROP Intermediate_Dir "../../../proj/hdf5_cppdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_CPPDLL_EXPORTS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "HDF5_CPPDLL_EXPORTS" /D "_HDF5USEDLL_" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo /o"Debug/hdf5_cppddll.bsc" -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"../../../proj/hdf5_cppdll/Debug/hdf5_cppddll.dll" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "hdf5_cppdll - Win32 Release" -# Name "hdf5_cppdll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE="..\..\..\c++\src\H5AbstractDs.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5ArrayType.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5AtomType.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5Attribute.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5CommonFG.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5CompType.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5DataSet.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5DataSpace.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5DataType.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5DcreatProp.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5DxferProp.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5EnumType.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5Exception.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5FaccProp.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5FcreatProp.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5File.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5FloatType.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5Group.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5IdComponent.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5IntType.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5Library.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5Object.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5PredType.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5PropList.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5StrType.cpp" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5VarLenType.cpp" -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE="..\..\..\c++\src\H5AbstractDs.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5Alltypes.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5ArrayType.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5AtomType.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5Attribute.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5Classes.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5CommonFG.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5CompType.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5Cpp.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5DataSet.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5DataSpace.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5DataType.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5DcreatProp.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5DxferProp.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5EnumType.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5Exception.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5FaccProp.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5FcreatProp.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5File.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5FloatType.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5Group.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5IdComponent.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5Include.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5IntType.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5Library.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5Object.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5PredType.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5PropList.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5StrType.h" -# End Source File -# Begin Source File - -SOURCE="..\..\..\c++\src\H5VarLenType.h" -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/proj/hdf5_cppdll/hdf5_cppdll.vcproj b/windows/proj/hdf5_cppdll/hdf5_cppdll.vcproj new file mode 100644 index 0000000..56a8017 --- /dev/null +++ b/windows/proj/hdf5_cppdll/hdf5_cppdll.vcproj @@ -0,0 +1,770 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/proj/hdf5_f90cstub/hdf5_f90cstub.dsp b/windows/proj/hdf5_f90cstub/hdf5_f90cstub.dsp deleted file mode 100755 index c63c2c1..0000000 --- a/windows/proj/hdf5_f90cstub/hdf5_f90cstub.dsp +++ /dev/null @@ -1,161 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hdf5_f90cstub" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=hdf5_f90cstub - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hdf5_f90cstub.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hdf5_f90cstub.mak" CFG="hdf5_f90cstub - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hdf5_f90cstub - Win32 Release" (based on "Win32 (x86) Static Library") -!MESSAGE "hdf5_f90cstub - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "hdf5_f90cstub - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\proj\hdf5_f90cstub\Release" -# PROP Intermediate_Dir "..\..\..\proj\hdf5_f90cstub\Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ELSEIF "$(CFG)" == "hdf5_f90cstub - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\proj\hdf5_f90cstub\Debug" -# PROP Intermediate_Dir "..\..\..\proj\hdf5_f90cstub\Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:"..\..\..\proj\hdf5_f90cstub\Debug\hdf5_f90cstubd.lib" - -!ENDIF - -# Begin Target - -# Name "hdf5_f90cstub - Win32 Release" -# Name "hdf5_f90cstub - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5_f.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Af.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Df.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Ef.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5f90kit.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Ff.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Gf.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5If.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Pf.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Rf.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Sf.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Tf.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Zf.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5f90.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5f90i.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5f90proto.h -# End Source File -# End Group -# End Target -# End Project diff --git a/windows/proj/hdf5_f90cstub/hdf5_f90cstub.vcproj b/windows/proj/hdf5_f90cstub/hdf5_f90cstub.vcproj new file mode 100644 index 0000000..b1e2a6f --- /dev/null +++ b/windows/proj/hdf5_f90cstub/hdf5_f90cstub.vcproj @@ -0,0 +1,400 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/proj/hdf5_f90cstubdll/hdf5_f90cstubdll.dsp b/windows/proj/hdf5_f90cstubdll/hdf5_f90cstubdll.dsp deleted file mode 100755 index 15a8872..0000000 --- a/windows/proj/hdf5_f90cstubdll/hdf5_f90cstubdll.dsp +++ /dev/null @@ -1,172 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hdf5_f90cstubdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 - -CFG=hdf5_f90cstubdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hdf5_f90cstubdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hdf5_f90cstubdll.mak" CFG="hdf5_f90cstubdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hdf5_f90cstubdll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "hdf5_f90cstubdll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "hdf5_f90cstubdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../proj/hdf5_f90cstubdll/Release" -# PROP Intermediate_Dir "../../../proj/hdf5_f90cstubdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /dll /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /dll /nologo /threads /warn:nofileopt -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_F90CSTUBDLL_EXPORTS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_HDF5USEDLL_" /D "HDF5FORT_CSTUB_DLL_EXPORTS" /YX /FD /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 - -!ELSEIF "$(CFG)" == "hdf5_f90cstubdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../proj/hdf5_f90cstubdll/Debug" -# PROP Intermediate_Dir "../../../proj/hdf5_f90cstubdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /dll /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /include:"Debug/" /dll /nologo /threads /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_F90CSTUBDLL_EXPORTS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_HDF5USEDLL_" /D "HDF5FORT_CSTUB_DLL_EXPORTS" /YX /FD /GZ /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"../../../proj/hdf5_f90cstubdll/Debug/hdf5_f90cstubddll.dll" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "hdf5_f90cstubdll - Win32 Release" -# Name "hdf5_f90cstubdll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5_f.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Af.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Df.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Ef.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5f90kit.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Ff.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Gf.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5If.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Pf.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Rf.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Sf.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Tf.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Zf.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5f90.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5f90i.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5f90proto.h -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/proj/hdf5_f90cstubdll/hdf5_f90cstubdll.vcproj b/windows/proj/hdf5_f90cstubdll/hdf5_f90cstubdll.vcproj new file mode 100644 index 0000000..dd2132c --- /dev/null +++ b/windows/proj/hdf5_f90cstubdll/hdf5_f90cstubdll.vcproj @@ -0,0 +1,427 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/proj/hdf5_fortran/hdf5_fortran.dsp b/windows/proj/hdf5_fortran/hdf5_fortran.dsp deleted file mode 100755 index 93e20a7..0000000 --- a/windows/proj/hdf5_fortran/hdf5_fortran.dsp +++ /dev/null @@ -1,215 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hdf5_fortran" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=hdf5_fortran - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hdf5_fortran.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hdf5_fortran.mak" CFG="hdf5_fortran - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hdf5_fortran - Win32 Release" (based on "Win32 (x86) Static Library") -!MESSAGE "hdf5_fortran - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "hdf5_fortran - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\proj\hdf5_fortran\Release" -# PROP Intermediate_Dir "..\..\..\proj\hdf5_fortran\Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ELSEIF "$(CFG)" == "hdf5_fortran - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\proj\hdf5_fortran\Debug" -# PROP Intermediate_Dir "..\..\..\proj\hdf5_fortran\Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:"..\..\..\proj\hdf5_fortran\Debug\hdf5_fortrand.lib" - -!ENDIF - -# Begin Target - -# Name "hdf5_fortran - Win32 Release" -# Name "hdf5_fortran - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5_ff.f90 -NODEP_F90_H5_FF=\ - ".\Release\H5GLOBAL.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Aff.f90 -NODEP_F90_H5AFF=\ - ".\Release\H5GLOBAL.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Dff.f90 -NODEP_F90_H5DFF=\ - ".\Release\H5GLOBAL.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Eff.f90 -NODEP_F90_H5EFF=\ - ".\Release\H5GLOBAL.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5f90global.f90 -NODEP_F90_H5F90=\ - ".\Release\H5FORTRAN_TYPES.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Fff.f90 -NODEP_F90_H5FFF=\ - ".\5GLOBAL.mod"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5fortran_flags.f90 -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5fortran_types.f90 -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Gff.f90 -NODEP_F90_H5GFF=\ - ".\5GLOBAL.mod"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Iff.f90 -NODEP_F90_H5IFF=\ - ".\5GLOBAL.mod"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Pff.f90 -NODEP_F90_H5PFF=\ - ".\5GLOBAL.mod"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Rff.f90 -NODEP_F90_H5RFF=\ - ".\5GLOBAL.mod"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Sff.f90 -NODEP_F90_H5SFF=\ - ".\5GLOBAL.mod"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Tff.f90 -NODEP_F90_H5TFF=\ - ".\5GLOBAL.mod"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Zff.f90 -NODEP_F90_H5ZFF=\ - ".\5GLOBAL.mod"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\HDF5.f90 -NODEP_F90_HDF5_=\ - ".\Release\H5A.MOD"\ - ".\Release\H5D.MOD"\ - ".\Release\H5E.MOD"\ - ".\Release\H5F.MOD"\ - ".\Release\H5G.MOD"\ - ".\Release\H5GLOBAL.MOD"\ - ".\Release\H5I.MOD"\ - ".\Release\H5LIB.MOD"\ - ".\Release\H5P.MOD"\ - ".\Release\H5R.MOD"\ - ".\Release\H5S.MOD"\ - ".\Release\H5T.MOD"\ - ".\Release\H5Z.MOD"\ - -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# End Target -# End Project diff --git a/windows/proj/hdf5_fortran/hdf5_fortran.vfproj b/windows/proj/hdf5_fortran/hdf5_fortran.vfproj new file mode 100644 index 0000000..4866eb5 --- /dev/null +++ b/windows/proj/hdf5_fortran/hdf5_fortran.vfproj @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/proj/hdf5_fortrandll/hdf5_fortrandll.dsp b/windows/proj/hdf5_fortrandll/hdf5_fortrandll.dsp deleted file mode 100755 index f6ece55..0000000 --- a/windows/proj/hdf5_fortrandll/hdf5_fortrandll.dsp +++ /dev/null @@ -1,226 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hdf5_fortrandll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 - -CFG=hdf5_fortrandll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hdf5_fortrandll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hdf5_fortrandll.mak" CFG="hdf5_fortrandll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hdf5_fortrandll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "hdf5_fortrandll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "hdf5_fortrandll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../proj/hdf5_fortrandll/Release" -# PROP Intermediate_Dir "../../../proj/hdf5_fortrandll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /dll /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /define:"BUILD_HDF5_DLL" /include:"Release/" /dll /nologo /threads /warn:nofileopt -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5FORT_CSTUB_USEDLL" /YX /FD /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 - -!ELSEIF "$(CFG)" == "hdf5_fortrandll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../proj/hdf5_fortrandll/Debug" -# PROP Intermediate_Dir "../../../proj/hdf5_fortrandll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /dll /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /define:"BUILD_HDF5_DLL" /fpscomp:symbols /include:"Debug/" /dll /nologo /threads /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5FORT_CSTUB_USEDLL" /YX /FD /GZ /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"../../../proj/hdf5_fortrandll/Debug/hdf5_fortranddll.dll " /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "hdf5_fortrandll - Win32 Release" -# Name "hdf5_fortrandll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5_ff.f90 -DEP_F90_H5_FF=\ - "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Aff.f90 -DEP_F90_H5AFF=\ - "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Dff.f90 -DEP_F90_H5DFF=\ - "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Eff.f90 -DEP_F90_H5EFF=\ - "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5f90global.f90 -DEP_F90_H5F90=\ - "..\..\..\proj\hdf5_fortrandll\Release\h5fortran_types.mod"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Fff.f90 -DEP_F90_H5FFF=\ - "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5fortran_flags.f90 -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5fortran_types.f90 -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Gff.f90 -DEP_F90_H5GFF=\ - "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Iff.f90 -DEP_F90_H5IFF=\ - "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Pff.f90 -DEP_F90_H5PFF=\ - "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Rff.f90 -DEP_F90_H5RFF=\ - "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Sff.f90 -DEP_F90_H5SFF=\ - "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Tff.f90 -DEP_F90_H5TFF=\ - "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\H5Zff.f90 -DEP_F90_H5ZFF=\ - "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\fortran\src\HDF5.f90 -DEP_F90_HDF5_=\ - "..\..\..\proj\hdf5_fortrandll\Release\H5A.mod"\ - "..\..\..\proj\hdf5_fortrandll\Release\H5D.mod"\ - "..\..\..\proj\hdf5_fortrandll\Release\H5E.mod"\ - "..\..\..\proj\hdf5_fortrandll\Release\H5F.mod"\ - "..\..\..\proj\hdf5_fortrandll\Release\H5G.mod"\ - "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ - "..\..\..\proj\hdf5_fortrandll\Release\H5I.mod"\ - "..\..\..\proj\hdf5_fortrandll\Release\H5LIB.mod"\ - "..\..\..\proj\hdf5_fortrandll\Release\H5P.mod"\ - "..\..\..\proj\hdf5_fortrandll\Release\H5R.mod"\ - "..\..\..\proj\hdf5_fortrandll\Release\H5S.mod"\ - "..\..\..\proj\hdf5_fortrandll\Release\H5T.mod"\ - "..\..\..\proj\hdf5_fortrandll\Release\H5Z.mod"\ - -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/proj/hdf5_fortrandll/hdf5_fortrandll.vfproj b/windows/proj/hdf5_fortrandll/hdf5_fortrandll.vfproj new file mode 100644 index 0000000..8179b74 --- /dev/null +++ b/windows/proj/hdf5_fortrandll/hdf5_fortrandll.vfproj @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/proj/hdf5_hl/hdf5_hl.dsp b/windows/proj/hdf5_hl/hdf5_hl.dsp deleted file mode 100755 index 2739b15..0000000 --- a/windows/proj/hdf5_hl/hdf5_hl.dsp +++ /dev/null @@ -1,125 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hdf5_hl" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=hdf5_hl - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hdf5_hl.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hdf5_hl.mak" CFG="hdf5_hl - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hdf5_hl - Win32 Release" (based on "Win32 (x86) Static Library") -!MESSAGE "hdf5_hl - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "hdf5_hl - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\proj\hdf5_hl\Release" -# PROP Intermediate_Dir "..\..\..\proj\hdf5_hl\Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"..\..\..\proj\hdf5_hl\Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ELSEIF "$(CFG)" == "hdf5_hl - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\proj\hdf5_hl\Debug" -# PROP Intermediate_Dir "..\..\..\proj\hdf5_hl\Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /include:"Debug/" /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /include:"..\..\..\proj\hdf5_hl\Debug/" /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:"..\..\..\proj\hdf5_hl\Debug\hdf5_hld.lib" - -!ENDIF - -# Begin Target - -# Name "hdf5_hl - Win32 Release" -# Name "hdf5_hl - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\hl\src\H5DS.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\hl\src\H5IM.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\hl\src\H5LT.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\hl\src\H5LTanalyze.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\hl\src\H5LTparse.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\hl\src\H5PT.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\hl\src\H5TB.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# End Target -# End Project diff --git a/windows/proj/hdf5_hl/hdf5_hl.vcproj b/windows/proj/hdf5_hl/hdf5_hl.vcproj new file mode 100644 index 0000000..d56b9aa --- /dev/null +++ b/windows/proj/hdf5_hl/hdf5_hl.vcproj @@ -0,0 +1,271 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/proj/hdf5_hl_cpp/hdf5_hl_cpp.dsp b/windows/proj/hdf5_hl_cpp/hdf5_hl_cpp.dsp deleted file mode 100755 index 54679ba..0000000 --- a/windows/proj/hdf5_hl_cpp/hdf5_hl_cpp.dsp +++ /dev/null @@ -1,101 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hdf5_hl_cpp" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=hdf5_hl_cpp - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hdf5_hl_cpp.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hdf5_hl_cpp.mak" CFG="hdf5_hl_cpp - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hdf5_hl_cpp - Win32 Release" (based on "Win32 (x86) Static Library") -!MESSAGE "hdf5_hl_cpp - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "hdf5_hl_cpp - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\proj\hdf5_hl_cpp\Release" -# PROP Intermediate_Dir "..\..\..\proj\hdf5_hl_cpp\Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "../../../src" /I "../../../hl/src" /I "../../../fortran/src" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ELSEIF "$(CFG)" == "hdf5_hl_cpp - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\proj\hdf5_hl_cpp\Debug" -# PROP Intermediate_Dir "..\..\..\proj\hdf5_hl_cpp\Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "../../../src" /I "../../../hl/src" /I "../../../c++/src" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:"..\..\..\proj\hdf5_hl_cpp\Debug\hdf5_hl_cppd.lib" - -!ENDIF - -# Begin Target - -# Name "hdf5_hl_cpp - Win32 Release" -# Name "hdf5_hl_cpp - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE="..\..\..\hl\c++\src\H5PacketTable.cpp" -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# End Target -# End Project diff --git a/windows/proj/hdf5_hl_cpp/hdf5_hl_cpp.vcproj b/windows/proj/hdf5_hl_cpp/hdf5_hl_cpp.vcproj new file mode 100644 index 0000000..605cc94 --- /dev/null +++ b/windows/proj/hdf5_hl_cpp/hdf5_hl_cpp.vcproj @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.dsp b/windows/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.dsp deleted file mode 100755 index c23bd3b..0000000 --- a/windows/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.dsp +++ /dev/null @@ -1,111 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hdf5_hl_cppdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 - -CFG=hdf5_hl_cppdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hdf5_hl_cppdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hdf5_hl_cppdll.mak" CFG="hdf5_hl_cppdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hdf5_hl_cppdll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "hdf5_hl_cppdll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "hdf5_hl_cppdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\proj\hdf5_hl_cppdll\Release" -# PROP Intermediate_Dir "..\..\..\proj\hdf5_hl_cppdll\Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /dll /nologo /warn:nofileopt -# ADD F90 /compile_only /dll /nologo /warn:nofileopt -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_HL_CPPDLL_EXPORTS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "../../../src" /I "../../../hl/src" /I "../../../c++/src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_HL_CPPDLL_EXPORTS" /D "_HDF5USEHLDLL_" /YX /FD /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /dll /machine:I386 - -!ELSEIF "$(CFG)" == "hdf5_hl_cppdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\proj\hdf5_hl_cppdll\Debug" -# PROP Intermediate_Dir "..\..\..\proj\hdf5_hl_cppdll\Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /dll /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /dll /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_HL_CPPDLL_EXPORTS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../../src" /I "../../../hl/src" /I "../../../c++/src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_HL_CPPDLL_EXPORTS" /D "_HDF5USEHLDLL_" /YX /FD /GZ /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\..\proj\hdf5_hl_cppdll\Debug/hdf5_hl_cppdlld.dll" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "hdf5_hl_cppdll - Win32 Release" -# Name "hdf5_hl_cppdll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE="..\..\..\hl\c++\src\H5PacketTable.cpp" -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.vcproj b/windows/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.vcproj new file mode 100644 index 0000000..3fc96eb --- /dev/null +++ b/windows/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.vcproj @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/proj/hdf5_hl_f90cstubdll/hdf5_hl_f90cstubdll.dsp b/windows/proj/hdf5_hl_f90cstubdll/hdf5_hl_f90cstubdll.dsp deleted file mode 100755 index 3a1943c..0000000 --- a/windows/proj/hdf5_hl_f90cstubdll/hdf5_hl_f90cstubdll.dsp +++ /dev/null @@ -1,123 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hdf5_hl_f90cstubdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 - -CFG=hdf5_hl_f90cstubdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hdf5_hl_f90cstubdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hdf5_hl_f90cstubdll.mak" CFG="hdf5_hl_f90cstubdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hdf5_hl_f90cstubdll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "hdf5_hl_f90cstubdll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "hdf5_hl_f90cstubdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\proj\hdf5_hl_f90cstubdll\Release" -# PROP Intermediate_Dir "..\..\..\proj\hdf5_hl_f90cstubdll\Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /dll /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /dll /nologo /warn:nofileopt -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_HL_F90CSTUBDLL_EXPORTS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "../../../src" /I "../../../hl/src" /I "../../../fortran/src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_HL_F90CSTUBDLL_EXPORTS" /D "_HDF5USEDLL_" /D "HDF5FORT_CSTUB_USEDLL" /YX /FD /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 - -!ELSEIF "$(CFG)" == "hdf5_hl_f90cstubdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\proj\hdf5_hl_f90cstubdll\Debug" -# PROP Intermediate_Dir "..\..\..\proj\hdf5_hl_f90cstubdll\Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /dll /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /include:"Debug/" /dll /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_HL_F90CSTUBDLL_EXPORTS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../../src" /I "../../../hl/src" /I "../../../fortran/src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_HL_F90CSTUBDLL_EXPORTS" /D "HDF5FORT_CSTUB_USEDLL" /D "_HDF5USEDLL_" /D "HDF5USE_HLF90CSTUBDLL" /YX /FD /GZ /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\..\proj\hdf5_hl_f90cstubdll\Debug/hdf5_hl_f90cstubdlld.dll" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "hdf5_hl_f90cstubdll - Win32 Release" -# Name "hdf5_hl_f90cstubdll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\hl\fortran\src\H5IMcc.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\hl\fortran\src\H5IMfc.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\hl\fortran\src\H5LTfc.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\hl\fortran\src\H5TBfc.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/proj/hdf5_hl_f90cstubdll/hdf5_hl_f90cstubdll.vcproj b/windows/proj/hdf5_hl_f90cstubdll/hdf5_hl_f90cstubdll.vcproj new file mode 100644 index 0000000..fc305b2 --- /dev/null +++ b/windows/proj/hdf5_hl_f90cstubdll/hdf5_hl_f90cstubdll.vcproj @@ -0,0 +1,240 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/proj/hdf5_hl_fortran/hdf5_hl_fortran.dsp b/windows/proj/hdf5_hl_fortran/hdf5_hl_fortran.dsp deleted file mode 100755 index 3d7eac7..0000000 --- a/windows/proj/hdf5_hl_fortran/hdf5_hl_fortran.dsp +++ /dev/null @@ -1,144 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hdf5_hl_fortran" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=hdf5_hl_fortran - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hdf5_hl_fortran.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hdf5_hl_fortran.mak" CFG="hdf5_hl_fortran - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hdf5_hl_fortran - Win32 Release" (based on "Win32 (x86) Static Library") -!MESSAGE "hdf5_hl_fortran - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "hdf5_hl_fortran - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\proj\hdf5_hl_fortran\Release" -# PROP Intermediate_Dir "..\..\..\proj\hdf5_hl_fortran\Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "../../../src" /I "../../../hl/src" /I "../../../fortran/src" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -+# ADD LIB32 /nologo /out:"..\..\..\proj\hdf5_hl_fortran\Release\hdf5_hl_fortran.lib" - -!ELSEIF "$(CFG)" == "hdf5_hl_fortran - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\proj\hdf5_hl_fortran\Debug" -# PROP Intermediate_Dir "..\..\..\proj\hdf5_hl_fortran\Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"..\..\..\proj\hdf5_fortran\Debug/" /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "../../../src" /I "../../../hl/src" /I "../../../fortran/src" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:"..\..\..\proj\hdf5_hl_fortran\Debug\hdf5_hl_fortrand.lib" - -!ENDIF - -# Begin Target - -# Name "hdf5_hl_fortran - Win32 Release" -# Name "hdf5_hl_fortran - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\hl\fortran\src\H5IMcc.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\hl\fortran\src\H5IMfc.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\hl\fortran\src\H5IMff.f90 -NODEP_F90_H5IMF=\ - "..\..\..\proj\hdf5_fortran\Release\H5FORTRAN_TYPES.MOD"\ - "..\..\..\proj\hdf5_fortran\Release\H5GLOBAL.mod"\ - "..\..\..\proj\hdf5_fortran\Release\HDF5.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\hl\fortran\src\H5LTfc.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\hl\fortran\src\H5LTff.f90 -NODEP_F90_H5LTF=\ - "..\..\..\proj\hdf5_fortran\Release\H5FORTRAN_TYPES.MOD"\ - "..\..\..\proj\hdf5_fortran\Release\H5GLOBAL.mod"\ - "..\..\..\proj\hdf5_fortran\Release\HDF5.MOD"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\hl\fortran\src\H5TBfc.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\hl\fortran\src\H5TBff.f90 -NODEP_F90_H5TBF=\ - "..\..\..\proj\hdf5_fortran\Release\H5FORTRAN_TYPES.MOD"\ - "..\..\..\proj\hdf5_fortran\Release\H5GLOBAL.mod"\ - "..\..\..\proj\hdf5_fortran\Release\HDF5.MOD"\ - -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# Begin Source File - -SOURCE=..\..\..\hl\fortran\src\H5LTf90proto.h -# End Source File -# End Group -# End Target -# End Project diff --git a/windows/proj/hdf5_hl_fortran/hdf5_hl_fortran.vfproj b/windows/proj/hdf5_hl_fortran/hdf5_hl_fortran.vfproj new file mode 100644 index 0000000..d7a0b37 --- /dev/null +++ b/windows/proj/hdf5_hl_fortran/hdf5_hl_fortran.vfproj @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/proj/hdf5_hl_fortran/hdf5_hl_fortran_lib.vcproj b/windows/proj/hdf5_hl_fortran/hdf5_hl_fortran_lib.vcproj new file mode 100644 index 0000000..882d4fb --- /dev/null +++ b/windows/proj/hdf5_hl_fortran/hdf5_hl_fortran_lib.vcproj @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/proj/hdf5_hl_fortrandll/hdf5_hl_fortrandll.dsp b/windows/proj/hdf5_hl_fortrandll/hdf5_hl_fortrandll.dsp deleted file mode 100755 index 1b1b667..0000000 --- a/windows/proj/hdf5_hl_fortrandll/hdf5_hl_fortrandll.dsp +++ /dev/null @@ -1,135 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hdf5_hl_fortrandll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 - -CFG=hdf5_hl_fortrandll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hdf5_hl_fortrandll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hdf5_hl_fortrandll.mak" CFG="hdf5_hl_fortrandll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hdf5_hl_fortrandll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "hdf5_hl_fortrandll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "hdf5_hl_fortrandll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\proj\hdf5_hl_fortrandll\Release" -# PROP Intermediate_Dir "..\..\..\proj\hdf5_hl_fortrandll\Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /dll /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /define:"BUILD_HDF5_DLL" /include:"..\..\..\proj\hdf5_fortrandll\Release/" /dll /nologo /warn:nofileopt -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_HL_FORTRANDLL_EXPORTS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_HL_FORTRANDLL_EXPORTS" /D "HDF5USE_HLF90CSTUBDLL" /YX /FD /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 - -!ELSEIF "$(CFG)" == "hdf5_hl_fortrandll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\proj\hdf5_hl_fortrandll\Debug" -# PROP Intermediate_Dir "..\..\..\proj\hdf5_hl_fortrandll\Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /dll /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /define:"BUILD_HDF5_DLL" /include:"Debug/" /include:"..\..\..\proj\hdf5_fortrandll\Debug/" /dll /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_HL_FORTRANDLL_EXPORTS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../../src" /I "../../../hl/src" /I "../../../fortran/src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_HDF5USEDLL_" /D "HDF5USE_HLF90CSTUBDLL" /YX /FD /GZ /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\..\proj\hdf5_hl_fortrandll\Debug/hdf5_hl_fortrandlld.dll" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "hdf5_hl_fortrandll - Win32 Release" -# Name "hdf5_hl_fortrandll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\hl\fortran\src\H5IMff.f90 -DEP_F90_H5IMF=\ - "..\..\..\proj\hdf5_fortrandll\Release\h5fortran_types.mod"\ - "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ - "..\..\..\proj\hdf5_fortrandll\Release\hdf5.mod"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\hl\fortran\src\H5LTff.f90 -DEP_F90_H5LTF=\ - "..\..\..\proj\hdf5_fortrandll\Release\h5fortran_types.mod"\ - "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ - "..\..\..\proj\hdf5_fortrandll\Release\hdf5.mod"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\..\hl\fortran\src\H5TBff.f90 -DEP_F90_H5TBF=\ - "..\..\..\proj\hdf5_fortrandll\Release\h5fortran_types.mod"\ - "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ - "..\..\..\proj\hdf5_fortrandll\Release\hdf5.mod"\ - -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/proj/hdf5_hl_fortrandll/hdf5_hl_fortrandll.vfproj b/windows/proj/hdf5_hl_fortrandll/hdf5_hl_fortrandll.vfproj new file mode 100644 index 0000000..c232128 --- /dev/null +++ b/windows/proj/hdf5_hl_fortrandll/hdf5_hl_fortrandll.vfproj @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/proj/hdf5_hldll/hdf5_hldll.dsp b/windows/proj/hdf5_hldll/hdf5_hldll.dsp deleted file mode 100755 index ab9cdcd..0000000 --- a/windows/proj/hdf5_hldll/hdf5_hldll.dsp +++ /dev/null @@ -1,135 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hdf5_hldll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 - -CFG=hdf5_hldll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hdf5_hldll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hdf5_hldll.mak" CFG="hdf5_hldll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hdf5_hldll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "hdf5_hldll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "hdf5_hldll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\proj\hdf5_hldll\Release" -# PROP Intermediate_Dir "..\..\..\proj\hdf5_hldll\Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /dll /nologo /warn:nofileopt -# ADD F90 /compile_only /dll /nologo /warn:nofileopt -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_HLDLL_EXPORTS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_HDF5_HLDLL_EXPORTS_" /D "_HDF5USEDLL_" /YX /FD /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /dll /machine:I386 - -!ELSEIF "$(CFG)" == "hdf5_hldll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\proj\hdf5_hldll\Debug" -# PROP Intermediate_Dir "..\..\..\proj\hdf5_hldll\Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /dll /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /dll /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_HLDLL_EXPORTS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_HDF5USEDLL_" /D "_HDF5_HLDLL_EXPORTS_" /YX /FD /GZ /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /dll /debug /machine:I386 /out:"..\..\..\proj\hdf5_hldll\Debug/hdf5_hldlld.dll" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "hdf5_hldll - Win32 Release" -# Name "hdf5_hldll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\hl\src\H5DS.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\hl\src\H5IM.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\hl\src\H5LT.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\hl\src\H5LTanalyze.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\hl\src\H5LTparse.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\hl\src\H5PT.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\hl\src\H5TB.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/proj/hdf5_hldll/hdf5_hldll.vcproj b/windows/proj/hdf5_hldll/hdf5_hldll.vcproj new file mode 100644 index 0000000..835f756 --- /dev/null +++ b/windows/proj/hdf5_hldll/hdf5_hldll.vcproj @@ -0,0 +1,302 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/proj/hdf5dll/hdf5dll.dsp b/windows/proj/hdf5dll/hdf5dll.dsp deleted file mode 100755 index 2f40c54..0000000 --- a/windows/proj/hdf5dll/hdf5dll.dsp +++ /dev/null @@ -1,3778 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hdf5dll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 -# TARGTYPE "Win32 (ALPHA) Dynamic-Link Library" 0x0602 - -CFG=hdf5dll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hdf5dll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hdf5dll.mak" CFG="hdf5dll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hdf5dll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "hdf5dll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "hdf5dll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Dynamic-Link Library") -!MESSAGE "hdf5dll - Win32 AlphaRel" (based on "Win32 (ALPHA) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../proj/hdf5dll/Release" -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /dll /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"../../../proj/hdf5dll/Release/" /include:"Release/" /dll /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_HDF5DLL_" /D "ZLIB_DLL" /D "_SZDLL_" /YX /FD /c -MTL=midl.exe -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:windows /dll /machine:I386 - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../proj/hdf5dll/Debug" -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /dll /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"../../../proj/hdf5dll/Debug/" /include:"Debug/" /dll /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_HDF5DLL_" /D "ZLIB_DLL" /D "_SZDLL_" /YX /FD /c -MTL=midl.exe -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:windows /dll /debug /machine:I386 /out:"../../../proj/hdf5dll/Debug/hdf5ddll.dll" /pdbtype:sept - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "hdf5dll_" -# PROP BASE Intermediate_Dir "hdf5dll_" -# PROP BASE Ignore_Export_Lib 0 -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"hdf5dll_/" /dll /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /dll /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_HDF5DLL_" /YX /FD /MTd /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_HDF5DLL_" /YX /FD /MDd /c -MTL=midl.exe -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "hdf5dll0" -# PROP BASE Intermediate_Dir "hdf5dll0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"hdf5dll0/" /dll /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /dll /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /MT /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /MD /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_HDF5DLL_" /YX /FD /c -MTL=midl.exe -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "hdf5dll - Win32 Release" -# Name "hdf5dll - Win32 Debug" -# Name "hdf5dll - Win32 AlphaDbg" -# Name "hdf5dll - Win32 AlphaRel" -# Begin Group "source" - -# PROP Default_Filter "*.c" -# Begin Source File - -SOURCE=..\..\..\src\H5.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5A.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Abtree2.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5AC.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Adense.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Adeprec.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Aint.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Atest.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5B.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5B2.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5B2cache.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5B2dbg.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5B2int.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5B2stat.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5B2test.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Bcache.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5C.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5checksum.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5D.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5dbg.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Dcompact.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Dcontig.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Ddeprec.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Defl.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Dfill.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Dio.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Distore.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Dmpio.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Doh.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Dselect.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Dtest.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5E.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Edeprec.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Eint.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5F.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FD.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Fdbg.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FDcore.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FDfamily.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FDlog.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FDmpi.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FDmpio.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FDmpiposix.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FDmulti.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FDsec2.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FDstdio.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FDstream.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FDwindows.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Ffake.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FL.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Fmount.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FO.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FS.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FScache.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FSdbg.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Fsfile.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5FSsection.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Fsuper.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Ftest.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5G.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gbtree2.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gcompact.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gdense.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gdeprec.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gent.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gint.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Glink.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gloc.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gname.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gnode.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gobj.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Goh.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gstab.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gtest.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gtraverse.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HF.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HFbtree2.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HFcache.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HFdbg.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HFdblock.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HFdtable.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HFhdr.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HFhuge.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HFiblock.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HFiter.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HFman.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HFsection.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HFspace.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HFstat.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HFtest.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HFtiny.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HG.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HGdbg.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HL.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HLdbg.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HP.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5I.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5L.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Lexternal.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5MF.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5MM.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5MP.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5MPtest.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5O.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Oainfo.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Oalloc.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Oattr.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Oattribute.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Obogus.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Obtreek.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Ocache.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Ocont.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Ocopy.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Odbg.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Odrvinfo.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Odtype.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Oefl.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Ofill.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Oginfo.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Olayout.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Olinfo.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Olink.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Omessage.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Omtime.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Oname.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Onull.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Opline.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Orefcount.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Osdspace.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Oshared.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Oshmesg.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Ostab.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Otest.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Ounknown.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5P.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Pacpl.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Pdcpl.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Pdxpl.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Pfapl.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Pfcpl.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Pfmpl.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Pgcpl.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Plapl.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Plcpl.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Pocpl.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Pocpypl.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Pstrcpl.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Ptest.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5R.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5RC.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5RS.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5S.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Sall.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Shyper.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5SL.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5SM.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5SMbtree2.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5SMcache.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Smpio.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5SMtest.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Snone.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Spoint.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Sselect.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5ST.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Stest.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5system.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5T.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tarray.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tbit.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tcommit.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tcompound.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tconv.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tcset.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tdeprec.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tenum.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tfields.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tfixed.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tfloat.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5timer.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tinit.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tnative.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Toffset.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Toh.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Topaque.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Torder.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tpad.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tprecis.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5trace.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tstrpad.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tvlen.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5V.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Z.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Zdeflate.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Zfletcher32.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Znbit.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Zscaleoffset.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Zshuffle.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Zszip.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Ztrans.c - -!IF "$(CFG)" == "hdf5dll - Win32 Release" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" - -# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Group -# Begin Group "header " - -# PROP Default_Filter "*.h" -# Begin Source File - -SOURCE=..\..\..\src\H5ACprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5ACpublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Apkg.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Aprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Apublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Bprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Bpublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5BTpkg.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Cprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Cpublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Dpkg.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Dprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Dpublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Epkg.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Eprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Epublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Fprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Fpublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gpkg.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Gpublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HGprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HGpublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HLprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5HLpublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Iprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Ipublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5MFprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5MMprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5MMpublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Oprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Opublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Pprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Ppublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5private.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5public.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5RCprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Rprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Rpublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5SHpkg.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5SHprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5SHpublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5SLprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Sprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Spublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tpkg.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Tpublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Vprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Zprivate.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\H5Zpublic.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\src\hdf5.h -# End Source File -# End Group -# End Target -# End Project diff --git a/windows/proj/hdf5dll/hdf5dll.vcproj b/windows/proj/hdf5dll/hdf5dll.vcproj new file mode 100644 index 0000000..295deee --- /dev/null +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -0,0 +1,7578 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/big/big.dsp b/windows/test/big/big.dsp deleted file mode 100755 index 7709891..0000000 --- a/windows/test/big/big.dsp +++ /dev/null @@ -1,172 +0,0 @@ -# Microsoft Developer Studio Project File - Name="big" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=big - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "big.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "big.mak" CFG="big - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "big - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "big - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "big - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "big - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "big - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/big/Release" -# PROP Intermediate_Dir "../../../test/big/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "big - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/big/Debug" -# PROP Intermediate_Dir "../../../test/big/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /browser /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "big - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "big___Wi" -# PROP BASE Intermediate_Dir "big___Wi" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /c -F90=df.exe -# ADD BASE F90 /browser /compile_only /debug:full /include:"big___Wi/" /nologo /warn:nofileopt -# ADD F90 /browser /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "big - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "big___W0" -# PROP BASE Intermediate_Dir "big___W0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"big___W0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "big - Win32 Release" -# Name "big - Win32 Debug" -# Name "big - Win32 AlphaDbg" -# Name "big - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\big.c - -!IF "$(CFG)" == "big - Win32 Release" - -# PROP Intermediate_Dir "../../../test/big/Release" - -!ELSEIF "$(CFG)" == "big - Win32 Debug" - -!ELSEIF "$(CFG)" == "big - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "big - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/big/big.vcproj b/windows/test/big/big.vcproj new file mode 100644 index 0000000..a6e1343 --- /dev/null +++ b/windows/test/big/big.vcproj @@ -0,0 +1,303 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/bigdll/bigdll.dsp b/windows/test/bigdll/bigdll.dsp deleted file mode 100755 index 405899b..0000000 --- a/windows/test/bigdll/bigdll.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="bigdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=bigdll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "bigdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "bigdll.mak" CFG="bigdll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "bigdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "bigdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "bigdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "bigdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "bigdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/bigdll/Release" -# PROP Intermediate_Dir "../../../test/bigdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "bigdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/bigdll/Debug" -# PROP Intermediate_Dir "../../../test/bigdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "bigdll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "bigdll__" -# PROP BASE Intermediate_Dir "bigdll__" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"bigdll__/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "bigdll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "bigdll_0" -# PROP BASE Intermediate_Dir "bigdll_0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"bigdll_0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "bigdll - Win32 Release" -# Name "bigdll - Win32 Debug" -# Name "bigdll - Win32 AlphaDbg" -# Name "bigdll - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\big.c - -!IF "$(CFG)" == "bigdll - Win32 Release" - -!ELSEIF "$(CFG)" == "bigdll - Win32 Debug" - -!ELSEIF "$(CFG)" == "bigdll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "bigdll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/bigdll/bigdll.vcproj b/windows/test/bigdll/bigdll.vcproj new file mode 100644 index 0000000..04ff08b --- /dev/null +++ b/windows/test/bigdll/bigdll.vcproj @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/bittests/bittests.dsp b/windows/test/bittests/bittests.dsp deleted file mode 100755 index 33a1fdb..0000000 --- a/windows/test/bittests/bittests.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="bittests" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=bittests - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "bittests.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "bittests.mak" CFG="bittests - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "bittests - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "bittests - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "bittests - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "bittests - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "bittests - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/bittests/Release" -# PROP Intermediate_Dir "../../../test/bittests/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" - -!ELSEIF "$(CFG)" == "bittests - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/bittests/Debug" -# PROP Intermediate_Dir "../../../test/bittests/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ELSEIF "$(CFG)" == "bittests - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "bittests" -# PROP BASE Intermediate_Dir "bittests" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"bittests/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "bittests - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "bittest0" -# PROP BASE Intermediate_Dir "bittest0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"bittest0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "bittests - Win32 Release" -# Name "bittests - Win32 Debug" -# Name "bittests - Win32 AlphaDbg" -# Name "bittests - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\bittests.c - -!IF "$(CFG)" == "bittests - Win32 Release" - -!ELSEIF "$(CFG)" == "bittests - Win32 Debug" - -!ELSEIF "$(CFG)" == "bittests - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "bittests - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/bittests/bittests.vcproj b/windows/test/bittests/bittests.vcproj new file mode 100644 index 0000000..a526a9e --- /dev/null +++ b/windows/test/bittests/bittests.vcproj @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/bittestsdll/bittestsdll.dsp b/windows/test/bittestsdll/bittestsdll.dsp deleted file mode 100755 index 9c41b50..0000000 --- a/windows/test/bittestsdll/bittestsdll.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="bittestsdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=bittestsdll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "bittestsdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "bittestsdll.mak" CFG="bittestsdll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "bittestsdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "bittestsdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "bittestsdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "bittestsdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "bittestsdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/bittestsdll/Release" -# PROP Intermediate_Dir "../../../test/bittestsdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "bittestsdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/bittestsdll/Debug" -# PROP Intermediate_Dir "../../../test/bittestsdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ELSEIF "$(CFG)" == "bittestsdll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "bittests" -# PROP BASE Intermediate_Dir "bittests" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"bittests/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "bittestsdll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "bittest0" -# PROP BASE Intermediate_Dir "bittest0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"bittest0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "bittestsdll - Win32 Release" -# Name "bittestsdll - Win32 Debug" -# Name "bittestsdll - Win32 AlphaDbg" -# Name "bittestsdll - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\bittests.c - -!IF "$(CFG)" == "bittestsdll - Win32 Release" - -!ELSEIF "$(CFG)" == "bittestsdll - Win32 Debug" - -!ELSEIF "$(CFG)" == "bittestsdll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "bittestsdll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/bittestsdll/bittestsdll.vcproj b/windows/test/bittestsdll/bittestsdll.vcproj new file mode 100644 index 0000000..3329eaf --- /dev/null +++ b/windows/test/bittestsdll/bittestsdll.vcproj @@ -0,0 +1,291 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/btree2/btree2.dsp b/windows/test/btree2/btree2.dsp deleted file mode 100755 index 61095ca..0000000 --- a/windows/test/btree2/btree2.dsp +++ /dev/null @@ -1,107 +0,0 @@ -# Microsoft Developer Studio Project File - Name="btree2" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=btree2 - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "btree2.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "btree2.mak" CFG="btree2 - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "btree2 - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "btree2 - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "btree2 - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/btree2/Release" -# PROP Intermediate_Dir "../../../test/btree2/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "btree2 - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/btree2/Debug" -# PROP Intermediate_Dir "../../../test/btree2/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "btree2 - Win32 Release" -# Name "btree2 - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\test\btree2.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/test/btree2/btree2.vcproj b/windows/test/btree2/btree2.vcproj new file mode 100644 index 0000000..953f739 --- /dev/null +++ b/windows/test/btree2/btree2.vcproj @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/btree2dll/btree2dll.dsp b/windows/test/btree2dll/btree2dll.dsp deleted file mode 100755 index 426aea7..0000000 --- a/windows/test/btree2dll/btree2dll.dsp +++ /dev/null @@ -1,105 +0,0 @@ -# Microsoft Developer Studio Project File - Name="btree2dll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=btree2dll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "btree2dll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "btree2dll.mak" CFG="btree2dll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "btree2dll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "btree2dll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "btree2dll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/btree2dll/Release" -# PROP Intermediate_Dir "../../../test/btree2dll/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "btree2dll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/btree2dll/Debug" -# PROP Intermediate_Dir "../../../test/btree2dll/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "btree2dll - Win32 Release" -# Name "btree2dll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\test\btree2.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/test/btree2dll/btree2dll.vcproj b/windows/test/btree2dll/btree2dll.vcproj new file mode 100644 index 0000000..78c296a --- /dev/null +++ b/windows/test/btree2dll/btree2dll.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/cache/cache.dsp b/windows/test/cache/cache.dsp deleted file mode 100755 index 1815439..0000000 --- a/windows/test/cache/cache.dsp +++ /dev/null @@ -1,99 +0,0 @@ -# Microsoft Developer Studio Project File - Name="cache" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=cache - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "cache.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "cache.mak" CFG="cache - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "cache - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "cache - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "cache - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/cache/Release" -# PROP Intermediate_Dir "../../../test/cache/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" - -!ELSEIF "$(CFG)" == "cache - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/cache/Debug" -# PROP Intermediate_Dir "../../../test/cache/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "cache - Win32 Release" -# Name "cache - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\test\cache.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\cache_common.c -# End Source File -# End Target -# End Project diff --git a/windows/test/cache/cache.vcproj b/windows/test/cache/cache.vcproj new file mode 100644 index 0000000..c46ff24 --- /dev/null +++ b/windows/test/cache/cache.vcproj @@ -0,0 +1,184 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/cache_api/cache_api.dsp b/windows/test/cache_api/cache_api.dsp deleted file mode 100755 index de47803..0000000 --- a/windows/test/cache_api/cache_api.dsp +++ /dev/null @@ -1,111 +0,0 @@ -# Microsoft Developer Studio Project File - Name="cache_api" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=cache_api - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "cache_api.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "cache_api.mak" CFG="cache_api - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "cache_api - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "cache_api - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "cache_api - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/cache_api/Release" -# PROP Intermediate_Dir "../../../test/cache_api/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" - -!ELSEIF "$(CFG)" == "cache_api - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/cache_api/Debug" -# PROP Intermediate_Dir "../../../test/cache_api/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "cache_api - Win32 Release" -# Name "cache_api - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\test\cache_api.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\cache_common.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/test/cache_api/cache_api.vcproj b/windows/test/cache_api/cache_api.vcproj new file mode 100644 index 0000000..568c009 --- /dev/null +++ b/windows/test/cache_api/cache_api.vcproj @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/cache_apidll/cache_apidll.dsp b/windows/test/cache_apidll/cache_apidll.dsp deleted file mode 100755 index 56f170f..0000000 --- a/windows/test/cache_apidll/cache_apidll.dsp +++ /dev/null @@ -1,109 +0,0 @@ -# Microsoft Developer Studio Project File - Name="cache_apidll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=cache_apidll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "cache_apidll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "cache_apidll.mak" CFG="cache_apidll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "cache_apidll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "cache_apidll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "cache_apidll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/cache_apidll/Release" -# PROP Intermediate_Dir "../../../test/cache_apidll/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "cache_apidll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/cache_apidll/Debug" -# PROP Intermediate_Dir "../../../test/cache_apidll/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "cache_apidll - Win32 Release" -# Name "cache_apidll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\test\cache_api.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\cache_common.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/test/cache_apidll/cache_apidll.vcproj b/windows/test/cache_apidll/cache_apidll.vcproj new file mode 100644 index 0000000..3add955 --- /dev/null +++ b/windows/test/cache_apidll/cache_apidll.vcproj @@ -0,0 +1,194 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/cachedll/cachedll.dsp b/windows/test/cachedll/cachedll.dsp deleted file mode 100755 index 065374b..0000000 --- a/windows/test/cachedll/cachedll.dsp +++ /dev/null @@ -1,99 +0,0 @@ -# Microsoft Developer Studio Project File - Name="cachedll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=cachedll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "cachedll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "cachedll.mak" CFG="cachedll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "cachedll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "cachedll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "cachedll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/cachedll/Release" -# PROP Intermediate_Dir "../../../test/cachedll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "cachedll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/cachedll/Debug" -# PROP Intermediate_Dir "../../../test/cachedll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "cachedll - Win32 Release" -# Name "cachedll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\test\cache.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\cache_common.c -# End Source File -# End Target -# End Project diff --git a/windows/test/cachedll/cachedll.vcproj b/windows/test/cachedll/cachedll.vcproj new file mode 100644 index 0000000..b4e206f --- /dev/null +++ b/windows/test/cachedll/cachedll.vcproj @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/chunk/chunk.dsp b/windows/test/chunk/chunk.dsp deleted file mode 100755 index ac7a660..0000000 --- a/windows/test/chunk/chunk.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="chunk" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=chunk - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "chunk.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "chunk.mak" CFG="chunk - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "chunk - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "chunk - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "chunk - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "chunk - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "chunk - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/chunk/Release" -# PROP Intermediate_Dir "../../../test/chunk/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" - -!ELSEIF "$(CFG)" == "chunk - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/chunk/Debug" -# PROP Intermediate_Dir "../../../test/chunk/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /browser /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ELSEIF "$(CFG)" == "chunk - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "chunk___" -# PROP BASE Intermediate_Dir "chunk___" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /c -F90=df.exe -# ADD BASE F90 /browser /compile_only /debug:full /include:"chunk___/" /nologo /warn:nofileopt -# ADD F90 /browser /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "chunk - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "chunk__0" -# PROP BASE Intermediate_Dir "chunk__0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"chunk__0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "chunk - Win32 Release" -# Name "chunk - Win32 Debug" -# Name "chunk - Win32 AlphaDbg" -# Name "chunk - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\perform\chunk.c - -!IF "$(CFG)" == "chunk - Win32 Release" - -!ELSEIF "$(CFG)" == "chunk - Win32 Debug" - -!ELSEIF "$(CFG)" == "chunk - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "chunk - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/chunk/chunk.vcproj b/windows/test/chunk/chunk.vcproj new file mode 100644 index 0000000..b67f7ee --- /dev/null +++ b/windows/test/chunk/chunk.vcproj @@ -0,0 +1,299 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/chunkdll/chunkdll.dsp b/windows/test/chunkdll/chunkdll.dsp deleted file mode 100755 index f0c432b..0000000 --- a/windows/test/chunkdll/chunkdll.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="chunkdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=chunkdll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "chunkdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "chunkdll.mak" CFG="chunkdll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "chunkdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "chunkdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "chunkdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "chunkdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "chunkdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/chunkdll/Release" -# PROP Intermediate_Dir "../../../test/chunkdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "chunkdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/chunkdll/Debug" -# PROP Intermediate_Dir "../../../test/chunkdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ELSEIF "$(CFG)" == "chunkdll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "chunkdll" -# PROP BASE Intermediate_Dir "chunkdll" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"chunkdll/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "chunkdll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "chunkdl0" -# PROP BASE Intermediate_Dir "chunkdl0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"chunkdl0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "chunkdll - Win32 Release" -# Name "chunkdll - Win32 Debug" -# Name "chunkdll - Win32 AlphaDbg" -# Name "chunkdll - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\perform\chunk.c - -!IF "$(CFG)" == "chunkdll - Win32 Release" - -!ELSEIF "$(CFG)" == "chunkdll - Win32 Debug" - -!ELSEIF "$(CFG)" == "chunkdll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "chunkdll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/chunkdll/chunkdll.vcproj b/windows/test/chunkdll/chunkdll.vcproj new file mode 100644 index 0000000..7e52743 --- /dev/null +++ b/windows/test/chunkdll/chunkdll.vcproj @@ -0,0 +1,291 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/cmpd_dset/cmpd_dset.dsp b/windows/test/cmpd_dset/cmpd_dset.dsp deleted file mode 100755 index c3c2c66..0000000 --- a/windows/test/cmpd_dset/cmpd_dset.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="cmpd_dset" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=cmpd_dset - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "cmpd_dset.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "cmpd_dset.mak" CFG="cmpd_dset - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "cmpd_dset - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "cmpd_dset - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "cmpd_dset - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "cmpd_dset - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "cmpd_dset - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/cmpd_dset/Release" -# PROP Intermediate_Dir "../../../test/cmpd_dset/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "cmpd_dset - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/cmpd_dset/Debug" -# PROP Intermediate_Dir "../../../test/cmpd_dset/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "cmpd_dset - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "cmpd_dse" -# PROP BASE Intermediate_Dir "cmpd_dse" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"cmpd_dse/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "cmpd_dset - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "cmpd_ds0" -# PROP BASE Intermediate_Dir "cmpd_ds0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"cmpd_ds0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "cmpd_dset - Win32 Release" -# Name "cmpd_dset - Win32 Debug" -# Name "cmpd_dset - Win32 AlphaDbg" -# Name "cmpd_dset - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\cmpd_dset.c - -!IF "$(CFG)" == "cmpd_dset - Win32 Release" - -!ELSEIF "$(CFG)" == "cmpd_dset - Win32 Debug" - -!ELSEIF "$(CFG)" == "cmpd_dset - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "cmpd_dset - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/cmpd_dset/cmpd_dset.vcproj b/windows/test/cmpd_dset/cmpd_dset.vcproj new file mode 100644 index 0000000..f006e59 --- /dev/null +++ b/windows/test/cmpd_dset/cmpd_dset.vcproj @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/cmpd_dsetdll/cmpd_dsetdll.dsp b/windows/test/cmpd_dsetdll/cmpd_dsetdll.dsp deleted file mode 100755 index dd57a41..0000000 --- a/windows/test/cmpd_dsetdll/cmpd_dsetdll.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="cmpd_dsetdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=cmpd_dsetdll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "cmpd_dsetdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "cmpd_dsetdll.mak" CFG="cmpd_dsetdll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "cmpd_dsetdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "cmpd_dsetdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "cmpd_dsetdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "cmpd_dsetdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "cmpd_dsetdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/cmpd_dsetdll/Release" -# PROP Intermediate_Dir "../../../test/cmpd_dsetdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "cmpd_dsetdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/cmpd_dsetdll/Debug" -# PROP Intermediate_Dir "../../../test/cmpd_dsetdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "cmpd_dsetdll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "cmpd_dse" -# PROP BASE Intermediate_Dir "cmpd_dse" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"cmpd_dse/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "cmpd_dsetdll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "cmpd_ds0" -# PROP BASE Intermediate_Dir "cmpd_ds0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"cmpd_ds0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "cmpd_dsetdll - Win32 Release" -# Name "cmpd_dsetdll - Win32 Debug" -# Name "cmpd_dsetdll - Win32 AlphaDbg" -# Name "cmpd_dsetdll - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\cmpd_dset.c - -!IF "$(CFG)" == "cmpd_dsetdll - Win32 Release" - -!ELSEIF "$(CFG)" == "cmpd_dsetdll - Win32 Debug" - -!ELSEIF "$(CFG)" == "cmpd_dsetdll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "cmpd_dsetdll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/cmpd_dsetdll/cmpd_dsetdll.vcproj b/windows/test/cmpd_dsetdll/cmpd_dsetdll.vcproj new file mode 100644 index 0000000..a9fc91c --- /dev/null +++ b/windows/test/cmpd_dsetdll/cmpd_dsetdll.vcproj @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/cross_read/cross_read.dsp b/windows/test/cross_read/cross_read.dsp deleted file mode 100755 index 9363aaa..0000000 --- a/windows/test/cross_read/cross_read.dsp +++ /dev/null @@ -1,107 +0,0 @@ -# Microsoft Developer Studio Project File - Name="cross_read" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=cross_read - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "cross_read.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "cross_read.mak" CFG="cross_read - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "cross_read - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "cross_read - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "cross_read - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/cross_read/Release" -# PROP Intermediate_Dir "../../../test/cross_read/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "cross_read - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/cross_read/Debug" -# PROP Intermediate_Dir "../../../test/cross_read/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "cross_read - Win32 Release" -# Name "cross_read - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\test\cross_read.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/test/cross_read/cross_read.vcproj b/windows/test/cross_read/cross_read.vcproj new file mode 100644 index 0000000..e46fb5f --- /dev/null +++ b/windows/test/cross_read/cross_read.vcproj @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/cross_readdll/cross_readdll.dsp b/windows/test/cross_readdll/cross_readdll.dsp deleted file mode 100755 index 7de9b0b..0000000 --- a/windows/test/cross_readdll/cross_readdll.dsp +++ /dev/null @@ -1,105 +0,0 @@ -# Microsoft Developer Studio Project File - Name="cross_readdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=cross_readdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "cross_readdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "cross_readdll.mak" CFG="cross_readdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "cross_readdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "cross_readdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "cross_readdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/cross_readdll/Release" -# PROP Intermediate_Dir "../../../test/cross_readdll/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "cross_readdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/cross_readdll/Debug" -# PROP Intermediate_Dir "../../../test/cross_readdll/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "cross_readdll - Win32 Release" -# Name "cross_readdll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\test\cross_read.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/test/cross_readdll/cross_readdll.vcproj b/windows/test/cross_readdll/cross_readdll.vcproj new file mode 100644 index 0000000..62208cc --- /dev/null +++ b/windows/test/cross_readdll/cross_readdll.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/dangle/dangle.dsp b/windows/test/dangle/dangle.dsp deleted file mode 100755 index 175c9a5..0000000 --- a/windows/test/dangle/dangle.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="dangle" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=dangle - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "dangle.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "dangle.mak" CFG="dangle - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "dangle - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "dangle - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "dangle - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/dangle/Release" -# PROP Intermediate_Dir "../../../test/dangle/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" - -!ELSEIF "$(CFG)" == "dangle - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/dangle/Debug" -# PROP Intermediate_Dir "../../../test/dangle/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "dangle - Win32 Release" -# Name "dangle - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\test\dangle.c -# End Source File -# End Target -# End Project diff --git a/windows/test/dangle/dangle.vcproj b/windows/test/dangle/dangle.vcproj new file mode 100644 index 0000000..a963d9f --- /dev/null +++ b/windows/test/dangle/dangle.vcproj @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/dangledll/dangledll.dsp b/windows/test/dangledll/dangledll.dsp deleted file mode 100755 index 1bfee71..0000000 --- a/windows/test/dangledll/dangledll.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="dangledll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=dangledll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "dangledll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "dangledll.mak" CFG="dangledll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "dangledll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "dangledll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "dangledll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/dangledll/Release" -# PROP Intermediate_Dir "../../../test/dangledll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "dangledll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/dangledll/Debug" -# PROP Intermediate_Dir "../../../test/dangledll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "dangledll - Win32 Release" -# Name "dangledll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\test\dangle.c -# End Source File -# End Target -# End Project diff --git a/windows/test/dangledll/dangledll.vcproj b/windows/test/dangledll/dangledll.vcproj new file mode 100644 index 0000000..050a65b --- /dev/null +++ b/windows/test/dangledll/dangledll.vcproj @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/dsets/dsets.dsp b/windows/test/dsets/dsets.dsp deleted file mode 100755 index 0747216..0000000 --- a/windows/test/dsets/dsets.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="dsets" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=dsets - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "dsets.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "dsets.mak" CFG="dsets - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "dsets - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "dsets - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "dsets - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "dsets - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "dsets - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/dsets/Release" -# PROP Intermediate_Dir "../../../test/dsets/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "dsets - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/dsets/Debug" -# PROP Intermediate_Dir "../../../test/dsets/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "dsets - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "dsets___" -# PROP BASE Intermediate_Dir "dsets___" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"dsets___/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "dsets - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "dsets__0" -# PROP BASE Intermediate_Dir "dsets__0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"dsets__0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "dsets - Win32 Release" -# Name "dsets - Win32 Debug" -# Name "dsets - Win32 AlphaDbg" -# Name "dsets - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\dsets.c - -!IF "$(CFG)" == "dsets - Win32 Release" - -!ELSEIF "$(CFG)" == "dsets - Win32 Debug" - -!ELSEIF "$(CFG)" == "dsets - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "dsets - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/dsets/dsets.vcproj b/windows/test/dsets/dsets.vcproj new file mode 100644 index 0000000..a21173b --- /dev/null +++ b/windows/test/dsets/dsets.vcproj @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/dsetsdll/dsetsdll.dsp b/windows/test/dsetsdll/dsetsdll.dsp deleted file mode 100755 index b735016..0000000 --- a/windows/test/dsetsdll/dsetsdll.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="dsetsdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=dsetsdll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "dsetsdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "dsetsdll.mak" CFG="dsetsdll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "dsetsdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "dsetsdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "dsetsdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "dsetsdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "dsetsdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/dsetsdll/Release" -# PROP Intermediate_Dir "../../../test/dsetsdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"../../../test/dsetsdll/Release/" /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "dsetsdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/dsetsdll/Debug" -# PROP Intermediate_Dir "../../../test/dsetsdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"../../../test/dsetsdll/Debug/" /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "dsetsdll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "dsetsdll" -# PROP BASE Intermediate_Dir "dsetsdll" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"dsetsdll/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "dsetsdll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "dsetsdl0" -# PROP BASE Intermediate_Dir "dsetsdl0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"dsetsdl0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "dsetsdll - Win32 Release" -# Name "dsetsdll - Win32 Debug" -# Name "dsetsdll - Win32 AlphaDbg" -# Name "dsetsdll - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\dsets.c - -!IF "$(CFG)" == "dsetsdll - Win32 Release" - -!ELSEIF "$(CFG)" == "dsetsdll - Win32 Debug" - -!ELSEIF "$(CFG)" == "dsetsdll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "dsetsdll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/dsetsdll/dsetsdll.vcproj b/windows/test/dsetsdll/dsetsdll.vcproj new file mode 100644 index 0000000..87e283d --- /dev/null +++ b/windows/test/dsetsdll/dsetsdll.vcproj @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/dt_arith/dt_arith.dsp b/windows/test/dt_arith/dt_arith.dsp deleted file mode 100755 index 20bcb14..0000000 --- a/windows/test/dt_arith/dt_arith.dsp +++ /dev/null @@ -1,107 +0,0 @@ -# Microsoft Developer Studio Project File - Name="dt_arith" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=dt_arith - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "dt_arith.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "dt_arith.mak" CFG="dt_arith - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "dt_arith - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "dt_arith - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "dt_arith - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/dt_arith/Release" -# PROP Intermediate_Dir "../../../test/dt_arith/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "dt_arith - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/dt_arith/Debug" -# PROP Intermediate_Dir "../../../test/dt_arith/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "dt_arith - Win32 Release" -# Name "dt_arith - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\test\dt_arith.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/test/dt_arith/dt_arith.vcproj b/windows/test/dt_arith/dt_arith.vcproj new file mode 100644 index 0000000..676afe5 --- /dev/null +++ b/windows/test/dt_arith/dt_arith.vcproj @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/dt_arithdll/dt_arithdll.dsp b/windows/test/dt_arithdll/dt_arithdll.dsp deleted file mode 100755 index ce18f64..0000000 --- a/windows/test/dt_arithdll/dt_arithdll.dsp +++ /dev/null @@ -1,106 +0,0 @@ -# Microsoft Developer Studio Project File - Name="dt_arithdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=dt_arithdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "dt_arithdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "dt_arithdll.mak" CFG="dt_arithdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "dt_arithdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "dt_arithdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "dt_arithdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/dt_arithdll/Release" -# PROP Intermediate_Dir "../../../test/dt_arithdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "dt_arithdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/dt_arithdll/Debug" -# PROP Intermediate_Dir "../../../test/dt_arithdll/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "dt_arithdll - Win32 Release" -# Name "dt_arithdll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\test\dt_arith.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/test/dt_arithdll/dt_arithdll.vcproj b/windows/test/dt_arithdll/dt_arithdll.vcproj new file mode 100644 index 0000000..4c3da12 --- /dev/null +++ b/windows/test/dt_arithdll/dt_arithdll.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/dtransform/dtransform.dsp b/windows/test/dtransform/dtransform.dsp deleted file mode 100755 index 6cc22e5..0000000 --- a/windows/test/dtransform/dtransform.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="dtransform" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=dtransform - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "dtransform.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "dtransform.mak" CFG="dtransform - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "dtransform - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "dtransform - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "dtransform - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/dtransform/Release" -# PROP Intermediate_Dir "../../../test/dtransform/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" - -!ELSEIF "$(CFG)" == "dtransform - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/dtransform/Debug" -# PROP Intermediate_Dir "../../../test/dtransform/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "dtransform - Win32 Release" -# Name "dtransform - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\test\dtransform.c -# End Source File -# End Target -# End Project diff --git a/windows/test/dtransform/dtransform.vcproj b/windows/test/dtransform/dtransform.vcproj new file mode 100644 index 0000000..7db8d33 --- /dev/null +++ b/windows/test/dtransform/dtransform.vcproj @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/dtransformdll/dtransformdll.dsp b/windows/test/dtransformdll/dtransformdll.dsp deleted file mode 100755 index af56baa..0000000 --- a/windows/test/dtransformdll/dtransformdll.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="dtransformdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=dtransformdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "dtransformdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "dtransformdll.mak" CFG="dtransformdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "dtransformdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "dtransformdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "dtransformdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/dtransformdll/Release" -# PROP Intermediate_Dir "../../../test/dtransformdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "dtransformdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/dtransformdll/Debug" -# PROP Intermediate_Dir "../../../test/dtransformdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "dtransformdll - Win32 Release" -# Name "dtransformdll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\test\dtransform.c -# End Source File -# End Target -# End Project diff --git a/windows/test/dtransformdll/dtransformdll.vcproj b/windows/test/dtransformdll/dtransformdll.vcproj new file mode 100644 index 0000000..6e46ca8 --- /dev/null +++ b/windows/test/dtransformdll/dtransformdll.vcproj @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/dtypes/dtypes.dsp b/windows/test/dtypes/dtypes.dsp deleted file mode 100755 index da8e861..0000000 --- a/windows/test/dtypes/dtypes.dsp +++ /dev/null @@ -1,172 +0,0 @@ -# Microsoft Developer Studio Project File - Name="dtypes" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=dtypes - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "dtypes.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "dtypes.mak" CFG="dtypes - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "dtypes - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "dtypes - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "dtypes - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "dtypes - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "dtypes - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/dtypes/Release" -# PROP Intermediate_Dir "../../../test/dtypes/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "dtypes - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/dtypes/Debug" -# PROP Intermediate_Dir "../../../test/dtypes/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "dtypes - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "dtypes__" -# PROP BASE Intermediate_Dir "dtypes__" -# PROP BASE Ignore_Export_Lib 0 -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"dtypes__/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "dtypes - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "dtypes_0" -# PROP BASE Intermediate_Dir "dtypes_0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"dtypes_0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "dtypes - Win32 Release" -# Name "dtypes - Win32 Debug" -# Name "dtypes - Win32 AlphaDbg" -# Name "dtypes - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\dtypes.c - -!IF "$(CFG)" == "dtypes - Win32 Release" - -!ELSEIF "$(CFG)" == "dtypes - Win32 Debug" - -!ELSEIF "$(CFG)" == "dtypes - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "dtypes - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/dtypes/dtypes.vcproj b/windows/test/dtypes/dtypes.vcproj new file mode 100644 index 0000000..9e2cfc8 --- /dev/null +++ b/windows/test/dtypes/dtypes.vcproj @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/dtypesdll/dtypesdll.dsp b/windows/test/dtypesdll/dtypesdll.dsp deleted file mode 100755 index e613b7e..0000000 --- a/windows/test/dtypesdll/dtypesdll.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="dtypesdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=dtypesdll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "dtypesdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "dtypesdll.mak" CFG="dtypesdll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "dtypesdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "dtypesdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "dtypesdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "dtypesdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "dtypesdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/dtypesdll/Release" -# PROP Intermediate_Dir "../../../test/dtypesdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "dtypesdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/dtypesdll/Debug" -# PROP Intermediate_Dir "../../../test/dtypesdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "dtypesdll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "dtypesdl" -# PROP BASE Intermediate_Dir "dtypesdl" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"dtypesdl/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "dtypesdll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "dtypesd0" -# PROP BASE Intermediate_Dir "dtypesd0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"dtypesd0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "dtypesdll - Win32 Release" -# Name "dtypesdll - Win32 Debug" -# Name "dtypesdll - Win32 AlphaDbg" -# Name "dtypesdll - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\dtypes.c - -!IF "$(CFG)" == "dtypesdll - Win32 Release" - -!ELSEIF "$(CFG)" == "dtypesdll - Win32 Debug" - -!ELSEIF "$(CFG)" == "dtypesdll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "dtypesdll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/dtypesdll/dtypesdll.vcproj b/windows/test/dtypesdll/dtypesdll.vcproj new file mode 100644 index 0000000..8cdd3a9 --- /dev/null +++ b/windows/test/dtypesdll/dtypesdll.vcproj @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/enum/enum.dsp b/windows/test/enum/enum.dsp deleted file mode 100755 index 74a8076..0000000 --- a/windows/test/enum/enum.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="enum" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=enum - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "enum.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "enum.mak" CFG="enum - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "enum - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "enum - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "enum - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "enum - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "enum - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/enum/Release" -# PROP Intermediate_Dir "../../../test/enum/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "enum - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/enum/Debug" -# PROP Intermediate_Dir "../../../test/enum/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "enum - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "enum___W" -# PROP BASE Intermediate_Dir "enum___W" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"enum___W/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ELSEIF "$(CFG)" == "enum - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "enum___0" -# PROP BASE Intermediate_Dir "enum___0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"enum___0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "enum - Win32 Release" -# Name "enum - Win32 Debug" -# Name "enum - Win32 AlphaRel" -# Name "enum - Win32 AlphaDbg" -# Begin Source File - -SOURCE=..\..\..\test\enum.c - -!IF "$(CFG)" == "enum - Win32 Release" - -!ELSEIF "$(CFG)" == "enum - Win32 Debug" - -!ELSEIF "$(CFG)" == "enum - Win32 AlphaRel" - -!ELSEIF "$(CFG)" == "enum - Win32 AlphaDbg" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/enum/enum.vcproj b/windows/test/enum/enum.vcproj new file mode 100644 index 0000000..dff35ff --- /dev/null +++ b/windows/test/enum/enum.vcproj @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/enumdll/enumdll.dsp b/windows/test/enumdll/enumdll.dsp deleted file mode 100755 index a56006a..0000000 --- a/windows/test/enumdll/enumdll.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="enumdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=enumdll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "enumdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "enumdll.mak" CFG="enumdll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "enumdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "enumdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "enumdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "enumdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "enumdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/enumdll/Release" -# PROP Intermediate_Dir "../../../test/enumdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "enumdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/enumdll/Debug" -# PROP Intermediate_Dir "../../../test/enumdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "enumdll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "enumdll_" -# PROP BASE Intermediate_Dir "enumdll_" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"enumdll_/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "enumdll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "enumdll0" -# PROP BASE Intermediate_Dir "enumdll0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"enumdll0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "enumdll - Win32 Release" -# Name "enumdll - Win32 Debug" -# Name "enumdll - Win32 AlphaDbg" -# Name "enumdll - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\enum.c - -!IF "$(CFG)" == "enumdll - Win32 Release" - -!ELSEIF "$(CFG)" == "enumdll - Win32 Debug" - -!ELSEIF "$(CFG)" == "enumdll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "enumdll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/enumdll/enumdll.vcproj b/windows/test/enumdll/enumdll.vcproj new file mode 100644 index 0000000..fb64385 --- /dev/null +++ b/windows/test/enumdll/enumdll.vcproj @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/error_api/error_api.dsp b/windows/test/error_api/error_api.dsp deleted file mode 100644 index e9957c9..0000000 --- a/windows/test/error_api/error_api.dsp +++ /dev/null @@ -1,102 +0,0 @@ -# Microsoft Developer Studio Project File - Name="error_api" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=error_api - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "error_api.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "error_api.mak" CFG="error_api - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "error_api - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "error_api - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "error_api - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/error_api/Release" -# PROP Intermediate_Dir "../../../test/error_api/Release" -# PROP Target_Dir "" -F90=df.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "error_api - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/error_api/Debug" -# PROP Intermediate_Dir "../../../test/error_api/Debug" -# PROP Target_Dir "" -F90=df.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "error_api - Win32 Release" -# Name "error_api - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\test\error_test.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/test/error_api/error_api.vcproj b/windows/test/error_api/error_api.vcproj new file mode 100644 index 0000000..918f7a5 --- /dev/null +++ b/windows/test/error_api/error_api.vcproj @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/error_apidll/error_apidll.dsp b/windows/test/error_apidll/error_apidll.dsp deleted file mode 100644 index 6540a78..0000000 --- a/windows/test/error_apidll/error_apidll.dsp +++ /dev/null @@ -1,103 +0,0 @@ -# Microsoft Developer Studio Project File - Name="error_apidll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=error_apidll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "error_apidll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "error_apidll.mak" CFG="error_apidll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "error_apidll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "error_apidll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "error_apidll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/error_apidll/Release" -# PROP Intermediate_Dir "../../../test/error_apidll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "error_apidll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/error_apidll/Debug" -# PROP Intermediate_Dir "../../../test/error_apidll/Debug" -# PROP Target_Dir "" -F90=df.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "error_apidll - Win32 Release" -# Name "error_apidll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\test\error_test.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/test/error_apidll/error_apidll.vcproj b/windows/test/error_apidll/error_apidll.vcproj new file mode 100644 index 0000000..3322ee8 --- /dev/null +++ b/windows/test/error_apidll/error_apidll.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/error_compat/error_compat.dsp b/windows/test/error_compat/error_compat.dsp deleted file mode 100644 index d427edb..0000000 --- a/windows/test/error_compat/error_compat.dsp +++ /dev/null @@ -1,102 +0,0 @@ -# Microsoft Developer Studio Project File - Name="error_compat" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=error_compat - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "error_compat.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "error_compat.mak" CFG="error_compat - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "error_compat - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "error_compat - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "error_compat - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/error_compat/Release" -# PROP Intermediate_Dir "../../../test/error_compat/Release" -# PROP Target_Dir "" -F90=df.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "error_compat - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/error_compat/Debug" -# PROP Intermediate_Dir "../../../test/error_compat/Debug" -# PROP Target_Dir "" -F90=df.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "error_compat - Win32 Release" -# Name "error_compat - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\test\err_compat.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/test/error_compat/error_compat.vcproj b/windows/test/error_compat/error_compat.vcproj new file mode 100644 index 0000000..a0af3bc --- /dev/null +++ b/windows/test/error_compat/error_compat.vcproj @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/error_compatdll/error_compatdll.dsp b/windows/test/error_compatdll/error_compatdll.dsp deleted file mode 100644 index 2fce0ea..0000000 --- a/windows/test/error_compatdll/error_compatdll.dsp +++ /dev/null @@ -1,103 +0,0 @@ -# Microsoft Developer Studio Project File - Name="error_compatdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=error_compatdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "error_compatdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "error_compatdll.mak" CFG="error_compatdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "error_compatdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "error_compatdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "error_compatdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/error_compatdll/Release" -# PROP Intermediate_Dir "../../../test/error_compatdll/Release" -# PROP Target_Dir "" -F90=df.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "error_compatdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/error_compatdll/Debug" -# PROP Intermediate_Dir "../../../test/error_compatdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "error_compatdll - Win32 Release" -# Name "error_compatdll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\test\err_compat.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/test/error_compatdll/error_compatdll.vcproj b/windows/test/error_compatdll/error_compatdll.vcproj new file mode 100644 index 0000000..d0a4459 --- /dev/null +++ b/windows/test/error_compatdll/error_compatdll.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/extend/extend.dsp b/windows/test/extend/extend.dsp deleted file mode 100755 index 2cc6644..0000000 --- a/windows/test/extend/extend.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="extend" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=extend - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "extend.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "extend.mak" CFG="extend - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "extend - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "extend - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "extend - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "extend - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "extend - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/extend/Release" -# PROP Intermediate_Dir "../../../test/extend/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "extend - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/extend/Debug" -# PROP Intermediate_Dir "../../../test/extend/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "extend - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "extend__" -# PROP BASE Intermediate_Dir "extend__" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"extend__/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "extend - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "extend_0" -# PROP BASE Intermediate_Dir "extend_0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"extend_0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "extend - Win32 Release" -# Name "extend - Win32 Debug" -# Name "extend - Win32 AlphaDbg" -# Name "extend - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\extend.c - -!IF "$(CFG)" == "extend - Win32 Release" - -!ELSEIF "$(CFG)" == "extend - Win32 Debug" - -!ELSEIF "$(CFG)" == "extend - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "extend - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/extend/extend.vcproj b/windows/test/extend/extend.vcproj new file mode 100644 index 0000000..1d0848f --- /dev/null +++ b/windows/test/extend/extend.vcproj @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/extenddll/extenddll.dsp b/windows/test/extenddll/extenddll.dsp deleted file mode 100755 index cc83911..0000000 --- a/windows/test/extenddll/extenddll.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="extenddll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=extenddll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "extenddll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "extenddll.mak" CFG="extenddll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "extenddll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "extenddll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "extenddll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "extenddll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "extenddll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/extenddll/Release" -# PROP Intermediate_Dir "../../../test/extenddll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "extenddll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/extenddll/Debug" -# PROP Intermediate_Dir "../../../test/extenddll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "extenddll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "extenddl" -# PROP BASE Intermediate_Dir "extenddl" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"extenddl/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "extenddll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "extendd0" -# PROP BASE Intermediate_Dir "extendd0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"extendd0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "extenddll - Win32 Release" -# Name "extenddll - Win32 Debug" -# Name "extenddll - Win32 AlphaDbg" -# Name "extenddll - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\extend.c - -!IF "$(CFG)" == "extenddll - Win32 Release" - -!ELSEIF "$(CFG)" == "extenddll - Win32 Debug" - -!ELSEIF "$(CFG)" == "extenddll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "extenddll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/extenddll/extenddll.vcproj b/windows/test/extenddll/extenddll.vcproj new file mode 100644 index 0000000..54a6b1e --- /dev/null +++ b/windows/test/extenddll/extenddll.vcproj @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/external/external.dsp b/windows/test/external/external.dsp deleted file mode 100755 index de3008e..0000000 --- a/windows/test/external/external.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="external" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=external - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "external.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "external.mak" CFG="external - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "external - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "external - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "external - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "external - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "external - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/external/Release" -# PROP Intermediate_Dir "../../../test/external/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "external - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/external/Debug" -# PROP Intermediate_Dir "../../../test/external/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "external - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "external" -# PROP BASE Intermediate_Dir "external" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"external/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "external - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "externa0" -# PROP BASE Intermediate_Dir "externa0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"externa0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "external - Win32 Release" -# Name "external - Win32 Debug" -# Name "external - Win32 AlphaDbg" -# Name "external - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\external.c - -!IF "$(CFG)" == "external - Win32 Release" - -!ELSEIF "$(CFG)" == "external - Win32 Debug" - -!ELSEIF "$(CFG)" == "external - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "external - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/external/external.vcproj b/windows/test/external/external.vcproj new file mode 100644 index 0000000..f17da03 --- /dev/null +++ b/windows/test/external/external.vcproj @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/externaldll/externaldll.dsp b/windows/test/externaldll/externaldll.dsp deleted file mode 100755 index c8e8115..0000000 --- a/windows/test/externaldll/externaldll.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="externaldll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=externaldll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "externaldll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "externaldll.mak" CFG="externaldll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "externaldll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "externaldll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "externaldll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "externaldll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "externaldll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/externaldll/Release" -# PROP Intermediate_Dir "../../../test/externaldll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "externaldll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/externaldll/Debug" -# PROP Intermediate_Dir "../../../test/externaldll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "externaldll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "external" -# PROP BASE Intermediate_Dir "external" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"external/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "externaldll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "externa0" -# PROP BASE Intermediate_Dir "externa0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"externa0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "externaldll - Win32 Release" -# Name "externaldll - Win32 Debug" -# Name "externaldll - Win32 AlphaDbg" -# Name "externaldll - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\external.c - -!IF "$(CFG)" == "externaldll - Win32 Release" - -!ELSEIF "$(CFG)" == "externaldll - Win32 Debug" - -!ELSEIF "$(CFG)" == "externaldll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "externaldll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/externaldll/externaldll.vcproj b/windows/test/externaldll/externaldll.vcproj new file mode 100644 index 0000000..1250252 --- /dev/null +++ b/windows/test/externaldll/externaldll.vcproj @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/fheap/fheap.dsp b/windows/test/fheap/fheap.dsp deleted file mode 100755 index 471cf22..0000000 --- a/windows/test/fheap/fheap.dsp +++ /dev/null @@ -1,105 +0,0 @@ -# Microsoft Developer Studio Project File - Name="fheap" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=fheap - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "fheap.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "fheap.mak" CFG="fheap - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "fheap - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "fheap - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "fheap - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/fheap/Release" -# PROP Intermediate_Dir "../../../test/fheap/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "fheap - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/fheap/Debug" -# PROP Intermediate_Dir "../../../test/fheap/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "fheap - Win32 Release" -# Name "fheap - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\test\fheap.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/test/fheap/fheap.vcproj b/windows/test/fheap/fheap.vcproj new file mode 100644 index 0000000..15f2259 --- /dev/null +++ b/windows/test/fheap/fheap.vcproj @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/fheapdll/fheapdll.dsp b/windows/test/fheapdll/fheapdll.dsp deleted file mode 100755 index 85da1c0..0000000 --- a/windows/test/fheapdll/fheapdll.dsp +++ /dev/null @@ -1,105 +0,0 @@ -# Microsoft Developer Studio Project File - Name="fheapdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=fheapdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "fheapdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "fheapdll.mak" CFG="fheapdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "fheapdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "fheapdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "fheapdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/fheapdll/Release" -# PROP Intermediate_Dir "../../../test/fheapdll/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "fheapdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/fheapdll/Debug" -# PROP Intermediate_Dir "../../../test/fheapdll/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "fheapdll - Win32 Release" -# Name "fheapdll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\test\fheap.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/test/fheapdll/fheapdll.vcproj b/windows/test/fheapdll/fheapdll.vcproj new file mode 100644 index 0000000..8bf831d --- /dev/null +++ b/windows/test/fheapdll/fheapdll.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/fillval/fillval.dsp b/windows/test/fillval/fillval.dsp deleted file mode 100755 index 1229859..0000000 --- a/windows/test/fillval/fillval.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="fillval" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=fillval - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "fillval.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "fillval.mak" CFG="fillval - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "fillval - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "fillval - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "fillval - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "fillval - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "fillval - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/fillval/Release" -# PROP Intermediate_Dir "../../../test/fillval/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "fillval - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/fillval/Debug" -# PROP Intermediate_Dir "../../../test/fillval/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "fillval - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "fillval_" -# PROP BASE Intermediate_Dir "fillval_" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"fillval_/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "fillval - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "fillval0" -# PROP BASE Intermediate_Dir "fillval0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"fillval0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "fillval - Win32 Release" -# Name "fillval - Win32 Debug" -# Name "fillval - Win32 AlphaDbg" -# Name "fillval - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\fillval.c - -!IF "$(CFG)" == "fillval - Win32 Release" - -!ELSEIF "$(CFG)" == "fillval - Win32 Debug" - -!ELSEIF "$(CFG)" == "fillval - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "fillval - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/fillval/fillval.vcproj b/windows/test/fillval/fillval.vcproj new file mode 100644 index 0000000..6b8e321 --- /dev/null +++ b/windows/test/fillval/fillval.vcproj @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/fillvaldll/fillvaldll.dsp b/windows/test/fillvaldll/fillvaldll.dsp deleted file mode 100755 index 4d7c0f1..0000000 --- a/windows/test/fillvaldll/fillvaldll.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="fillvaldll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=fillvaldll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "fillvaldll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "fillvaldll.mak" CFG="fillvaldll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "fillvaldll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "fillvaldll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "fillvaldll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "fillvaldll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "fillvaldll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/fillvaldll/Release" -# PROP Intermediate_Dir "../../../test/fillvaldll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "fillvaldll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/fillvaldll/Debug" -# PROP Intermediate_Dir "../../../test/fillvaldll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "fillvaldll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "fillvald" -# PROP BASE Intermediate_Dir "fillvald" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"fillvald/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "fillvaldll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "fillval0" -# PROP BASE Intermediate_Dir "fillval0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"fillval0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "fillvaldll - Win32 Release" -# Name "fillvaldll - Win32 Debug" -# Name "fillvaldll - Win32 AlphaDbg" -# Name "fillvaldll - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\fillval.c - -!IF "$(CFG)" == "fillvaldll - Win32 Release" - -!ELSEIF "$(CFG)" == "fillvaldll - Win32 Debug" - -!ELSEIF "$(CFG)" == "fillvaldll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "fillvaldll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/fillvaldll/fillvaldll.vcproj b/windows/test/fillvaldll/fillvaldll.vcproj new file mode 100644 index 0000000..7a41d29 --- /dev/null +++ b/windows/test/fillvaldll/fillvaldll.vcproj @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/flush1/flush1.dsp b/windows/test/flush1/flush1.dsp deleted file mode 100755 index bf8be2d..0000000 --- a/windows/test/flush1/flush1.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="flush1" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=flush1 - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "flush1.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "flush1.mak" CFG="flush1 - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "flush1 - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "flush1 - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "flush1 - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "flush1 - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "flush1 - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/flush1/Release" -# PROP Intermediate_Dir "../../../test/flush1/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "flush1 - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/flush1/Debug" -# PROP Intermediate_Dir "../../../test/flush1/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "flush1 - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "flush1__" -# PROP BASE Intermediate_Dir "flush1__" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"flush1__/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "flush1 - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "flush1_0" -# PROP BASE Intermediate_Dir "flush1_0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"flush1_0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "flush1 - Win32 Release" -# Name "flush1 - Win32 Debug" -# Name "flush1 - Win32 AlphaDbg" -# Name "flush1 - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\flush1.c - -!IF "$(CFG)" == "flush1 - Win32 Release" - -!ELSEIF "$(CFG)" == "flush1 - Win32 Debug" - -!ELSEIF "$(CFG)" == "flush1 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "flush1 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/flush1/flush1.vcproj b/windows/test/flush1/flush1.vcproj new file mode 100644 index 0000000..885526b --- /dev/null +++ b/windows/test/flush1/flush1.vcproj @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/flush1dll/flush1dll.dsp b/windows/test/flush1dll/flush1dll.dsp deleted file mode 100755 index c77f09c..0000000 --- a/windows/test/flush1dll/flush1dll.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="flush1dll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=flush1dll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "flush1dll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "flush1dll.mak" CFG="flush1dll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "flush1dll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "flush1dll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "flush1dll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "flush1dll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "flush1dll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/flush1dll/Release" -# PROP Intermediate_Dir "../../../test/flush1dll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "flush1dll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/flush1dll/Debug" -# PROP Intermediate_Dir "../../../test/flush1dll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "flush1dll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "flush1dl" -# PROP BASE Intermediate_Dir "flush1dl" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"flush1dl/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "flush1dll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "flush1d0" -# PROP BASE Intermediate_Dir "flush1d0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"flush1d0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "flush1dll - Win32 Release" -# Name "flush1dll - Win32 Debug" -# Name "flush1dll - Win32 AlphaDbg" -# Name "flush1dll - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\flush1.c - -!IF "$(CFG)" == "flush1dll - Win32 Release" - -!ELSEIF "$(CFG)" == "flush1dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "flush1dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "flush1dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/flush1dll/flush1dll.vcproj b/windows/test/flush1dll/flush1dll.vcproj new file mode 100644 index 0000000..8eb34a9 --- /dev/null +++ b/windows/test/flush1dll/flush1dll.vcproj @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/flush2/flush2.dsp b/windows/test/flush2/flush2.dsp deleted file mode 100755 index 6a4333b..0000000 --- a/windows/test/flush2/flush2.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="flush2" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=flush2 - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "flush2.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "flush2.mak" CFG="flush2 - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "flush2 - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "flush2 - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "flush2 - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "flush2 - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "flush2 - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/flush2/Release" -# PROP Intermediate_Dir "../../../test/flush2/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "flush2 - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/flush2/Debug" -# PROP Intermediate_Dir "../../../test/flush2/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "flush2 - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "flush2__" -# PROP BASE Intermediate_Dir "flush2__" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"flush2__/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "flush2 - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "flush2_0" -# PROP BASE Intermediate_Dir "flush2_0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"flush2_0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "flush2 - Win32 Release" -# Name "flush2 - Win32 Debug" -# Name "flush2 - Win32 AlphaDbg" -# Name "flush2 - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\flush2.c - -!IF "$(CFG)" == "flush2 - Win32 Release" - -!ELSEIF "$(CFG)" == "flush2 - Win32 Debug" - -!ELSEIF "$(CFG)" == "flush2 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "flush2 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/flush2/flush2.vcproj b/windows/test/flush2/flush2.vcproj new file mode 100644 index 0000000..c2370bb --- /dev/null +++ b/windows/test/flush2/flush2.vcproj @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/flush2dll/flush2dll.dsp b/windows/test/flush2dll/flush2dll.dsp deleted file mode 100755 index 027e681..0000000 --- a/windows/test/flush2dll/flush2dll.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="flush2dll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=flush2dll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "flush2dll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "flush2dll.mak" CFG="flush2dll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "flush2dll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "flush2dll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "flush2dll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "flush2dll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "flush2dll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/flush2dll/Release" -# PROP Intermediate_Dir "../../../test/flush2dll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "flush2dll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/flush2dll/Debug" -# PROP Intermediate_Dir "../../../test/flush2dll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "flush2dll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "flush2dl" -# PROP BASE Intermediate_Dir "flush2dl" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"flush2dl/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "flush2dll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "flush2d0" -# PROP BASE Intermediate_Dir "flush2d0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"flush2d0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "flush2dll - Win32 Release" -# Name "flush2dll - Win32 Debug" -# Name "flush2dll - Win32 AlphaDbg" -# Name "flush2dll - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\flush2.c - -!IF "$(CFG)" == "flush2dll - Win32 Release" - -!ELSEIF "$(CFG)" == "flush2dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "flush2dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "flush2dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/flush2dll/flush2dll.vcproj b/windows/test/flush2dll/flush2dll.vcproj new file mode 100644 index 0000000..36ca1a5 --- /dev/null +++ b/windows/test/flush2dll/flush2dll.vcproj @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/getname/getname.dsp b/windows/test/getname/getname.dsp deleted file mode 100755 index 05f4379..0000000 --- a/windows/test/getname/getname.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="getname" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=getname - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "getname.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "getname.mak" CFG="getname - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "getname - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "getname - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "getname - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/getname/Release" -# PROP Intermediate_Dir "../../../test/getname/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "getname - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/getname/Debug" -# PROP Intermediate_Dir "../../../test/getname/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "getname - Win32 Release" -# Name "getname - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\test\getname.c -# End Source File -# End Target -# End Project diff --git a/windows/test/getname/getname.vcproj b/windows/test/getname/getname.vcproj new file mode 100644 index 0000000..7027db9 --- /dev/null +++ b/windows/test/getname/getname.vcproj @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/getnamedll/getnamedll.dsp b/windows/test/getnamedll/getnamedll.dsp deleted file mode 100755 index 5ef1982..0000000 --- a/windows/test/getnamedll/getnamedll.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="getnamedll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=getnamedll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "getnamedll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "getnamedll.mak" CFG="getnamedll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "getnamedll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "getnamedll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "getnamedll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/getnamedll/Release" -# PROP Intermediate_Dir "../../../test/getnamedll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\test" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x404 /d "NDEBUG" -# ADD RSC /l 0x404 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "getnamedll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/getnamedll/Debug" -# PROP Intermediate_Dir "../../../test/getnamedll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\test" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x404 /d "_DEBUG" -# ADD RSC /l 0x404 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "getnamedll - Win32 Release" -# Name "getnamedll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\test\getname.c -# End Source File -# End Target -# End Project diff --git a/windows/test/getnamedll/getnamedll.vcproj b/windows/test/getnamedll/getnamedll.vcproj new file mode 100644 index 0000000..1ce7406 --- /dev/null +++ b/windows/test/getnamedll/getnamedll.vcproj @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/getub/getub.dsp b/windows/test/getub/getub.dsp deleted file mode 100755 index 80551bb..0000000 --- a/windows/test/getub/getub.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="getub" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=getub - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "getub.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "getub.mak" CFG="getub - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "getub - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "getub - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "getub - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/getub/Release" -# PROP Intermediate_Dir "../../../test/getub/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\tools\lib" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "getub - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/getub/Debug" -# PROP Intermediate_Dir "../../../test/getub/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\tools\lib" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "getub - Win32 Release" -# Name "getub - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\tools\h5jam\getub.c -# End Source File -# End Target -# End Project diff --git a/windows/test/getub/getub.vcproj b/windows/test/getub/getub.vcproj new file mode 100644 index 0000000..a5d36ee --- /dev/null +++ b/windows/test/getub/getub.vcproj @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/gheap/gheap.dsp b/windows/test/gheap/gheap.dsp deleted file mode 100755 index fcdc793..0000000 --- a/windows/test/gheap/gheap.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="gheap" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=gheap - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "gheap.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "gheap.mak" CFG="gheap - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "gheap - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "gheap - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "gheap - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "gheap - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "gheap - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/gheap/Release" -# PROP Intermediate_Dir "../../../test/gheap/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\test" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "gheap - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/gheap/Debug" -# PROP Intermediate_Dir "../../../test/gheap/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\test" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "gheap - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "gheap___" -# PROP BASE Intermediate_Dir "gheap___" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"gheap___/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "gheap - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "gheap__0" -# PROP BASE Intermediate_Dir "gheap__0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"gheap__0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "gheap - Win32 Release" -# Name "gheap - Win32 Debug" -# Name "gheap - Win32 AlphaDbg" -# Name "gheap - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\gheap.c - -!IF "$(CFG)" == "gheap - Win32 Release" - -!ELSEIF "$(CFG)" == "gheap - Win32 Debug" - -!ELSEIF "$(CFG)" == "gheap - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "gheap - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/gheap/gheap.vcproj b/windows/test/gheap/gheap.vcproj new file mode 100644 index 0000000..b05c39e --- /dev/null +++ b/windows/test/gheap/gheap.vcproj @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/gheapdll/gheapdll.dsp b/windows/test/gheapdll/gheapdll.dsp deleted file mode 100755 index 3763f82..0000000 --- a/windows/test/gheapdll/gheapdll.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="gheapdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=gheapdll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "gheapdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "gheapdll.mak" CFG="gheapdll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "gheapdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "gheapdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "gheapdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "gheapdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "gheapdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/gheapdll/Release" -# PROP Intermediate_Dir "../../../test/gheapdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\test" /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "gheapdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/gheapdll/Debug" -# PROP Intermediate_Dir "../../../test/gheapdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\test" /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "gheapdll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "gheapdll" -# PROP BASE Intermediate_Dir "gheapdll" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"gheapdll/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "gheapdll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "gheapdl0" -# PROP BASE Intermediate_Dir "gheapdl0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"gheapdl0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "gheapdll - Win32 Release" -# Name "gheapdll - Win32 Debug" -# Name "gheapdll - Win32 AlphaDbg" -# Name "gheapdll - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\gheap.c - -!IF "$(CFG)" == "gheapdll - Win32 Release" - -!ELSEIF "$(CFG)" == "gheapdll - Win32 Debug" - -!ELSEIF "$(CFG)" == "gheapdll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "gheapdll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/gheapdll/gheapdll.vcproj b/windows/test/gheapdll/gheapdll.vcproj new file mode 100644 index 0000000..932dc38 --- /dev/null +++ b/windows/test/gheapdll/gheapdll.vcproj @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/hyperslab/hyperslab.dsp b/windows/test/hyperslab/hyperslab.dsp deleted file mode 100755 index 093ede8..0000000 --- a/windows/test/hyperslab/hyperslab.dsp +++ /dev/null @@ -1,172 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hyperslab" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=hyperslab - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hyperslab.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hyperslab.mak" CFG="hyperslab - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hyperslab - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "hyperslab - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "hyperslab - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "hyperslab - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "hyperslab - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/hyperslab/Release" -# PROP Intermediate_Dir "../../../test/hyperslab/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" - -!ELSEIF "$(CFG)" == "hyperslab - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/hyperslab/Debug" -# PROP Intermediate_Dir "../../../test/hyperslab/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ELSEIF "$(CFG)" == "hyperslab - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "hypersla" -# PROP BASE Intermediate_Dir "hypersla" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"hypersla/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "hyperslab - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "hypersl0" -# PROP BASE Intermediate_Dir "hypersl0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"hypersl0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "hyperslab - Win32 Release" -# Name "hyperslab - Win32 Debug" -# Name "hyperslab - Win32 AlphaDbg" -# Name "hyperslab - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\hyperslab.c - -!IF "$(CFG)" == "hyperslab - Win32 Release" - -# PROP Intermediate_Dir "../../../test/hyperslab/Release" - -!ELSEIF "$(CFG)" == "hyperslab - Win32 Debug" - -!ELSEIF "$(CFG)" == "hyperslab - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hyperslab - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/hyperslab/hyperslab.vcproj b/windows/test/hyperslab/hyperslab.vcproj new file mode 100644 index 0000000..2d2ba00 --- /dev/null +++ b/windows/test/hyperslab/hyperslab.vcproj @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/hyperslabdll/hyperslabdll.dsp b/windows/test/hyperslabdll/hyperslabdll.dsp deleted file mode 100755 index 156e386..0000000 --- a/windows/test/hyperslabdll/hyperslabdll.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="hyperslabdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=hyperslabdll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "hyperslabdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "hyperslabdll.mak" CFG="hyperslabdll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "hyperslabdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "hyperslabdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "hyperslabdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "hyperslabdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "hyperslabdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/hyperslabdll/Release" -# PROP Intermediate_Dir "../../../test/hyperslabdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\test" /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "hyperslabdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/hyperslabdll/Debug" -# PROP Intermediate_Dir "../../../test/hyperslabdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\test" /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ELSEIF "$(CFG)" == "hyperslabdll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "hypersla" -# PROP BASE Intermediate_Dir "hypersla" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"hypersla/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "hyperslabdll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "hypersl0" -# PROP BASE Intermediate_Dir "hypersl0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"hypersl0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "hyperslabdll - Win32 Release" -# Name "hyperslabdll - Win32 Debug" -# Name "hyperslabdll - Win32 AlphaDbg" -# Name "hyperslabdll - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\hyperslab.c - -!IF "$(CFG)" == "hyperslabdll - Win32 Release" - -!ELSEIF "$(CFG)" == "hyperslabdll - Win32 Debug" - -!ELSEIF "$(CFG)" == "hyperslabdll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "hyperslabdll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/hyperslabdll/hyperslabdll.vcproj b/windows/test/hyperslabdll/hyperslabdll.vcproj new file mode 100644 index 0000000..7555e28 --- /dev/null +++ b/windows/test/hyperslabdll/hyperslabdll.vcproj @@ -0,0 +1,291 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/iopipe/iopipe.dsp b/windows/test/iopipe/iopipe.dsp deleted file mode 100755 index ec7d838..0000000 --- a/windows/test/iopipe/iopipe.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="iopipe" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=iopipe - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "iopipe.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "iopipe.mak" CFG="iopipe - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "iopipe - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "iopipe - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "iopipe - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "iopipe - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "iopipe - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/iopipe/Release" -# PROP Intermediate_Dir "../../../test/iopipe/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" - -!ELSEIF "$(CFG)" == "iopipe - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/iopipe/Debug" -# PROP Intermediate_Dir "../../../test/iopipe/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ELSEIF "$(CFG)" == "iopipe - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "iopipe__" -# PROP BASE Intermediate_Dir "iopipe__" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"iopipe__/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "iopipe - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "iopipe_0" -# PROP BASE Intermediate_Dir "iopipe_0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"iopipe_0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "iopipe - Win32 Release" -# Name "iopipe - Win32 Debug" -# Name "iopipe - Win32 AlphaDbg" -# Name "iopipe - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\perform\iopipe.c - -!IF "$(CFG)" == "iopipe - Win32 Release" - -!ELSEIF "$(CFG)" == "iopipe - Win32 Debug" - -!ELSEIF "$(CFG)" == "iopipe - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "iopipe - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/iopipe/iopipe.vcproj b/windows/test/iopipe/iopipe.vcproj new file mode 100644 index 0000000..2263925 --- /dev/null +++ b/windows/test/iopipe/iopipe.vcproj @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/iopipedll/iopipedll.dsp b/windows/test/iopipedll/iopipedll.dsp deleted file mode 100755 index 805354d..0000000 --- a/windows/test/iopipedll/iopipedll.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="iopipedll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=iopipedll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "iopipedll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "iopipedll.mak" CFG="iopipedll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "iopipedll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "iopipedll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "iopipedll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "iopipedll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "iopipedll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/iopipedll/Release" -# PROP Intermediate_Dir "../../../test/iopipedll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\test" /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "iopipedll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/iopipedll/Debug" -# PROP Intermediate_Dir "../../../test/iopipedll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\test" /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ELSEIF "$(CFG)" == "iopipedll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "iopipedl" -# PROP BASE Intermediate_Dir "iopipedl" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"iopipedl/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "iopipedll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "iopiped0" -# PROP BASE Intermediate_Dir "iopiped0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"iopiped0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "iopipedll - Win32 Release" -# Name "iopipedll - Win32 Debug" -# Name "iopipedll - Win32 AlphaDbg" -# Name "iopipedll - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\perform\iopipe.c - -!IF "$(CFG)" == "iopipedll - Win32 Release" - -!ELSEIF "$(CFG)" == "iopipedll - Win32 Debug" - -!ELSEIF "$(CFG)" == "iopipedll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "iopipedll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/iopipedll/iopipedll.vcproj b/windows/test/iopipedll/iopipedll.vcproj new file mode 100644 index 0000000..97fe1bb --- /dev/null +++ b/windows/test/iopipedll/iopipedll.vcproj @@ -0,0 +1,291 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/istore/istore.dsp b/windows/test/istore/istore.dsp deleted file mode 100755 index 46f05c1..0000000 --- a/windows/test/istore/istore.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="istore" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=istore - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "istore.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "istore.mak" CFG="istore - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "istore - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "istore - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "istore - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "istore - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "istore - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/istore/Release" -# PROP Intermediate_Dir "../../../test/istore/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "istore - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/istore/Debug" -# PROP Intermediate_Dir "../../../test/istore/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "istore - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "istore__" -# PROP BASE Intermediate_Dir "istore__" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"istore__/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "istore - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "istore_0" -# PROP BASE Intermediate_Dir "istore_0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"istore_0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "istore - Win32 Release" -# Name "istore - Win32 Debug" -# Name "istore - Win32 AlphaDbg" -# Name "istore - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\istore.c - -!IF "$(CFG)" == "istore - Win32 Release" - -!ELSEIF "$(CFG)" == "istore - Win32 Debug" - -!ELSEIF "$(CFG)" == "istore - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "istore - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/istore/istore.vcproj b/windows/test/istore/istore.vcproj new file mode 100644 index 0000000..d5a228b --- /dev/null +++ b/windows/test/istore/istore.vcproj @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/istoredll/istoredll.dsp b/windows/test/istoredll/istoredll.dsp deleted file mode 100755 index cd7cd6a..0000000 --- a/windows/test/istoredll/istoredll.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="istoredll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=istoredll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "istoredll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "istoredll.mak" CFG="istoredll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "istoredll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "istoredll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "istoredll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "istoredll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "istoredll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/istoredll/Release" -# PROP Intermediate_Dir "../../../test/istoredll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "istoredll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/istoredll/Debug" -# PROP Intermediate_Dir "../../../test/istoredll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "istoredll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "istoredl" -# PROP BASE Intermediate_Dir "istoredl" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"istoredl/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "istoredll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "istored0" -# PROP BASE Intermediate_Dir "istored0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"istored0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "istoredll - Win32 Release" -# Name "istoredll - Win32 Debug" -# Name "istoredll - Win32 AlphaDbg" -# Name "istoredll - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\istore.c - -!IF "$(CFG)" == "istoredll - Win32 Release" - -!ELSEIF "$(CFG)" == "istoredll - Win32 Debug" - -!ELSEIF "$(CFG)" == "istoredll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "istoredll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/istoredll/istoredll.vcproj b/windows/test/istoredll/istoredll.vcproj new file mode 100644 index 0000000..811a374 --- /dev/null +++ b/windows/test/istoredll/istoredll.vcproj @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/lheap/lheap.dsp b/windows/test/lheap/lheap.dsp deleted file mode 100755 index 2c8ce19..0000000 --- a/windows/test/lheap/lheap.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="lheap" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=lheap - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "lheap.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "lheap.mak" CFG="lheap - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "lheap - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "lheap - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "lheap - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "lheap - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "lheap - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/lheap/Release" -# PROP Intermediate_Dir "../../../test/lheap/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "lheap - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/lheap/Debug" -# PROP Intermediate_Dir "../../../test/lheap/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "lheap - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "lheap___" -# PROP BASE Intermediate_Dir "lheap___" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"lheap___/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "lheap - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "lheap__0" -# PROP BASE Intermediate_Dir "lheap__0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"lheap__0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "lheap - Win32 Release" -# Name "lheap - Win32 Debug" -# Name "lheap - Win32 AlphaDbg" -# Name "lheap - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\lheap.c - -!IF "$(CFG)" == "lheap - Win32 Release" - -!ELSEIF "$(CFG)" == "lheap - Win32 Debug" - -!ELSEIF "$(CFG)" == "lheap - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "lheap - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/lheap/lheap.vcproj b/windows/test/lheap/lheap.vcproj new file mode 100644 index 0000000..06b3585 --- /dev/null +++ b/windows/test/lheap/lheap.vcproj @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/lheapdll/lheapdll.dsp b/windows/test/lheapdll/lheapdll.dsp deleted file mode 100755 index 49b8f6f..0000000 --- a/windows/test/lheapdll/lheapdll.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="lheapdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=lheapdll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "lheapdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "lheapdll.mak" CFG="lheapdll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "lheapdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "lheapdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "lheapdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "lheapdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "lheapdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/lheapdll/Release" -# PROP Intermediate_Dir "../../../test/lheapdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "lheapdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/lheapdll/Debug" -# PROP Intermediate_Dir "../../../test/lheapdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "lheapdll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "lheapdll" -# PROP BASE Intermediate_Dir "lheapdll" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"lheapdll/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "lheapdll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "lheapdl0" -# PROP BASE Intermediate_Dir "lheapdl0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"lheapdl0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "lheapdll - Win32 Release" -# Name "lheapdll - Win32 Debug" -# Name "lheapdll - Win32 AlphaDbg" -# Name "lheapdll - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\lheap.c - -!IF "$(CFG)" == "lheapdll - Win32 Release" - -!ELSEIF "$(CFG)" == "lheapdll - Win32 Debug" - -!ELSEIF "$(CFG)" == "lheapdll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "lheapdll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/lheapdll/lheapdll.vcproj b/windows/test/lheapdll/lheapdll.vcproj new file mode 100644 index 0000000..c295892 --- /dev/null +++ b/windows/test/lheapdll/lheapdll.vcproj @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/libtest/libtest.dsp b/windows/test/libtest/libtest.dsp deleted file mode 100755 index 9028b96..0000000 --- a/windows/test/libtest/libtest.dsp +++ /dev/null @@ -1,127 +0,0 @@ -# Microsoft Developer Studio Project File - Name="libtest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=libtest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "libtest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "libtest.mak" CFG="libtest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "libtest - Win32 Release" (based on "Win32 (x86) Static Library") -!MESSAGE "libtest - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "libtest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\test\libtest\Release" -# PROP Intermediate_Dir "..\..\..\test\libtest\Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ELSEIF "$(CFG)" == "libtest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\test\libtest\Debug" -# PROP Intermediate_Dir "..\..\..\test\libtest\Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ENDIF - -# Begin Target - -# Name "libtest - Win32 Release" -# Name "libtest - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\test\h5test.c - -!IF "$(CFG)" == "libtest - Win32 Release" - -# PROP Intermediate_Dir "..\..\..\test\libtest\Release" - -!ELSEIF "$(CFG)" == "libtest - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\test\libtest\Debug" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\testframe.c - -!IF "$(CFG)" == "libtest - Win32 Release" - -# PROP Intermediate_Dir "..\..\..\test\libtest\Release" - -!ELSEIF "$(CFG)" == "libtest - Win32 Debug" - -# PROP Intermediate_Dir "..\..\..\test\libtest\Debug" - -!ENDIF - -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# End Target -# End Project diff --git a/windows/test/libtest/libtest.vcproj b/windows/test/libtest/libtest.vcproj new file mode 100644 index 0000000..85041bb --- /dev/null +++ b/windows/test/libtest/libtest.vcproj @@ -0,0 +1,179 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/libtestD/libtestD.dsp b/windows/test/libtestD/libtestD.dsp deleted file mode 100755 index 9df025f..0000000 --- a/windows/test/libtestD/libtestD.dsp +++ /dev/null @@ -1,116 +0,0 @@ -# Microsoft Developer Studio Project File - Name="libtestD" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 - -CFG=libtestD - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "libtestD.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "libtestD.mak" CFG="libtestD - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "libtestD - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "libtestD - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "libtestD - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/libtestD/Release" -# PROP Intermediate_Dir "../../../test/libtestD/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /dll /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /dll /nologo /warn:nofileopt -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_HDF5USEDLL_" /D "_HDF5TESTDLL_" /YX /FD /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x404 /d "NDEBUG" -# ADD RSC /l 0x404 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:windows /dll /machine:I386 - -!ELSEIF "$(CFG)" == "libtestD - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/libtestD/Debug" -# PROP Intermediate_Dir "../../../test/libtestD/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /dll /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /dll /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_HDF5USEDLL_" /D "_HDF5TESTDLL_" /YX /FD /GZ /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x404 /d "_DEBUG" -# ADD RSC /l 0x404 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"../../../test/libtestD/Debug/libtestDd.dll" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "libtestD - Win32 Release" -# Name "libtestD - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\test\h5test.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\testframe.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/test/libtestD/libtestD.vcproj b/windows/test/libtestD/libtestD.vcproj new file mode 100644 index 0000000..c8421da --- /dev/null +++ b/windows/test/libtestD/libtestD.vcproj @@ -0,0 +1,202 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/links/links.dsp b/windows/test/links/links.dsp deleted file mode 100755 index 4760a95..0000000 --- a/windows/test/links/links.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="links" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=links - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "links.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "links.mak" CFG="links - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "links - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "links - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "links - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "links - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "links - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/links/Release" -# PROP Intermediate_Dir "../../../test/links/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "links - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/links/Debug" -# PROP Intermediate_Dir "../../../test/links/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "links - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "links___" -# PROP BASE Intermediate_Dir "links___" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"links___/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "links - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "links__0" -# PROP BASE Intermediate_Dir "links__0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"links__0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "links - Win32 Release" -# Name "links - Win32 Debug" -# Name "links - Win32 AlphaDbg" -# Name "links - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\links.c - -!IF "$(CFG)" == "links - Win32 Release" - -!ELSEIF "$(CFG)" == "links - Win32 Debug" - -!ELSEIF "$(CFG)" == "links - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "links - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/links/links.vcproj b/windows/test/links/links.vcproj new file mode 100644 index 0000000..37bb9f2 --- /dev/null +++ b/windows/test/links/links.vcproj @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/linksdll/linksdll.dsp b/windows/test/linksdll/linksdll.dsp deleted file mode 100755 index d3f86a3..0000000 --- a/windows/test/linksdll/linksdll.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="linksdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=linksdll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "linksdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "linksdll.mak" CFG="linksdll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "linksdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "linksdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "linksdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "linksdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "linksdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/linksdll/Release" -# PROP Intermediate_Dir "../../../test/linksdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "linksdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/linksdll/Debug" -# PROP Intermediate_Dir "../../../test/linksdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "linksdll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "linksdll" -# PROP BASE Intermediate_Dir "linksdll" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"linksdll/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "linksdll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "linksdl0" -# PROP BASE Intermediate_Dir "linksdl0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"linksdl0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "linksdll - Win32 Release" -# Name "linksdll - Win32 Debug" -# Name "linksdll - Win32 AlphaDbg" -# Name "linksdll - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\links.c - -!IF "$(CFG)" == "linksdll - Win32 Release" - -!ELSEIF "$(CFG)" == "linksdll - Win32 Debug" - -!ELSEIF "$(CFG)" == "linksdll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "linksdll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/linksdll/linksdll.vcproj b/windows/test/linksdll/linksdll.vcproj new file mode 100644 index 0000000..779c35a --- /dev/null +++ b/windows/test/linksdll/linksdll.vcproj @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/mount/mount.dsp b/windows/test/mount/mount.dsp deleted file mode 100755 index 03f1271..0000000 --- a/windows/test/mount/mount.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="mount" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=mount - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "mount.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "mount.mak" CFG="mount - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "mount - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "mount - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "mount - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "mount - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "mount - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/mount/Release" -# PROP Intermediate_Dir "../../../test/mount/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "mount - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/mount/Debug" -# PROP Intermediate_Dir "../../../test/mount/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "mount - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "mount___" -# PROP BASE Intermediate_Dir "mount___" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"mount___/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "mount - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "mount__0" -# PROP BASE Intermediate_Dir "mount__0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"mount__0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "mount - Win32 Release" -# Name "mount - Win32 Debug" -# Name "mount - Win32 AlphaDbg" -# Name "mount - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\mount.c - -!IF "$(CFG)" == "mount - Win32 Release" - -!ELSEIF "$(CFG)" == "mount - Win32 Debug" - -!ELSEIF "$(CFG)" == "mount - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "mount - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/mount/mount.vcproj b/windows/test/mount/mount.vcproj new file mode 100644 index 0000000..2d6fb2a --- /dev/null +++ b/windows/test/mount/mount.vcproj @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/mountdll/mountdll.dsp b/windows/test/mountdll/mountdll.dsp deleted file mode 100755 index 5c02b4f..0000000 --- a/windows/test/mountdll/mountdll.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="mountdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=mountdll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "mountdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "mountdll.mak" CFG="mountdll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "mountdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "mountdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "mountdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "mountdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "mountdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/mountdll/Release" -# PROP Intermediate_Dir "../../../test/mountdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "mountdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/mountdll/Debug" -# PROP Intermediate_Dir "../../../test/mountdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "mountdll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "mountdll" -# PROP BASE Intermediate_Dir "mountdll" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"mountdll/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "mountdll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "mountdl0" -# PROP BASE Intermediate_Dir "mountdl0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"mountdl0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "mountdll - Win32 Release" -# Name "mountdll - Win32 Debug" -# Name "mountdll - Win32 AlphaDbg" -# Name "mountdll - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\mount.c - -!IF "$(CFG)" == "mountdll - Win32 Release" - -!ELSEIF "$(CFG)" == "mountdll - Win32 Debug" - -!ELSEIF "$(CFG)" == "mountdll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "mountdll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/mountdll/mountdll.vcproj b/windows/test/mountdll/mountdll.vcproj new file mode 100644 index 0000000..c095c1b --- /dev/null +++ b/windows/test/mountdll/mountdll.vcproj @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/mtime/mtime.dsp b/windows/test/mtime/mtime.dsp deleted file mode 100755 index 2735f82..0000000 --- a/windows/test/mtime/mtime.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="mtime" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=mtime - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "mtime.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "mtime.mak" CFG="mtime - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "mtime - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "mtime - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "mtime - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "mtime - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "mtime - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/mtime/Release" -# PROP Intermediate_Dir "../../../test/mtime/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "mtime - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/mtime/Debug" -# PROP Intermediate_Dir "../../../test/mtime/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "mtime - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "mtime___" -# PROP BASE Intermediate_Dir "mtime___" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"mtime___/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "mtime - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "mtime__0" -# PROP BASE Intermediate_Dir "mtime__0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"mtime__0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "mtime - Win32 Release" -# Name "mtime - Win32 Debug" -# Name "mtime - Win32 AlphaDbg" -# Name "mtime - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\mtime.c - -!IF "$(CFG)" == "mtime - Win32 Release" - -!ELSEIF "$(CFG)" == "mtime - Win32 Debug" - -!ELSEIF "$(CFG)" == "mtime - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "mtime - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/mtime/mtime.vcproj b/windows/test/mtime/mtime.vcproj new file mode 100644 index 0000000..e758c2f --- /dev/null +++ b/windows/test/mtime/mtime.vcproj @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/mtimedll/mtimedll.dsp b/windows/test/mtimedll/mtimedll.dsp deleted file mode 100755 index 5e915c8..0000000 --- a/windows/test/mtimedll/mtimedll.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="mtimedll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=mtimedll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "mtimedll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "mtimedll.mak" CFG="mtimedll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "mtimedll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "mtimedll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "mtimedll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "mtimedll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "mtimedll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/mtimedll/Release" -# PROP Intermediate_Dir "../../../test/mtimedll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "mtimedll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/mtimedll/Debug" -# PROP Intermediate_Dir "../../../test/mtimedll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "mtimedll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "mtimedll" -# PROP BASE Intermediate_Dir "mtimedll" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"mtimedll/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "mtimedll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "mtimedl0" -# PROP BASE Intermediate_Dir "mtimedl0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"mtimedl0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "mtimedll - Win32 Release" -# Name "mtimedll - Win32 Debug" -# Name "mtimedll - Win32 AlphaDbg" -# Name "mtimedll - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\mtime.c - -!IF "$(CFG)" == "mtimedll - Win32 Release" - -!ELSEIF "$(CFG)" == "mtimedll - Win32 Debug" - -!ELSEIF "$(CFG)" == "mtimedll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "mtimedll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/mtimedll/mtimedll.vcproj b/windows/test/mtimedll/mtimedll.vcproj new file mode 100644 index 0000000..5f85975 --- /dev/null +++ b/windows/test/mtimedll/mtimedll.vcproj @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/ntypes/ntypes.dsp b/windows/test/ntypes/ntypes.dsp deleted file mode 100755 index f498c0f..0000000 --- a/windows/test/ntypes/ntypes.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="ntypes" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=ntypes - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ntypes.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ntypes.mak" CFG="ntypes - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ntypes - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "ntypes - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "ntypes - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/ntypes/Release" -# PROP Intermediate_Dir "../../../test/ntypes/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x404 /d "NDEBUG" -# ADD RSC /l 0x404 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "ntypes - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/ntypes/Debug" -# PROP Intermediate_Dir "../../../test/ntypes/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x404 /d "_DEBUG" -# ADD RSC /l 0x404 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "ntypes - Win32 Release" -# Name "ntypes - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\test\ntypes.c -# End Source File -# End Target -# End Project diff --git a/windows/test/ntypes/ntypes.vcproj b/windows/test/ntypes/ntypes.vcproj new file mode 100644 index 0000000..93acb17 --- /dev/null +++ b/windows/test/ntypes/ntypes.vcproj @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/ntypesdll/ntypesdll.dsp b/windows/test/ntypesdll/ntypesdll.dsp deleted file mode 100755 index f02a36a..0000000 --- a/windows/test/ntypesdll/ntypesdll.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="ntypesdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=ntypesdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ntypesdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ntypesdll.mak" CFG="ntypesdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ntypesdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "ntypesdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "ntypesdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/ntypesdll/Release" -# PROP Intermediate_Dir "../../../test/ntypesdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x404 /d "NDEBUG" -# ADD RSC /l 0x404 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "ntypesdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/ntypesdll/Debug" -# PROP Intermediate_Dir "../../../test/ntypesdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x404 /d "_DEBUG" -# ADD RSC /l 0x404 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "ntypesdll - Win32 Release" -# Name "ntypesdll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\test\ntypes.c -# End Source File -# End Target -# End Project diff --git a/windows/test/ntypesdll/ntypesdll.vcproj b/windows/test/ntypesdll/ntypesdll.vcproj new file mode 100644 index 0000000..3b1bbed --- /dev/null +++ b/windows/test/ntypesdll/ntypesdll.vcproj @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/objcopy/objcopy.dsp b/windows/test/objcopy/objcopy.dsp deleted file mode 100755 index e6a0631..0000000 --- a/windows/test/objcopy/objcopy.dsp +++ /dev/null @@ -1,107 +0,0 @@ -# Microsoft Developer Studio Project File - Name="objcopy" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=objcopy - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "objcopy.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "objcopy.mak" CFG="objcopy - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "objcopy - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "objcopy - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "objcopy - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/objcopy/Release" -# PROP Intermediate_Dir "../../../test/objcopy/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) WS2_32.lib /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "objcopy - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/objcopy/Debug" -# PROP Intermediate_Dir "../../../test/objcopy/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "objcopy - Win32 Release" -# Name "objcopy - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\test\objcopy.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/test/objcopy/objcopy.vcproj b/windows/test/objcopy/objcopy.vcproj new file mode 100644 index 0000000..e5dfcc1 --- /dev/null +++ b/windows/test/objcopy/objcopy.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/objcopydll/objcopydll.dsp b/windows/test/objcopydll/objcopydll.dsp deleted file mode 100755 index d46b423..0000000 --- a/windows/test/objcopydll/objcopydll.dsp +++ /dev/null @@ -1,107 +0,0 @@ -# Microsoft Developer Studio Project File - Name="objcopydll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=objcopydll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "objcopydll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "objcopydll.mak" CFG="objcopydll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "objcopydll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "objcopydll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "objcopydll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/objcopydll/Release" -# PROP Intermediate_Dir "../../../test/objcopydll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "objcopydll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/objcopydll/Debug" -# PROP Intermediate_Dir "../../../test/objcopydll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "objcopydll - Win32 Release" -# Name "objcopydll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\test\objcopy.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/test/objcopydll/objcopydll.vcproj b/windows/test/objcopydll/objcopydll.vcproj new file mode 100644 index 0000000..ed29e0f --- /dev/null +++ b/windows/test/objcopydll/objcopydll.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/ohdr/ohdr.dsp b/windows/test/ohdr/ohdr.dsp deleted file mode 100755 index f1a4956..0000000 --- a/windows/test/ohdr/ohdr.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="ohdr" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=ohdr - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ohdr.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ohdr.mak" CFG="ohdr - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ohdr - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "ohdr - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "ohdr - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "ohdr - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "ohdr - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/ohdr/Release" -# PROP Intermediate_Dir "../../../test/ohdr/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "ohdr - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/ohdr/Debug" -# PROP Intermediate_Dir "../../../test/ohdr/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "ohdr - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ohdr___W" -# PROP BASE Intermediate_Dir "ohdr___W" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"ohdr___W/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "ohdr - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ohdr___0" -# PROP BASE Intermediate_Dir "ohdr___0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"ohdr___0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "ohdr - Win32 Release" -# Name "ohdr - Win32 Debug" -# Name "ohdr - Win32 AlphaDbg" -# Name "ohdr - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\ohdr.c - -!IF "$(CFG)" == "ohdr - Win32 Release" - -!ELSEIF "$(CFG)" == "ohdr - Win32 Debug" - -!ELSEIF "$(CFG)" == "ohdr - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "ohdr - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/ohdr/ohdr.vcproj b/windows/test/ohdr/ohdr.vcproj new file mode 100644 index 0000000..a241522 --- /dev/null +++ b/windows/test/ohdr/ohdr.vcproj @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/ohdr_gentst/ohdr_gentst.dsp b/windows/test/ohdr_gentst/ohdr_gentst.dsp deleted file mode 100644 index 3df8342..0000000 --- a/windows/test/ohdr_gentst/ohdr_gentst.dsp +++ /dev/null @@ -1,104 +0,0 @@ -# Microsoft Developer Studio Project File - Name="ohdr_gentst" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=ohdr_gentst - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ohdr_gentst.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ohdr_gentst.mak" CFG="ohdr_gentst - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ohdr_gentst - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "ohdr_gentst - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "ohdr_gentst - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/ohdr_gentst/Release" -# PROP Intermediate_Dir "../../../test/ohdr_gentst/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "ohdr_gentst - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/ohdr_gentst/Debug" -# PROP Intermediate_Dir "../../../test/ohdr_gentst/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "ohdr_gentst - Win32 Release" -# Name "ohdr_gentst - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\test\gen_bogus.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/test/ohdr_gentst/ohdr_gentst.vcproj b/windows/test/ohdr_gentst/ohdr_gentst.vcproj new file mode 100644 index 0000000..c2359f4 --- /dev/null +++ b/windows/test/ohdr_gentst/ohdr_gentst.vcproj @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/ohdrdll/ohdrdll.dsp b/windows/test/ohdrdll/ohdrdll.dsp deleted file mode 100755 index a67f43b..0000000 --- a/windows/test/ohdrdll/ohdrdll.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="ohdrdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=ohdrdll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ohdrdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ohdrdll.mak" CFG="ohdrdll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ohdrdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "ohdrdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "ohdrdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "ohdrdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "ohdrdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/ohdrdll/Release" -# PROP Intermediate_Dir "../../../test/ohdrdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "ohdrdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/ohdrdll/Debug" -# PROP Intermediate_Dir "../../../test/ohdrdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "ohdrdll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ohdrdll_" -# PROP BASE Intermediate_Dir "ohdrdll_" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"ohdrdll_/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "ohdrdll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ohdrdll0" -# PROP BASE Intermediate_Dir "ohdrdll0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"ohdrdll0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "ohdrdll - Win32 Release" -# Name "ohdrdll - Win32 Debug" -# Name "ohdrdll - Win32 AlphaDbg" -# Name "ohdrdll - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\ohdr.c - -!IF "$(CFG)" == "ohdrdll - Win32 Release" - -!ELSEIF "$(CFG)" == "ohdrdll - Win32 Debug" - -!ELSEIF "$(CFG)" == "ohdrdll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "ohdrdll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/ohdrdll/ohdrdll.vcproj b/windows/test/ohdrdll/ohdrdll.vcproj new file mode 100644 index 0000000..6893bf6 --- /dev/null +++ b/windows/test/ohdrdll/ohdrdll.vcproj @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/overhead/overhead.dsp b/windows/test/overhead/overhead.dsp deleted file mode 100755 index 629dcf7..0000000 --- a/windows/test/overhead/overhead.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="overhead" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=overhead - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "overhead.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "overhead.mak" CFG="overhead - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "overhead - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "overhead - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "overhead - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "overhead - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "overhead - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/overhead/Release" -# PROP Intermediate_Dir "../../../test/overhead/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" - -!ELSEIF "$(CFG)" == "overhead - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/overhead/Debug" -# PROP Intermediate_Dir "../../../test/overhead/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ELSEIF "$(CFG)" == "overhead - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "overhead" -# PROP BASE Intermediate_Dir "overhead" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"overhead/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "overhead - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "overhea0" -# PROP BASE Intermediate_Dir "overhea0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"overhea0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "overhead - Win32 Release" -# Name "overhead - Win32 Debug" -# Name "overhead - Win32 AlphaDbg" -# Name "overhead - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\perform\overhead.c - -!IF "$(CFG)" == "overhead - Win32 Release" - -!ELSEIF "$(CFG)" == "overhead - Win32 Debug" - -!ELSEIF "$(CFG)" == "overhead - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "overhead - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/overhead/overhead.vcproj b/windows/test/overhead/overhead.vcproj new file mode 100644 index 0000000..d223a5b --- /dev/null +++ b/windows/test/overhead/overhead.vcproj @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/overheaddll/overheaddll.dsp b/windows/test/overheaddll/overheaddll.dsp deleted file mode 100755 index 725c989..0000000 --- a/windows/test/overheaddll/overheaddll.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="overheaddll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=overheaddll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "overheaddll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "overheaddll.mak" CFG="overheaddll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "overheaddll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "overheaddll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "overheaddll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "overheaddll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "overheaddll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/overheaddll/Release" -# PROP Intermediate_Dir "../../../test/overheaddll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\test" /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "overheaddll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/overheaddll/Debug" -# PROP Intermediate_Dir "../../../test/overheaddll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\test" /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ELSEIF "$(CFG)" == "overheaddll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "overhead" -# PROP BASE Intermediate_Dir "overhead" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"overhead/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "overheaddll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "overhea0" -# PROP BASE Intermediate_Dir "overhea0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"overhea0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "overheaddll - Win32 Release" -# Name "overheaddll - Win32 Debug" -# Name "overheaddll - Win32 AlphaDbg" -# Name "overheaddll - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\perform\overhead.c - -!IF "$(CFG)" == "overheaddll - Win32 Release" - -!ELSEIF "$(CFG)" == "overheaddll - Win32 Debug" - -!ELSEIF "$(CFG)" == "overheaddll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "overheaddll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/overheaddll/overheaddll.vcproj b/windows/test/overheaddll/overheaddll.vcproj new file mode 100644 index 0000000..58a95b6 --- /dev/null +++ b/windows/test/overheaddll/overheaddll.vcproj @@ -0,0 +1,291 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/pool/pool.dsp b/windows/test/pool/pool.dsp deleted file mode 100755 index 0a9c8ef..0000000 --- a/windows/test/pool/pool.dsp +++ /dev/null @@ -1,106 +0,0 @@ -# Microsoft Developer Studio Project File - Name="pool" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=pool - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "pool.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "pool.mak" CFG="pool - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "pool - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "pool - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "pool - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/pool/Release" -# PROP Intermediate_Dir "../../../test/pool/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "pool - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/pool/Debug" -# PROP Intermediate_Dir "../../../test/pool/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "pool - Win32 Release" -# Name "pool - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\test\pool.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/test/pool/pool.vcproj b/windows/test/pool/pool.vcproj new file mode 100644 index 0000000..301d16d --- /dev/null +++ b/windows/test/pool/pool.vcproj @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/pooldll/pooldll.dsp b/windows/test/pooldll/pooldll.dsp deleted file mode 100755 index 8ce6148..0000000 --- a/windows/test/pooldll/pooldll.dsp +++ /dev/null @@ -1,107 +0,0 @@ -# Microsoft Developer Studio Project File - Name="pooldll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=pooldll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "pooldll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "pooldll.mak" CFG="pooldll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "pooldll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "pooldll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "pooldll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/pooldll/Release" -# PROP Intermediate_Dir "../../../test/pooldll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "pooldll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/pooldll/Debug" -# PROP Intermediate_Dir "../../../test/pooldll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "pooldll - Win32 Release" -# Name "pooldll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\test\pool.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/test/pooldll/pooldll.vcproj b/windows/test/pooldll/pooldll.vcproj new file mode 100644 index 0000000..27118b9 --- /dev/null +++ b/windows/test/pooldll/pooldll.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/ref/ref.dsp b/windows/test/ref/ref.dsp deleted file mode 100644 index 2f90ecf..0000000 --- a/windows/test/ref/ref.dsp +++ /dev/null @@ -1,107 +0,0 @@ -# Microsoft Developer Studio Project File - Name="ref" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=ref - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ref.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ref.mak" CFG="ref - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ref - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "ref - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "ref - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/ref/Release" -# PROP Intermediate_Dir "../../../test/ref/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" - -!ELSEIF "$(CFG)" == "ref - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/ref/Debug" -# PROP Intermediate_Dir "../../../test/ref/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "ref - Win32 Release" -# Name "ref - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\test\ref.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/test/refdll/refdll.dsp b/windows/test/refdll/refdll.dsp deleted file mode 100644 index 71f5cae..0000000 --- a/windows/test/refdll/refdll.dsp +++ /dev/null @@ -1,106 +0,0 @@ -# Microsoft Developer Studio Project File - Name="refdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=refdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "refdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "refdll.mak" CFG="refdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "refdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "refdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "refdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/refdll/Release" -# PROP Intermediate_Dir "../../../test/refdll/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "refdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/refdll/Debug" -# PROP Intermediate_Dir "../../../test/refdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "refdll - Win32 Release" -# Name "refdll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\test\ref.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/test/reserved/reserved.dsp b/windows/test/reserved/reserved.dsp deleted file mode 100755 index 0ab665d..0000000 --- a/windows/test/reserved/reserved.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="reserved" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=reserved - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "reserved.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "reserved.mak" CFG="reserved - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "reserved - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "reserved - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "reserved - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/reserved/Release" -# PROP Intermediate_Dir "../../../test/reserved/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" - -!ELSEIF "$(CFG)" == "reserved - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/reserved/Debug" -# PROP Intermediate_Dir "../../../test/reserved/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "reserved - Win32 Release" -# Name "reserved - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\test\reserved.c -# End Source File -# End Target -# End Project diff --git a/windows/test/reserved/reserved.vcproj b/windows/test/reserved/reserved.vcproj new file mode 100644 index 0000000..d2cd2e7 --- /dev/null +++ b/windows/test/reserved/reserved.vcproj @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/reserveddll/reserveddll.dsp b/windows/test/reserveddll/reserveddll.dsp deleted file mode 100755 index 7652296..0000000 --- a/windows/test/reserveddll/reserveddll.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="reserveddll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=reserveddll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "reserveddll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "reserveddll.mak" CFG="reserveddll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "reserveddll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "reserveddll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "reserveddll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/reserveddll/Release" -# PROP Intermediate_Dir "../../../test/reserveddll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "reserveddll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/reserveddll/Debug" -# PROP Intermediate_Dir "../../../test/reserveddll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "reserveddll - Win32 Release" -# Name "reserveddll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\test\reserved.c -# End Source File -# End Target -# End Project diff --git a/windows/test/reserveddll/reserveddll.vcproj b/windows/test/reserveddll/reserveddll.vcproj new file mode 100644 index 0000000..79d4884 --- /dev/null +++ b/windows/test/reserveddll/reserveddll.vcproj @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/set_extent/set_extent.dsp b/windows/test/set_extent/set_extent.dsp deleted file mode 100755 index 90ac49f..0000000 --- a/windows/test/set_extent/set_extent.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="set_extent" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=set_extent - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "set_extent.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "set_extent.mak" CFG="set_extent - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "set_extent - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "set_extent - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "set_extent - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/set_extent/Release" -# PROP Intermediate_Dir "../../../test/set_extent/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" - -!ELSEIF "$(CFG)" == "set_extent - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/set_extent/Debug" -# PROP Intermediate_Dir "../../../test/set_extent/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "set_extent - Win32 Release" -# Name "set_extent - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\test\set_extent.c -# End Source File -# End Target -# End Project diff --git a/windows/test/set_extent/set_extent.vcproj b/windows/test/set_extent/set_extent.vcproj new file mode 100644 index 0000000..b78a75d --- /dev/null +++ b/windows/test/set_extent/set_extent.vcproj @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/set_extentdll/set_extentdll.dsp b/windows/test/set_extentdll/set_extentdll.dsp deleted file mode 100755 index 6c8672a..0000000 --- a/windows/test/set_extentdll/set_extentdll.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="set_extentdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=set_extentdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "set_extentdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "set_extentdll.mak" CFG="set_extentdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "set_extentdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "set_extentdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "set_extentdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/set_extentdll/Release" -# PROP Intermediate_Dir "../../../test/set_extentdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\test" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x404 /d "NDEBUG" -# ADD RSC /l 0x404 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "set_extentdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/set_extentdll/Debug" -# PROP Intermediate_Dir "../../../test/set_extentdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\test" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x404 /d "_DEBUG" -# ADD RSC /l 0x404 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "set_extentdll - Win32 Release" -# Name "set_extentdll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\test\set_extent.c -# End Source File -# End Target -# End Project diff --git a/windows/test/set_extentdll/set_extentdll.vcproj b/windows/test/set_extentdll/set_extentdll.vcproj new file mode 100644 index 0000000..0005821 --- /dev/null +++ b/windows/test/set_extentdll/set_extentdll.vcproj @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/stab/stab.dsp b/windows/test/stab/stab.dsp deleted file mode 100755 index 3b4dcbd..0000000 --- a/windows/test/stab/stab.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="stab" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=stab - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "stab.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "stab.mak" CFG="stab - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "stab - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "stab - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "stab - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "stab - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "stab - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/stab/Release" -# PROP Intermediate_Dir "../../../test/stab/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "stab - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/stab/Debug" -# PROP Intermediate_Dir "../../../test/stab/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "stab - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "stab___W" -# PROP BASE Intermediate_Dir "stab___W" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"stab___W/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "stab - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "stab___0" -# PROP BASE Intermediate_Dir "stab___0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"stab___0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "stab - Win32 Release" -# Name "stab - Win32 Debug" -# Name "stab - Win32 AlphaDbg" -# Name "stab - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\stab.c - -!IF "$(CFG)" == "stab - Win32 Release" - -!ELSEIF "$(CFG)" == "stab - Win32 Debug" - -!ELSEIF "$(CFG)" == "stab - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "stab - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/stab/stab.vcproj b/windows/test/stab/stab.vcproj new file mode 100644 index 0000000..bc94d40 --- /dev/null +++ b/windows/test/stab/stab.vcproj @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/stabdll/stabdll.dsp b/windows/test/stabdll/stabdll.dsp deleted file mode 100755 index 6d9b8f0..0000000 --- a/windows/test/stabdll/stabdll.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="stabdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=stabdll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "stabdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "stabdll.mak" CFG="stabdll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "stabdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "stabdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "stabdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "stabdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "stabdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/stabdll/Release" -# PROP Intermediate_Dir "../../../test/stabdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "stabdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/stabdll/Debug" -# PROP Intermediate_Dir "../../../test/stabdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "stabdll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "stabdll_" -# PROP BASE Intermediate_Dir "stabdll_" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"stabdll_/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "stabdll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "stabdll0" -# PROP BASE Intermediate_Dir "stabdll0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"stabdll0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "stabdll - Win32 Release" -# Name "stabdll - Win32 Debug" -# Name "stabdll - Win32 AlphaDbg" -# Name "stabdll - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\stab.c - -!IF "$(CFG)" == "stabdll - Win32 Release" - -!ELSEIF "$(CFG)" == "stabdll - Win32 Debug" - -!ELSEIF "$(CFG)" == "stabdll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "stabdll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/stabdll/stabdll.vcproj b/windows/test/stabdll/stabdll.vcproj new file mode 100644 index 0000000..9f8d905 --- /dev/null +++ b/windows/test/stabdll/stabdll.vcproj @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/tellub/tellub.dsp b/windows/test/tellub/tellub.dsp deleted file mode 100755 index 7a01fe2..0000000 --- a/windows/test/tellub/tellub.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="tellub" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=tellub - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "tellub.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "tellub.mak" CFG="tellub - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "tellub - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "tellub - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "tellub - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/tellub/Release" -# PROP Intermediate_Dir "../../../test/tellub/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "tellub - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/tellub/Debug" -# PROP Intermediate_Dir "../../../test/tellub/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "tellub - Win32 Release" -# Name "tellub - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\tools\h5jam\tellub.c -# End Source File -# End Target -# End Project diff --git a/windows/test/tellub/tellub.vcproj b/windows/test/tellub/tellub.vcproj new file mode 100644 index 0000000..f8369a4 --- /dev/null +++ b/windows/test/tellub/tellub.vcproj @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/testhdf5/testhdf5.dsp b/windows/test/testhdf5/testhdf5.dsp deleted file mode 100755 index cab8848..0000000 --- a/windows/test/testhdf5/testhdf5.dsp +++ /dev/null @@ -1,530 +0,0 @@ -# Microsoft Developer Studio Project File - Name="testhdf5" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=testhdf5 - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "testhdf5.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "testhdf5.mak" CFG="testhdf5 - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "testhdf5 - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "testhdf5 - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "testhdf5 - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "testhdf5 - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "testhdf5 - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/testhdf5/Release" -# PROP Intermediate_Dir "../../../test/testhdf5/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\test" /D "_CONSOLE" /D "_MBCS" /D "NDEBUG" /D "WIN32" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/testhdf5/Debug" -# PROP Intermediate_Dir "../../../test/testhdf5/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\test" /D "_CONSOLE" /D "_MBCS" /D "_DEBUG" /D "WIN32" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "testhdf5" -# PROP BASE Intermediate_Dir "testhdf5" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"testhdf5/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "testhdf0" -# PROP BASE Intermediate_Dir "testhdf0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"testhdf0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "testhdf5 - Win32 Release" -# Name "testhdf5 - Win32 Debug" -# Name "testhdf5 - Win32 AlphaDbg" -# Name "testhdf5 - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\tarray.c - -!IF "$(CFG)" == "testhdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\tattr.c - -!IF "$(CFG)" == "testhdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\tchecksum.c - -!IF "$(CFG)" == "testhdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\tconfig.c - -!IF "$(CFG)" == "testhdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\testframe.c - -!IF "$(CFG)" == "testhdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\testhdf5.c - -!IF "$(CFG)" == "testhdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\tfile.c - -!IF "$(CFG)" == "testhdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\tgenprop.c - -!IF "$(CFG)" == "testhdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\th5o.c - -!IF "$(CFG)" == "testhdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\th5s.c - -!IF "$(CFG)" == "testhdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\theap.c - -!IF "$(CFG)" == "testhdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\tid.c - -!IF "$(CFG)" == "testhdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\titerate.c - -!IF "$(CFG)" == "testhdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\tmeta.c - -!IF "$(CFG)" == "testhdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\tmisc.c - -!IF "$(CFG)" == "testhdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\trefer.c - -!IF "$(CFG)" == "testhdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\trefstr.c - -!IF "$(CFG)" == "testhdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\tselect.c - -!IF "$(CFG)" == "testhdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\tskiplist.c - -!IF "$(CFG)" == "testhdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\tsohm.c - -!IF "$(CFG)" == "testhdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\ttime.c - -!IF "$(CFG)" == "testhdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\ttst.c - -!IF "$(CFG)" == "testhdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\tunicode.c - -!IF "$(CFG)" == "testhdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\tvlstr.c - -!IF "$(CFG)" == "testhdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\tvltypes.c - -!IF "$(CFG)" == "testhdf5 - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/testhdf5/testhdf5.vcproj b/windows/test/testhdf5/testhdf5.vcproj new file mode 100644 index 0000000..fb7b175 --- /dev/null +++ b/windows/test/testhdf5/testhdf5.vcproj @@ -0,0 +1,1137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/testhdf5dll/testhdf5dll.dsp b/windows/test/testhdf5dll/testhdf5dll.dsp deleted file mode 100755 index 67c8f4f..0000000 --- a/windows/test/testhdf5dll/testhdf5dll.dsp +++ /dev/null @@ -1,517 +0,0 @@ -# Microsoft Developer Studio Project File - Name="testhdf5dll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=testhdf5dll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "testhdf5dll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "testhdf5dll.mak" CFG="testhdf5dll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "testhdf5dll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "testhdf5dll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "testhdf5dll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "testhdf5dll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "testhdf5dll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/testhdf5dll/Release" -# PROP Intermediate_Dir "../../../test/testhdf5dll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\test" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "NDEBUG" /D "WIN32" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/testhdf5dll/Debug" -# PROP Intermediate_Dir "../../../test/testhdf5dll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\test" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_DEBUG" /D "WIN32" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "testhdf5" -# PROP BASE Intermediate_Dir "testhdf5" -# PROP BASE Ignore_Export_Lib 0 -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"testhdf5/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "testhdf0" -# PROP BASE Intermediate_Dir "testhdf0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"testhdf0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "testhdf5dll - Win32 Release" -# Name "testhdf5dll - Win32 Debug" -# Name "testhdf5dll - Win32 AlphaDbg" -# Name "testhdf5dll - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\tarray.c - -!IF "$(CFG)" == "testhdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\tattr.c - -!IF "$(CFG)" == "testhdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\tchecksum.c - -!IF "$(CFG)" == "testhdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\tconfig.c - -!IF "$(CFG)" == "testhdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\testhdf5.c - -!IF "$(CFG)" == "testhdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\tfile.c - -!IF "$(CFG)" == "testhdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\tgenprop.c - -!IF "$(CFG)" == "testhdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\th5o.c - -!IF "$(CFG)" == "testhdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\th5s.c - -!IF "$(CFG)" == "testhdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\theap.c - -!IF "$(CFG)" == "testhdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\tid.c - -!IF "$(CFG)" == "testhdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\titerate.c - -!IF "$(CFG)" == "testhdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\tmeta.c - -!IF "$(CFG)" == "testhdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\tmisc.c - -!IF "$(CFG)" == "testhdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\trefer.c - -!IF "$(CFG)" == "testhdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\trefstr.c - -!IF "$(CFG)" == "testhdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\tselect.c - -!IF "$(CFG)" == "testhdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\tskiplist.c - -!IF "$(CFG)" == "testhdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\tsohm.c - -!IF "$(CFG)" == "testhdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\ttime.c - -!IF "$(CFG)" == "testhdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\ttst.c - -!IF "$(CFG)" == "testhdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\tunicode.c - -!IF "$(CFG)" == "testhdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\tvlstr.c - -!IF "$(CFG)" == "testhdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\tvltypes.c - -!IF "$(CFG)" == "testhdf5dll - Win32 Release" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/testhdf5dll/testhdf5dll.vcproj b/windows/test/testhdf5dll/testhdf5dll.vcproj new file mode 100644 index 0000000..5cac7f7 --- /dev/null +++ b/windows/test/testhdf5dll/testhdf5dll.vcproj @@ -0,0 +1,1096 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/ttsafedll/ttsafedll.dsp b/windows/test/ttsafedll/ttsafedll.dsp deleted file mode 100644 index ae20eb9..0000000 --- a/windows/test/ttsafedll/ttsafedll.dsp +++ /dev/null @@ -1,123 +0,0 @@ -# Microsoft Developer Studio Project File - Name="ttsafedll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=ttsafedll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ttsafedll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ttsafedll.mak" CFG="ttsafedll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ttsafedll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "ttsafedll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "ttsafedll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/ttsafedll/Release" -# PROP Intermediate_Dir "../../../test/ttsafedll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) pthreadVC2.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "ttsafedll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/ttsafedll/Debug" -# PROP Intermediate_Dir "../../../test/ttsafedll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) pthreadVC2.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "ttsafedll - Win32 Release" -# Name "ttsafedll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\test\ttsafe.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\ttsafe_acreate.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\ttsafe_cancel.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\ttsafe_dcreate.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\test\ttsafe_error.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/test/ttsafedll/ttsafedll.vcproj b/windows/test/ttsafedll/ttsafedll.vcproj new file mode 100644 index 0000000..d04378e --- /dev/null +++ b/windows/test/ttsafedll/ttsafedll.vcproj @@ -0,0 +1,254 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/unlink/unlink.dsp b/windows/test/unlink/unlink.dsp deleted file mode 100755 index 11113c9..0000000 --- a/windows/test/unlink/unlink.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="unlink" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=unlink - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "unlink.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "unlink.mak" CFG="unlink - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "unlink - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "unlink - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "unlink - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "unlink - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "unlink - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/unlink/Release" -# PROP Intermediate_Dir "../../../test/unlink/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "unlink - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/unlink/Debug" -# PROP Intermediate_Dir "../../../test/unlink/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "unlink - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "unlink__" -# PROP BASE Intermediate_Dir "unlink__" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"unlink__/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "unlink - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "unlink_0" -# PROP BASE Intermediate_Dir "unlink_0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"unlink_0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "unlink - Win32 Release" -# Name "unlink - Win32 Debug" -# Name "unlink - Win32 AlphaDbg" -# Name "unlink - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\unlink.c - -!IF "$(CFG)" == "unlink - Win32 Release" - -!ELSEIF "$(CFG)" == "unlink - Win32 Debug" - -!ELSEIF "$(CFG)" == "unlink - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "unlink - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/unlink/unlink.vcproj b/windows/test/unlink/unlink.vcproj new file mode 100644 index 0000000..4459ae3 --- /dev/null +++ b/windows/test/unlink/unlink.vcproj @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/unlinkdll/unlinkdll.dsp b/windows/test/unlinkdll/unlinkdll.dsp deleted file mode 100755 index 5a7b42c..0000000 --- a/windows/test/unlinkdll/unlinkdll.dsp +++ /dev/null @@ -1,172 +0,0 @@ -# Microsoft Developer Studio Project File - Name="unlinkdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=unlinkdll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "unlinkdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "unlinkdll.mak" CFG="unlinkdll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "unlinkdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "unlinkdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "unlinkdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "unlinkdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "unlinkdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/unlinkdll/Release" -# PROP Intermediate_Dir "../../../test/unlinkdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "unlinkdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/unlinkdll/Debug" -# PROP Intermediate_Dir "../../../test/unlinkdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept - -!ELSEIF "$(CFG)" == "unlinkdll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "unlinkdl" -# PROP BASE Intermediate_Dir "unlinkdl" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"unlinkdl/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "unlinkdll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "unlinkd0" -# PROP BASE Intermediate_Dir "unlinkd0" -# PROP BASE Ignore_Export_Lib 0 -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"unlinkd0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "unlinkdll - Win32 Release" -# Name "unlinkdll - Win32 Debug" -# Name "unlinkdll - Win32 AlphaDbg" -# Name "unlinkdll - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\test\unlink.c - -!IF "$(CFG)" == "unlinkdll - Win32 Release" - -!ELSEIF "$(CFG)" == "unlinkdll - Win32 Debug" - -!ELSEIF "$(CFG)" == "unlinkdll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "unlinkdll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/test/unlinkdll/unlinkdll.vcproj b/windows/test/unlinkdll/unlinkdll.vcproj new file mode 100644 index 0000000..b993529 --- /dev/null +++ b/windows/test/unlinkdll/unlinkdll.vcproj @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/vfd/vfd.dsp b/windows/test/vfd/vfd.dsp deleted file mode 100644 index d09e425..0000000 --- a/windows/test/vfd/vfd.dsp +++ /dev/null @@ -1,107 +0,0 @@ -# Microsoft Developer Studio Project File - Name="vfd" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=vfd - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "vfd.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "vfd.mak" CFG="vfd - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "vfd - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "vfd - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "vfd - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/vfd/release" -# PROP Intermediate_Dir "../../../test/vfd/release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "vfd - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/vfd/Debug" -# PROP Intermediate_Dir "../../../test/vfd/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "vfd - Win32 Release" -# Name "vfd - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\test\vfd.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/test/vfd/vfd.vcproj b/windows/test/vfd/vfd.vcproj new file mode 100644 index 0000000..8ed82a8 --- /dev/null +++ b/windows/test/vfd/vfd.vcproj @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/test/vfddll/vfddll.dsp b/windows/test/vfddll/vfddll.dsp deleted file mode 100644 index 4217e58..0000000 --- a/windows/test/vfddll/vfddll.dsp +++ /dev/null @@ -1,105 +0,0 @@ -# Microsoft Developer Studio Project File - Name="vfddll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=vfddll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "vfddll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "vfddll.mak" CFG="vfddll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "vfddll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "vfddll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "vfddll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../test/vfddll/release" -# PROP Intermediate_Dir "../../../test/vfddll/release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "vfddll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../test/vfddll/Debug" -# PROP Intermediate_Dir "../../../test/vfddll/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "vfddll - Win32 Release" -# Name "vfddll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\test\vfd.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/test/vfddll/vfddll.vcproj b/windows/test/vfddll/vfddll.vcproj new file mode 100644 index 0000000..2ce9831 --- /dev/null +++ b/windows/test/vfddll/vfddll.vcproj @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/h5copy/h5copy.dsp b/windows/tools/h5copy/h5copy.dsp deleted file mode 100644 index 8356a8b..0000000 --- a/windows/tools/h5copy/h5copy.dsp +++ /dev/null @@ -1,105 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h5copy" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=h5copy - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h5copy.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h5copy.mak" CFG="h5copy - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h5copy - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h5copy - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "h5copy - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../tools/h5copy/Release" -# PROP Intermediate_Dir "../../../tools/h5copy/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" - -!ELSEIF "$(CFG)" == "h5copy - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../tools/h5copy/Debug" -# PROP Intermediate_Dir "../../../tools/h5copy/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "h5copy - Win32 Release" -# Name "h5copy - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\tools\h5copy\h5copy.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/tools/h5copy/h5copy.vcproj b/windows/tools/h5copy/h5copy.vcproj new file mode 100644 index 0000000..1493f62 --- /dev/null +++ b/windows/tools/h5copy/h5copy.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/h5debug/h5debug.dsp b/windows/tools/h5debug/h5debug.dsp deleted file mode 100755 index f58b990..0000000 --- a/windows/tools/h5debug/h5debug.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h5debug" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=h5debug - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h5debug.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h5debug.mak" CFG="h5debug - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h5debug - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h5debug - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "h5debug - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "h5debug - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "h5debug - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../tools/h5debug/Release" -# PROP Intermediate_Dir "../../../tools/h5debug/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" - -!ELSEIF "$(CFG)" == "h5debug - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../tools/h5debug/Debug" -# PROP Intermediate_Dir "../../../tools/h5debug/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ELSEIF "$(CFG)" == "h5debug - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "h5debug_" -# PROP BASE Intermediate_Dir "h5debug_" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"h5debug_/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "h5debug - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "h5debug0" -# PROP BASE Intermediate_Dir "h5debug0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"h5debug0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "h5debug - Win32 Release" -# Name "h5debug - Win32 Debug" -# Name "h5debug - Win32 AlphaDbg" -# Name "h5debug - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\tools\misc\h5debug.c - -!IF "$(CFG)" == "h5debug - Win32 Release" - -!ELSEIF "$(CFG)" == "h5debug - Win32 Debug" - -!ELSEIF "$(CFG)" == "h5debug - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "h5debug - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/tools/h5debug/h5debug.vcproj b/windows/tools/h5debug/h5debug.vcproj new file mode 100644 index 0000000..5f6d5a1 --- /dev/null +++ b/windows/tools/h5debug/h5debug.vcproj @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/h5debugdll/h5debugdll.dsp b/windows/tools/h5debugdll/h5debugdll.dsp deleted file mode 100755 index 9e8ba13..0000000 --- a/windows/tools/h5debugdll/h5debugdll.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h5debugdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=h5debugdll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h5debugdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h5debugdll.mak" CFG="h5debugdll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h5debugdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h5debugdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "h5debugdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "h5debugdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "h5debugdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../tools/h5debugdll/Release" -# PROP Intermediate_Dir "../../../tools/h5debugdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "h5debugdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../tools/h5debugdll/Debug" -# PROP Intermediate_Dir "../../../tools/h5debugdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ELSEIF "$(CFG)" == "h5debugdll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "h5debugd" -# PROP BASE Intermediate_Dir "h5debugd" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"h5debugd/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "h5debugdll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "h5debug0" -# PROP BASE Intermediate_Dir "h5debug0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"h5debug0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "h5debugdll - Win32 Release" -# Name "h5debugdll - Win32 Debug" -# Name "h5debugdll - Win32 AlphaDbg" -# Name "h5debugdll - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\tools\misc\h5debug.c - -!IF "$(CFG)" == "h5debugdll - Win32 Release" - -!ELSEIF "$(CFG)" == "h5debugdll - Win32 Debug" - -!ELSEIF "$(CFG)" == "h5debugdll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "h5debugdll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/tools/h5debugdll/h5debugdll.vcproj b/windows/tools/h5debugdll/h5debugdll.vcproj new file mode 100644 index 0000000..faf5db7 --- /dev/null +++ b/windows/tools/h5debugdll/h5debugdll.vcproj @@ -0,0 +1,291 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/h5diff/h5diff.dsp b/windows/tools/h5diff/h5diff.dsp deleted file mode 100755 index e49dada..0000000 --- a/windows/tools/h5diff/h5diff.dsp +++ /dev/null @@ -1,99 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h5diff" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=h5diff - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h5diff.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h5diff.mak" CFG="h5diff - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h5diff - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h5diff - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "h5diff - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../tools/h5diff/Release" -# PROP Intermediate_Dir "../../../tools/h5diff/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" - -!ELSEIF "$(CFG)" == "h5diff - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../tools/h5diff/Debug" -# PROP Intermediate_Dir "../../../tools/h5diff/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /browser /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "h5diff - Win32 Release" -# Name "h5diff - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\tools\h5diff\h5diff_common.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\h5diff\h5diff_main.c -# End Source File -# End Target -# End Project diff --git a/windows/tools/h5diff/h5diff.vcproj b/windows/tools/h5diff/h5diff.vcproj new file mode 100644 index 0000000..47c04d0 --- /dev/null +++ b/windows/tools/h5diff/h5diff.vcproj @@ -0,0 +1,187 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/h5diffdll/h5diffdll.dsp b/windows/tools/h5diffdll/h5diffdll.dsp deleted file mode 100755 index acc00d0..0000000 --- a/windows/tools/h5diffdll/h5diffdll.dsp +++ /dev/null @@ -1,99 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h5diffdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=h5diffdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h5diffdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h5diffdll.mak" CFG="h5diffdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h5diffdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h5diffdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "h5diffdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../tools/h5diffdll/Release" -# PROP Intermediate_Dir "../../../tools/h5diffdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "h5diffdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../tools/h5diffdll/Debug" -# PROP Intermediate_Dir "../../../tools/h5diffdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "h5diffdll - Win32 Release" -# Name "h5diffdll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\tools\h5diff\h5diff_common.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\h5diff\h5diff_main.c -# End Source File -# End Target -# End Project diff --git a/windows/tools/h5diffdll/h5diffdll.vcproj b/windows/tools/h5diffdll/h5diffdll.vcproj new file mode 100644 index 0000000..e314e9e --- /dev/null +++ b/windows/tools/h5diffdll/h5diffdll.vcproj @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/h5dump/h5dump.dsp b/windows/tools/h5dump/h5dump.dsp deleted file mode 100755 index 291e28b..0000000 --- a/windows/tools/h5dump/h5dump.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h5dump" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=h5dump - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h5dump.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h5dump.mak" CFG="h5dump - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h5dump - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h5dump - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "h5dump - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "h5dump - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "h5dump - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../tools/h5dump/Release" -# PROP Intermediate_Dir "../../../tools/h5dump/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" - -!ELSEIF "$(CFG)" == "h5dump - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../tools/h5dump/Debug" -# PROP Intermediate_Dir "../../../tools/h5dump/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ELSEIF "$(CFG)" == "h5dump - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "h5dump__" -# PROP BASE Intermediate_Dir "h5dump__" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "../../tools" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "../../tools" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"h5dump__/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "h5dump - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "h5dump_0" -# PROP BASE Intermediate_Dir "h5dump_0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\tools" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\tools" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"h5dump_0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "h5dump - Win32 Release" -# Name "h5dump - Win32 Debug" -# Name "h5dump - Win32 AlphaDbg" -# Name "h5dump - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\tools\h5dump\h5dump.c - -!IF "$(CFG)" == "h5dump - Win32 Release" - -!ELSEIF "$(CFG)" == "h5dump - Win32 Debug" - -!ELSEIF "$(CFG)" == "h5dump - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "h5dump - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/tools/h5dump/h5dump.vcproj b/windows/tools/h5dump/h5dump.vcproj new file mode 100644 index 0000000..4efdf07 --- /dev/null +++ b/windows/tools/h5dump/h5dump.vcproj @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/h5dumpdll/h5dumpdll.dsp b/windows/tools/h5dumpdll/h5dumpdll.dsp deleted file mode 100755 index 42ea12e..0000000 --- a/windows/tools/h5dumpdll/h5dumpdll.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h5dumpdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=h5dumpdll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h5dumpdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h5dumpdll.mak" CFG="h5dumpdll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h5dumpdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h5dumpdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "h5dumpdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "h5dumpdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "h5dumpdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../tools/h5dumpdll/Release" -# PROP Intermediate_Dir "../../../tools/h5dumpdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "h5dumpdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../tools/h5dumpdll/Debug" -# PROP Intermediate_Dir "../../../tools/h5dumpdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /I /I"..\..tools"/Fp"Debug/h5dumpdll.pch" /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ELSEIF "$(CFG)" == "h5dumpdll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "h5dumpdl" -# PROP BASE Intermediate_Dir "h5dumpdl" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\tools" /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /I /I"..\..tools"/Fp"Debug/h5dumpdll.pch" /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\tools" /I "..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /I /I"..\..tools"/Fp"Debug/h5dumpdll.pch" /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"h5dumpdl/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "h5dumpdll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "h5dumpd0" -# PROP BASE Intermediate_Dir "h5dumpd0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\tools" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\tools" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"h5dumpd0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "h5dumpdll - Win32 Release" -# Name "h5dumpdll - Win32 Debug" -# Name "h5dumpdll - Win32 AlphaDbg" -# Name "h5dumpdll - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\tools\h5dump\h5dump.c - -!IF "$(CFG)" == "h5dumpdll - Win32 Release" - -!ELSEIF "$(CFG)" == "h5dumpdll - Win32 Debug" - -!ELSEIF "$(CFG)" == "h5dumpdll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "h5dumpdll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/tools/h5dumpdll/h5dumpdll.vcproj b/windows/tools/h5dumpdll/h5dumpdll.vcproj new file mode 100644 index 0000000..337b1fe --- /dev/null +++ b/windows/tools/h5dumpdll/h5dumpdll.vcproj @@ -0,0 +1,293 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/h5import/h5import.dsp b/windows/tools/h5import/h5import.dsp deleted file mode 100755 index 7528bc9..0000000 --- a/windows/tools/h5import/h5import.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h5import" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=h5import - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h5import.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h5import.mak" CFG="h5import - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h5import - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h5import - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "h5import - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "h5import - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "h5import - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../tools/h5import/Release" -# PROP Intermediate_Dir "../../../tools/h5import/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" - -!ELSEIF "$(CFG)" == "h5import - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../tools/h5import/Debug" -# PROP Intermediate_Dir "../../../tools/h5import/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ELSEIF "$(CFG)" == "h5import - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "h5import" -# PROP BASE Intermediate_Dir "h5import" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"h5import/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "h5import - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "h5impor0" -# PROP BASE Intermediate_Dir "h5impor0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"h5impor0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "h5import - Win32 Release" -# Name "h5import - Win32 Debug" -# Name "h5import - Win32 AlphaDbg" -# Name "h5import - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\tools\h5import\h5import.c - -!IF "$(CFG)" == "h5import - Win32 Release" - -!ELSEIF "$(CFG)" == "h5import - Win32 Debug" - -!ELSEIF "$(CFG)" == "h5import - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "h5import - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/tools/h5import/h5import.vcproj b/windows/tools/h5import/h5import.vcproj new file mode 100644 index 0000000..6e0bfbf --- /dev/null +++ b/windows/tools/h5import/h5import.vcproj @@ -0,0 +1,292 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/h5importdll/h5importdll.dsp b/windows/tools/h5importdll/h5importdll.dsp deleted file mode 100755 index 935f64a..0000000 --- a/windows/tools/h5importdll/h5importdll.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h5importdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=h5importdll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h5importdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h5importdll.mak" CFG="h5importdll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h5importdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h5importdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "h5importdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "h5importdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "h5importdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../tools/h5importdll/Release" -# PROP Intermediate_Dir "../../../tools/h5importdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "h5importdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../tools/h5importdll/Debug" -# PROP Intermediate_Dir "../../../tools/h5importdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ELSEIF "$(CFG)" == "h5importdll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "h5import" -# PROP BASE Intermediate_Dir "h5import" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"h5import/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "h5importdll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "h5impor0" -# PROP BASE Intermediate_Dir "h5impor0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"h5impor0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "h5importdll - Win32 Release" -# Name "h5importdll - Win32 Debug" -# Name "h5importdll - Win32 AlphaDbg" -# Name "h5importdll - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\tools\h5import\h5import.c - -!IF "$(CFG)" == "h5importdll - Win32 Release" - -!ELSEIF "$(CFG)" == "h5importdll - Win32 Debug" - -!ELSEIF "$(CFG)" == "h5importdll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "h5importdll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/tools/h5importdll/h5importdll.vcproj b/windows/tools/h5importdll/h5importdll.vcproj new file mode 100644 index 0000000..759c965 --- /dev/null +++ b/windows/tools/h5importdll/h5importdll.vcproj @@ -0,0 +1,288 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/h5jam/h5jam.dsp b/windows/tools/h5jam/h5jam.dsp deleted file mode 100755 index 0f5453c..0000000 --- a/windows/tools/h5jam/h5jam.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h5jam" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=h5jam - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h5jam.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h5jam.mak" CFG="h5jam - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h5jam - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h5jam - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "h5jam - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../tools/h5jam/Release" -# PROP Intermediate_Dir "../../../tools/h5jam/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "h5jam - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../tools/h5jam/Debug" -# PROP Intermediate_Dir "../../../tools/h5jam/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "h5jam - Win32 Release" -# Name "h5jam - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\tools\h5jam\h5jam.c -# End Source File -# End Target -# End Project diff --git a/windows/tools/h5jam/h5jam.vcproj b/windows/tools/h5jam/h5jam.vcproj new file mode 100644 index 0000000..c871c84 --- /dev/null +++ b/windows/tools/h5jam/h5jam.vcproj @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/h5ls/h5ls.dsp b/windows/tools/h5ls/h5ls.dsp deleted file mode 100755 index e7d69cd..0000000 --- a/windows/tools/h5ls/h5ls.dsp +++ /dev/null @@ -1,172 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h5ls" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=h5ls - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h5ls.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h5ls.mak" CFG="h5ls - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h5ls - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h5ls - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "h5ls - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "h5ls - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "h5ls - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../tools/h5ls/Release" -# PROP Intermediate_Dir "../../../tools/h5ls/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" - -!ELSEIF "$(CFG)" == "h5ls - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../tools/h5ls/Debug" -# PROP Intermediate_Dir "../../../tools/h5ls/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ELSEIF "$(CFG)" == "h5ls - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "h5ls___W" -# PROP BASE Intermediate_Dir "h5ls___W" -# PROP BASE Ignore_Export_Lib 0 -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "../../tools" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "../../tools" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"h5ls___W/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "h5ls - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "h5ls___0" -# PROP BASE Intermediate_Dir "h5ls___0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\tools" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\tools" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"h5ls___0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "h5ls - Win32 Release" -# Name "h5ls - Win32 Debug" -# Name "h5ls - Win32 AlphaDbg" -# Name "h5ls - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\tools\h5ls\h5ls.c - -!IF "$(CFG)" == "h5ls - Win32 Release" - -!ELSEIF "$(CFG)" == "h5ls - Win32 Debug" - -!ELSEIF "$(CFG)" == "h5ls - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "h5ls - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/tools/h5ls/h5ls.vcproj b/windows/tools/h5ls/h5ls.vcproj new file mode 100644 index 0000000..efae8be --- /dev/null +++ b/windows/tools/h5ls/h5ls.vcproj @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/h5lsdll/h5lsdll.dsp b/windows/tools/h5lsdll/h5lsdll.dsp deleted file mode 100755 index a285ed5..0000000 --- a/windows/tools/h5lsdll/h5lsdll.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h5lsdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=h5lsdll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h5lsdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h5lsdll.mak" CFG="h5lsdll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h5lsdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h5lsdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "h5lsdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "h5lsdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "h5lsdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../tools/h5lsdll/Release" -# PROP Intermediate_Dir "../../../tools/h5lsdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "h5lsdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../tools/h5lsdll/Debug" -# PROP Intermediate_Dir "../../../tools/h5lsdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ELSEIF "$(CFG)" == "h5lsdll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "h5lsdll_" -# PROP BASE Intermediate_Dir "h5lsdll_" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\tools" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\tools" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"h5lsdll_/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "h5lsdll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "h5lsdll0" -# PROP BASE Intermediate_Dir "h5lsdll0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\tools" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\tools" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"h5lsdll0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "h5lsdll - Win32 Release" -# Name "h5lsdll - Win32 Debug" -# Name "h5lsdll - Win32 AlphaDbg" -# Name "h5lsdll - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\tools\h5ls\h5ls.c - -!IF "$(CFG)" == "h5lsdll - Win32 Release" - -!ELSEIF "$(CFG)" == "h5lsdll - Win32 Debug" - -!ELSEIF "$(CFG)" == "h5lsdll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "h5lsdll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/tools/h5lsdll/h5lsdll.vcproj b/windows/tools/h5lsdll/h5lsdll.vcproj new file mode 100644 index 0000000..8763ab8 --- /dev/null +++ b/windows/tools/h5lsdll/h5lsdll.vcproj @@ -0,0 +1,291 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/h5mkgrp/h5mkgrp.dsp b/windows/tools/h5mkgrp/h5mkgrp.dsp deleted file mode 100644 index 094d14e..0000000 --- a/windows/tools/h5mkgrp/h5mkgrp.dsp +++ /dev/null @@ -1,104 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h5mkgrp" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=h5mkgrp - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h5mkgrp.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h5mkgrp.mak" CFG="h5mkgrp - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h5mkgrp - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h5mkgrp - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "h5mkgrp - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../tools/h5mkgrp/Release" -# PROP Intermediate_Dir "../../../tools/h5mkgrp/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "h5mkgrp - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../tools/h5mkgrp/Debug" -# PROP Intermediate_Dir "../../../tools/h5mkgrp/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "h5mkgrp - Win32 Release" -# Name "h5mkgrp - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\tools\misc\h5mkgrp.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/tools/h5mkgrp/h5mkgrp.vcproj b/windows/tools/h5mkgrp/h5mkgrp.vcproj new file mode 100644 index 0000000..de42ccc --- /dev/null +++ b/windows/tools/h5mkgrp/h5mkgrp.vcproj @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/h5repack/h5repack.dsp b/windows/tools/h5repack/h5repack.dsp deleted file mode 100755 index b94c764..0000000 --- a/windows/tools/h5repack/h5repack.dsp +++ /dev/null @@ -1,144 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h5repack" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=h5repack - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h5repack.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h5repack.mak" CFG="h5repack - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h5repack - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h5repack - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "h5repack - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../tools/h5repack/Release" -# PROP Intermediate_Dir "../../../tools/h5repack/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /I "..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" - -!ELSEIF "$(CFG)" == "h5repack - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../tools/h5repack/Debug" -# PROP Intermediate_Dir "../../../tools/h5repack/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /browser /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /I "..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"D:\szip\all\lib\Debug" - -!ENDIF - -# Begin Target - -# Name "h5repack - Win32 Release" -# Name "h5repack - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\tools\h5repack\h5repack.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\h5repack\h5repack_copy.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\h5repack\h5repack_filters.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\h5repack\h5repack_list.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\h5repack\h5repack_main.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\h5repack\h5repack_opttable.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\h5repack\h5repack_parse.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\h5repack\h5repack_refs.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\h5repack\h5repack_verify.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# Begin Source File - -SOURCE=..\..\..\tools\h5repack\h5repack.h -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/tools/h5repack/h5repack.vcproj b/windows/tools/h5repack/h5repack.vcproj new file mode 100644 index 0000000..7dcf74c --- /dev/null +++ b/windows/tools/h5repack/h5repack.vcproj @@ -0,0 +1,350 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/h5repackdll/h5repackdll.dsp b/windows/tools/h5repackdll/h5repackdll.dsp deleted file mode 100755 index 17832f9..0000000 --- a/windows/tools/h5repackdll/h5repackdll.dsp +++ /dev/null @@ -1,144 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h5repackdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=h5repackdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h5repackdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h5repackdll.mak" CFG="h5repackdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h5repackdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h5repackdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "h5repackdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../tools/h5repackdll/Release" -# PROP Intermediate_Dir "../../../tools/h5repackdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /I "..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "h5repackdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../tools/h5repackdll/Debug" -# PROP Intermediate_Dir "../../../tools/h5repackdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /I "..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "h5repackdll - Win32 Release" -# Name "h5repackdll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\tools\h5repack\h5repack.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\h5repack\h5repack_copy.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\h5repack\h5repack_filters.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\h5repack\h5repack_list.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\h5repack\h5repack_main.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\h5repack\h5repack_opttable.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\h5repack\h5repack_parse.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\h5repack\h5repack_refs.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\h5repack\h5repack_verify.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# Begin Source File - -SOURCE=..\..\..\tools\h5repack\h5repack.h -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/tools/h5repackdll/h5repackdll.vcproj b/windows/tools/h5repackdll/h5repackdll.vcproj new file mode 100644 index 0000000..e342ed2 --- /dev/null +++ b/windows/tools/h5repackdll/h5repackdll.vcproj @@ -0,0 +1,335 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/h5repart/h5repart.dsp b/windows/tools/h5repart/h5repart.dsp deleted file mode 100755 index b8875a4..0000000 --- a/windows/tools/h5repart/h5repart.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h5repart" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=h5repart - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h5repart.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h5repart.mak" CFG="h5repart - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h5repart - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h5repart - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "h5repart - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "h5repart - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "h5repart - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../tools/h5repart/Release" -# PROP Intermediate_Dir "../../../tools/h5repart/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" - -!ELSEIF "$(CFG)" == "h5repart - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../tools/h5repart/Debug" -# PROP Intermediate_Dir "../../../tools/h5repart/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ELSEIF "$(CFG)" == "h5repart - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "h5repart" -# PROP BASE Intermediate_Dir "h5repart" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"h5repart/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "h5repart - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "h5repar0" -# PROP BASE Intermediate_Dir "h5repar0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"h5repar0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "h5repart - Win32 Release" -# Name "h5repart - Win32 Debug" -# Name "h5repart - Win32 AlphaDbg" -# Name "h5repart - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\tools\misc\h5repart.c - -!IF "$(CFG)" == "h5repart - Win32 Release" - -!ELSEIF "$(CFG)" == "h5repart - Win32 Debug" - -!ELSEIF "$(CFG)" == "h5repart - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "h5repart - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/tools/h5repart/h5repart.vcproj b/windows/tools/h5repart/h5repart.vcproj new file mode 100644 index 0000000..c3782e5 --- /dev/null +++ b/windows/tools/h5repart/h5repart.vcproj @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/h5repartdll/h5repartdll.dsp b/windows/tools/h5repartdll/h5repartdll.dsp deleted file mode 100755 index 5c11feb..0000000 --- a/windows/tools/h5repartdll/h5repartdll.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h5repartdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=h5repartdll - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h5repartdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h5repartdll.mak" CFG="h5repartdll - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h5repartdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h5repartdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "h5repartdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "h5repartdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "h5repartdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../tools/h5repartdll/Release" -# PROP Intermediate_Dir "../../../tools/h5repartdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Release/" -# ADD F90 /include:"Release/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "h5repartdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../tools/h5repartdll/Debug" -# PROP Intermediate_Dir "../../../tools/h5repartdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /include:"Debug/" -# ADD F90 /include:"Debug/" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ELSEIF "$(CFG)" == "h5repartdll - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "h5repart" -# PROP BASE Intermediate_Dir "h5repart" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"h5repart/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "h5repartdll - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "h5repar0" -# PROP BASE Intermediate_Dir "h5repar0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"h5repar0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "h5repartdll - Win32 Release" -# Name "h5repartdll - Win32 Debug" -# Name "h5repartdll - Win32 AlphaDbg" -# Name "h5repartdll - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\tools\misc\h5repart.c - -!IF "$(CFG)" == "h5repartdll - Win32 Release" - -!ELSEIF "$(CFG)" == "h5repartdll - Win32 Debug" - -!ELSEIF "$(CFG)" == "h5repartdll - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "h5repartdll - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/tools/h5repartdll/h5repartdll.vcproj b/windows/tools/h5repartdll/h5repartdll.vcproj new file mode 100644 index 0000000..61e63e5 --- /dev/null +++ b/windows/tools/h5repartdll/h5repartdll.vcproj @@ -0,0 +1,291 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/h5stat/h5stat.dsp b/windows/tools/h5stat/h5stat.dsp deleted file mode 100755 index 607616c..0000000 --- a/windows/tools/h5stat/h5stat.dsp +++ /dev/null @@ -1,106 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h5stat" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=h5stat - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h5stat.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h5stat.mak" CFG="h5stat - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h5stat - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h5stat - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "h5stat - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../tools/h5stat/Release" -# PROP Intermediate_Dir "../../../tools/h5stat/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "h5stat - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../tools/h5stat/Debug" -# PROP Intermediate_Dir "../../../tools/h5stat/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "h5stat - Win32 Release" -# Name "h5stat - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\tools\misc\h5stat.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/tools/h5stat/h5stat.vcproj b/windows/tools/h5stat/h5stat.vcproj new file mode 100644 index 0000000..53b3f0a --- /dev/null +++ b/windows/tools/h5stat/h5stat.vcproj @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/h5statdll/h5statdll.dsp b/windows/tools/h5statdll/h5statdll.dsp deleted file mode 100755 index 8f7e1f0..0000000 --- a/windows/tools/h5statdll/h5statdll.dsp +++ /dev/null @@ -1,105 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h5statdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=h5statdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h5statdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h5statdll.mak" CFG="h5statdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h5statdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h5statdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "h5statdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../tools/h5statdll/Release" -# PROP Intermediate_Dir "../../../tools/h5statdll/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "h5statdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../tools/h5statdll/Debug" -# PROP Intermediate_Dir "../../../tools/h5statdll/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "h5statdll - Win32 Release" -# Name "h5statdll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\tools\misc\h5stat.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/tools/h5statdll/h5statdll.vcproj b/windows/tools/h5statdll/h5statdll.vcproj new file mode 100644 index 0000000..b5b85ee --- /dev/null +++ b/windows/tools/h5statdll/h5statdll.vcproj @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/h5unjam/h5unjam.dsp b/windows/tools/h5unjam/h5unjam.dsp deleted file mode 100755 index 02d6b58..0000000 --- a/windows/tools/h5unjam/h5unjam.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h5unjam" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=h5unjam - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h5unjam.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h5unjam.mak" CFG="h5unjam - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h5unjam - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h5unjam - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "h5unjam - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../tools/h5unjam/Release" -# PROP Intermediate_Dir "../../../tools/h5unjam/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "h5unjam - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../tools/h5unjam/Debug" -# PROP Intermediate_Dir "../../../tools/h5unjam/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "h5unjam - Win32 Release" -# Name "h5unjam - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\tools\h5jam\h5unjam.c -# End Source File -# End Target -# End Project diff --git a/windows/tools/h5unjam/h5unjam.vcproj b/windows/tools/h5unjam/h5unjam.vcproj new file mode 100644 index 0000000..9af9423 --- /dev/null +++ b/windows/tools/h5unjam/h5unjam.vcproj @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/talign/talign.dsp b/windows/tools/talign/talign.dsp deleted file mode 100755 index ce2195c..0000000 --- a/windows/tools/talign/talign.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="talign" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=talign - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "talign.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "talign.mak" CFG="talign - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "talign - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "talign - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "talign - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../tools/talign/Release" -# PROP Intermediate_Dir "../../../tools/talign/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\tools\lib" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" - -!ELSEIF "$(CFG)" == "talign - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../tools/talign/Debug" -# PROP Intermediate_Dir "../../../tools/talign/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\tools\lib" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "talign - Win32 Release" -# Name "talign - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\tools\lib\talign.c -# End Source File -# End Target -# End Project diff --git a/windows/tools/talign/talign.vcproj b/windows/tools/talign/talign.vcproj new file mode 100644 index 0000000..95c42b6 --- /dev/null +++ b/windows/tools/talign/talign.vcproj @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/taligndll/taligndll.dsp b/windows/tools/taligndll/taligndll.dsp deleted file mode 100755 index cc3e8c4..0000000 --- a/windows/tools/taligndll/taligndll.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="taligndll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=taligndll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "taligndll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "taligndll.mak" CFG="taligndll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "taligndll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "taligndll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "taligndll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../tools/taligndll/Release" -# PROP Intermediate_Dir "../../../tools/taligndll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\tools\lib" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "taligndll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../tools/taligndll/Debug" -# PROP Intermediate_Dir "../../../tools/taligndll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\tools\lib" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "taligndll - Win32 Release" -# Name "taligndll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\tools\lib\talign.c -# End Source File -# End Target -# End Project diff --git a/windows/tools/taligndll/taligndll.vcproj b/windows/tools/taligndll/taligndll.vcproj new file mode 100644 index 0000000..cb54694 --- /dev/null +++ b/windows/tools/taligndll/taligndll.vcproj @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/testfiles/binread/binread.dsp b/windows/tools/testfiles/binread/binread.dsp deleted file mode 100644 index fdab412..0000000 --- a/windows/tools/testfiles/binread/binread.dsp +++ /dev/null @@ -1,105 +0,0 @@ -# Microsoft Developer Studio Project File - Name="binread" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=binread - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "binread.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "binread.mak" CFG="binread - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "binread - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "binread - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "binread - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../tools/testfiles/binread/Release" -# PROP Intermediate_Dir "../../../../tools/testfiles/binread/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "binread - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../tools/testfiles/binread/Debug" -# PROP Intermediate_Dir "../../../../tools/testfiles/binread/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "binread - Win32 Release" -# Name "binread - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\tools\h5dump\binread.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/tools/testfiles/binread/binread.vcproj b/windows/tools/testfiles/binread/binread.vcproj new file mode 100644 index 0000000..8ee31a0 --- /dev/null +++ b/windows/tools/testfiles/binread/binread.vcproj @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/testfiles/h5difftst/h5difftst.dsp b/windows/tools/testfiles/h5difftst/h5difftst.dsp deleted file mode 100755 index 979894f..0000000 --- a/windows/tools/testfiles/h5difftst/h5difftst.dsp +++ /dev/null @@ -1,111 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h5difftst" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=h5difftst - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h5difftst.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h5difftst.mak" CFG="h5difftst - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h5difftst - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h5difftst - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "h5difftst - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../tools/testfiles/h5difftst/Release" -# PROP Intermediate_Dir "../../../../tools/testfiles/h5difftst/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" - -!ELSEIF "$(CFG)" == "h5difftst - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../tools/testfiles/h5difftst/Debug" -# PROP Intermediate_Dir "../../../../tools/testfiles/h5difftst/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "h5difftst - Win32 Release" -# Name "h5difftst - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\tools\h5diff\h5diffgentest.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# Begin Source File - -SOURCE=..\..\..\..\tools\h5diff\testh5diff.h -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/tools/testfiles/h5difftst/h5difftst.vcproj b/windows/tools/testfiles/h5difftst/h5difftst.vcproj new file mode 100644 index 0000000..c4be8a6 --- /dev/null +++ b/windows/tools/testfiles/h5difftst/h5difftst.vcproj @@ -0,0 +1,179 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/testfiles/h5dumptst/h5dumptst.dsp b/windows/tools/testfiles/h5dumptst/h5dumptst.dsp deleted file mode 100755 index f79af25..0000000 --- a/windows/tools/testfiles/h5dumptst/h5dumptst.dsp +++ /dev/null @@ -1,170 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h5dumptst" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 -# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 - -CFG=h5dumptst - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h5dumptst.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h5dumptst.mak" CFG="h5dumptst - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h5dumptst - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h5dumptst - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "h5dumptst - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") -!MESSAGE "h5dumptst - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "h5dumptst - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../tools/testfiles/h5dumptst/Release" -# PROP Intermediate_Dir "../../../../tools/testfiles/h5dumptst/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" - -!ELSEIF "$(CFG)" == "h5dumptst - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../tools/testfiles/h5dumptst/Debug" -# PROP Intermediate_Dir "../../../../tools/testfiles/h5dumptst/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /I "..\..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ELSEIF "$(CFG)" == "h5dumptst - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "h5dumpts" -# PROP BASE Intermediate_Dir "h5dumpts" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "h5dumpts" -# PROP Intermediate_Dir "h5dumpts" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"h5dumpts/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"h5dumpts/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept - -!ELSEIF "$(CFG)" == "h5dumptst - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "h5dumpt0" -# PROP BASE Intermediate_Dir "h5dumpt0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "h5dumpt0" -# PROP Intermediate_Dir "h5dumpt0" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"h5dumpt0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"h5dumpt0/" /nologo /warn:nofileopt -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA - -!ENDIF - -# Begin Target - -# Name "h5dumptst - Win32 Release" -# Name "h5dumptst - Win32 Debug" -# Name "h5dumptst - Win32 AlphaDbg" -# Name "h5dumptst - Win32 AlphaRel" -# Begin Source File - -SOURCE=..\..\..\..\tools\h5dump\h5dumpgentest.c - -!IF "$(CFG)" == "h5dumptst - Win32 Release" - -!ELSEIF "$(CFG)" == "h5dumptst - Win32 Debug" - -!ELSEIF "$(CFG)" == "h5dumptst - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "h5dumptst - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/windows/tools/testfiles/h5dumptst/h5dumptst.vcproj b/windows/tools/testfiles/h5dumptst/h5dumptst.vcproj new file mode 100644 index 0000000..7ea2947 --- /dev/null +++ b/windows/tools/testfiles/h5dumptst/h5dumptst.vcproj @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/testfiles/h5importtst/h5importtst.dsp b/windows/tools/testfiles/h5importtst/h5importtst.dsp deleted file mode 100755 index 571705d..0000000 --- a/windows/tools/testfiles/h5importtst/h5importtst.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h5importtst" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=h5importtst - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h5importtst.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h5importtst.mak" CFG="h5importtst - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h5importtst - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h5importtst - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "h5importtst - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../tools/testfiles/h5importtst/Release" -# PROP Intermediate_Dir "../../../../tools/testfiles/h5importtst/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "h5importtst - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../tools/testfiles/h5importtst/Debug" -# PROP Intermediate_Dir "../../../../tools/testfiles/h5importtst/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "h5importtst - Win32 Release" -# Name "h5importtst - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\tools\h5import\h5importtest.c -# End Source File -# End Target -# End Project diff --git a/windows/tools/testfiles/h5importtst/h5importtst.vcproj b/windows/tools/testfiles/h5importtst/h5importtst.vcproj new file mode 100644 index 0000000..e476e57 --- /dev/null +++ b/windows/tools/testfiles/h5importtst/h5importtst.vcproj @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/testfiles/h5jamtst/h5jamtst.dsp b/windows/tools/testfiles/h5jamtst/h5jamtst.dsp deleted file mode 100755 index 1682d36..0000000 --- a/windows/tools/testfiles/h5jamtst/h5jamtst.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h5jamtst" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=h5jamtst - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h5jamtst.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h5jamtst.mak" CFG="h5jamtst - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h5jamtst - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h5jamtst - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "h5jamtst - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../tools/testfiles/h5jamtst/Release" -# PROP Intermediate_Dir "../../../../tools/testfiles/h5jamtst/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "h5jamtst - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../tools/testfiles/h5jamtst/Debug" -# PROP Intermediate_Dir "../../../../tools/testfiles/h5jamtst/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "h5jamtst - Win32 Release" -# Name "h5jamtst - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\tools\h5jam\h5jamgentest.c -# End Source File -# End Target -# End Project diff --git a/windows/tools/testfiles/h5jamtst/h5jamtst.vcproj b/windows/tools/testfiles/h5jamtst/h5jamtst.vcproj new file mode 100644 index 0000000..bac1195 --- /dev/null +++ b/windows/tools/testfiles/h5jamtst/h5jamtst.vcproj @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/testfiles/h5repacktst/h5repacktst.dsp b/windows/tools/testfiles/h5repacktst/h5repacktst.dsp deleted file mode 100755 index b522fc9..0000000 --- a/windows/tools/testfiles/h5repacktst/h5repacktst.dsp +++ /dev/null @@ -1,144 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h5repacktst" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=h5repacktst - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h5repacktst.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h5repacktst.mak" CFG="h5repacktst - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h5repacktst - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h5repacktst - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "h5repacktst - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../tools/testfiles/h5repacktst/Release" -# PROP Intermediate_Dir "../../../../tools/testfiles/h5repacktst/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\test" /I "..\..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" - -!ELSEIF "$(CFG)" == "h5repacktst - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../tools/testfiles/h5repacktst/Debug" -# PROP Intermediate_Dir "../../../../tools/testfiles/h5repacktst/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD F90 /browser /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /I "..\..\..\..\test" /I "..\..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "h5repacktst - Win32 Release" -# Name "h5repacktst - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\tools\h5repack\h5repack.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\tools\h5repack\h5repack_copy.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\tools\h5repack\h5repack_filters.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\tools\h5repack\h5repack_list.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\tools\h5repack\h5repack_opttable.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\tools\h5repack\h5repack_parse.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\tools\h5repack\h5repack_refs.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\tools\h5repack\h5repack_verify.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\tools\h5repack\h5repacktst.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# Begin Source File - -SOURCE=..\..\..\..\tools\h5repack\h5repack.h -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/tools/testfiles/h5repacktst/h5repacktst.vcproj b/windows/tools/testfiles/h5repacktst/h5repacktst.vcproj new file mode 100644 index 0000000..a8c7714 --- /dev/null +++ b/windows/tools/testfiles/h5repacktst/h5repacktst.vcproj @@ -0,0 +1,350 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/testfiles/h5repart_gentest/h5repart_gentest.dsp b/windows/tools/testfiles/h5repart_gentest/h5repart_gentest.dsp deleted file mode 100755 index bc5d3b8..0000000 --- a/windows/tools/testfiles/h5repart_gentest/h5repart_gentest.dsp +++ /dev/null @@ -1,106 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h5repart_gentest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=h5repart_gentest - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h5repart_gentest.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h5repart_gentest.mak" CFG="h5repart_gentest - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h5repart_gentest - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h5repart_gentest - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "h5repart_gentest - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../tools/testfiles/h5repart_gentest/Release" -# PROP Intermediate_Dir "../../../../tools/testfiles/h5repart_gentest/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "h5repart_gentest - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../tools/testfiles/h5repart_gentest/Debug" -# PROP Intermediate_Dir "../../../../tools/testfiles/h5repart_gentest/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "h5repart_gentest - Win32 Release" -# Name "h5repart_gentest - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\tools\misc\h5repart_gentest.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/tools/testfiles/h5repart_gentest/h5repart_gentest.vcproj b/windows/tools/testfiles/h5repart_gentest/h5repart_gentest.vcproj new file mode 100644 index 0000000..afc7bfc --- /dev/null +++ b/windows/tools/testfiles/h5repart_gentest/h5repart_gentest.vcproj @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/testfiles/h5reparttst/h5reparttst.dsp b/windows/tools/testfiles/h5reparttst/h5reparttst.dsp deleted file mode 100755 index 7df8b68..0000000 --- a/windows/tools/testfiles/h5reparttst/h5reparttst.dsp +++ /dev/null @@ -1,105 +0,0 @@ -# Microsoft Developer Studio Project File - Name="h5reparttst" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=h5reparttst - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "h5reparttst.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "h5reparttst.mak" CFG="h5reparttst - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "h5reparttst - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "h5reparttst - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "h5reparttst - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../tools/testfiles/h5reparttst/Release" -# PROP Intermediate_Dir "../../../../tools/testfiles/h5reparttst/Release" -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "h5reparttst - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../tools/testfiles/h5reparttst/Debug" -# PROP Intermediate_Dir "../../../../tools/testfiles/h5reparttst/Debug" -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "h5reparttst - Win32 Release" -# Name "h5reparttst - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" -# Begin Source File - -SOURCE=..\..\..\..\tools\misc\repart_test.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/windows/tools/testfiles/h5reparttst/h5reparttst.vcproj b/windows/tools/testfiles/h5reparttst/h5reparttst.vcproj new file mode 100644 index 0000000..6684fef --- /dev/null +++ b/windows/tools/testfiles/h5reparttst/h5reparttst.vcproj @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.dsp b/windows/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.dsp deleted file mode 100755 index aa719a1..0000000 --- a/windows/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="testh5repack_detect_szip" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=testh5repack_detect_szip - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "testh5repack_detect_szip.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "testh5repack_detect_szip.mak" CFG="testh5repack_detect_szip - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "testh5repack_detect_szip - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "testh5repack_detect_szip - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "testh5repack_detect_szip - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../tools/testfiles/testh5repack_detect_szip/Release" -# PROP Intermediate_Dir "../../../../tools/testfiles/testh5repack_detect_szip/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\test" /I "..\..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "testh5repack_detect_szip - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../tools/testfiles/testh5repack_detect_szip/Debug" -# PROP Intermediate_Dir "../../../../tools/testfiles/testh5repack_detect_szip/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /I "..\..\..\..\test" /I "..\..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "testh5repack_detect_szip - Win32 Release" -# Name "testh5repack_detect_szip - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\tools\h5repack\testh5repack_detect_szip.c -# End Source File -# End Target -# End Project diff --git a/windows/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.vcproj b/windows/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.vcproj new file mode 100644 index 0000000..1b3a1f1 --- /dev/null +++ b/windows/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.vcproj @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/testfiles/testh5repack_detect_szipdll/testh5repack_detect_szipdll.dsp b/windows/tools/testfiles/testh5repack_detect_szipdll/testh5repack_detect_szipdll.dsp deleted file mode 100755 index d06b4ed..0000000 --- a/windows/tools/testfiles/testh5repack_detect_szipdll/testh5repack_detect_szipdll.dsp +++ /dev/null @@ -1,95 +0,0 @@ -# Microsoft Developer Studio Project File - Name="testh5repack_detect_szipdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=testh5repack_detect_szipdll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "testh5repack_detect_szipdll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "testh5repack_detect_szipdll.mak" CFG="testh5repack_detect_szipdll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "testh5repack_detect_szipdll - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "testh5repack_detect_szipdll - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -F90=df.exe -RSC=rc.exe - -!IF "$(CFG)" == "testh5repack_detect_szipdll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../../../tools/testfiles/testh5repack_detect_szipdll/Release" -# PROP Intermediate_Dir "../../../../tools/testfiles/testh5repack_detect_szipdll/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /nologo /warn:nofileopt -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\test" /I "..\..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "testh5repack_detect_szipdll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../../../tools/testfiles/testh5repack_detect_szipdll/Debug" -# PROP Intermediate_Dir "../../../../tools/testfiles/testh5repack_detect_szipdll/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /I "..\..\..\..\test" /I "..\..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "testh5repack_detect_szipdll - Win32 Release" -# Name "testh5repack_detect_szipdll - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\..\tools\h5repack\testh5repack_detect_szip.c -# End Source File -# End Target -# End Project diff --git a/windows/tools/testfiles/testh5repack_detect_szipdll/testh5repack_detect_szipdll.vcproj b/windows/tools/testfiles/testh5repack_detect_szipdll/testh5repack_detect_szipdll.vcproj new file mode 100644 index 0000000..8ab4913 --- /dev/null +++ b/windows/tools/testfiles/testh5repack_detect_szipdll/testh5repack_detect_szipdll.vcproj @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/toolslib/toolslib.dsp b/windows/tools/toolslib/toolslib.dsp deleted file mode 100755 index 9a7b5db..0000000 --- a/windows/tools/toolslib/toolslib.dsp +++ /dev/null @@ -1,359 +0,0 @@ -# Microsoft Developer Studio Project File - Name="toolslib" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (ALPHA) Static Library" 0x0604 -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=toolslib - Win32 Alphadbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "toolslib.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "toolslib.mak" CFG="toolslib - Win32 Alphadbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "toolslib - Win32 Release" (based on "Win32 (x86) Static Library") -!MESSAGE "toolslib - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE "toolslib - Win32 AlphaRel" (based on "Win32 (ALPHA) Static Library") -!MESSAGE "toolslib - Win32 Alphadbg" (based on "Win32 (ALPHA) Static Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "toolslib - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\tools\toolslib\Release" -# PROP Intermediate_Dir "..\..\..\tools\toolslib\Release" -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\tools\toolslib\Debug" -# PROP Intermediate_Dir "..\..\..\tools\toolslib\Debug" -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /Z7 /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "toolslib" -# PROP BASE Intermediate_Dir "toolslib" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "toolslib" -# PROP Intermediate_Dir "toolslib" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I ".." /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I ".." /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"toolslib/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"toolslib/" /nologo /warn:nofileopt -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "toolsli0" -# PROP BASE Intermediate_Dir "toolsli0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "toolsli0" -# PROP Intermediate_Dir "toolsli0" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Z7 /Od /I ".." /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Z7 /Od /I ".." /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"toolsli0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"toolsli0/" /nologo /warn:nofileopt -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ENDIF - -# Begin Target - -# Name "toolslib - Win32 Release" -# Name "toolslib - Win32 Debug" -# Name "toolslib - Win32 AlphaRel" -# Name "toolslib - Win32 Alphadbg" -# Begin Group "source" - -# PROP Default_Filter "*.c" -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5diff.c - -!IF "$(CFG)" == "toolslib - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5diff_array.c - -!IF "$(CFG)" == "toolslib - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5diff_attr.c - -!IF "$(CFG)" == "toolslib - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5diff_dset.c - -!IF "$(CFG)" == "toolslib - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5diff_util.c - -!IF "$(CFG)" == "toolslib - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5tools.c - -!IF "$(CFG)" == "toolslib - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5tools_filters.c - -!IF "$(CFG)" == "toolslib - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5tools_ref.c - -!IF "$(CFG)" == "toolslib - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5tools_str.c - -!IF "$(CFG)" == "toolslib - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5tools_type.c - -!IF "$(CFG)" == "toolslib - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5tools_utils.c - -!IF "$(CFG)" == "toolslib - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5trav.c - -!IF "$(CFG)" == "toolslib - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" - -!ENDIF - -# End Source File -# End Group -# Begin Group "headers" - -# PROP Default_Filter "*.h" -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5diff.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5tools.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5tools_ref.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5tools_str.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5tools_utils.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5trav.h -# End Source File -# End Group -# End Target -# End Project diff --git a/windows/tools/toolslib/toolslib.vcproj b/windows/tools/toolslib/toolslib.vcproj new file mode 100644 index 0000000..25fb423 --- /dev/null +++ b/windows/tools/toolslib/toolslib.vcproj @@ -0,0 +1,660 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/tools/toolslibD/toolslibD.dsp b/windows/tools/toolslibD/toolslibD.dsp deleted file mode 100755 index 8d53d14..0000000 --- a/windows/tools/toolslibD/toolslibD.dsp +++ /dev/null @@ -1,359 +0,0 @@ -# Microsoft Developer Studio Project File - Name="toolslibD" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (ALPHA) Static Library" 0x0604 -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=toolslibD - Win32 AlphaDbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "toolslibD.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "toolslibD.mak" CFG="toolslibD - Win32 AlphaDbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "toolslibD - Win32 Release" (based on "Win32 (x86) Static Library") -!MESSAGE "toolslibD - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE "toolslibD - Win32 AlphaDbg" (based on "Win32 (ALPHA) Static Library") -!MESSAGE "toolslibD - Win32 AlphaRel" (based on "Win32 (ALPHA) Static Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "toolslibD - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\tools\toolslibD\Release" -# PROP Intermediate_Dir "..\..\..\tools\toolslibD\Release" -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_HDF5USEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ELSEIF "$(CFG)" == "toolslibD - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\tools\toolslibD\Debug" -# PROP Intermediate_Dir "..\..\..\tools\toolslibD\Debug" -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /GX /Z7 /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_HDF5USEDLL_" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaDbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "toolslib" -# PROP BASE Intermediate_Dir "toolslib" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "toolslib" -# PROP Intermediate_Dir "toolslib" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Z7 /Od /I ".." /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_HDF5USEDLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Z7 /Od /I ".." /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"toolslib/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"toolslib/" /nologo /warn:nofileopt -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "toolsli0" -# PROP BASE Intermediate_Dir "toolsli0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "toolsli0" -# PROP Intermediate_Dir "toolsli0" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I ".." /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_HDF5USEDLL_" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I ".." /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_HDF5USEDLL_" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"toolsli0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"toolsli0/" /nologo /warn:nofileopt -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ENDIF - -# Begin Target - -# Name "toolslibD - Win32 Release" -# Name "toolslibD - Win32 Debug" -# Name "toolslibD - Win32 AlphaDbg" -# Name "toolslibD - Win32 AlphaRel" -# Begin Group "source" - -# PROP Default_Filter "*.c" -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5diff.c - -!IF "$(CFG)" == "toolslibD - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5diff_array.c - -!IF "$(CFG)" == "toolslibD - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5diff_attr.c - -!IF "$(CFG)" == "toolslibD - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5diff_dset.c - -!IF "$(CFG)" == "toolslibD - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5diff_util.c - -!IF "$(CFG)" == "toolslibD - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5tools.c - -!IF "$(CFG)" == "toolslibD - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5tools_filters.c - -!IF "$(CFG)" == "toolslibD - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5tools_ref.c - -!IF "$(CFG)" == "toolslibD - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5tools_str.c - -!IF "$(CFG)" == "toolslibD - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5tools_type.c - -!IF "$(CFG)" == "toolslibD - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5tools_utils.c - -!IF "$(CFG)" == "toolslibD - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaRel" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5trav.c - -!IF "$(CFG)" == "toolslibD - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaDbg" - -!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaRel" - -!ENDIF - -# End Source File -# End Group -# Begin Group "headers" - -# PROP Default_Filter "*.h" -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5diff.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5tools.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5tools_ref.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5tools_str.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5tools_utils.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5trav.h -# End Source File -# End Group -# End Target -# End Project diff --git a/windows/tools/toolslibD/toolslibD.vcproj b/windows/tools/toolslibD/toolslibD.vcproj new file mode 100644 index 0000000..7cd8024 --- /dev/null +++ b/windows/tools/toolslibD/toolslibD.vcproj @@ -0,0 +1,660 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows_vs6/COPYING b/windows_vs6/COPYING new file mode 100755 index 0000000..ef0cbaf --- /dev/null +++ b/windows_vs6/COPYING @@ -0,0 +1,16 @@ + + Copyright by The HDF Group (THG) and + The Board of Trustees of the University of Illinois. + All rights reserved. + + The files and subdirectories in this directory are part of HDF5. + The full HDF5 copyright notice, including terms governing use, + modification, and redistribution, is contained in the files COPYING + and Copyright.html. COPYING can be found at the root of the source + code distribution tree; Copyright.html can be found at the root + level of an installed copy of the electronic HDF5 document set and + is linked from the top-level documents page. It can also be found + at http://www.hdfgroup.org/HDF5/doc/Copyright.html. If you do not + have access to either file, you may request a copy from + help@hdfgroup.org. + diff --git a/windows_vs6/c++/examples/allcppexamples/allcppexamples.dsp b/windows_vs6/c++/examples/allcppexamples/allcppexamples.dsp new file mode 100755 index 0000000..b709c4c --- /dev/null +++ b/windows_vs6/c++/examples/allcppexamples/allcppexamples.dsp @@ -0,0 +1,89 @@ +# Microsoft Developer Studio Project File - Name="allcppexamples" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=allcppexamples - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "allcppexamples.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "allcppexamples.mak" CFG="allcppexamples - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "allcppexamples - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "allcppexamples - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "allcppexamples - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "allcppexamples - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "allcppexamples - Win32 Release" +# Name "allcppexamples - Win32 Debug" +# End Target +# End Project diff --git a/windows_vs6/c++/examples/allcppexamples/allcppexamples.dsw b/windows_vs6/c++/examples/allcppexamples/allcppexamples.dsw new file mode 100755 index 0000000..689a61d --- /dev/null +++ b/windows_vs6/c++/examples/allcppexamples/allcppexamples.dsw @@ -0,0 +1,239 @@ +Microsoft Developer Studio Workspace File, Format Version 6.00 +# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! + +############################################################################### + +Project: "allcppexamples"=".\allcppexamples.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name compoundtest + End Project Dependency + Begin Project Dependency + Project_Dep_Name createtest + End Project Dependency + Begin Project Dependency + Project_Dep_Name extend_dstest + End Project Dependency + Begin Project Dependency + Project_Dep_Name h5grouptest + End Project Dependency + Begin Project Dependency + Project_Dep_Name readdatatest + End Project Dependency + Begin Project Dependency + Project_Dep_Name writedatatest + End Project Dependency + Begin Project Dependency + Project_Dep_Name chunkstest + End Project Dependency + Begin Project Dependency + Project_Dep_Name chunkstestdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name compoundtestdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name createtestdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name extend_dstestdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name h5grouptestdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name readdatatestdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name writedatatestdll + End Project Dependency +}}} + +############################################################################### + +Project: "chunkstest"="..\chunkstest\chunkstest.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "chunkstestdll"="..\chunkstestdll\chunkstestdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "compoundtest"="..\compoundtest\compoundtest.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "compoundtestdll"="..\compoundtestdll\compoundtestdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "createtest"="..\createtest\createtest.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "createtestdll"="..\createtestdll\createtestdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "extend_dstest"="..\extend_dstest\extend_dstest.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "extend_dstestdll"="..\extend_dstestdll\extend_dstestdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "h5grouptest"="..\h5grouptest\h5grouptest.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "h5grouptestdll"="..\h5grouptestdll\h5grouptestdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "readdatatest"="..\readdatatest\readdatatest.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "readdatatestdll"="..\readdatatestdll\readdatatestdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "writedatatest"="..\writedatatest\writedatatest.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "writedatatestdll"="..\writedatatestdll\writedatatestdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Global: + +Package=<5> +{{{ +}}} + +Package=<3> +{{{ +}}} + +############################################################################### + diff --git a/windows_vs6/c++/examples/chunkstest/chunkstest.dsp b/windows_vs6/c++/examples/chunkstest/chunkstest.dsp new file mode 100755 index 0000000..7c73160 --- /dev/null +++ b/windows_vs6/c++/examples/chunkstest/chunkstest.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="chunkstest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=chunkstest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "chunkstest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "chunkstest.mak" CFG="chunkstest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "chunkstest - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "chunkstest - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "chunkstest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../c++/examples/chunkstest/Release" +# PROP Intermediate_Dir "../../../../c++/examples/chunkstest/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_cpp.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcpp.lib" /libpath:"..\..\..\..\proj\hdf5_cpp\release" /libpath:"..\..\..\..\hdf5lib\release\lib" + +!ELSEIF "$(CFG)" == "chunkstest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../c++/examples/chunkstest/Debug" +# PROP Intermediate_Dir "../../../../c++/examples/chunkstest/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_cppd.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_cpp\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" + +!ENDIF + +# Begin Target + +# Name "chunkstest - Win32 Release" +# Name "chunkstest - Win32 Debug" +# Begin Source File + +SOURCE="..\..\..\..\c++\examples\chunks.cpp" +# End Source File +# End Target +# End Project diff --git a/windows_vs6/c++/examples/chunkstestdll/chunkstestdll.dsp b/windows_vs6/c++/examples/chunkstestdll/chunkstestdll.dsp new file mode 100755 index 0000000..ff96467 --- /dev/null +++ b/windows_vs6/c++/examples/chunkstestdll/chunkstestdll.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="chunkstestdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=chunkstestdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "chunkstestdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "chunkstestdll.mak" CFG="chunkstestdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "chunkstestdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "chunkstestdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "chunkstestdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../c++/examples/chunkstestdll/Release" +# PROP Intermediate_Dir "../../../../c++/examples/chunkstestdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5CPP_USEDLL" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_cppdll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_cppdll\release" /libpath:"..\..\..\..\hdf5lib\release\dll" + +!ELSEIF "$(CFG)" == "chunkstestdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../c++/examples/chunkstestdll/Debug" +# PROP Intermediate_Dir "../../../../c++/examples/chunkstestdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5CPP_USEDLL" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_cppddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_cppdll\debug" /libpath:"..\..\..\..\hdf5lib\debug\dll" + +!ENDIF + +# Begin Target + +# Name "chunkstestdll - Win32 Release" +# Name "chunkstestdll - Win32 Debug" +# Begin Source File + +SOURCE="..\..\..\..\c++\examples\chunks.cpp" +# End Source File +# End Target +# End Project diff --git a/windows_vs6/c++/examples/compoundtest/compoundtest.dsp b/windows_vs6/c++/examples/compoundtest/compoundtest.dsp new file mode 100755 index 0000000..51cae62 --- /dev/null +++ b/windows_vs6/c++/examples/compoundtest/compoundtest.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="compoundtest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=compoundtest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "compoundtest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "compoundtest.mak" CFG="compoundtest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "compoundtest - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "compoundtest - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "compoundtest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../c++/examples/compoundtest/Release" +# PROP Intermediate_Dir "../../../../c++/examples/compoundtest/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_cpp.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcpp.lib" /libpath:"..\..\..\..\proj\hdf5_cpp\release" /libpath:"..\..\..\..\hdf5lib\release\lib" + +!ELSEIF "$(CFG)" == "compoundtest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../c++/examples/compoundtest/Debug" +# PROP Intermediate_Dir "../../../../c++/examples/compoundtest/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_cppd.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_cpp\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" + +!ENDIF + +# Begin Target + +# Name "compoundtest - Win32 Release" +# Name "compoundtest - Win32 Debug" +# Begin Source File + +SOURCE="..\..\..\..\c++\examples\compound.cpp" +# End Source File +# End Target +# End Project diff --git a/windows_vs6/c++/examples/compoundtestdll/compoundtestdll.dsp b/windows_vs6/c++/examples/compoundtestdll/compoundtestdll.dsp new file mode 100755 index 0000000..2b075be --- /dev/null +++ b/windows_vs6/c++/examples/compoundtestdll/compoundtestdll.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="compoundtestdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=compoundtestdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "compoundtestdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "compoundtestdll.mak" CFG="compoundtestdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "compoundtestdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "compoundtestdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "compoundtestdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../c++/examples/compoundtestdll/Release" +# PROP Intermediate_Dir "../../../../c++/examples/compoundtestdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5CPP_USEDLL" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_cppdll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_cppdll\release" /libpath:"..\..\..\..\hdf5lib\release\dll" + +!ELSEIF "$(CFG)" == "compoundtestdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../c++/examples/compoundtestdll/Debug" +# PROP Intermediate_Dir "../../../../c++/examples/compoundtestdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5CPP_USEDLL" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_cppddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_cppdll\debug" /libpath:"..\..\..\..\hdf5lib\debug\dll" + +!ENDIF + +# Begin Target + +# Name "compoundtestdll - Win32 Release" +# Name "compoundtestdll - Win32 Debug" +# Begin Source File + +SOURCE="..\..\..\..\c++\examples\compound.cpp" +# End Source File +# End Target +# End Project diff --git a/windows_vs6/c++/examples/createtest/createtest.dsp b/windows_vs6/c++/examples/createtest/createtest.dsp new file mode 100755 index 0000000..9411b0c --- /dev/null +++ b/windows_vs6/c++/examples/createtest/createtest.dsp @@ -0,0 +1,93 @@ +# Microsoft Developer Studio Project File - Name="createtest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=createtest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "createtest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "createtest.mak" CFG="createtest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "createtest - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "createtest - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "createtest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../c++/examples/createtest/Release" +# PROP Intermediate_Dir "../../../../c++/examples/createtest/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_cpp.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcpp.lib" /libpath:"..\..\..\..\proj\hdf5_cpp\release" /libpath:"..\..\..\..\hdf5lib\release\lib" + +!ELSEIF "$(CFG)" == "createtest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../c++/examples/createtest/Debug" +# PROP Intermediate_Dir "../../../../c++/examples/createtest/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_cppd.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_cpp\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" + +!ENDIF + +# Begin Target + +# Name "createtest - Win32 Release" +# Name "createtest - Win32 Debug" +# Begin Source File + +SOURCE="..\..\..\..\c++\examples\create.cpp" +# End Source File +# End Target +# End Project diff --git a/windows_vs6/c++/examples/createtestdll/createtestdll.dsp b/windows_vs6/c++/examples/createtestdll/createtestdll.dsp new file mode 100755 index 0000000..1064046 --- /dev/null +++ b/windows_vs6/c++/examples/createtestdll/createtestdll.dsp @@ -0,0 +1,94 @@ +# Microsoft Developer Studio Project File - Name="createtestdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=createtestdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "createtestdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "createtestdll.mak" CFG="createtestdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "createtestdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "createtestdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "createtestdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../c++/examples/createtestdll/Release" +# PROP Intermediate_Dir "../../../../c++/examples/createtestdll/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5CPP_USEDLL" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_cppdll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_cppdll\release" /libpath:"..\..\..\..\hdf5lib\release\dll" + +!ELSEIF "$(CFG)" == "createtestdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../c++/examples/createtestdll/Debug" +# PROP Intermediate_Dir "../../../../c++/examples/createtestdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5CPP_USEDLL" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_cppddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_cppdll\debug" /libpath:"..\..\..\..\hdf5lib\debug\dll" + +!ENDIF + +# Begin Target + +# Name "createtestdll - Win32 Release" +# Name "createtestdll - Win32 Debug" +# Begin Source File + +SOURCE="..\..\..\..\c++\examples\create.cpp" +# End Source File +# End Target +# End Project diff --git a/windows_vs6/c++/examples/extend_dstest/extend_dstest.dsp b/windows_vs6/c++/examples/extend_dstest/extend_dstest.dsp new file mode 100755 index 0000000..11aa58b --- /dev/null +++ b/windows_vs6/c++/examples/extend_dstest/extend_dstest.dsp @@ -0,0 +1,93 @@ +# Microsoft Developer Studio Project File - Name="extend_dstest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=extend_dstest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "extend_dstest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "extend_dstest.mak" CFG="extend_dstest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "extend_dstest - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "extend_dstest - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "extend_dstest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../c++/examples/extend_dstest/Release" +# PROP Intermediate_Dir "../../../../c++/examples/extend_dstest/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_cpp.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcpp.lib" /libpath:"..\..\..\..\proj\hdf5_cpp\release" /libpath:"..\..\..\..\hdf5lib\release\lib" + +!ELSEIF "$(CFG)" == "extend_dstest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../c++/examples/extend_dstest/Debug" +# PROP Intermediate_Dir "../../../../c++/examples/extend_dstest/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_cppd.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_cpp\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" + +!ENDIF + +# Begin Target + +# Name "extend_dstest - Win32 Release" +# Name "extend_dstest - Win32 Debug" +# Begin Source File + +SOURCE="..\..\..\..\c++\examples\extend_ds.cpp" +# End Source File +# End Target +# End Project diff --git a/windows_vs6/c++/examples/extend_dstestdll/extend_dstestdll.dsp b/windows_vs6/c++/examples/extend_dstestdll/extend_dstestdll.dsp new file mode 100755 index 0000000..2d42a13 --- /dev/null +++ b/windows_vs6/c++/examples/extend_dstestdll/extend_dstestdll.dsp @@ -0,0 +1,94 @@ +# Microsoft Developer Studio Project File - Name="extend_dstestdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=extend_dstestdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "extend_dstestdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "extend_dstestdll.mak" CFG="extend_dstestdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "extend_dstestdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "extend_dstestdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "extend_dstestdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../c++/examples/extend_dstestdll/Release" +# PROP Intermediate_Dir "../../../../c++/examples/extend_dstestdll/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5CPP_USEDLL" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_cppdll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_cppdll\release" /libpath:"..\..\..\..\hdf5lib\release\dll" + +!ELSEIF "$(CFG)" == "extend_dstestdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../c++/examples/extend_dstestdll/Debug" +# PROP Intermediate_Dir "../../../../c++/examples/extend_dstestdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5CPP_USEDLL" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_cppddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_cppdll\debug" /libpath:"..\..\..\..\hdf5lib\debug\dll" + +!ENDIF + +# Begin Target + +# Name "extend_dstestdll - Win32 Release" +# Name "extend_dstestdll - Win32 Debug" +# Begin Source File + +SOURCE="..\..\..\..\c++\examples\extend_ds.cpp" +# End Source File +# End Target +# End Project diff --git a/windows_vs6/c++/examples/h5grouptest/h5grouptest.dsp b/windows_vs6/c++/examples/h5grouptest/h5grouptest.dsp new file mode 100755 index 0000000..a4ce591 --- /dev/null +++ b/windows_vs6/c++/examples/h5grouptest/h5grouptest.dsp @@ -0,0 +1,93 @@ +# Microsoft Developer Studio Project File - Name="h5grouptest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=h5grouptest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h5grouptest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h5grouptest.mak" CFG="h5grouptest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h5grouptest - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h5grouptest - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "h5grouptest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../c++/examples/h5grouptest/Release" +# PROP Intermediate_Dir "../../../../c++/examples/h5grouptest/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_cpp.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcpp.lib" /libpath:"..\..\..\..\proj\hdf5_cpp\release" /libpath:"..\..\..\..\hdf5lib\release\lib" + +!ELSEIF "$(CFG)" == "h5grouptest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../c++/examples/h5grouptest/Debug" +# PROP Intermediate_Dir "../../../../c++/examples/h5grouptest/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_cppd.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_cpp\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" + +!ENDIF + +# Begin Target + +# Name "h5grouptest - Win32 Release" +# Name "h5grouptest - Win32 Debug" +# Begin Source File + +SOURCE="..\..\..\..\c++\examples\h5group.cpp" +# End Source File +# End Target +# End Project diff --git a/windows_vs6/c++/examples/h5grouptestdll/h5grouptestdll.dsp b/windows_vs6/c++/examples/h5grouptestdll/h5grouptestdll.dsp new file mode 100755 index 0000000..d56e31c --- /dev/null +++ b/windows_vs6/c++/examples/h5grouptestdll/h5grouptestdll.dsp @@ -0,0 +1,94 @@ +# Microsoft Developer Studio Project File - Name="h5grouptestdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=h5grouptestdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h5grouptestdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h5grouptestdll.mak" CFG="h5grouptestdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h5grouptestdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h5grouptestdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "h5grouptestdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../c++/examples/h5grouptestdll/Release" +# PROP Intermediate_Dir "../../../../c++/examples/h5grouptestdll/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5CPP_USEDLL" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_cppdll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_cppdll\release" /libpath:"..\..\..\..\hdf5lib\release\dll" + +!ELSEIF "$(CFG)" == "h5grouptestdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../c++/examples/h5grouptestdll/Debug" +# PROP Intermediate_Dir "../../../../c++/examples/h5grouptestdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5CPP_USEDLL" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_cppddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_cppdll\debug" /libpath:"..\..\..\..\hdf5lib\debug\dll" + +!ENDIF + +# Begin Target + +# Name "h5grouptestdll - Win32 Release" +# Name "h5grouptestdll - Win32 Debug" +# Begin Source File + +SOURCE="..\..\..\..\c++\examples\h5group.cpp" +# End Source File +# End Target +# End Project diff --git a/windows_vs6/c++/examples/readdatatest/readdatatest.dsp b/windows_vs6/c++/examples/readdatatest/readdatatest.dsp new file mode 100755 index 0000000..04506c5 --- /dev/null +++ b/windows_vs6/c++/examples/readdatatest/readdatatest.dsp @@ -0,0 +1,93 @@ +# Microsoft Developer Studio Project File - Name="readdatatest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=readdatatest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "readdatatest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "readdatatest.mak" CFG="readdatatest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "readdatatest - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "readdatatest - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "readdatatest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../c++/examples/readdatatest/Release" +# PROP Intermediate_Dir "../../../../c++/examples/readdatatest/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_cpp.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcpp.lib" /libpath:"..\..\..\..\proj\hdf5_cpp\release" /libpath:"..\..\..\..\hdf5lib\release\lib" + +!ELSEIF "$(CFG)" == "readdatatest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../c++/examples/readdatatest/Debug" +# PROP Intermediate_Dir "../../../../c++/examples/readdatatest/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_cppd.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_cpp\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" + +!ENDIF + +# Begin Target + +# Name "readdatatest - Win32 Release" +# Name "readdatatest - Win32 Debug" +# Begin Source File + +SOURCE="..\..\..\..\c++\examples\readdata.cpp" +# End Source File +# End Target +# End Project diff --git a/windows_vs6/c++/examples/readdatatestdll/readdatatestdll.dsp b/windows_vs6/c++/examples/readdatatestdll/readdatatestdll.dsp new file mode 100755 index 0000000..fc6ed7d --- /dev/null +++ b/windows_vs6/c++/examples/readdatatestdll/readdatatestdll.dsp @@ -0,0 +1,94 @@ +# Microsoft Developer Studio Project File - Name="readdatatestdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=readdatatestdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "readdatatestdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "readdatatestdll.mak" CFG="readdatatestdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "readdatatestdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "readdatatestdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "readdatatestdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../c++/examples/readdatatestdll/Release" +# PROP Intermediate_Dir "../../../../c++/examples/readdatatestdll/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5CPP_USEDLL" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_cppdll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_cppdll\release" /libpath:"..\..\..\..\hdf5lib\release\dll" + +!ELSEIF "$(CFG)" == "readdatatestdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../c++/examples/readdatatestdll/Debug" +# PROP Intermediate_Dir "../../../../c++/examples/readdatatestdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5CPP_USEDLL" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_cppddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_cppdll\debug" /libpath:"..\..\..\..\hdf5lib\debug\dll" + +!ENDIF + +# Begin Target + +# Name "readdatatestdll - Win32 Release" +# Name "readdatatestdll - Win32 Debug" +# Begin Source File + +SOURCE="..\..\..\..\c++\examples\readdata.cpp" +# End Source File +# End Target +# End Project diff --git a/windows_vs6/c++/examples/writedatatest/writedatatest.dsp b/windows_vs6/c++/examples/writedatatest/writedatatest.dsp new file mode 100755 index 0000000..59a5dda --- /dev/null +++ b/windows_vs6/c++/examples/writedatatest/writedatatest.dsp @@ -0,0 +1,93 @@ +# Microsoft Developer Studio Project File - Name="writedatatest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=writedatatest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "writedatatest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "writedatatest.mak" CFG="writedatatest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "writedatatest - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "writedatatest - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "writedatatest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../c++/examples/writedatatest/Release" +# PROP Intermediate_Dir "../../../../c++/examples/writedatatest/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_cpp.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcpp.lib" /libpath:"..\..\..\..\proj\hdf5_cpp\release" /libpath:"..\..\..\..\hdf5lib\release\lib" + +!ELSEIF "$(CFG)" == "writedatatest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../c++/examples/writedatatest/Debug" +# PROP Intermediate_Dir "../../../../c++/examples/writedatatest/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_cppd.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_cpp\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" + +!ENDIF + +# Begin Target + +# Name "writedatatest - Win32 Release" +# Name "writedatatest - Win32 Debug" +# Begin Source File + +SOURCE="..\..\..\..\c++\examples\writedata.cpp" +# End Source File +# End Target +# End Project diff --git a/windows_vs6/c++/examples/writedatatestdll/writedatatestdll.dsp b/windows_vs6/c++/examples/writedatatestdll/writedatatestdll.dsp new file mode 100755 index 0000000..ef92b29 --- /dev/null +++ b/windows_vs6/c++/examples/writedatatestdll/writedatatestdll.dsp @@ -0,0 +1,94 @@ +# Microsoft Developer Studio Project File - Name="writedatatestdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=writedatatestdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "writedatatestdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "writedatatestdll.mak" CFG="writedatatestdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "writedatatestdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "writedatatestdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "writedatatestdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../c++/examples/writedatatestdll/Release" +# PROP Intermediate_Dir "../../../../c++/examples/writedatatestdll/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5CPP_USEDLL" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_cppdll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_cppdll\release" /libpath:"..\..\..\..\hdf5lib\release\dll" + +!ELSEIF "$(CFG)" == "writedatatestdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../c++/examples/writedatatestdll/Debug" +# PROP Intermediate_Dir "../../../../c++/examples/writedatatestdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\c++\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5CPP_USEDLL" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_cppddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_cppdll\debug" /libpath:"..\..\..\..\hdf5lib\debug\dll" + +!ENDIF + +# Begin Target + +# Name "writedatatestdll - Win32 Release" +# Name "writedatatestdll - Win32 Debug" +# Begin Source File + +SOURCE="..\..\..\..\c++\examples\writedata.cpp" +# End Source File +# End Target +# End Project diff --git a/windows_vs6/c++/test/dsets_cpp/dsets_cpp.dsp b/windows_vs6/c++/test/dsets_cpp/dsets_cpp.dsp new file mode 100755 index 0000000..e1166de --- /dev/null +++ b/windows_vs6/c++/test/dsets_cpp/dsets_cpp.dsp @@ -0,0 +1,111 @@ +# Microsoft Developer Studio Project File - Name="dsets_cpp" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=dsets_cpp - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "dsets_cpp.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "dsets_cpp.mak" CFG="dsets_cpp - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "dsets_cpp - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "dsets_cpp - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "dsets_cpp - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../test/dsets_cpp/Release" +# PROP Intermediate_Dir "../../../../test/dsets_cpp/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\test" /I "..\..\..\..\c++\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" /out:"../../../../c++/test/dsets_cpp/Release/dsets_cpp.exe" + +!ELSEIF "$(CFG)" == "dsets_cpp - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../test/dsets_cpp/Debug" +# PROP Intermediate_Dir "../../../../test/dsets_cpp/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /I "..\..\..\..\test" /I "..\..\..\..\c++\src" /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /out:"../../../../c++/test/dsets_cpp/Debug/dsets_cpp.exe" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "dsets_cpp - Win32 Release" +# Name "dsets_cpp - Win32 Debug" +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# Begin Source File + +SOURCE="..\..\..\..\c++\test\dsets.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\..\c++\test\h5cpputil.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\..\c++\test\h5cpputil.h" +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\test\h5test.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/c++/test/dsets_cppdll/dsets_cppdll.dsp b/windows_vs6/c++/test/dsets_cppdll/dsets_cppdll.dsp new file mode 100755 index 0000000..70cec74 --- /dev/null +++ b/windows_vs6/c++/test/dsets_cppdll/dsets_cppdll.dsp @@ -0,0 +1,111 @@ +# Microsoft Developer Studio Project File - Name="dsets_cppdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=dsets_cppdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "dsets_cppdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "dsets_cppdll.mak" CFG="dsets_cppdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "dsets_cppdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "dsets_cppdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "dsets_cppdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../test/dsets_cppdll/Release" +# PROP Intermediate_Dir "../../../../test/dsets_cppdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\test" /I "..\..\..\..\c++\src" /D "_HDF5USEDLL_" /D "HDF5CPP_USEDLL" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 hdf5dll.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" /out:"../../../../c++/test/dsets_cppdll/Release/dsets_cppdll.exe" /libpath:"..\..\..\..\proj\hdf5dll\Release" + +!ELSEIF "$(CFG)" == "dsets_cppdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../test/dsets_cppdll/Debug" +# PROP Intermediate_Dir "../../../../test/dsets_cppdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /I "..\..\..\..\test" /I "..\..\..\..\c++\src" /D "_HDF5USEDLL_" /D "HDF5CPP_USEDLL" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 hdf5ddll.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /out:"../../../../c++/test/dsets_cppdll/Debug/dsets_cppdll.exe" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\Debug" + +!ENDIF + +# Begin Target + +# Name "dsets_cppdll - Win32 Release" +# Name "dsets_cppdll - Win32 Debug" +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# Begin Source File + +SOURCE="..\..\..\..\c++\test\dsets.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\..\c++\test\h5cpputil.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\..\c++\test\h5cpputil.h" +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\test\h5test.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/c++/test/testhdf5_cpp/testhdf5_cpp.dsp b/windows_vs6/c++/test/testhdf5_cpp/testhdf5_cpp.dsp new file mode 100755 index 0000000..fd1a449 --- /dev/null +++ b/windows_vs6/c++/test/testhdf5_cpp/testhdf5_cpp.dsp @@ -0,0 +1,152 @@ +# Microsoft Developer Studio Project File - Name="testhdf5_cpp" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=testhdf5_cpp - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "testhdf5_cpp.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "testhdf5_cpp.mak" CFG="testhdf5_cpp - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "testhdf5_cpp - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "testhdf5_cpp - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "testhdf5_cpp - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../c++/test/testhdf5_cpp/Release" +# PROP Intermediate_Dir "../../../../c++/test/testhdf5_cpp/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\test" /I "..\..\..\..\c++\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "testhdf5_cpp - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../c++/test/testhdf5_cpp/Debug" +# PROP Intermediate_Dir "../../../../c++/test/testhdf5_cpp/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /I "..\..\..\..\test" /I "..\..\..\..\c++\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "testhdf5_cpp - Win32 Release" +# Name "testhdf5_cpp - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE="..\..\..\..\c++\test\h5cpputil.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\..\c++\test\tattr.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\..\c++\test\tcompound.cpp" +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\test\testframe.c +# End Source File +# Begin Source File + +SOURCE="..\..\..\..\c++\test\testhdf5.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\..\c++\test\tfile.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\..\c++\test\tfilter.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\..\c++\test\th5s.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\..\c++\test\trefer.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\..\c++\test\ttypes.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\..\c++\test\tvlstr.cpp" +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE="..\..\..\..\c++\test\h5cpputil.h" +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/c++/test/testhdf5_cppdll/testhdf5_cppdll.dsp b/windows_vs6/c++/test/testhdf5_cppdll/testhdf5_cppdll.dsp new file mode 100755 index 0000000..e7326b8 --- /dev/null +++ b/windows_vs6/c++/test/testhdf5_cppdll/testhdf5_cppdll.dsp @@ -0,0 +1,148 @@ +# Microsoft Developer Studio Project File - Name="testhdf5_cppdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=testhdf5_cppdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "testhdf5_cppdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "testhdf5_cppdll.mak" CFG="testhdf5_cppdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "testhdf5_cppdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "testhdf5_cppdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "testhdf5_cppdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../c++/test/testhdf5_cppdll/Release" +# PROP Intermediate_Dir "../../../../c++/test/testhdf5_cppdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\test" /I "..\..\..\..\c++\src" /D "HDF5CPP_USEDLL" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 hdf5dll.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\Release" + +!ELSEIF "$(CFG)" == "testhdf5_cppdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../c++/test/testhdf5_cppdll/Debug" +# PROP Intermediate_Dir "../../../../c++/test/testhdf5_cppdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /I "..\..\..\..\test" /I "..\..\..\..\c++\src" /D "HDF5CPP_USEDLL" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 hdf5ddll.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\Debug" + +!ENDIF + +# Begin Target + +# Name "testhdf5_cppdll - Win32 Release" +# Name "testhdf5_cppdll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE="..\..\..\..\c++\test\h5cpputil.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\..\c++\test\tattr.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\..\c++\test\tcompound.cpp" +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\test\testframe.c +# End Source File +# Begin Source File + +SOURCE="..\..\..\..\c++\test\testhdf5.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\..\c++\test\tfile.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\..\c++\test\tfilter.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\..\c++\test\th5s.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\..\c++\test\trefer.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\..\c++\test\ttypes.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\..\c++\test\tvlstr.cpp" +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=..\h5cpputil.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/examples/allexamples/allexamples.dsp b/windows_vs6/examples/allexamples/allexamples.dsp new file mode 100755 index 0000000..f52a9f6 --- /dev/null +++ b/windows_vs6/examples/allexamples/allexamples.dsp @@ -0,0 +1,90 @@ +# Microsoft Developer Studio Project File - Name="allexamples" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=allexamples - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "allexamples.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "allexamples.mak" CFG="allexamples - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "allexamples - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "allexamples - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "allexamples - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "allexamples - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "allexamples - Win32 Release" +# Name "allexamples - Win32 Debug" +# End Target +# End Project diff --git a/windows_vs6/examples/allexamples/allexamples.dsw b/windows_vs6/examples/allexamples/allexamples.dsw new file mode 100755 index 0000000..ba26198 --- /dev/null +++ b/windows_vs6/examples/allexamples/allexamples.dsw @@ -0,0 +1,299 @@ +Microsoft Developer Studio Workspace File, Format Version 6.00 +# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! + +############################################################################### + +Project: "allexamples"=".\allexamples.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name attributetest + End Project Dependency + Begin Project Dependency + Project_Dep_Name chunkread + End Project Dependency + Begin Project Dependency + Project_Dep_Name compoundtest + End Project Dependency + Begin Project Dependency + Project_Dep_Name extendwritetest + End Project Dependency + Begin Project Dependency + Project_Dep_Name grouptest + End Project Dependency + Begin Project Dependency + Project_Dep_Name readtest + End Project Dependency + Begin Project Dependency + Project_Dep_Name selectest + End Project Dependency + Begin Project Dependency + Project_Dep_Name writetest + End Project Dependency + Begin Project Dependency + Project_Dep_Name attributetestdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name chunkreaddll + End Project Dependency + Begin Project Dependency + Project_Dep_Name compoundtestdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name extendwritetestdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name grouptestdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name readtestdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name selectestdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name writetestdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name intermgrouptest + End Project Dependency + Begin Project Dependency + Project_Dep_Name intermgrouptestdll + End Project Dependency +}}} + +############################################################################### + +Project: "attributetest"="..\attributetest\attributetest.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "attributetestdll"="..\attributetestdll\attributetestdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "chunkread"="..\chunkread\chunkread.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "chunkreaddll"="..\chunkreaddll\chunkreaddll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "compoundtest"="..\compoundtest\compoundtest.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "compoundtestdll"="..\compoundtestdll\compoundtestdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "extendwritetest"="..\extendwritetest\extendwritetest.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "extendwritetestdll"="..\extendwritetestdll\extendwritetestdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "grouptest"="..\grouptest\grouptest.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "grouptestdll"="..\grouptestdll\grouptestdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "intermgrouptest"="..\intermgrouptest\intermgrouptest.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "intermgrouptestdll"="..\intermgrouptestdll\intermgrouptestdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "readtest"="..\readtest\readtest.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "readtestdll"="..\readtestdll\readtestdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "selectest"="..\selectest\selectest.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "selectestdll"="..\selectestdll\selectestdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "writetest"="..\writetest\writetest.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "writetestdll"="..\writetestdll\writetestdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Global: + +Package=<5> +{{{ +}}} + +Package=<3> +{{{ +}}} + +############################################################################### + diff --git a/windows_vs6/examples/attributetest/attributetest.dsp b/windows_vs6/examples/attributetest/attributetest.dsp new file mode 100755 index 0000000..05e336a --- /dev/null +++ b/windows_vs6/examples/attributetest/attributetest.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="attributetest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=attributetest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "attributetest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "attributetest.mak" CFG="attributetest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "attributetest - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "attributetest - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "attributetest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../examples/attributetest/Release" +# PROP Intermediate_Dir "../../../examples/attributetest/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5\release" /libpath:"..\..\..\hdf5lib\release\lib" + +!ELSEIF "$(CFG)" == "attributetest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../examples/attributest/Debug" +# PROP Intermediate_Dir "../../../examples/attributest/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5d.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /out:"../../../examples/attributetest/Debug/attributetest.exe" /pdbtype:sept /libpath:"..\..\..\proj\hdf5\debug" /libpath:"..\..\..\hdf5lib\debug\lib" + +!ENDIF + +# Begin Target + +# Name "attributetest - Win32 Release" +# Name "attributetest - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\examples\h5_attribute.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/examples/attributetestdll/attributetestdll.dsp b/windows_vs6/examples/attributetestdll/attributetestdll.dsp new file mode 100755 index 0000000..f71523b --- /dev/null +++ b/windows_vs6/examples/attributetestdll/attributetestdll.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="attributetestdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=attributetestdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "attributetestdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "attributetestdll.mak" CFG="attributetestdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "attributetestdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "attributetestdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "attributetestdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../examples/attributetestdll/Release" +# PROP Intermediate_Dir "../../../examples/attributetestdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\hdf5lib\release\dll" + +!ELSEIF "$(CFG)" == "attributetestdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../examples/attributetestdll/Debug" +# PROP Intermediate_Dir "../../../examples/attributetestdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\hdf5lib\debug\dll" + +!ENDIF + +# Begin Target + +# Name "attributetestdll - Win32 Release" +# Name "attributetestdll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\examples\h5_attribute.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/examples/chunkread/chunkread.dsp b/windows_vs6/examples/chunkread/chunkread.dsp new file mode 100755 index 0000000..99a995e --- /dev/null +++ b/windows_vs6/examples/chunkread/chunkread.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="chunkread" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=chunkread - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "chunkread.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "chunkread.mak" CFG="chunkread - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "chunkread - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "chunkread - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "chunkread - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../examples/chunkread/Release" +# PROP Intermediate_Dir "../../../examples/chunkread/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5\release" /libpath:"..\..\..\hdf5lib\release\lib" + +!ELSEIF "$(CFG)" == "chunkread - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../examples/chunkread/Debug" +# PROP Intermediate_Dir "../../../examples/chunkread/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5d.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\proj\hdf5\debug" /libpath:"..\..\..\hdf5lib\debug\lib" + +!ENDIF + +# Begin Target + +# Name "chunkread - Win32 Release" +# Name "chunkread - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\examples\h5_chunk_read.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/examples/chunkreaddll/chunkreaddll.dsp b/windows_vs6/examples/chunkreaddll/chunkreaddll.dsp new file mode 100755 index 0000000..61e4f9c --- /dev/null +++ b/windows_vs6/examples/chunkreaddll/chunkreaddll.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="chunkreaddll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=chunkreaddll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "chunkreaddll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "chunkreaddll.mak" CFG="chunkreaddll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "chunkreaddll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "chunkreaddll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "chunkreaddll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../examples/chunkreaddll/Release" +# PROP Intermediate_Dir "../../../examples/chunkreaddll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\hdf5lib\release\dll" + +!ELSEIF "$(CFG)" == "chunkreaddll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../examples/chunkreaddll/Debug" +# PROP Intermediate_Dir "../../../examples/chunkreaddll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\hdf5lib\debug\dll" + +!ENDIF + +# Begin Target + +# Name "chunkreaddll - Win32 Release" +# Name "chunkreaddll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\examples\h5_chunk_read.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/examples/compoundtest/compoundtest.dsp b/windows_vs6/examples/compoundtest/compoundtest.dsp new file mode 100755 index 0000000..845f090 --- /dev/null +++ b/windows_vs6/examples/compoundtest/compoundtest.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="compoundtest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=compoundtest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "compoundtest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "compoundtest.mak" CFG="compoundtest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "compoundtest - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "compoundtest - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "compoundtest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../examples/compoundtest/Release" +# PROP Intermediate_Dir "../../../examples/compoundtest/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5\release" /libpath:"..\..\..\hdf5lib\release\lib" + +!ELSEIF "$(CFG)" == "compoundtest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../examples/compoundtest/Debug" +# PROP Intermediate_Dir "../../../examples/compoundtest/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5d.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\proj\hdf5\debug" /libpath:"..\..\..\hdf5lib\debug\lib" + +!ENDIF + +# Begin Target + +# Name "compoundtest - Win32 Release" +# Name "compoundtest - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\examples\h5_compound.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/examples/compoundtestdll/compoundtestdll.dsp b/windows_vs6/examples/compoundtestdll/compoundtestdll.dsp new file mode 100755 index 0000000..fc3937d --- /dev/null +++ b/windows_vs6/examples/compoundtestdll/compoundtestdll.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="compoundtestdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=compoundtestdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "compoundtestdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "compoundtestdll.mak" CFG="compoundtestdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "compoundtestdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "compoundtestdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "compoundtestdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../examples/compoundtestdll/Release" +# PROP Intermediate_Dir "../../../examples/compoundtestdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\hdf5lib\release\dll" + +!ELSEIF "$(CFG)" == "compoundtestdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../examples/compoundtestdll/Debug" +# PROP Intermediate_Dir "../../../examples/compoundtestdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\hdf5lib\debug\dll" + +!ENDIF + +# Begin Target + +# Name "compoundtestdll - Win32 Release" +# Name "compoundtestdll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\examples\h5_compound.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/examples/extendwritetest/extendwritetest.dsp b/windows_vs6/examples/extendwritetest/extendwritetest.dsp new file mode 100755 index 0000000..9086b17 --- /dev/null +++ b/windows_vs6/examples/extendwritetest/extendwritetest.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="extendwritetest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=extendwritetest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "extendwritetest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "extendwritetest.mak" CFG="extendwritetest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "extendwritetest - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "extendwritetest - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "extendwritetest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../examples/extendwritetest/Release" +# PROP Intermediate_Dir "../../../examples/extendwritetest/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5\release" /libpath:"..\..\..\hdf5lib\release\lib" + +!ELSEIF "$(CFG)" == "extendwritetest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../examples/extendwritetest/Debug" +# PROP Intermediate_Dir "../../../examples/extendwritetest/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5d.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\proj\hdf5\debug" /libpath:"..\..\..\hdf5lib\debug\lib" + +!ENDIF + +# Begin Target + +# Name "extendwritetest - Win32 Release" +# Name "extendwritetest - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\examples\h5_extend_write.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/examples/extendwritetestdll/extendwritetestdll.dsp b/windows_vs6/examples/extendwritetestdll/extendwritetestdll.dsp new file mode 100755 index 0000000..81ff3ce --- /dev/null +++ b/windows_vs6/examples/extendwritetestdll/extendwritetestdll.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="extendwritetestdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=extendwritetestdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "extendwritetestdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "extendwritetestdll.mak" CFG="extendwritetestdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "extendwritetestdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "extendwritetestdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "extendwritetestdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../examples/extendwritetestdll/Release" +# PROP Intermediate_Dir "../../../examples/extendwritetestdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\hdf5lib\release\dll" + +!ELSEIF "$(CFG)" == "extendwritetestdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../examples/extendwritetestdll/Debug" +# PROP Intermediate_Dir "../../../examples/extendwritetestdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\hdf5lib\debug\dll" + +!ENDIF + +# Begin Target + +# Name "extendwritetestdll - Win32 Release" +# Name "extendwritetestdll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\examples\h5_extend_write.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/examples/grouptest/grouptest.dsp b/windows_vs6/examples/grouptest/grouptest.dsp new file mode 100755 index 0000000..f2334cc --- /dev/null +++ b/windows_vs6/examples/grouptest/grouptest.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="grouptest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=grouptest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "grouptest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "grouptest.mak" CFG="grouptest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "grouptest - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "grouptest - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "grouptest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../examples/grouptest/Release" +# PROP Intermediate_Dir "../../../examples/grouptest/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5\release" /libpath:"..\..\..\hdf5lib\release\lib" + +!ELSEIF "$(CFG)" == "grouptest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../examples/grouptest/Debug" +# PROP Intermediate_Dir "../../../examples/grouptest/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5d.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\proj\hdf5\debug" /libpath:"..\..\..\hdf5lib\debug\lib" + +!ENDIF + +# Begin Target + +# Name "grouptest - Win32 Release" +# Name "grouptest - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\examples\h5_group.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/examples/grouptestdll/grouptestdll.dsp b/windows_vs6/examples/grouptestdll/grouptestdll.dsp new file mode 100755 index 0000000..5e31e29 --- /dev/null +++ b/windows_vs6/examples/grouptestdll/grouptestdll.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="grouptestdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=grouptestdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "grouptestdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "grouptestdll.mak" CFG="grouptestdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "grouptestdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "grouptestdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "grouptestdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../examples/grouptestdll/Release" +# PROP Intermediate_Dir "../../../examples/grouptestdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\hdf5lib\release\dll" + +!ELSEIF "$(CFG)" == "grouptestdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../examples/grouptestdll/Debug" +# PROP Intermediate_Dir "../../../examples/grouptestdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\hdf5lib\debug\dll" + +!ENDIF + +# Begin Target + +# Name "grouptestdll - Win32 Release" +# Name "grouptestdll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\examples\h5_group.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/examples/intermgrouptest/intermgrouptest.dsp b/windows_vs6/examples/intermgrouptest/intermgrouptest.dsp new file mode 100644 index 0000000..cb083f8 --- /dev/null +++ b/windows_vs6/examples/intermgrouptest/intermgrouptest.dsp @@ -0,0 +1,104 @@ +# Microsoft Developer Studio Project File - Name="intermgrouptest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=intermgrouptest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "intermgrouptest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "intermgrouptest.mak" CFG="intermgrouptest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "intermgrouptest - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "intermgrouptest - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "intermgrouptest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../examples/intermgrouptest/Release" +# PROP Intermediate_Dir "../../../examples/intermgrouptest/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5\release" /libpath:"..\..\..\hdf5lib\release\lib" + +!ELSEIF "$(CFG)" == "intermgrouptest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../examples/intermgrouptest/Debug" +# PROP Intermediate_Dir "../../../examples/intermgrouptest/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5d.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\proj\hdf5\debug" /libpath:"..\..\..\hdf5lib\debug\lib" + +!ENDIF + +# Begin Target + +# Name "intermgrouptest - Win32 Release" +# Name "intermgrouptest - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=..\..\..\examples\h5_interm_group.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/examples/intermgrouptestdll/intermgrouptestdll.dsp b/windows_vs6/examples/intermgrouptestdll/intermgrouptestdll.dsp new file mode 100644 index 0000000..2edc910 --- /dev/null +++ b/windows_vs6/examples/intermgrouptestdll/intermgrouptestdll.dsp @@ -0,0 +1,104 @@ +# Microsoft Developer Studio Project File - Name="intermgrouptestdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=intermgrouptestdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "intermgrouptestdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "intermgrouptestdll.mak" CFG="intermgrouptestdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "intermgrouptestdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "intermgrouptestdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "intermgrouptestdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../examples/intermgrouptestdll/Release" +# PROP Intermediate_Dir "../../../examples/intermgrouptestdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\hdf5lib\release\dll" + +!ELSEIF "$(CFG)" == "intermgrouptestdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../examples/intermgrouptestdll/Debug" +# PROP Intermediate_Dir "../../../examples/intermgrouptestdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\hdf5lib\debug\dll" + +!ENDIF + +# Begin Target + +# Name "intermgrouptestdll - Win32 Release" +# Name "intermgrouptestdll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=..\..\..\examples\h5_interm_group.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/examples/readtest/readtest.dsp b/windows_vs6/examples/readtest/readtest.dsp new file mode 100755 index 0000000..f87f527 --- /dev/null +++ b/windows_vs6/examples/readtest/readtest.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="readtest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=readtest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "readtest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "readtest.mak" CFG="readtest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "readtest - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "readtest - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "readtest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../examples/readtest/Release" +# PROP Intermediate_Dir "../../../examples/readtest/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5\release" /libpath:"..\..\..\hdf5lib\release\lib" + +!ELSEIF "$(CFG)" == "readtest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../examples/readtest/Debug" +# PROP Intermediate_Dir "../../../examples/readtest/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5d.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\proj\hdf5\debug" /libpath:"..\..\..\hdf5lib\debug\lib" + +!ENDIF + +# Begin Target + +# Name "readtest - Win32 Release" +# Name "readtest - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\examples\h5_read.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/examples/readtestdll/readtestdll.dsp b/windows_vs6/examples/readtestdll/readtestdll.dsp new file mode 100755 index 0000000..cb1d2ea --- /dev/null +++ b/windows_vs6/examples/readtestdll/readtestdll.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="readtestdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=readtestdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "readtestdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "readtestdll.mak" CFG="readtestdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "readtestdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "readtestdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "readtestdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../examples/readtestdll/Release" +# PROP Intermediate_Dir "../../../examples/readtestdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\hdf5lib\release\dll" + +!ELSEIF "$(CFG)" == "readtestdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../examples/readtestdll/Debug" +# PROP Intermediate_Dir "../../../examples/readtestdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\hdf5lib\debug\dll" + +!ENDIF + +# Begin Target + +# Name "readtestdll - Win32 Release" +# Name "readtestdll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\examples\h5_read.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/examples/selectest/selectest.dsp b/windows_vs6/examples/selectest/selectest.dsp new file mode 100755 index 0000000..8e12198 --- /dev/null +++ b/windows_vs6/examples/selectest/selectest.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="selectest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=selectest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "selectest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "selectest.mak" CFG="selectest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "selectest - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "selectest - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "selectest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../examples/selectest/Release" +# PROP Intermediate_Dir "../../../examples/selectest/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5\release" /libpath:"..\..\..\hdf5lib\release\lib" + +!ELSEIF "$(CFG)" == "selectest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../examples/selectest/Debug" +# PROP Intermediate_Dir "../../../examples/selectest/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5d.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\proj\hdf5\debug" /libpath:"..\..\..\hdf5lib\debug\lib" + +!ENDIF + +# Begin Target + +# Name "selectest - Win32 Release" +# Name "selectest - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\examples\h5_select.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/examples/selectestdll/selectestdll.dsp b/windows_vs6/examples/selectestdll/selectestdll.dsp new file mode 100755 index 0000000..bd4ef11 --- /dev/null +++ b/windows_vs6/examples/selectestdll/selectestdll.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="selectestdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=selectestdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "selectestdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "selectestdll.mak" CFG="selectestdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "selectestdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "selectestdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "selectestdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../examples/selectestdll/Release" +# PROP Intermediate_Dir "../../../examples/selectestdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\hdf5lib\release\dll" + +!ELSEIF "$(CFG)" == "selectestdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../examples/selectestdll/Debug" +# PROP Intermediate_Dir "../../../examples/selectestdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\hdf5lib\debug\dll" + +!ENDIF + +# Begin Target + +# Name "selectestdll - Win32 Release" +# Name "selectestdll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\examples\h5_select.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/examples/testExamples.bat b/windows_vs6/examples/testExamples.bat new file mode 100755 index 0000000..57aa19c --- /dev/null +++ b/windows_vs6/examples/testExamples.bat @@ -0,0 +1,158 @@ +@REM Copyright by The HDF Group. +@REM Copyright by the Board of Trustees of the University of Illinois. +@REM All rights reserved. +@REM +@REM This file is part of HDF5. The full HDF5 copyright notice, including +@REM terms governing use, modification, and redistribution, is contained in +@REM the files COPYING and Copyright.html. COPYING can be found at the root +@REM of the source code distribution tree; Copyright.html can be found at the +@REM root level of an installed copy of the electronic HDF5 document set and +@REM is linked from the top-level documents page. It can also be found at +@REM http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have +@REM access to either file, you may request a copy from help@hdfgroup.org. + +@ECHO OFF +REM This batch file is used to test HDF5 C examples. +REM by Xuan Bai +REM Created: 09/09/2004 +REM Last Modified: 10/16/2004 + +if %1.==. GOTO WRONG +if "%1"=="/?" GOTO HELP +if %1==release GOTO RELEASE +if %1==debug GOTO DEBUG +GOTO WRONG + +:RELEASE +if %2.==. GOTO REL +if %2==dll GOTO RELDLL +GOTO WRONG + +:REL +type nul > %1.txt +cd examplesREL +attributetest >> ..\%1.txt +compoundtest >> ..\%1.txt +extendwritetest >> ..\%1.txt +grouptest >> ..\%1.txt +intermgrouptest >> ..\%1.txt +selectest >> ..\%1.txt +writetest >> ..\%1.txt +chunkread >> ..\%1.txt +readtest >> ..\%1.txt +cd .. +more /e +3 testExamples_exp_output.txt > output.txt +fc %1.txt output.txt >temp.txt +if %ERRORLEVEL%==0 ( + echo All HDF5 C examples tests passed. +) else ( + echo HDF5 C examples tests failed. + echo. + more temp.txt +) +del output.txt +del temp.txt +GOTO END + +:RELDLL +type nul > %1.txt +cd examplesRELDLL +attributetestdll >> ..\%1.txt +compoundtestdll >> ..\%1.txt +extendwritetestdll >> ..\%1.txt +grouptestdll >> ..\%1.txt +intermgrouptestdll >> ..\%1.txt +selectestdll >> ..\%1.txt +writetestdll >> ..\%1.txt +chunkreaddll >> ..\%1.txt +readtestdll >> ..\%1.txt +cd .. +more /e +3 testExamples_exp_output.txt > output.txt +fc %1.txt output.txt >temp.txt +if %ERRORLEVEL%==0 ( + echo All HDF5 C examples tests passed. +) else ( + echo HDF5 C examples tests failed. + echo. + more temp.txt +) +del output.txt +del temp.txt +GOTO END + +:DEBUG +if %2.==. GOTO DBG +if %2==dll GOTO DBGDLL +GOTO WRONG + +:DBG +type nul > %1.txt +cd examplesDBG +attributetest >> ..\%1.txt +compoundtest >> ..\%1.txt +extendwritetest >> ..\%1.txt +grouptest >> ..\%1.txt +intermgrouptest >> ..\%1.txt +selectest >> ..\%1.txt +writetest >> ..\%1.txt +chunkread >> ..\%1.txt +readtest >> ..\%1.txt +cd .. +more /e +3 testExamples_exp_output.txt > output.txt +fc %1.txt output.txt >temp.txt +if %ERRORLEVEL%==0 ( + echo All HDF5 C examples tests passed. +) else ( + echo HDF5 C examples tests failed. + echo. + more temp.txt +) +del output.txt +del temp.txt +GOTO END + +:DBGDLL +type nul > %1.txt +cd examplesDBGDLL +attributetestdll >> ..\%1.txt +compoundtestdll >> ..\%1.txt +extendwritetestdll >> ..\%1.txt +grouptestdll >> ..\%1.txt +intermgrouptestdll >> ..\%1.txt +selectestdll >> ..\%1.txt +writetestdll >> ..\%1.txt +chunkreaddll >> ..\%1.txt +readtestdll >> ..\%1.txt +cd .. +more /e +3 testExamples_exp_output.txt > output.txt +fc %1.txt output.txt >temp.txt +if %ERRORLEVEL%==0 ( + echo All HDF5 C examples tests passed. +) else ( + echo HDF5 C examples tests failed. + echo. + more temp.txt +) +del output.txt +del temp.txt +GOTO END + +:WRONG +echo The syntax of the command is incorrect. +echo. + +:HELP +echo Tests HDF5 C examples. +echo. +echo testExamples [OPTION] +echo. +echo Please use one of the following options! +echo. +echo testExamples release test HDF5 C examples -- release version +echo testExamples release dll test HDF5 C examples -- release dll version +echo testExamples debug test HDF5 C examples -- debug version +echo testExamples debug dll test HDF5 C examples -- debug dll version +echo testExamples /? Help information +echo. + +:END diff --git a/windows_vs6/examples/writetest/writetest.dsp b/windows_vs6/examples/writetest/writetest.dsp new file mode 100755 index 0000000..2b46494 --- /dev/null +++ b/windows_vs6/examples/writetest/writetest.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="writetest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=writetest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "writetest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "writetest.mak" CFG="writetest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "writetest - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "writetest - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "writetest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../examples/writetest/Release" +# PROP Intermediate_Dir "../../../examples/writetest/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5\release" /libpath:"..\..\..\hdf5lib\release\lib" + +!ELSEIF "$(CFG)" == "writetest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../examples/writetest/Debug" +# PROP Intermediate_Dir "../../../examples/writetest/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5d.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\proj\hdf5\debug" /libpath:"..\..\..\hdf5lib\debug\lib" + +!ENDIF + +# Begin Target + +# Name "writetest - Win32 Release" +# Name "writetest - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\examples\h5_write.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/examples/writetestdll/writetestdll.dsp b/windows_vs6/examples/writetestdll/writetestdll.dsp new file mode 100755 index 0000000..a507b8c --- /dev/null +++ b/windows_vs6/examples/writetestdll/writetestdll.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="writetestdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=writetestdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "writetestdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "writetestdll.mak" CFG="writetestdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "writetestdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "writetestdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "writetestdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../examples/writetestdll/Release" +# PROP Intermediate_Dir "../../../examples/writetestdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\hdf5lib\release\dll" + +!ELSEIF "$(CFG)" == "writetestdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../examples/writetestdll/Debug" +# PROP Intermediate_Dir "../../../examples/writetestdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\hdf5lib\debug\dll" + +!ENDIF + +# Begin Target + +# Name "writetestdll - Win32 Release" +# Name "writetestdll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\examples\h5_write.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/examples/allf90examples/allf90examples.dsp b/windows_vs6/fortran/examples/allf90examples/allf90examples.dsp new file mode 100755 index 0000000..8e12935 --- /dev/null +++ b/windows_vs6/fortran/examples/allf90examples/allf90examples.dsp @@ -0,0 +1,91 @@ +# Microsoft Developer Studio Project File - Name="allf90examples" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=allf90examples - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "allf90examples.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "allf90examples.mak" CFG="allf90examples - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "allf90examples - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "allf90examples - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "allf90examples - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/examples/allf90examples/Release" +# PROP Intermediate_Dir "../../../../fortran/examples/allf90examples/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "allf90examples - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/examples/allf90examples/Debug" +# PROP Intermediate_Dir "../../../../fortran/examples/allf90examples/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "allf90examples - Win32 Release" +# Name "allf90examples - Win32 Debug" +# End Target +# End Project diff --git a/windows_vs6/fortran/examples/allf90examples/allf90examples.dsw b/windows_vs6/fortran/examples/allf90examples/allf90examples.dsw new file mode 100755 index 0000000..101b6d4 --- /dev/null +++ b/windows_vs6/fortran/examples/allf90examples/allf90examples.dsw @@ -0,0 +1,449 @@ +Microsoft Developer Studio Workspace File, Format Version 6.00 +# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! + +############################################################################### + +Project: "allf90examples"=.\allf90examples.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name attreexampletest + End Project Dependency + Begin Project Dependency + Project_Dep_Name compoundtest + End Project Dependency + Begin Project Dependency + Project_Dep_Name dsetexampletest + End Project Dependency + Begin Project Dependency + Project_Dep_Name fileexampletest + End Project Dependency + Begin Project Dependency + Project_Dep_Name groupexampletest + End Project Dependency + Begin Project Dependency + Project_Dep_Name grpdsetexampletest + End Project Dependency + Begin Project Dependency + Project_Dep_Name grpittest + End Project Dependency + Begin Project Dependency + Project_Dep_Name grpsexampletest + End Project Dependency + Begin Project Dependency + Project_Dep_Name hyperslabtest + End Project Dependency + Begin Project Dependency + Project_Dep_Name mountexampletest + End Project Dependency + Begin Project Dependency + Project_Dep_Name refobjexampletest + End Project Dependency + Begin Project Dependency + Project_Dep_Name refregexampletest + End Project Dependency + Begin Project Dependency + Project_Dep_Name rwdsetexampletest + End Project Dependency + Begin Project Dependency + Project_Dep_Name selecteletest + End Project Dependency + Begin Project Dependency + Project_Dep_Name attreexampletestdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name compoundtestdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name dsetexampletestdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name fileexampletestdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name groupexampletestdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name grpdsetexampletestdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name grpittestdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name grpsexampletestdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hyperslabtestdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name mountexampletestdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name refobjexampletestdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name refregexampletestdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name rwdsetexampletestdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name selecteletestdll + End Project Dependency +}}} + +############################################################################### + +Project: "attreexampletest"=..\attreexampletest\attreexampletest.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "attreexampletestdll"=..\attreexampletestdll\attreexampletestdll.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "compoundtest"=..\compoundtest\compoundtest.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "compoundtestdll"=..\compoundtestdll\compoundtestdll.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "dsetexampletest"=..\dsetexampletest\dsetexampletest.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "dsetexampletestdll"=..\dsetexampletestdll\dsetexampletestdll.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "fileexampletest"=..\fileexampletest\fileexampletest.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "fileexampletestdll"=..\fileexampletestdll\fileexampletestdll.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "groupexampletest"=..\groupexampletest\groupexampletest.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "groupexampletestdll"=..\groupexampletestdll\groupexampletestdll.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "grpdsetexampletest"=..\grpdsetexampletest\grpdsetexampletest.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "grpdsetexampletestdll"=..\grpdsetexampletestdll\grpdsetexampletestdll.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "grpittest"=..\grpittest\grpittest.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "grpittestdll"=..\grpittestdll\grpittestdll.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "grpsexampletest"=..\grpsexampletest\grpsexampletest.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "grpsexampletestdll"=..\grpsexampletestdll\grpsexampletestdll.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "hyperslabtest"=..\hyperslabtest\hyperslabtest.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "hyperslabtestdll"=..\hyperslabtestdll\hyperslabtestdll.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "mountexampletest"=..\mountexampletest\mountexampletest.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "mountexampletestdll"=..\mountexampletestdll\mountexampletestdll.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "refobjexampletest"=..\refobjexampletest\refobjexampletest.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "refobjexampletestdll"=..\refobjexampletestdll\refobjexampletestdll.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "refregexampletest"=..\refregexampletest\refregexampletest.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "refregexampletestdll"=..\refregexampletestdll\refregexampletestdll.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "rwdsetexampletest"=..\rwdsetexampletest\rwdsetexampletest.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "rwdsetexampletestdll"=..\rwdsetexampletestdll\rwdsetexampletestdll.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "selecteletest"=..\selecteletest\selecteletest.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "selecteletestdll"=..\selecteletestdll\selecteletestdll.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Global: + +Package=<5> +{{{ +}}} + +Package=<3> +{{{ +}}} + +############################################################################### + diff --git a/windows_vs6/fortran/examples/attreexampletest/attreexampletest.dsp b/windows_vs6/fortran/examples/attreexampletest/attreexampletest.dsp new file mode 100755 index 0000000..bc8aeb0 --- /dev/null +++ b/windows_vs6/fortran/examples/attreexampletest/attreexampletest.dsp @@ -0,0 +1,98 @@ +# Microsoft Developer Studio Project File - Name="attreexampletest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=attreexampletest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "attreexampletest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "attreexampletest.mak" CFG="attreexampletest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "attreexampletest - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "attreexampletest - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "attreexampletest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/examples/attreexampletest/Release" +# PROP Intermediate_Dir "../../../../fortran/examples/attreexampletest/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortran.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\..\..\..\proj\hdf5_fortran\release" /libpath:"..\..\..\..\hdf5lib\release\lib" + +!ELSEIF "$(CFG)" == "attreexampletest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/examples/attreexampletest/Debug" +# PROP Intermediate_Dir "../../../../fortran/examples/attreexampletest/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrand.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_fortran\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" + +!ENDIF + +# Begin Target + +# Name "attreexampletest - Win32 Release" +# Name "attreexampletest - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\examples\attrexample.f90 +NODEP_F90_ATTRE=\ + ".\Release\HDF5.mod"\ + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/examples/attreexampletestdll/attreexampletestdll.dsp b/windows_vs6/fortran/examples/attreexampletestdll/attreexampletestdll.dsp new file mode 100755 index 0000000..982a293 --- /dev/null +++ b/windows_vs6/fortran/examples/attreexampletestdll/attreexampletestdll.dsp @@ -0,0 +1,98 @@ +# Microsoft Developer Studio Project File - Name="attreexampletestdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=attreexampletestdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "attreexampletestdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "attreexampletestdll.mak" CFG="attreexampletestdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "attreexampletestdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "attreexampletestdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "attreexampletestdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/examples/attreexampletestdll/Release" +# PROP Intermediate_Dir "../../../../fortran/examples/attreexampletestdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_fortrandll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_fortrandll\release" /libpath:"..\..\..\..\hdf5lib\release\DLL" + +!ELSEIF "$(CFG)" == "attreexampletestdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/examples/attreexampletestdll/Debug" +# PROP Intermediate_Dir "../../../../fortran/examples/attreexampletestdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_fortranddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_fortrandll\debug" /libpath:"..\..\..\..\hdf5lib\debug\DLL" + +!ENDIF + +# Begin Target + +# Name "attreexampletestdll - Win32 Release" +# Name "attreexampletestdll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\examples\attrexample.f90 +DEP_F90_ATTRE=\ + "..\..\..\..\proj\hdf5_fortrandll\Release\HDF5.mod"\ + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/examples/compoundtest/compoundtest.dsp b/windows_vs6/fortran/examples/compoundtest/compoundtest.dsp new file mode 100755 index 0000000..4fa435f --- /dev/null +++ b/windows_vs6/fortran/examples/compoundtest/compoundtest.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="compoundtest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=compoundtest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "compoundtest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "compoundtest.mak" CFG="compoundtest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "compoundtest - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "compoundtest - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "compoundtest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/examples/compoundtest/Release" +# PROP Intermediate_Dir "../../../../fortran/examples/compoundtest/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortran.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\..\..\..\proj\hdf5_fortran\release" /libpath:"..\..\..\..\hdf5lib\release\lib" + +!ELSEIF "$(CFG)" == "compoundtest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/examples/compoundtest/Debug" +# PROP Intermediate_Dir "../../../../fortran/examples/compoundtest/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrand.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_fortran\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" + +!ENDIF + +# Begin Target + +# Name "compoundtest - Win32 Release" +# Name "compoundtest - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\examples\compound.f90 +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/examples/compoundtestdll/compoundtestdll.dsp b/windows_vs6/fortran/examples/compoundtestdll/compoundtestdll.dsp new file mode 100755 index 0000000..1e0f808 --- /dev/null +++ b/windows_vs6/fortran/examples/compoundtestdll/compoundtestdll.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="compoundtestdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=compoundtestdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "compoundtestdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "compoundtestdll.mak" CFG="compoundtestdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "compoundtestdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "compoundtestdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "compoundtestdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/examples/compoundtestdll/Release" +# PROP Intermediate_Dir "../../../../fortran/examples/compoundtestdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_fortrandll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_fortrandll\release" /libpath:"..\..\..\..\hdf5lib\release\DLL" + +!ELSEIF "$(CFG)" == "compoundtestdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/examples/compoundtestdll/Debug" +# PROP Intermediate_Dir "../../../../fortran/examples/compoundtestdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_fortranddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_fortrandll\debug" /libpath:"..\..\..\..\hdf5lib\debug\DLL" + +!ENDIF + +# Begin Target + +# Name "compoundtestdll - Win32 Release" +# Name "compoundtestdll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\examples\compound.f90 +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/examples/dsetexampletest/dsetexampletest.dsp b/windows_vs6/fortran/examples/dsetexampletest/dsetexampletest.dsp new file mode 100755 index 0000000..481b141 --- /dev/null +++ b/windows_vs6/fortran/examples/dsetexampletest/dsetexampletest.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="dsetexampletest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=dsetexampletest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "dsetexampletest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "dsetexampletest.mak" CFG="dsetexampletest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "dsetexampletest - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "dsetexampletest - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "dsetexampletest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/examples/dsetexampletest/Release" +# PROP Intermediate_Dir "../../../../fortran/examples/dsetexampletest/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortran.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\..\..\..\proj\hdf5_fortran\release" /libpath:"..\..\..\..\hdf5lib\release\lib" + +!ELSEIF "$(CFG)" == "dsetexampletest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/examples/dsetexampletest/Debug" +# PROP Intermediate_Dir "../../../../fortran/examples/dsetexampletest/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrand.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_fortran\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" + +!ENDIF + +# Begin Target + +# Name "dsetexampletest - Win32 Release" +# Name "dsetexampletest - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\examples\dsetexample.f90 +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/examples/dsetexampletestdll/dsetexampletestdll.dsp b/windows_vs6/fortran/examples/dsetexampletestdll/dsetexampletestdll.dsp new file mode 100755 index 0000000..a50d4dc --- /dev/null +++ b/windows_vs6/fortran/examples/dsetexampletestdll/dsetexampletestdll.dsp @@ -0,0 +1,94 @@ +# Microsoft Developer Studio Project File - Name="dsetexampletestdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=dsetexampletestdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "dsetexampletestdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "dsetexampletestdll.mak" CFG="dsetexampletestdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "dsetexampletestdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "dsetexampletestdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "dsetexampletestdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/examples/dsetexampletestdll/Release" +# PROP Intermediate_Dir "../../../../fortran/examples/dsetexampletestdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_fortrandll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_fortrandll\release" /libpath:"..\..\..\..\hdf5lib\release\DLL" + +!ELSEIF "$(CFG)" == "dsetexampletestdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/examples/dsetexampletestdll/Debug" +# PROP Intermediate_Dir "../../../../fortran/examples/dsetexampletestdll/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt /module:"..\..\..\proj\hdf5_fortrandll\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_fortranddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_fortrandll\debug" /libpath:"..\..\..\..\hdf5lib\debug\DLL" + +!ENDIF + +# Begin Target + +# Name "dsetexampletestdll - Win32 Release" +# Name "dsetexampletestdll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\examples\dsetexample.f90 +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/examples/fileexampletest/fileexampletest.dsp b/windows_vs6/fortran/examples/fileexampletest/fileexampletest.dsp new file mode 100755 index 0000000..16d35c1 --- /dev/null +++ b/windows_vs6/fortran/examples/fileexampletest/fileexampletest.dsp @@ -0,0 +1,93 @@ +# Microsoft Developer Studio Project File - Name="fileexampletest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=fileexampletest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "fileexampletest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "fileexampletest.mak" CFG="fileexampletest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "fileexampletest - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "fileexampletest - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "fileexampletest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/examples/fileexampletest/Release" +# PROP Intermediate_Dir "../../../../fortran/examples/fileexampletest/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortran.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\..\..\..\proj\hdf5_fortran\release" /libpath:"..\..\..\..\hdf5lib\release\lib" + +!ELSEIF "$(CFG)" == "fileexampletest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/examples/fileexampletest/Debug" +# PROP Intermediate_Dir "../../../../fortran/examples/fileexampletest/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrand.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_fortran\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" + +!ENDIF + +# Begin Target + +# Name "fileexampletest - Win32 Release" +# Name "fileexampletest - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\examples\fileexample.f90 +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/examples/fileexampletestdll/fileexampletestdll.dsp b/windows_vs6/fortran/examples/fileexampletestdll/fileexampletestdll.dsp new file mode 100755 index 0000000..1906303 --- /dev/null +++ b/windows_vs6/fortran/examples/fileexampletestdll/fileexampletestdll.dsp @@ -0,0 +1,94 @@ +# Microsoft Developer Studio Project File - Name="fileexampletestdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=fileexampletestdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "fileexampletestdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "fileexampletestdll.mak" CFG="fileexampletestdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "fileexampletestdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "fileexampletestdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "fileexampletestdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/examples/fileexampletestdll/Release" +# PROP Intermediate_Dir "../../../../fortran/examples/fileexampletestdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_fortrandll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_fortrandll\release" /libpath:"..\..\..\..\hdf5lib\release\DLL" + +!ELSEIF "$(CFG)" == "fileexampletestdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/examples/fileexampletestdll/Debug" +# PROP Intermediate_Dir "../../../../fortran/examples/fileexampletestdll/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt /module:"..\..\..\proj\hdf5_fortrandll\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_fortranddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_fortrandll\debug" /libpath:"..\..\..\..\hdf5lib\debug\DLL" + +!ENDIF + +# Begin Target + +# Name "fileexampletestdll - Win32 Release" +# Name "fileexampletestdll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\examples\fileexample.f90 +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/examples/groupexampletest/groupexampletest.dsp b/windows_vs6/fortran/examples/groupexampletest/groupexampletest.dsp new file mode 100755 index 0000000..e6cfc8d --- /dev/null +++ b/windows_vs6/fortran/examples/groupexampletest/groupexampletest.dsp @@ -0,0 +1,93 @@ +# Microsoft Developer Studio Project File - Name="groupexampletest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=groupexampletest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "groupexampletest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "groupexampletest.mak" CFG="groupexampletest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "groupexampletest - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "groupexampletest - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "groupexampletest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/examples/groupexampletest/Release" +# PROP Intermediate_Dir "../../../../fortran/examples/groupexampletest/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortran.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\..\..\..\proj\hdf5_fortran\release" /libpath:"..\..\..\..\hdf5lib\release\lib" + +!ELSEIF "$(CFG)" == "groupexampletest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/examples/groupexampletest/Debug" +# PROP Intermediate_Dir "../../../../fortran/examples/groupexampletest/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrand.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_fortran\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" + +!ENDIF + +# Begin Target + +# Name "groupexampletest - Win32 Release" +# Name "groupexampletest - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\examples\groupexample.f90 +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/examples/groupexampletestdll/groupexampletestdll.dsp b/windows_vs6/fortran/examples/groupexampletestdll/groupexampletestdll.dsp new file mode 100755 index 0000000..ceab331 --- /dev/null +++ b/windows_vs6/fortran/examples/groupexampletestdll/groupexampletestdll.dsp @@ -0,0 +1,94 @@ +# Microsoft Developer Studio Project File - Name="groupexampletestdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=groupexampletestdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "groupexampletestdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "groupexampletestdll.mak" CFG="groupexampletestdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "groupexampletestdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "groupexampletestdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "groupexampletestdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/examples/groupexampletestdll/Release" +# PROP Intermediate_Dir "../../../../fortran/examples/groupexampletestdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_fortrandll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_fortrandll\release" /libpath:"..\..\..\..\hdf5lib\release\DLL" + +!ELSEIF "$(CFG)" == "groupexampletestdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/examples/groupexampletestdll/Debug" +# PROP Intermediate_Dir "../../../../fortran/examples/groupexampletestdll/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt /module:"..\..\..\proj\hdf5_fortrandll\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_fortranddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_fortrandll\debug" /libpath:"..\..\..\..\hdf5lib\debug\DLL" + +!ENDIF + +# Begin Target + +# Name "groupexampletestdll - Win32 Release" +# Name "groupexampletestdll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\examples\groupexample.f90 +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/examples/grpdsetexampletest/grpdsetexampletest.dsp b/windows_vs6/fortran/examples/grpdsetexampletest/grpdsetexampletest.dsp new file mode 100755 index 0000000..eb55062 --- /dev/null +++ b/windows_vs6/fortran/examples/grpdsetexampletest/grpdsetexampletest.dsp @@ -0,0 +1,93 @@ +# Microsoft Developer Studio Project File - Name="grpdsetexampletest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=grpdsetexampletest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "grpdsetexampletest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "grpdsetexampletest.mak" CFG="grpdsetexampletest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "grpdsetexampletest - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "grpdsetexampletest - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "grpdsetexampletest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/examples/grpdsetexampletest/Release" +# PROP Intermediate_Dir "../../../../fortran/examples/grpdsetexampletest/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortran.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\..\..\..\proj\hdf5_fortran\release" /libpath:"..\..\..\..\hdf5lib\release\lib" + +!ELSEIF "$(CFG)" == "grpdsetexampletest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/examples/grpdsetexampletest/Debug" +# PROP Intermediate_Dir "../../../../fortran/examples/grpdsetexampletest/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\proj\hdf5_fortran\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrand.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_fortran\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" + +!ENDIF + +# Begin Target + +# Name "grpdsetexampletest - Win32 Release" +# Name "grpdsetexampletest - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\examples\grpdsetexample.f90 +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/examples/grpdsetexampletestdll/grpdsetexampletestdll.dsp b/windows_vs6/fortran/examples/grpdsetexampletestdll/grpdsetexampletestdll.dsp new file mode 100755 index 0000000..f5c8c41 --- /dev/null +++ b/windows_vs6/fortran/examples/grpdsetexampletestdll/grpdsetexampletestdll.dsp @@ -0,0 +1,94 @@ +# Microsoft Developer Studio Project File - Name="grpdsetexampletestdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=grpdsetexampletestdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "grpdsetexampletestdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "grpdsetexampletestdll.mak" CFG="grpdsetexampletestdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "grpdsetexampletestdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "grpdsetexampletestdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "grpdsetexampletestdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/examples/grpdsetexampletestdll/Release" +# PROP Intermediate_Dir "../../../../fortran/examples/grpdsetexampletestdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_fortrandll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_fortrandll\release" /libpath:"..\..\..\..\hdf5lib\release\DLL" + +!ELSEIF "$(CFG)" == "grpdsetexampletestdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/examples/grpdsetexampletestdll/Debug" +# PROP Intermediate_Dir "../../../../fortran/examples/grpdsetexampletestdll/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt /module:"..\..\..\proj\hdf5_fortrandll\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_fortranddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_fortrandll\debug" /libpath:"..\..\..\..\hdf5lib\debug\DLL" + +!ENDIF + +# Begin Target + +# Name "grpdsetexampletestdll - Win32 Release" +# Name "grpdsetexampletestdll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\examples\grpdsetexample.f90 +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/examples/grpittest/grpittest.dsp b/windows_vs6/fortran/examples/grpittest/grpittest.dsp new file mode 100755 index 0000000..dc90730 --- /dev/null +++ b/windows_vs6/fortran/examples/grpittest/grpittest.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="grpittest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=grpittest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "grpittest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "grpittest.mak" CFG="grpittest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "grpittest - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "grpittest - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "grpittest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/examples/grpittest/Release" +# PROP Intermediate_Dir "../../../../fortran/examples/grpittest/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortran.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\..\..\..\proj\hdf5_fortran\release" /libpath:"..\..\..\..\hdf5lib\release\lib" + +!ELSEIF "$(CFG)" == "grpittest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/examples/grpittest/Debug" +# PROP Intermediate_Dir "../../../../fortran/examples/grpittest/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrand.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_fortran\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" + +!ENDIF + +# Begin Target + +# Name "grpittest - Win32 Release" +# Name "grpittest - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\examples\grpit.f90 +DEP_F90_GRPIT=\ + "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.mod"\ + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/examples/grpittestdll/grpittestdll.dsp b/windows_vs6/fortran/examples/grpittestdll/grpittestdll.dsp new file mode 100755 index 0000000..e380810 --- /dev/null +++ b/windows_vs6/fortran/examples/grpittestdll/grpittestdll.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="grpittestdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=grpittestdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "grpittestdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "grpittestdll.mak" CFG="grpittestdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "grpittestdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "grpittestdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "grpittestdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/examples/grpittestdll/Release" +# PROP Intermediate_Dir "../../../../fortran/examples/grpittestdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_fortrandll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_fortrandll\release" /libpath:"..\..\..\..\hdf5lib\release\DLL" + +!ELSEIF "$(CFG)" == "grpittestdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/examples/grpittestdll/Debug" +# PROP Intermediate_Dir "../../../../fortran/examples/grpittestdll/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_fortranddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_fortrandll\debug" /libpath:"..\..\..\..\hdf5lib\debug\DLL" + +!ENDIF + +# Begin Target + +# Name "grpittestdll - Win32 Release" +# Name "grpittestdll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\examples\grpit.f90 +NODEP_F90_GRPIT=\ + "..\..\..\..\fortran\examples\grpittestdll\Debug\HDF5.mod"\ + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/examples/grpsexampletest/grpsexampletest.dsp b/windows_vs6/fortran/examples/grpsexampletest/grpsexampletest.dsp new file mode 100755 index 0000000..0c018ea --- /dev/null +++ b/windows_vs6/fortran/examples/grpsexampletest/grpsexampletest.dsp @@ -0,0 +1,96 @@ +# Microsoft Developer Studio Project File - Name="grpsexampletest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=grpsexampletest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "grpsexampletest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "grpsexampletest.mak" CFG="grpsexampletest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "grpsexampletest - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "grpsexampletest - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "grpsexampletest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/examples/grpsexampletest/Release" +# PROP Intermediate_Dir "../../../../fortran/examples/grpsexampletest/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortran.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\..\..\..\proj\hdf5_fortran\release" /libpath:"..\..\..\..\hdf5lib\release\lib" + +!ELSEIF "$(CFG)" == "grpsexampletest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/examples/grpsexampletest/Debug" +# PROP Intermediate_Dir "../../../../fortran/examples/grpsexampletest/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrand.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_fortran\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" + +!ENDIF + +# Begin Target + +# Name "grpsexampletest - Win32 Release" +# Name "grpsexampletest - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\examples\grpsexample.f90 +DEP_F90_GRPSE=\ + "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.mod"\ + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/examples/grpsexampletestdll/grpsexampletestdll.dsp b/windows_vs6/fortran/examples/grpsexampletestdll/grpsexampletestdll.dsp new file mode 100755 index 0000000..288627a --- /dev/null +++ b/windows_vs6/fortran/examples/grpsexampletestdll/grpsexampletestdll.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="grpsexampletestdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=grpsexampletestdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "grpsexampletestdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "grpsexampletestdll.mak" CFG="grpsexampletestdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "grpsexampletestdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "grpsexampletestdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "grpsexampletestdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/examples/grpsexampletestdll/Release" +# PROP Intermediate_Dir "../../../../fortran/examples/grpsexampletestdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_fortrandll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_fortrandll\release" /libpath:"..\..\..\..\hdf5lib\release\DLL" + +!ELSEIF "$(CFG)" == "grpsexampletestdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/examples/grpsexampletestdll/Debug" +# PROP Intermediate_Dir "../../../../fortran/examples/grpsexampletestdll/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_fortranddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_fortrandll\debug" /libpath:"..\..\..\..\hdf5lib\debug\DLL" + +!ENDIF + +# Begin Target + +# Name "grpsexampletestdll - Win32 Release" +# Name "grpsexampletestdll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\examples\grpsexample.f90 +DEP_F90_GRPSE=\ + "..\..\..\..\proj\hdf5_fortrandll\Release\HDF5.mod"\ + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/examples/hyperslabtest/hyperslabtest.dsp b/windows_vs6/fortran/examples/hyperslabtest/hyperslabtest.dsp new file mode 100755 index 0000000..230623d --- /dev/null +++ b/windows_vs6/fortran/examples/hyperslabtest/hyperslabtest.dsp @@ -0,0 +1,96 @@ +# Microsoft Developer Studio Project File - Name="hyperslabtest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=hyperslabtest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hyperslabtest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hyperslabtest.mak" CFG="hyperslabtest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hyperslabtest - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "hyperslabtest - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "hyperslabtest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/examples/hyperslabtest/Release" +# PROP Intermediate_Dir "../../../../fortran/examples/hyperslabtest/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortran.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\..\..\..\proj\hdf5_fortran\release" /libpath:"..\..\..\..\hdf5lib\release\lib" + +!ELSEIF "$(CFG)" == "hyperslabtest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/examples/hyperslabtest/Debug" +# PROP Intermediate_Dir "../../../../fortran/examples/hyperslabtest/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrand.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_fortran\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" + +!ENDIF + +# Begin Target + +# Name "hyperslabtest - Win32 Release" +# Name "hyperslabtest - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\examples\hyperslab.f90 +DEP_F90_HYPER=\ + "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.mod"\ + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/examples/hyperslabtestdll/hyperslabtestdll.dsp b/windows_vs6/fortran/examples/hyperslabtestdll/hyperslabtestdll.dsp new file mode 100755 index 0000000..eb3b4a6 --- /dev/null +++ b/windows_vs6/fortran/examples/hyperslabtestdll/hyperslabtestdll.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="hyperslabtestdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=hyperslabtestdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hyperslabtestdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hyperslabtestdll.mak" CFG="hyperslabtestdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hyperslabtestdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "hyperslabtestdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "hyperslabtestdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/examples/hyperslabtestdll/Release" +# PROP Intermediate_Dir "../../../../fortran/examples/hyperslabtestdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_fortrandll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_fortrandll\release" /libpath:"..\..\..\..\hdf5lib\release\DLL" + +!ELSEIF "$(CFG)" == "hyperslabtestdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/examples/hyperslabtestdll/Debug" +# PROP Intermediate_Dir "../../../../fortran/examples/hyperslabtestdll/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_fortranddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_fortrandll\debug" /libpath:"..\..\..\..\hdf5lib\debug\DLL" + +!ENDIF + +# Begin Target + +# Name "hyperslabtestdll - Win32 Release" +# Name "hyperslabtestdll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\examples\hyperslab.f90 +DEP_F90_HYPER=\ + "..\..\..\..\proj\hdf5_fortrandll\Release\HDF5.mod"\ + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/examples/mountexampletest/mountexampletest.dsp b/windows_vs6/fortran/examples/mountexampletest/mountexampletest.dsp new file mode 100755 index 0000000..934a0a7 --- /dev/null +++ b/windows_vs6/fortran/examples/mountexampletest/mountexampletest.dsp @@ -0,0 +1,96 @@ +# Microsoft Developer Studio Project File - Name="mountexampletest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=mountexampletest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "mountexampletest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "mountexampletest.mak" CFG="mountexampletest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "mountexampletest - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "mountexampletest - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "mountexampletest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/examples/mountexampletest/Release" +# PROP Intermediate_Dir "../../../../fortran/examples/mountexampletest/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortran.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\..\..\..\proj\hdf5_fortran\release" /libpath:"..\..\..\..\hdf5lib\release\lib" + +!ELSEIF "$(CFG)" == "mountexampletest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/examples/mountexampletest/Debug" +# PROP Intermediate_Dir "../../../../fortran/examples/mountexampletest/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrand.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_fortran\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" + +!ENDIF + +# Begin Target + +# Name "mountexampletest - Win32 Release" +# Name "mountexampletest - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\examples\mountexample.f90 +DEP_F90_MOUNT=\ + "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.mod"\ + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/examples/mountexampletestdll/mountexampletestdll.dsp b/windows_vs6/fortran/examples/mountexampletestdll/mountexampletestdll.dsp new file mode 100755 index 0000000..fe759e1 --- /dev/null +++ b/windows_vs6/fortran/examples/mountexampletestdll/mountexampletestdll.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="mountexampletestdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=mountexampletestdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "mountexampletestdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "mountexampletestdll.mak" CFG="mountexampletestdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "mountexampletestdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "mountexampletestdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "mountexampletestdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/examples/mountexampletestdll/Release" +# PROP Intermediate_Dir "../../../../fortran/examples/mountexampletestdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_fortrandll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_fortrandll\release" /libpath:"..\..\..\..\hdf5lib\release\DLL" + +!ELSEIF "$(CFG)" == "mountexampletestdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/examples/mountexampletestdll/Debug" +# PROP Intermediate_Dir "../../../../fortran/examples/mountexampletestdll/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_fortranddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_fortrandll\debug" /libpath:"..\..\..\..\hdf5lib\debug\DLL" + +!ENDIF + +# Begin Target + +# Name "mountexampletestdll - Win32 Release" +# Name "mountexampletestdll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\examples\mountexample.f90 +DEP_F90_MOUNT=\ + "..\..\..\..\proj\hdf5_fortrandll\Release\HDF5.mod"\ + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/examples/refobjexampletest/refobjexampletest.dsp b/windows_vs6/fortran/examples/refobjexampletest/refobjexampletest.dsp new file mode 100755 index 0000000..77dfdd2 --- /dev/null +++ b/windows_vs6/fortran/examples/refobjexampletest/refobjexampletest.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="refobjexampletest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=refobjexampletest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "refobjexampletest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "refobjexampletest.mak" CFG="refobjexampletest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "refobjexampletest - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "refobjexampletest - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "refobjexampletest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/examples/refobjexampletest/Release" +# PROP Intermediate_Dir "../../../../fortran/examples/refobjexampletest/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortran.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\..\..\..\proj\hdf5_fortran\release" /libpath:"..\..\..\..\hdf5lib\release\lib" + +!ELSEIF "$(CFG)" == "refobjexampletest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/examples/refobjexampletest/Debug" +# PROP Intermediate_Dir "../../../../fortran/examples/refobjexampletest/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrand.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_fortran\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" + +!ENDIF + +# Begin Target + +# Name "refobjexampletest - Win32 Release" +# Name "refobjexampletest - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\examples\refobjexample.f90 +DEP_F90_REFOB=\ + "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.mod"\ + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/examples/refobjexampletestdll/refobjexampletestdll.dsp b/windows_vs6/fortran/examples/refobjexampletestdll/refobjexampletestdll.dsp new file mode 100755 index 0000000..d6c9f09 --- /dev/null +++ b/windows_vs6/fortran/examples/refobjexampletestdll/refobjexampletestdll.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="refobjexampletestdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=refobjexampletestdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "refobjexampletestdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "refobjexampletestdll.mak" CFG="refobjexampletestdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "refobjexampletestdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "refobjexampletestdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "refobjexampletestdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/examples/refobjexampletestdll/Release" +# PROP Intermediate_Dir "../../../../fortran/examples/refobjexampletestdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_fortrandll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_fortrandll\release" /libpath:"..\..\..\..\hdf5lib\release\DLL" + +!ELSEIF "$(CFG)" == "refobjexampletestdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/examples/refobjexampletestdll/Debug" +# PROP Intermediate_Dir "../../../../fortran/examples/refobjexampletestdll/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_fortranddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_fortrandll\debug" /libpath:"..\..\..\..\hdf5lib\debug\DLL" + +!ENDIF + +# Begin Target + +# Name "refobjexampletestdll - Win32 Release" +# Name "refobjexampletestdll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\examples\refobjexample.f90 +DEP_F90_REFOB=\ + "..\..\..\..\proj\hdf5_fortrandll\Release\HDF5.mod"\ + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/examples/refregexampletest/refregexampletest.dsp b/windows_vs6/fortran/examples/refregexampletest/refregexampletest.dsp new file mode 100755 index 0000000..588a0c5 --- /dev/null +++ b/windows_vs6/fortran/examples/refregexampletest/refregexampletest.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="refregexampletest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=refregexampletest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "refregexampletest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "refregexampletest.mak" CFG="refregexampletest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "refregexampletest - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "refregexampletest - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "refregexampletest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/examples/refregexampletest/Release" +# PROP Intermediate_Dir "../../../../fortran/examples/refregexampletest/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortran.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\..\..\..\proj\hdf5_fortran\release" /libpath:"..\..\..\..\hdf5lib\release\lib" + +!ELSEIF "$(CFG)" == "refregexampletest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/examples/refregexampletest/Debug" +# PROP Intermediate_Dir "../../../../fortran/examples/refregexampletest/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrand.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_fortran\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" + +!ENDIF + +# Begin Target + +# Name "refregexampletest - Win32 Release" +# Name "refregexampletest - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\examples\refregexample.f90 +DEP_F90_REFRE=\ + "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.mod"\ + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/examples/refregexampletestdll/refregexampletestdll.dsp b/windows_vs6/fortran/examples/refregexampletestdll/refregexampletestdll.dsp new file mode 100755 index 0000000..9ba58c9 --- /dev/null +++ b/windows_vs6/fortran/examples/refregexampletestdll/refregexampletestdll.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="refregexampletestdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=refregexampletestdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "refregexampletestdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "refregexampletestdll.mak" CFG="refregexampletestdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "refregexampletestdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "refregexampletestdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "refregexampletestdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/examples/refregexampletestdll/Release" +# PROP Intermediate_Dir "../../../../fortran/examples/refregexampletestdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_fortrandll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_fortrandll\release" /libpath:"..\..\..\..\hdf5lib\release\DLL" + +!ELSEIF "$(CFG)" == "refregexampletestdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/examples/refregexampletestdll/Debug" +# PROP Intermediate_Dir "../../../../fortran/examples/refregexampletestdll/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_fortranddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_fortrandll\debug" /libpath:"..\..\..\..\hdf5lib\debug\DLL" + +!ENDIF + +# Begin Target + +# Name "refregexampletestdll - Win32 Release" +# Name "refregexampletestdll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\examples\refregexample.f90 +DEP_F90_REFRE=\ + "..\..\..\..\proj\hdf5_fortrandll\Release\HDF5.mod"\ + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/examples/rwdsetexampletest/rwdsetexampletest.dsp b/windows_vs6/fortran/examples/rwdsetexampletest/rwdsetexampletest.dsp new file mode 100755 index 0000000..6ccaf17 --- /dev/null +++ b/windows_vs6/fortran/examples/rwdsetexampletest/rwdsetexampletest.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="rwdsetexampletest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=rwdsetexampletest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "rwdsetexampletest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "rwdsetexampletest.mak" CFG="rwdsetexampletest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "rwdsetexampletest - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "rwdsetexampletest - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "rwdsetexampletest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/examples/rwdsetexampletest/Release" +# PROP Intermediate_Dir "../../../../fortran/examples/rwdsetexampletest/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortran.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\..\..\..\proj\hdf5_fortran\release" /libpath:"..\..\..\..\hdf5lib\release\lib" + +!ELSEIF "$(CFG)" == "rwdsetexampletest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/examples/rwdsetexampletest/Debug" +# PROP Intermediate_Dir "../../../../fortran/examples/rwdsetexampletest/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrand.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_fortran\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" + +!ENDIF + +# Begin Target + +# Name "rwdsetexampletest - Win32 Release" +# Name "rwdsetexampletest - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\examples\rwdsetexample.f90 +DEP_F90_RWDSE=\ + "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.mod"\ + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/examples/rwdsetexampletestdll/rwdsetexampletestdll.dsp b/windows_vs6/fortran/examples/rwdsetexampletestdll/rwdsetexampletestdll.dsp new file mode 100755 index 0000000..42f2e1f --- /dev/null +++ b/windows_vs6/fortran/examples/rwdsetexampletestdll/rwdsetexampletestdll.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="rwdsetexampletestdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=rwdsetexampletestdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "rwdsetexampletestdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "rwdsetexampletestdll.mak" CFG="rwdsetexampletestdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "rwdsetexampletestdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "rwdsetexampletestdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "rwdsetexampletestdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/examples/rwdsetexampletestdll/Release" +# PROP Intermediate_Dir "../../../../fortran/examples/rwdsetexampletestdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_fortrandll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_fortrandll\release" /libpath:"..\..\..\..\hdf5lib\release\DLL" + +!ELSEIF "$(CFG)" == "rwdsetexampletestdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/examples/rwdsetexampletestdll/Debug" +# PROP Intermediate_Dir "../../../../fortran/examples/rwdsetexampletestdll/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_fortranddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_fortrandll\debug" /libpath:"..\..\..\..\hdf5lib\debug\DLL" + +!ENDIF + +# Begin Target + +# Name "rwdsetexampletestdll - Win32 Release" +# Name "rwdsetexampletestdll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\examples\rwdsetexample.f90 +DEP_F90_RWDSE=\ + "..\..\..\..\proj\hdf5_fortrandll\Release\HDF5.mod"\ + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/examples/selecteletest/selecteletest.dsp b/windows_vs6/fortran/examples/selecteletest/selecteletest.dsp new file mode 100755 index 0000000..47524cb --- /dev/null +++ b/windows_vs6/fortran/examples/selecteletest/selecteletest.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="selecteletest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=selecteletest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "selecteletest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "selecteletest.mak" CFG="selecteletest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "selecteletest - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "selecteletest - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "selecteletest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/examples/selecteletest/Release" +# PROP Intermediate_Dir "../../../../fortran/examples/selecteletest/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortran.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\..\..\..\proj\hdf5_fortran\release" /libpath:"..\..\..\..\hdf5lib\release\lib" + +!ELSEIF "$(CFG)" == "selecteletest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/examples/selecteletest/Debug" +# PROP Intermediate_Dir "../../../../fortran/examples/selecteletest/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrand.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5_fortran\debug" /libpath:"..\..\..\..\hdf5lib\debug\lib" + +!ENDIF + +# Begin Target + +# Name "selecteletest - Win32 Release" +# Name "selecteletest - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\examples\selectele.f90 +DEP_F90_SELEC=\ + "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.mod"\ + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/examples/selecteletestdll/selecteletestdll.dsp b/windows_vs6/fortran/examples/selecteletestdll/selecteletestdll.dsp new file mode 100755 index 0000000..d7a5f46 --- /dev/null +++ b/windows_vs6/fortran/examples/selecteletestdll/selecteletestdll.dsp @@ -0,0 +1,98 @@ +# Microsoft Developer Studio Project File - Name="selecteletestdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=selecteletestdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "selecteletestdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "selecteletestdll.mak" CFG="selecteletestdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "selecteletestdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "selecteletestdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "selecteletestdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/examples/selecteletestdll/Release" +# PROP Intermediate_Dir "../../../../fortran/examples/selecteletestdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_fortrandll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_fortrandll\release" /libpath:"..\..\..\..\hdf5lib\release\DLL" + +!ELSEIF "$(CFG)" == "selecteletestdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/examples/selecteletestdll/Debug" +# PROP Intermediate_Dir "../../../../fortran/examples/selecteletestdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\src" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_fortranddll.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_fortrandll\debug" /libpath:"..\..\..\..\hdf5lib\debug\DLL" + +!ENDIF + +# Begin Target + +# Name "selecteletestdll - Win32 Release" +# Name "selecteletestdll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\examples\selectele.f90 +DEP_F90_SELEC=\ + "..\..\..\..\proj\hdf5_fortrandll\Release\HDF5.mod"\ + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/test/flush1_fortran/flush1_fortran.dsp b/windows_vs6/fortran/test/flush1_fortran/flush1_fortran.dsp new file mode 100755 index 0000000..74f98c8 --- /dev/null +++ b/windows_vs6/fortran/test/flush1_fortran/flush1_fortran.dsp @@ -0,0 +1,98 @@ +# Microsoft Developer Studio Project File - Name="flush1_fortran" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=flush1_fortran - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "flush1_fortran.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "flush1_fortran.mak" CFG="flush1_fortran - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "flush1_fortran - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "flush1_fortran - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "flush1_fortran - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/test/flush1_fortran/Release" +# PROP Intermediate_Dir "../../../../fortran/test/flush1_fortran/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" + +!ELSEIF "$(CFG)" == "flush1_fortran - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/test/flush1_fortran/Debug" +# PROP Intermediate_Dir "../../../../fortran/test/flush1_fortran/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "flush1_fortran - Win32 Release" +# Name "flush1_fortran - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\fflush1.f90 +NODEP_F90_FFLUS=\ + "..\..\..\..\fortran\test\flush1_fortran\Debug\HDF5.mod"\ + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/test/flush1_fortrandll/flush1_fortrandll.dsp b/windows_vs6/fortran/test/flush1_fortrandll/flush1_fortrandll.dsp new file mode 100755 index 0000000..145bfed --- /dev/null +++ b/windows_vs6/fortran/test/flush1_fortrandll/flush1_fortrandll.dsp @@ -0,0 +1,98 @@ +# Microsoft Developer Studio Project File - Name="flush1_fortrandll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=flush1_fortrandll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "flush1_fortrandll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "flush1_fortrandll.mak" CFG="flush1_fortrandll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "flush1_fortrandll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "flush1_fortrandll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "flush1_fortrandll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/test/flush1_fortrandll/Release" +# PROP Intermediate_Dir "../../../../fortran/test/flush1_fortrandll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5FORT_CSTUB_USEDLL" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "flush1_fortrandll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/test/flush1_fortrandll/Debug" +# PROP Intermediate_Dir "../../../../fortran/test/flush1_fortrandll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "flush1_fortrandll - Win32 Release" +# Name "flush1_fortrandll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\fflush1.f90 +NODEP_F90_FFLUS=\ + "..\..\..\..\fortran\test\flush1_fortrandll\Debug\HDF5.mod"\ + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/test/flush2_fortran/flush2_fortran.dsp b/windows_vs6/fortran/test/flush2_fortran/flush2_fortran.dsp new file mode 100755 index 0000000..84a0d85 --- /dev/null +++ b/windows_vs6/fortran/test/flush2_fortran/flush2_fortran.dsp @@ -0,0 +1,98 @@ +# Microsoft Developer Studio Project File - Name="flush2_fortran" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=flush2_fortran - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "flush2_fortran.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "flush2_fortran.mak" CFG="flush2_fortran - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "flush2_fortran - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "flush2_fortran - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "flush2_fortran - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/test/flush2_fortran/Release" +# PROP Intermediate_Dir "../../../../fortran/test/flush2_fortran/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" + +!ELSEIF "$(CFG)" == "flush2_fortran - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/test/flush2_fortran/Debug" +# PROP Intermediate_Dir "../../../../fortran/test/flush2_fortran/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "flush2_fortran - Win32 Release" +# Name "flush2_fortran - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\fflush2.f90 +NODEP_F90_FFLUS=\ + "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/test/flush2_fortrandll/flush2_fortrandll.dsp b/windows_vs6/fortran/test/flush2_fortrandll/flush2_fortrandll.dsp new file mode 100755 index 0000000..c4acf3e --- /dev/null +++ b/windows_vs6/fortran/test/flush2_fortrandll/flush2_fortrandll.dsp @@ -0,0 +1,98 @@ +# Microsoft Developer Studio Project File - Name="flush2_fortrandll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=flush2_fortrandll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "flush2_fortrandll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "flush2_fortrandll.mak" CFG="flush2_fortrandll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "flush2_fortrandll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "flush2_fortrandll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "flush2_fortrandll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/test/flush2_fortrandll/Release" +# PROP Intermediate_Dir "../../../../fortran/test/flush2_fortrandll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5FORT_CSTUB_USEDLL" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "flush2_fortrandll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/test/flush2_fortrandll/Debug" +# PROP Intermediate_Dir "../../../../fortran/test/flush2_fortrandll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "flush2_fortrandll - Win32 Release" +# Name "flush2_fortrandll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\fflush2.f90 +NODEP_F90_FFLUS=\ + "..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/test/libtest_cstubdll/libtest_cstubdll.dsp b/windows_vs6/fortran/test/libtest_cstubdll/libtest_cstubdll.dsp new file mode 100755 index 0000000..9dbd6c9 --- /dev/null +++ b/windows_vs6/fortran/test/libtest_cstubdll/libtest_cstubdll.dsp @@ -0,0 +1,108 @@ +# Microsoft Developer Studio Project File - Name="libtest_cstubdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=libtest_cstubdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "libtest_cstubdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "libtest_cstubdll.mak" CFG="libtest_cstubdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "libtest_cstubdll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "libtest_cstubdll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "libtest_cstubdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/test/libtest_cstubdll/Release" +# PROP Intermediate_Dir "../../../../fortran/test/libtest_cstubdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /dll /nologo /warn:nofileopt +# ADD F90 /compile_only /dll /nologo /warn:nofileopt +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBTEST_CSTUBDLL_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_HDF5TESTUSEDLL_" /D "HDF5FORTTEST_CSTUB_DLL_EXPORTS" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 + +!ELSEIF "$(CFG)" == "libtest_cstubdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/test/libtest_cstubdll/Debug" +# PROP Intermediate_Dir "../../../../fortran/test/libtest_cstubdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /dll /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBTEST_CSTUBDLL_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_HDF5TESTUSEDLL_" /D "HDF5FORTTEST_CSTUB_DLL_EXPORTS" /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"../../../../fortran/test/libtest_cstubdll/Debug/libtest_cstubddll.dll" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "libtest_cstubdll - Win32 Release" +# Name "libtest_cstubdll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\src\H5f90kit.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\t.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\t.h +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/test/libtest_fortran/libtest_fortran.dsp b/windows_vs6/fortran/test/libtest_fortran/libtest_fortran.dsp new file mode 100755 index 0000000..ed8b988 --- /dev/null +++ b/windows_vs6/fortran/test/libtest_fortran/libtest_fortran.dsp @@ -0,0 +1,104 @@ +# Microsoft Developer Studio Project File - Name="libtest_fortran" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Static Library" 0x0104 + +CFG=libtest_fortran - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "libtest_fortran.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "libtest_fortran.mak" CFG="libtest_fortran - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "libtest_fortran - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "libtest_fortran - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "libtest_fortran - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\..\fortran\test\libtest_fortran\Release" +# PROP Intermediate_Dir "..\..\..\..\fortran\test\libtest_fortran\Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"..\..\..\..\fortran\test\libtest_fortran\Release\libtest_fortranr.lib" + +!ELSEIF "$(CFG)" == "libtest_fortran - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\..\fortran\test\libtest_fortran\Debug" +# PROP Intermediate_Dir "..\..\..\..\fortran\test\libtest_fortran\Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"..\..\..\..\fortran\test\libtest_fortran\Debug\libtest_fortrand.lib" + +!ENDIF + +# Begin Target + +# Name "libtest_fortran - Win32 Release" +# Name "libtest_fortran - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\t.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\t.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\tf.f90 +NODEP_F90_TF_F9=\ + "..\..\..\..\fortran\test\libtest_fortran\Debug\H5GLOBAL.mod"\ + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/test/libtest_fortrandll/libtest_fortrandll.dsp b/windows_vs6/fortran/test/libtest_fortrandll/libtest_fortrandll.dsp new file mode 100755 index 0000000..05f41ed --- /dev/null +++ b/windows_vs6/fortran/test/libtest_fortrandll/libtest_fortrandll.dsp @@ -0,0 +1,103 @@ +# Microsoft Developer Studio Project File - Name="libtest_fortrandll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=libtest_fortrandll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "libtest_fortrandll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "libtest_fortrandll.mak" CFG="libtest_fortrandll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "libtest_fortrandll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "libtest_fortrandll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "libtest_fortrandll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/test/libtest_fortrandll/Release" +# PROP Intermediate_Dir "../../../../fortran/test/libtest_fortrandll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /dll /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /define:"BUILD_HDF5_DLL" /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortrandll\Release/" /dll /nologo /threads /warn:nofileopt /module:"Release/;..\..\..\..\proj\hdf5_fortrandll\Release/" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBTEST_FORTRANDLL_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5FORTTEST_CSTUB_USEDLL" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 + +!ELSEIF "$(CFG)" == "libtest_fortrandll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/test/libtest_fortrandll/Debug" +# PROP Intermediate_Dir "../../../../fortran/test/libtest_fortrandll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /dll /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /define:"BUILD_HDF5_DLL" /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /dll /nologo /threads /traceback /warn:argument_checking /warn:nofileopt /module:"Debug/;..\..\..\..\proj\hdf5_fortrandll\Debug/" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBTEST_FORTRANDLL_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5FORTTEST_CSTUB_USEDLL" /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"../../../../fortran/test/libtest_fortrandll/Debug/libtest_fortranddll.dll" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "libtest_fortrandll - Win32 Release" +# Name "libtest_fortrandll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\tf.f90 +NODEP_F90_TF_F9=\ + "..\..\..\..\fortran\test\libtest_fortrandll\Release\H5GLOBAL.mod"\ + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/fortran/test/testhdf5_fortran.bat b/windows_vs6/fortran/test/testhdf5_fortran.bat new file mode 100755 index 0000000..99ff10f --- /dev/null +++ b/windows_vs6/fortran/test/testhdf5_fortran.bat @@ -0,0 +1,17 @@ +@REM Copyright by The HDF Group. +@REM Copyright by the Board of Trustees of the University of Illinois. +@REM All rights reserved. +@REM +@REM This file is part of HDF5. The full HDF5 copyright notice, including +@REM terms governing use, modification, and redistribution, is contained in +@REM the files COPYING and Copyright.html. COPYING can be found at the root +@REM of the source code distribution tree; Copyright.html can be found at the +@REM root level of an installed copy of the electronic HDF5 document set and +@REM is linked from the top-level documents page. It can also be found at +@REM http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have +@REM access to either file, you may request a copy from help@hdfgroup.org. + +testhdf5_fortran%2\%1\testhdf5_fortran%2 +flush1_fortran%2\%1\flush1_fortran%2 +copy fflush1.h5 flush2_fortran\%1\fflush1.h5 +flush2_fortran%2\%1\flush2_fortran%2 diff --git a/windows_vs6/fortran/test/testhdf5_fortran/testhdf5_fortran.dsp b/windows_vs6/fortran/test/testhdf5_fortran/testhdf5_fortran.dsp new file mode 100755 index 0000000..4ec1a1e --- /dev/null +++ b/windows_vs6/fortran/test/testhdf5_fortran/testhdf5_fortran.dsp @@ -0,0 +1,201 @@ +# Microsoft Developer Studio Project File - Name="testhdf5_fortran" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=testhdf5_fortran - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "testhdf5_fortran.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "testhdf5_fortran.mak" CFG="testhdf5_fortran - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "testhdf5_fortran - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "testhdf5_fortran - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "testhdf5_fortran - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/test/testhdf5_fortran/Release" +# PROP Intermediate_Dir "../../../../fortran/test/testhdf5_fortran/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt /module:"..\..\..\proj\hdf5_fortran\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" + +!ELSEIF "$(CFG)" == "testhdf5_fortran - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/test/testhdf5_fortran/Debug" +# PROP Intermediate_Dir "../../../../fortran/test/testhdf5_fortran/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortran\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "testhdf5_fortran - Win32 Release" +# Name "testhdf5_fortran - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\fortranlib_test.f90 +NODEP_F90_FORTR=\ + "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\tH5A.f90 +NODEP_F90_TH5A_=\ + "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\tH5D.f90 +NODEP_F90_TH5D_=\ + "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\tH5E.f90 +NODEP_F90_TH5E_=\ + "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\tH5F.f90 +NODEP_F90_TH5F_=\ + "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\tH5G.f90 +NODEP_F90_TH5G_=\ + "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\tH5I.f90 +NODEP_F90_TH5I_=\ + "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\tH5P.f90 +NODEP_F90_TH5P_=\ + "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\tH5R.f90 +NODEP_F90_TH5R_=\ + "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\tH5S.f90 +NODEP_F90_TH5S_=\ + "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\tH5Sselect.f90 +NODEP_F90_TH5SS=\ + "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\tH5T.f90 +NODEP_F90_TH5T_=\ + "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\tH5VL.f90 +NODEP_F90_TH5VL=\ + "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\tH5Z.f90 +NODEP_F90_TH5Z_=\ + "..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ + +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/fortran/test/testhdf5_fortrandll/testhdf5_fortrandll.dsp b/windows_vs6/fortran/test/testhdf5_fortrandll/testhdf5_fortrandll.dsp new file mode 100755 index 0000000..70b228f --- /dev/null +++ b/windows_vs6/fortran/test/testhdf5_fortrandll/testhdf5_fortrandll.dsp @@ -0,0 +1,211 @@ +# Microsoft Developer Studio Project File - Name="testhdf5_fortrandll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=testhdf5_fortrandll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "testhdf5_fortrandll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "testhdf5_fortrandll.mak" CFG="testhdf5_fortrandll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "testhdf5_fortrandll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "testhdf5_fortrandll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "testhdf5_fortrandll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../fortran/test/testhdf5_fortrandll/Release" +# PROP Intermediate_Dir "../../../../fortran/test/testhdf5_fortrandll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Release/" /include:"..\..\..\proj\hdf5_fortrandll\Release/" /libs:dll /nologo /threads /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5FORT_CSTUB_USEDLL" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "testhdf5_fortrandll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../fortran/test/testhdf5_fortrandll/Debug" +# PROP Intermediate_Dir "../../../../fortran/test/testhdf5_fortrandll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /include:"Debug/" /include:"..\..\..\proj\hdf5_fortrandll\Debug/" /libs:dll /nologo /threads /warn:argument_checking /warn:nofileopt /module:"..\..\..\..\proj\hdf5_fortrandll\Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5FORT_CSTUB_USEDLL" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "testhdf5_fortrandll - Win32 Release" +# Name "testhdf5_fortrandll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\fortranlib_test.f90 +NODEP_F90_FORTR=\ + "..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\tH5A.f90 +NODEP_F90_TH5A_=\ + "..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\tH5D.f90 +NODEP_F90_TH5D_=\ + "..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\tH5E.f90 +NODEP_F90_TH5E_=\ + "..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\tH5F.f90 +NODEP_F90_TH5F_=\ + "..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\tH5G.f90 +NODEP_F90_TH5G_=\ + "..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\tH5I.f90 +NODEP_F90_TH5I_=\ + "..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\tH5P.f90 +NODEP_F90_TH5P_=\ + "..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\tH5R.f90 +NODEP_F90_TH5R_=\ + "..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\tH5S.f90 +NODEP_F90_TH5S_=\ + "..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\tH5Sselect.f90 +NODEP_F90_TH5SS=\ + "..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\tH5T.f90 +NODEP_F90_TH5T_=\ + "..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\tH5VL.f90 +NODEP_F90_TH5VL=\ + "..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\fortran\test\tH5Z.f90 +NODEP_F90_TH5Z_=\ + "..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ + + +!IF "$(CFG)" == "testhdf5_fortrandll - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5_fortrandll - Win32 Debug" + +# ADD F90 /include:"..\..\..\..\proj\hdf5_fortrandll\Debug/" /module:"..\..\..\..\proj\hdf5_fortrandll\Debug/" +# SUBTRACT F90 /include:"..\..\..\proj\hdf5_fortrandll\Debug/" + +!ENDIF + +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/hl/c++/test/hl_test_table_cpp/hl_test_table_cpp.dsp b/windows_vs6/hl/c++/test/hl_test_table_cpp/hl_test_table_cpp.dsp new file mode 100755 index 0000000..80a4b70 --- /dev/null +++ b/windows_vs6/hl/c++/test/hl_test_table_cpp/hl_test_table_cpp.dsp @@ -0,0 +1,108 @@ +# Microsoft Developer Studio Project File - Name="hl_test_table_cpp" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=hl_test_table_cpp - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hl_test_table_cpp.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hl_test_table_cpp.mak" CFG="hl_test_table_cpp - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hl_test_table_cpp - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "hl_test_table_cpp - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=xicl6.exe +RSC=rc.exe + +!IF "$(CFG)" == "hl_test_table_cpp - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../../hl/c++/test/hl_test_table_cpp/Release" +# PROP Intermediate_Dir "../../../../../hl/c++/test/hl_test_table_cpp/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\..\hl\c++\src" /I "..\..\..\..\..\hl\src" /I "..\..\..\..\..\src" /I "..\..\..\..\..\c++\src" /I "..\..\..\..\..\test" /I "..\..\..\..\..\hl\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=xilink6.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "hl_test_table_cpp - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../../hl/c++/test/hl_test_table_cpp/Debug" +# PROP Intermediate_Dir "../../../../../hl/c++/test/hl_test_table_cpp/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\..\hl\c++\src" /I "..\..\..\..\..\hl\src" /I "..\..\..\..\..\src" /I "..\..\..\..\..\c++\src" /I "..\..\..\..\..\test" /I "..\..\..\..\..\hl\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=xilink6.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "hl_test_table_cpp - Win32 Release" +# Name "hl_test_table_cpp - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE="..\..\..\..\..\hl\c++\test\ptableTest.cpp" +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/hl/c++/test/hl_test_table_cppdll/hl_test_table_cppdll.dsp b/windows_vs6/hl/c++/test/hl_test_table_cppdll/hl_test_table_cppdll.dsp new file mode 100755 index 0000000..cec9703 --- /dev/null +++ b/windows_vs6/hl/c++/test/hl_test_table_cppdll/hl_test_table_cppdll.dsp @@ -0,0 +1,106 @@ +# Microsoft Developer Studio Project File - Name="hl_test_table_cppdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=hl_test_table_cppdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hl_test_table_cppdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hl_test_table_cppdll.mak" CFG="hl_test_table_cppdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hl_test_table_cppdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "hl_test_table_cppdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=xicl6.exe +RSC=rc.exe + +!IF "$(CFG)" == "hl_test_table_cppdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../../hl/c++/test/hl_test_table_cppdll/Release" +# PROP Intermediate_Dir "../../../../../hl/c++/test/hl_test_table_cppdll/Release" +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\..\hl\c++\src" /I "..\..\..\..\..\hl\src" /I "..\..\..\..\..\src" /I "..\..\..\..\..\c++\src" /I "..\..\..\..\..\test" /I "..\..\..\..\..\hl\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEHLDLL_" /D "_HDF5USEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=xilink6.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "hl_test_table_cppdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../../hl/c++/test/hl_test_table_cppdll/Debug" +# PROP Intermediate_Dir "../../../../../hl/c++/test/hl_test_table_cppdll/Debug" +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\..\hl\c++\src" /I "..\..\..\..\..\hl\src" /I "..\..\..\..\..\c++\src" /I "..\..\..\..\..\src" /I "..\..\..\..\..\test" /I "..\..\..\..\..\hl\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HDF5USE_HLCPPDLL" /D "_HDF5USEHLDLL_" /D "_HDF5USEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=xilink6.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "hl_test_table_cppdll - Win32 Release" +# Name "hl_test_table_cppdll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE="..\..\..\..\..\hl\c++\test\ptableTest.cpp" +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/hl/c++/test/test_hdf5_hl_cpp.bat b/windows_vs6/hl/c++/test/test_hdf5_hl_cpp.bat new file mode 100755 index 0000000..bf9b70c --- /dev/null +++ b/windows_vs6/hl/c++/test/test_hdf5_hl_cpp.bat @@ -0,0 +1,24 @@ +@REM Copyright by The HDF Group. +@REM Copyright by the Board of Trustees of the University of Illinois. +@REM All rights reserved. +@REM +@REM This file is part of HDF5. The full HDF5 copyright notice, including +@REM terms governing use, modification, and redistribution, is contained in +@REM the files COPYING and Copyright.html. COPYING can be found at the root +@REM of the source code distribution tree; Copyright.html can be found at the +@REM root level of an installed copy of the electronic HDF5 document set and +@REM is linked from the top-level documents page. It can also be found at +@REM http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have +@REM access to either file, you may request a copy from help@hdfgroup.org. + +@ECHO OFF + +@REM This batch file will be used to test HDF5 High Level C++ Library. +@REM By Fang GUO +@REM Created on: 05/27/2005 + +echo. +echo =============================================== +echo Testing hl_test_table_cpp%2 -- %1 +echo =============================================== +hl_test_table_cpp%2\%1\hl_test_table_cpp%2 \ No newline at end of file diff --git a/windows_vs6/hl/examples/allhlcexamples/allhlcexamples.dsp b/windows_vs6/hl/examples/allhlcexamples/allhlcexamples.dsp new file mode 100644 index 0000000..eeee672 --- /dev/null +++ b/windows_vs6/hl/examples/allhlcexamples/allhlcexamples.dsp @@ -0,0 +1,63 @@ +# Microsoft Developer Studio Project File - Name="allhlcexamples" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Generic Project" 0x010a + +CFG=allhlcexamples - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "allhlcexamples.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "allhlcexamples.mak" CFG="allhlcexamples - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "allhlcexamples - Win32 Release" (based on "Win32 (x86) Generic Project") +!MESSAGE "allhlcexamples - Win32 Debug" (based on "Win32 (x86) Generic Project") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +MTL=midl.exe + +!IF "$(CFG)" == "allhlcexamples - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\..\hl\examples\allhlcexamples\Release" +# PROP Intermediate_Dir "..\..\..\..\hl\examples\allhlcexamples\Release" +# PROP Target_Dir "" + +!ELSEIF "$(CFG)" == "allhlcexamples - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\..\hl\examples\allhlcexamples\Debug" +# PROP Intermediate_Dir "..\..\..\..\hl\examples\allhlcexamples\Debug" +# PROP Target_Dir "" + +!ENDIF + +# Begin Target + +# Name "allhlcexamples - Win32 Release" +# Name "allhlcexamples - Win32 Debug" +# End Target +# End Project diff --git a/windows_vs6/hl/examples/allhlcexamples/allhlcexamples.dsw b/windows_vs6/hl/examples/allhlcexamples/allhlcexamples.dsw new file mode 100644 index 0000000..1db86e4 --- /dev/null +++ b/windows_vs6/hl/examples/allhlcexamples/allhlcexamples.dsw @@ -0,0 +1,179 @@ +Microsoft Developer Studio Workspace File, Format Version 6.00 +# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! + +############################################################################### + +Project: "allhlcexamples"=.\allhlcexamples.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name ex_images + End Project Dependency + Begin Project Dependency + Project_Dep_Name ex_imagesdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name ex_lite + End Project Dependency + Begin Project Dependency + Project_Dep_Name ex_litedll + End Project Dependency + Begin Project Dependency + Project_Dep_Name ex_table + End Project Dependency + Begin Project Dependency + Project_Dep_Name ex_tabledll + End Project Dependency + Begin Project Dependency + Project_Dep_Name ex_ds + End Project Dependency + Begin Project Dependency + Project_Dep_Name ex_dsdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name ex_packet + End Project Dependency + Begin Project Dependency + Project_Dep_Name ex_packetdll + End Project Dependency +}}} + +############################################################################### + +Project: "ex_ds"=..\ex_ds\ex_ds.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "ex_dsdll"=..\ex_dsdll\ex_dsdll.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "ex_images"=..\ex_images\ex_images.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "ex_imagesdll"=..\ex_imagesdll\ex_imagesdll.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "ex_lite"=..\ex_lite\ex_lite.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "ex_litedll"=..\ex_litedll\ex_litedll.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "ex_packet"=..\ex_packet\ex_packet.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "ex_packetdll"=..\ex_packetdll\ex_packetdll.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "ex_table"=..\ex_table\ex_table.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "ex_tabledll"=..\ex_tabledll\ex_tabledll.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Global: + +Package=<5> +{{{ +}}} + +Package=<3> +{{{ +}}} + +############################################################################### + diff --git a/windows_vs6/hl/examples/ex_ds/ex_ds.dsp b/windows_vs6/hl/examples/ex_ds/ex_ds.dsp new file mode 100755 index 0000000..c72279e --- /dev/null +++ b/windows_vs6/hl/examples/ex_ds/ex_ds.dsp @@ -0,0 +1,107 @@ +# Microsoft Developer Studio Project File - Name="ex_ds" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=ex_ds - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "ex_ds.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "ex_ds.mak" CFG="ex_ds - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "ex_ds - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "ex_ds - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "ex_ds - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\..\hl\examples\ex_ds\Release" +# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_ds\Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\hdf5lib\debug\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5.lib hdf5_hl.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\hdf5lib\release\lib" /libpath:"..\..\..\..\proj\hdf5\release" /libpath:"..\..\..\..\proj\hdf5_hl\release" + +!ELSEIF "$(CFG)" == "ex_ds - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\..\hl\examples\ex_ds\Debug" +# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_ds\Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hdf5lib\debug\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5d.lib hdf5d.lib hdf5_hld.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\hdf5lib\debug\lib\\" /libpath:"..\..\..\..\proj\hdf5\debug" /libpath:"..\..\..\..\proj\hdf5_hl\debug" + +!ENDIF + +# Begin Target + +# Name "ex_ds - Win32 Release" +# Name "ex_ds - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\hl\examples\ex_ds1.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/hl/examples/ex_dsdll/ex_dsdll.dsp b/windows_vs6/hl/examples/ex_dsdll/ex_dsdll.dsp new file mode 100755 index 0000000..b1258ec --- /dev/null +++ b/windows_vs6/hl/examples/ex_dsdll/ex_dsdll.dsp @@ -0,0 +1,107 @@ +# Microsoft Developer Studio Project File - Name="ex_dsdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=ex_dsdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "ex_dsdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "ex_dsdll.mak" CFG="ex_dsdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "ex_dsdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "ex_dsdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "ex_dsdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\..\hl\examples\ex_dsdll\Release" +# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_dsdll\Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\hdf5lib\debug\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_hldll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\hdf5lib\release\dll\\" /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_hldll\release" + +!ELSEIF "$(CFG)" == "ex_dsdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\..\hl\examples\ex_dsdll\Debug" +# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_dsdll\Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hdf5lib\debug\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_hldlld.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\hdf5lib\debug\dll\\" /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_hldll\debug" + +!ENDIF + +# Begin Target + +# Name "ex_dsdll - Win32 Release" +# Name "ex_dsdll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\hl\examples\ex_ds1.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/hl/examples/ex_images/ex_images.dsp b/windows_vs6/hl/examples/ex_images/ex_images.dsp new file mode 100755 index 0000000..d732331 --- /dev/null +++ b/windows_vs6/hl/examples/ex_images/ex_images.dsp @@ -0,0 +1,107 @@ +# Microsoft Developer Studio Project File - Name="ex_images" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=ex_images - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "ex_images.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "ex_images.mak" CFG="ex_images - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "ex_images - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "ex_images - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "ex_images - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\..\hl\examples\ex_images\Release" +# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_images\Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\hdf5lib\release\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5.lib hdf5_hl.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\hdf5lib\release\lib" /libpath:"..\..\..\..\proj\hdf5\release" /libpath:"..\..\..\..\proj\hdf5_hl\release" + +!ELSEIF "$(CFG)" == "ex_images - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\..\hl\examples\ex_images\Debug" +# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_images\Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hdf5lib\debug\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5d.lib hdf5d.lib hdf5_hld.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\hdf5lib\debug\lib\\" /libpath:"..\..\..\..\proj\hdf5\debug" /libpath:"..\..\..\..\proj\hdf5_hl\debug" + +!ENDIF + +# Begin Target + +# Name "ex_images - Win32 Release" +# Name "ex_images - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\hl\examples\ex_image1.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/hl/examples/ex_imagesdll/ex_imagesdll.dsp b/windows_vs6/hl/examples/ex_imagesdll/ex_imagesdll.dsp new file mode 100755 index 0000000..d7d353b --- /dev/null +++ b/windows_vs6/hl/examples/ex_imagesdll/ex_imagesdll.dsp @@ -0,0 +1,105 @@ +# Microsoft Developer Studio Project File - Name="ex_imagesdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=ex_imagesdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "ex_imagesdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "ex_imagesdll.mak" CFG="ex_imagesdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "ex_imagesdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "ex_imagesdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "ex_imagesdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\..\hl\examples\ex_imagesdll\Release" +# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_imagesdll\Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\hdf5lib\release\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_hldll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\hdf5lib\release\dll\\" /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_hldll\release" + +!ELSEIF "$(CFG)" == "ex_imagesdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\..\hl\examples\ex_imagesdll\Debug" +# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_imagesdll\Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hdf5lib\debug\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_hldlld.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\hdf5lib\debug\dll\\" /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_hldll\debug" + +!ENDIF + +# Begin Target + +# Name "ex_imagesdll - Win32 Release" +# Name "ex_imagesdll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=..\..\..\..\hl\examples\ex_image1.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/hl/examples/ex_lite/ex_lite.dsp b/windows_vs6/hl/examples/ex_lite/ex_lite.dsp new file mode 100755 index 0000000..7f34eb2 --- /dev/null +++ b/windows_vs6/hl/examples/ex_lite/ex_lite.dsp @@ -0,0 +1,107 @@ +# Microsoft Developer Studio Project File - Name="ex_lite" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=ex_lite - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "ex_lite.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "ex_lite.mak" CFG="ex_lite - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "ex_lite - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "ex_lite - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "ex_lite - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\..\hl\examples\ex_lite\Release" +# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_lite\Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\hdf5lib\release\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5.lib hdf5_hl.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\hdf5lib\release\lib" /libpath:"..\..\..\..\proj\hdf5\release" /libpath:"..\..\..\..\proj\hdf5_hl\release" + +!ELSEIF "$(CFG)" == "ex_lite - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\..\hl\examples\ex_lite\Debug" +# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_lite\Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hdf5lib\debug\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5d.lib hdf5_hld.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\hdf5lib\debug\lib\\" /libpath:"..\..\..\..\proj\hdf5\debug" /libpath:"..\..\..\..\proj\hdf5_hl\debug" + +!ENDIF + +# Begin Target + +# Name "ex_lite - Win32 Release" +# Name "ex_lite - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\hl\examples\ex_lite1.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/hl/examples/ex_litedll/ex_litedll.dsp b/windows_vs6/hl/examples/ex_litedll/ex_litedll.dsp new file mode 100755 index 0000000..e43c72e --- /dev/null +++ b/windows_vs6/hl/examples/ex_litedll/ex_litedll.dsp @@ -0,0 +1,105 @@ +# Microsoft Developer Studio Project File - Name="ex_litedll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=ex_litedll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "ex_litedll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "ex_litedll.mak" CFG="ex_litedll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "ex_litedll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "ex_litedll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "ex_litedll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\..\hl\examples\ex_litedll\Release" +# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_litedll\Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\hdf5lib\release\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_hldll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\hdf5lib\release\dll\\" /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_hldll\release" + +!ELSEIF "$(CFG)" == "ex_litedll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\..\hl\examples\ex_litedll\Debug" +# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_litedll\Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hdf5lib\debug\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_hldlld.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\hdf5lib\debug\dll\\" /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_hldll\debug" + +!ENDIF + +# Begin Target + +# Name "ex_litedll - Win32 Release" +# Name "ex_litedll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\hl\examples\ex_lite1.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/hl/examples/ex_packet/ex_packet.dsp b/windows_vs6/hl/examples/ex_packet/ex_packet.dsp new file mode 100755 index 0000000..d230ef4 --- /dev/null +++ b/windows_vs6/hl/examples/ex_packet/ex_packet.dsp @@ -0,0 +1,105 @@ +# Microsoft Developer Studio Project File - Name="ex_packet" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=ex_packet - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "ex_packet.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "ex_packet.mak" CFG="ex_packet - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "ex_packet - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "ex_packet - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "ex_packet - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\..\hl\examples\ex_packet\Release" +# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_packet\Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\hdf5lib\release\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5.lib hdf5_hl.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\hdf5lib\release\lib" /libpath:"..\..\..\..\proj\hdf5\release" /libpath:"..\..\..\..\proj\hdf5_hl\release" + +!ELSEIF "$(CFG)" == "ex_packet - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\..\hl\examples\ex_packet\Debug" +# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_packet\Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hdf5lib\debug\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5d.lib hdf5_hld.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\hdf5lib\debug\lib\\" /libpath:"..\..\..\..\proj\hdf5\debug" /libpath:"..\..\..\..\proj\hdf5_hl\debug" + +!ENDIF + +# Begin Target + +# Name "ex_packet - Win32 Release" +# Name "ex_packet - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\hl\examples\ptExampleFL.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/hl/examples/ex_packetdll/ex_packetdll.dsp b/windows_vs6/hl/examples/ex_packetdll/ex_packetdll.dsp new file mode 100755 index 0000000..607b25a --- /dev/null +++ b/windows_vs6/hl/examples/ex_packetdll/ex_packetdll.dsp @@ -0,0 +1,106 @@ +# Microsoft Developer Studio Project File - Name="ex_packetdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=ex_packetdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "ex_packetdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "ex_packetdll.mak" CFG="ex_packetdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "ex_packetdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "ex_packetdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "ex_packetdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\..\hl\examples\ex_packetdll\Release" +# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_packetdll\Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\hdf5lib\release\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_hldll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\hdf5lib\release\dll\\" /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_hldll\release" + +!ELSEIF "$(CFG)" == "ex_packetdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\..\hl\examples\ex_packetdll\Debug" +# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_packetdll\Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hdf5lib\debug\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_hldlld.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\hdf5lib\debug\dll\\" /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_hldll\debug" + +!ENDIF + +# Begin Target + +# Name "ex_packetdll - Win32 Release" +# Name "ex_packetdll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\hl\examples\ptExampleFL.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/hl/examples/ex_table/ex_table.dsp b/windows_vs6/hl/examples/ex_table/ex_table.dsp new file mode 100755 index 0000000..c791648 --- /dev/null +++ b/windows_vs6/hl/examples/ex_table/ex_table.dsp @@ -0,0 +1,106 @@ +# Microsoft Developer Studio Project File - Name="ex_table" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=ex_table - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "ex_table.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "ex_table.mak" CFG="ex_table - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "ex_table - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "ex_table - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "ex_table - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\..\hl\examples\ex_table\Release" +# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_table\Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\hdf5lib\release\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5.lib hdf5_hl.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\hdf5lib\release\lib" /libpath:"..\..\..\..\proj\hdf5\release" /libpath:"..\..\..\..\proj\hdf5_hl\release" + +!ELSEIF "$(CFG)" == "ex_table - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\..\hl\examples\ex_table\Debug" +# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_table\Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hdf5lib\debug\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5d.lib hdf5_hld.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\hdf5lib\debug\lib\\" /libpath:"..\..\..\..\proj\hdf5\debug" /libpath:"..\..\..\..\proj\hdf5_hl\debug" + +!ENDIF + +# Begin Target + +# Name "ex_table - Win32 Release" +# Name "ex_table - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\hl\examples\ex_table_01.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/hl/examples/ex_tabledll/ex_tabledll.dsp b/windows_vs6/hl/examples/ex_tabledll/ex_tabledll.dsp new file mode 100755 index 0000000..14ccd1e --- /dev/null +++ b/windows_vs6/hl/examples/ex_tabledll/ex_tabledll.dsp @@ -0,0 +1,105 @@ +# Microsoft Developer Studio Project File - Name="ex_tabledll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=ex_tabledll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "ex_tabledll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "ex_tabledll.mak" CFG="ex_tabledll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "ex_tabledll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "ex_tabledll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "ex_tabledll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\..\hl\examples\ex_tabledll\Release" +# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_tabledll\Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\hdf5lib\release\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5dll.lib hdf5_hldll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\hdf5lib\release\dll\\" /libpath:"..\..\..\..\proj\hdf5dll\release" /libpath:"..\..\..\..\proj\hdf5_hldll\release" + +!ELSEIF "$(CFG)" == "ex_tabledll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\..\hl\examples\ex_tabledll\Debug" +# PROP Intermediate_Dir "..\..\..\..\hl\examples\ex_tabledll\Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hdf5lib\debug\include" /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_hldlld.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\hdf5lib\debug\dll\\" /libpath:"..\..\..\..\proj\hdf5dll\debug" /libpath:"..\..\..\..\proj\hdf5_hldll\debug" + +!ENDIF + +# Begin Target + +# Name "ex_tabledll - Win32 Release" +# Name "ex_tabledll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\hl\examples\ex_table_01.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/hl/examples/test_hl_cexamples.BAT b/windows_vs6/hl/examples/test_hl_cexamples.BAT new file mode 100644 index 0000000..be63180 --- /dev/null +++ b/windows_vs6/hl/examples/test_hl_cexamples.BAT @@ -0,0 +1,76 @@ +@REM Copyright by The HDF Group. +@REM Copyright by the Board of Trustees of the University of Illinois. +@REM All rights reserved. +@REM +@REM This file is part of HDF5. The full HDF5 copyright notice, including +@REM terms governing use, modification, and redistribution, is contained in +@REM the files COPYING and Copyright.html. COPYING can be found at the root +@REM of the source code distribution tree; Copyright.html can be found at the +@REM root level of an installed copy of the electronic HDF5 document set and +@REM is linked from the top-level documents page. It can also be found at +@REM http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have +@REM access to either file, you may request a copy from help@hdfgroup.org. + +@ECHO OFF +@:: This batch file is used to test HDF5 High Level C examples. +@:: Written by : Fang GUO +@:: Created : 07/26/2005 +@:: Last Modified: + +:: Track errors +set total_error=0 + +if %1.==. GOTO WRONG +if "%1"=="/?" GOTO HELP +if "%1"=="release" GOTO CONFIG +if "%1"=="debug" GOTO CONFIG + +GOTO WRONG + +:CONFIG +if "%2"=="dll" GOTO TEST +if %2.==. GOTO TEST +GOTO WRONG + +:TEST +echo Testing %1 %2 version of High Level examples +echo. + +for %%i in (ds lite table images packet) do ( +HLCexamples%1%2\ex_%%i%2 +if not %errorlevel%==0 set /A totalerror=totalerror+1 +) + + +if %total_error%==0 ( +echo. +echo. All of the HL C Examples Passed! +) else ( +echo. +echo. %total_error% HL C Examples Failed! +) + +GOTO END + +:WRONG +echo The syntax of the command is incorrect. +echo Use test_hl_cexamples /? for usage informtaion +echo. +GOTO END + +:HELP +echo Tests HDF5 High Level C examples. +echo. +echo test_hl_cexamples [OPTION] +echo. +echo Please use one of the following options! +echo. +echo test_hl_cexamples release test HDF5 HL C examples -- release version +echo test_hl_cexamples release dll test HDF5 HL C examples -- release dll version +echo test_hl_cexamples debug test HDF5 HL C examples -- debug version +echo test_hl_cexamples debug dll test HDF5 HL C examples -- debug dll version +echo test_hl_cexamples /? Help information +echo. +GOTO END + +:END diff --git a/windows_vs6/hl/fortran/examples/allhlf90examples/allhlf90examples.dsp b/windows_vs6/hl/fortran/examples/allhlf90examples/allhlf90examples.dsp new file mode 100644 index 0000000..61bf3b2 --- /dev/null +++ b/windows_vs6/hl/fortran/examples/allhlf90examples/allhlf90examples.dsp @@ -0,0 +1,63 @@ +# Microsoft Developer Studio Project File - Name="allhlf90examples" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Generic Project" 0x010a + +CFG=allhlf90examples - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "allhlf90examples.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "allhlf90examples.mak" CFG="allhlf90examples - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "allhlf90examples - Win32 Release" (based on "Win32 (x86) Generic Project") +!MESSAGE "allhlf90examples - Win32 Debug" (based on "Win32 (x86) Generic Project") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +MTL=midl.exe + +!IF "$(CFG)" == "allhlf90examples - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\..\..\hl\fortran\examples\allhlf90examples\Release" +# PROP Intermediate_Dir "..\..\..\..\..\hl\fortran\examples\allhlf90examples\Release" +# PROP Target_Dir "" + +!ELSEIF "$(CFG)" == "allhlf90examples - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\..\..\hl\fortran\examples\allhlf90examples\Debug" +# PROP Intermediate_Dir "..\..\..\..\..\hl\fortran\examples\allhlf90examples\Debug" +# PROP Target_Dir "" + +!ENDIF + +# Begin Target + +# Name "allhlf90examples - Win32 Release" +# Name "allhlf90examples - Win32 Debug" +# End Target +# End Project diff --git a/windows_vs6/hl/fortran/examples/allhlf90examples/allhlf90examples.dsw b/windows_vs6/hl/fortran/examples/allhlf90examples/allhlf90examples.dsw new file mode 100644 index 0000000..447fff8 --- /dev/null +++ b/windows_vs6/hl/fortran/examples/allhlf90examples/allhlf90examples.dsw @@ -0,0 +1,59 @@ +Microsoft Developer Studio Workspace File, Format Version 6.00 +# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! + +############################################################################### + +Project: "allhlf90examples"=".\allhlf90examples.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name ex_lite + End Project Dependency + Begin Project Dependency + Project_Dep_Name ex_litedll + End Project Dependency +}}} + +############################################################################### + +Project: "ex_lite"="..\ex_lite\ex_lite.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "ex_litedll"="..\ex_litedll\ex_litedll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Global: + +Package=<5> +{{{ +}}} + +Package=<3> +{{{ +}}} + +############################################################################### + diff --git a/windows_vs6/hl/fortran/examples/ex_lite/ex_lite.dsp b/windows_vs6/hl/fortran/examples/ex_lite/ex_lite.dsp new file mode 100644 index 0000000..fa73d3b --- /dev/null +++ b/windows_vs6/hl/fortran/examples/ex_lite/ex_lite.dsp @@ -0,0 +1,113 @@ +# Microsoft Developer Studio Project File - Name="ex_lite" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=ex_lite - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "ex_lite.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "ex_lite.mak" CFG="ex_lite - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "ex_lite - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "ex_lite - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "ex_lite - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\..\..\hl\fortran\examples\ex_lite\Release" +# PROP Intermediate_Dir "..\..\..\..\..\hl\fortran\examples\ex_lite\Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"..\..\..\..\..\proj\hdf5_fortran\release/" /include:"..\..\..\..\..\proj\hdf5_hl_fortran\release/" /nologo /warn:nofileopt /module:"Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) hdf5_fortran.lib hdf5_hl_fortranr.lib hdf5_hl_fortran.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\..\proj\hdf5_fortran\release" /libpath:"..\..\..\..\..\proj\hdf5_hl_fortran\release" + +!ELSEIF "$(CFG)" == "ex_lite - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "ex_lite___Win32_Debug" +# PROP BASE Intermediate_Dir "ex_lite___Win32_Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\..\..\hl\fortran\examples\ex_lite\Debug" +# PROP Intermediate_Dir "..\..\..\..\..\hl\fortran\examples\ex_lite\Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /include:"..\..\..\..\..\proj\hdf5_fortran\debug/" /include:"..\..\..\..\..\proj\hdf5_hl_fortran\debug/" /nologo /traceback /warn:argument_checking /warn:nofileopt /module:"Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrand.lib hdf5_hl_fortrand.lib hdf5_hl_fortran.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\..\..\proj\hdf5_fortran\debug" /libpath:"..\..\..\..\..\proj\hdf5_hl_fortran\debug" +# SUBTRACT LINK32 /incremental:no /nodefaultlib + +!ENDIF + +# Begin Target + +# Name "ex_lite - Win32 Release" +# Name "ex_lite - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\..\hl\fortran\examples\exlite.f90 +DEP_F90_EXLIT=\ + "..\..\..\..\..\proj\hdf5_fortran\debug\HDF5.mod"\ + "..\..\..\..\..\proj\hdf5_hl_fortran\debug\H5LT.mod"\ + +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/hl/fortran/examples/ex_litedll/ex_litedll.dsp b/windows_vs6/hl/fortran/examples/ex_litedll/ex_litedll.dsp new file mode 100644 index 0000000..7786256 --- /dev/null +++ b/windows_vs6/hl/fortran/examples/ex_litedll/ex_litedll.dsp @@ -0,0 +1,112 @@ +# Microsoft Developer Studio Project File - Name="ex_litedll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=ex_litedll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "ex_litedll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "ex_litedll.mak" CFG="ex_litedll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "ex_litedll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "ex_litedll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "ex_litedll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\..\..\hl\fortran\examples\ex_litedll\Release" +# PROP Intermediate_Dir "..\..\..\..\..\hl\fortran\examples\ex_litedll\Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"..\..\..\..\..\proj\hdf5_fortrandll\release/" /include:"..\..\..\..\..\proj\hdf5_hl_fortrandll\release/" /nologo /warn:nofileopt /module:"Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortrandll.lib hdf5_hl_fortrandll.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\..\proj\hdf5_fortrandll\release" /libpath:"..\..\..\..\..\proj\hdf5_hl_fortrandll\release" + +!ELSEIF "$(CFG)" == "ex_litedll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "ex_litedll___Win32_Debug" +# PROP BASE Intermediate_Dir "ex_litedll___Win32_Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\..\hl\fortran\examples\ex_litedll\Debug" +# PROP Intermediate_Dir "..\..\..\..\hl\fortran\examples\ex_litedll\Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /include:"..\..\..\..\..\proj\hdf5_fortrandll\debug/" /include:"..\..\..\..\..\proj\hdf5_hl_fortrandll\debug/" /nologo /traceback /warn:argument_checking /warn:nofileopt /module:"Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hdf5_fortranddll.lib hdf5_hl_fortrandlld.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /nodefaultlib:"libc.lib" /out:"..\..\..\..\..\hl\fortran\examples\ex_litedll\Debug\ex_litedll.exe" /pdbtype:sept /libpath:"..\..\..\..\..\proj\hdf5_fortrandll\debug" /libpath:"..\..\..\..\..\proj\hdf5_hl_fortrandll\debug" +# SUBTRACT LINK32 /nodefaultlib + +!ENDIF + +# Begin Target + +# Name "ex_litedll - Win32 Release" +# Name "ex_litedll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\..\hl\fortran\examples\exlite.f90 +DEP_F90_EXLIT=\ + "..\..\..\..\..\proj\hdf5_fortrandll\debug\HDF5.mod"\ + "..\..\..\..\..\proj\hdf5_hl_fortrandll\debug\H5LT.mod"\ + +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/hl/fortran/examples/test_hl_f90examples.BAT b/windows_vs6/hl/fortran/examples/test_hl_f90examples.BAT new file mode 100644 index 0000000..30a05d4 --- /dev/null +++ b/windows_vs6/hl/fortran/examples/test_hl_f90examples.BAT @@ -0,0 +1,64 @@ +@REM Copyright by The HDF Group. +@REM Copyright by the Board of Trustees of the University of Illinois. +@REM All rights reserved. +@REM +@REM This file is part of HDF5. The full HDF5 copyright notice, including +@REM terms governing use, modification, and redistribution, is contained in +@REM the files COPYING and Copyright.html. COPYING can be found at the root +@REM of the source code distribution tree; Copyright.html can be found at the +@REM root level of an installed copy of the electronic HDF5 document set and +@REM is linked from the top-level documents page. It can also be found at +@REM http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have +@REM access to either file, you may request a copy from help@hdfgroup.org. + +@ECHO OFF +@:: This batch file is used to test HDF5 High Level Fortran examples. +@:: Written by : Fang GUO +@:: Created : 12/20/2005 +@:: Last Modified: + +if %1.==. GOTO WRONG +if "%1"=="/?" GOTO HELP +if "%1"=="release" GOTO CONFIG +if "%1"=="debug" GOTO CONFIG + +GOTO WRONG + +:CONFIG +if "%2"=="dll" GOTO TEST +if %2.==. GOTO TEST +GOTO WRONG + +:TEST +echo. +HLf90examples%1%2\ex_lite%2 +if ERRORLEVEL == 0 ( +echo. %1 %2 version of High Level Fortran examples PASSED +)else ( +echo. %1 %2 version of High Level Fortran examples FAILED +) +echo. +GOTO END + +:WRONG +echo The syntax of the command is incorrect. +echo Use test_hl_f90examples /? for usage informtaion +echo. +GOTO END + +:HELP +echo Tests HDF5 High Level Fortran examples. +echo. +echo test_hl_f90examples [OPTION] +echo. +echo Please use one of the following options! +echo. +echo test_hl_f90examples release test HDF5 HL Fortran examples -- release version +echo test_hl_f90examples release dll test HDF5 HL Fortran examples -- release dll version +echo test_hl_f90examples debug test HDF5 HL Fortran examples -- debug version +echo test_hl_f90examples debug dll test HDF5 HL Fortran examples -- debug dll version +echo test_hl_f90examples /? Help information +echo. +GOTO END + +:END diff --git a/windows_vs6/hl/fortran/test/hl_test_image_fortran/hl_test_image_fortran.dsp b/windows_vs6/hl/fortran/test/hl_test_image_fortran/hl_test_image_fortran.dsp new file mode 100755 index 0000000..e5ee2e7 --- /dev/null +++ b/windows_vs6/hl/fortran/test/hl_test_image_fortran/hl_test_image_fortran.dsp @@ -0,0 +1,103 @@ +# Microsoft Developer Studio Project File - Name="hl_test_image_fortran" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=hl_test_image_fortran - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hl_test_image_fortran.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hl_test_image_fortran.mak" CFG="hl_test_image_fortran - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hl_test_image_fortran - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "hl_test_image_fortran - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "hl_test_image_fortran - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../../hl/fortran/test/hl_test_image_fortran/Release" +# PROP Intermediate_Dir "../../../../../hl/fortran/test/hl_test_image_fortran/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"..\..\..\..\..\proj\hdf5_fortran\Release/" /include:"..\..\..\..\..\proj\hdf5_hl_fortran\Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "hl_test_image_fortran - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../../hl/fortran/test/hl_test_image_fortran/Debug" +# PROP Intermediate_Dir "../../../../../hl/fortran/test/hl_test_image_fortran/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /include:"..\..\..\..\..\proj\hdf5_fortran\Debug/" /include:"..\..\..\..\..\proj\hdf5_hl_fortran\Debug/" /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "hl_test_image_fortran - Win32 Release" +# Name "hl_test_image_fortran - Win32 Debug" +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# Begin Source File + +SOURCE=..\..\..\..\..\hl\fortran\test\tstimage.f90 +NODEP_F90_TSTIM=\ + "..\..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ + "..\..\..\..\..\proj\hdf5_hl_fortran\Debug\h5im.mod"\ + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/hl/fortran/test/hl_test_image_fortrandll/hl_test_image_fortrandll.dsp b/windows_vs6/hl/fortran/test/hl_test_image_fortrandll/hl_test_image_fortrandll.dsp new file mode 100755 index 0000000..8d60a80 --- /dev/null +++ b/windows_vs6/hl/fortran/test/hl_test_image_fortrandll/hl_test_image_fortrandll.dsp @@ -0,0 +1,111 @@ +# Microsoft Developer Studio Project File - Name="hl_test_image_fortrandll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=hl_test_image_fortrandll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hl_test_image_fortrandll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hl_test_image_fortrandll.mak" CFG="hl_test_image_fortrandll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hl_test_image_fortrandll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "hl_test_image_fortrandll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "hl_test_image_fortrandll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../../hl/fortran/test/hl_test_image_fortrandll/Release" +# PROP Intermediate_Dir "../../../../../hl/fortran/test/hl_test_image_fortrandll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"..\..\..\..\..\proj\hdf5_fortrandll\Release/" /include:"..\..\..\..\..\proj\hdf5_hl_fortrandll\Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "hl_test_image_fortrandll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../../hl/fortran/test/hl_test_image_fortrandll/Debug" +# PROP Intermediate_Dir "../../../../../hl/fortran/test/hl_test_image_fortrandll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /include:"..\..\..\..\..\proj\hdf5_fortrandll\Debug/" /include:"..\..\..\..\..\proj\hdf5_hl_fortrandll\Debug/" /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "hl_test_image_fortrandll - Win32 Release" +# Name "hl_test_image_fortrandll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\..\hl\fortran\test\tstimage.f90 +NODEP_F90_TSTIM=\ + "..\..\..\..\..\hl\fortran\test\hl_test_image_fortrandll\Debug\h5im.mod"\ + "..\..\..\..\..\hl\fortran\test\hl_test_image_fortrandll\Debug\hdf5.mod"\ + +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/hl/fortran/test/hl_test_lite_fortran/hl_test_lite_fortran.dsp b/windows_vs6/hl/fortran/test/hl_test_lite_fortran/hl_test_lite_fortran.dsp new file mode 100755 index 0000000..e7d8bb7 --- /dev/null +++ b/windows_vs6/hl/fortran/test/hl_test_lite_fortran/hl_test_lite_fortran.dsp @@ -0,0 +1,103 @@ +# Microsoft Developer Studio Project File - Name="hl_test_lite_fortran" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=hl_test_lite_fortran - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hl_test_lite_fortran.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hl_test_lite_fortran.mak" CFG="hl_test_lite_fortran - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hl_test_lite_fortran - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "hl_test_lite_fortran - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "hl_test_lite_fortran - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../../hl/fortran/test/hl_test_lite_fortran/Release" +# PROP Intermediate_Dir "../../../../../hl/fortran/test/hl_test_lite_fortran/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"..\..\..\..\..\proj\hdf5_fortran\Release/" /include:"..\..\..\..\..\proj\hdf5_hl_fortran\Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "hl_test_lite_fortran - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../../hl/fortran/test/hl_test_lite_fortran/Debug" +# PROP Intermediate_Dir "../../../../../hl/fortran/test/hl_test_lite_fortran/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /include:"..\..\..\..\..\proj\hdf5_fortran\Debug/" /include:"..\..\..\..\..\proj\hdf5_hl_fortran\Debug/" /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "hl_test_lite_fortran - Win32 Release" +# Name "hl_test_lite_fortran - Win32 Debug" +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# Begin Source File + +SOURCE=..\..\..\..\..\hl\fortran\test\tstlite.f90 +NODEP_F90_TSTLI=\ + "..\..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ + "..\..\..\..\..\proj\hdf5_hl_fortran\Debug\h5lt.mod"\ + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/hl/fortran/test/hl_test_lite_fortrandll/hl_test_lite_fortrandll.dsp b/windows_vs6/hl/fortran/test/hl_test_lite_fortrandll/hl_test_lite_fortrandll.dsp new file mode 100755 index 0000000..25df3a9 --- /dev/null +++ b/windows_vs6/hl/fortran/test/hl_test_lite_fortrandll/hl_test_lite_fortrandll.dsp @@ -0,0 +1,109 @@ +# Microsoft Developer Studio Project File - Name="hl_test_lite_fortrandll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=hl_test_lite_fortrandll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hl_test_lite_fortrandll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hl_test_lite_fortrandll.mak" CFG="hl_test_lite_fortrandll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hl_test_lite_fortrandll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "hl_test_lite_fortrandll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "hl_test_lite_fortrandll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../../hl/fortran/test/hl_test_lite_fortrandll/Release" +# PROP Intermediate_Dir "../../../../../hl/fortran/test/hl_test_lite_fortrandll/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"..\..\..\..\..\proj\hdf5_fortrandll\Release/" /include:"..\..\..\..\..\proj\hdf5_hl_fortrandll\Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "hl_test_lite_fortrandll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../../hl/fortran/test/hl_test_lite_fortrandll/Debug" +# PROP Intermediate_Dir "../../../../../hl/fortran/test/hl_test_lite_fortrandll/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /include:"..\..\..\..\..\proj\hdf5_fortrandll\Debug/" /include:"..\..\..\..\..\proj\hdf5_hl_fortrandll\Debug/" /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "hl_test_lite_fortrandll - Win32 Release" +# Name "hl_test_lite_fortrandll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\..\hl\fortran\test\tstlite.f90 +NODEP_F90_TSTLI=\ + "..\..\..\..\..\hl\fortran\test\hl_test_lite_fortrandll\Debug\H5LT.mod"\ + "..\..\..\..\..\hl\fortran\test\hl_test_lite_fortrandll\Debug\HDF5.mod"\ + +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/hl/fortran/test/hl_test_table_fortran/hl_test_table_fortran.dsp b/windows_vs6/hl/fortran/test/hl_test_table_fortran/hl_test_table_fortran.dsp new file mode 100755 index 0000000..31a0f3c --- /dev/null +++ b/windows_vs6/hl/fortran/test/hl_test_table_fortran/hl_test_table_fortran.dsp @@ -0,0 +1,103 @@ +# Microsoft Developer Studio Project File - Name="hl_test_table_fortran" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=hl_test_table_fortran - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hl_test_table_fortran.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hl_test_table_fortran.mak" CFG="hl_test_table_fortran - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hl_test_table_fortran - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "hl_test_table_fortran - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "hl_test_table_fortran - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../../hl/fortran/test/hl_test_table_fortran/Release" +# PROP Intermediate_Dir "../../../../../hl/fortran/test/hl_test_table_fortran/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"..\..\..\..\..\proj\hdf5_fortran\Release/" /include:"..\..\..\..\..\proj\hdf5_hl_fortran\Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "hl_test_table_fortran - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../../hl/fortran/test/hl_test_table_fortran/Debug" +# PROP Intermediate_Dir "../../../../../hl/fortran/test/hl_test_table_fortran/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /include:"..\..\..\..\..\proj\hdf5_fortran\Debug/" /include:"..\..\..\..\..\proj\hdf5_hl_fortran\Debug/" /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "hl_test_table_fortran - Win32 Release" +# Name "hl_test_table_fortran - Win32 Debug" +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# Begin Source File + +SOURCE=..\..\..\..\..\hl\fortran\test\tsttable.f90 +NODEP_F90_TSTTA=\ + "..\..\..\..\..\proj\hdf5_fortran\Debug\HDF5.MOD"\ + "..\..\..\..\..\proj\hdf5_hl_fortran\Debug\h5tb.mod"\ + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/hl/fortran/test/hl_test_table_fortrandll/hl_test_table_fortrandll.dsp b/windows_vs6/hl/fortran/test/hl_test_table_fortrandll/hl_test_table_fortrandll.dsp new file mode 100755 index 0000000..61dc5cb --- /dev/null +++ b/windows_vs6/hl/fortran/test/hl_test_table_fortrandll/hl_test_table_fortrandll.dsp @@ -0,0 +1,109 @@ +# Microsoft Developer Studio Project File - Name="hl_test_table_fortrandll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=hl_test_table_fortrandll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hl_test_table_fortrandll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hl_test_table_fortrandll.mak" CFG="hl_test_table_fortrandll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hl_test_table_fortrandll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "hl_test_table_fortrandll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "hl_test_table_fortrandll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../../hl/fortran/test/hl_test_table_fortrandll/Release" +# PROP Intermediate_Dir "../../../../../hl/fortran/test/hl_test_table_fortrandll/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"..\..\..\..\..\proj\hdf5_fortrandll\Release/" /include:"..\..\..\..\..\proj\hdf5_hl_fortrandll\Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "hl_test_table_fortrandll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../../hl/fortran/test/hl_test_table_fortrandll/Debug" +# PROP Intermediate_Dir "../../../../../hl/fortran/test/hl_test_table_fortrandll/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /include:"..\..\..\..\..\proj\hdf5_fortrandll\Debug/" /include:"..\..\..\..\..\proj\hdf5_hl_fortrandll\Debug/" /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "hl_test_table_fortrandll - Win32 Release" +# Name "hl_test_table_fortrandll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\..\hl\fortran\test\tsttable.f90 +DEP_F90_TSTTA=\ + "..\..\..\..\..\proj\hdf5_fortrandll\Debug\HDF5.MOD"\ + "..\..\..\..\..\proj\hdf5_hl_fortrandll\Debug\h5tb.mod"\ + +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/hl/fortran/test/test_hdf5_hl_fortran.BAT b/windows_vs6/hl/fortran/test/test_hdf5_hl_fortran.BAT new file mode 100755 index 0000000..95e4539 --- /dev/null +++ b/windows_vs6/hl/fortran/test/test_hdf5_hl_fortran.BAT @@ -0,0 +1,36 @@ +@REM Copyright by The HDF Group. +@REM Copyright by the Board of Trustees of the University of Illinois. +@REM All rights reserved. +@REM +@REM This file is part of HDF5. The full HDF5 copyright notice, including +@REM terms governing use, modification, and redistribution, is contained in +@REM the files COPYING and Copyright.html. COPYING can be found at the root +@REM of the source code distribution tree; Copyright.html can be found at the +@REM root level of an installed copy of the electronic HDF5 document set and +@REM is linked from the top-level documents page. It can also be found at +@REM http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have +@REM access to either file, you may request a copy from help@hdfgroup.org. + +@ECHO OFF + +REM This batch file will be used to test HDF5 High Level Fortran Library. +REM By Xuan Bai +REM Last Modified on: 07/15/2005 + +echo. +echo =============================================== +echo Testing hl_test_lite_fortran%2 -- %1 +echo =============================================== +hl_test_lite_fortran%2\%1\hl_test_lite_fortran%2 + +echo. +echo =============================================== +echo Testing hl_test_image_fortran%2 -- %1 +echo =============================================== +hl_test_image_fortran%2\%1\hl_test_image_fortran%2 + +echo. +echo =============================================== +echo Testing hl_test_table_fortran%2 -- %1 +echo =============================================== +hl_test_table_fortran%2\%1\hl_test_table_fortran%2 \ No newline at end of file diff --git a/windows_vs6/hl/test/hl_test_ds/hl_test_ds.dsp b/windows_vs6/hl/test/hl_test_ds/hl_test_ds.dsp new file mode 100755 index 0000000..df7116f --- /dev/null +++ b/windows_vs6/hl/test/hl_test_ds/hl_test_ds.dsp @@ -0,0 +1,112 @@ +# Microsoft Developer Studio Project File - Name="hl_test_ds" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=hl_test_ds - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hl_test_ds.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hl_test_ds.mak" CFG="hl_test_ds - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hl_test_ds - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "hl_test_ds - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=xicl6.exe +RSC=rc.exe + +!IF "$(CFG)" == "hl_test_ds - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../hl/test/hl_test_ds/Release" +# PROP Intermediate_Dir "../../../../hl/test/hl_test_ds/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\hl\src" /I "..\..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=xilink6.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "hl_test_ds - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../hl/test/hl_test_ds/Debug" +# PROP Intermediate_Dir "../../../../hl/test/hl_test_ds/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /I "..\..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=xilink6.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "hl_test_ds - Win32 Release" +# Name "hl_test_ds - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\hl\test\test_ds.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# Begin Source File + +SOURCE=..\..\..\..\hl\src\H5DS.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/hl/test/hl_test_dsdll/hl_test_dsdll.dsp b/windows_vs6/hl/test/hl_test_dsdll/hl_test_dsdll.dsp new file mode 100755 index 0000000..79c8468 --- /dev/null +++ b/windows_vs6/hl/test/hl_test_dsdll/hl_test_dsdll.dsp @@ -0,0 +1,108 @@ +# Microsoft Developer Studio Project File - Name="hl_test_dsdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=hl_test_dsdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hl_test_dsdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hl_test_dsdll.mak" CFG="hl_test_dsdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hl_test_dsdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "hl_test_dsdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=xicl6.exe +RSC=rc.exe + +!IF "$(CFG)" == "hl_test_dsdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../hl/test/hl_test_dsdll/Release" +# PROP Intermediate_Dir "../../../../hl/test/hl_test_dsdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\hl\src" /I "..\..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5USEHLDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=xilink6.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\proj\hdf5_hldll\hdf5_hldlld.dll" + +!ELSEIF "$(CFG)" == "hl_test_dsdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../hl/test/hl_test_dsdll/Debug" +# PROP Intermediate_Dir "../../../../hl/test/hl_test_dsdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /I "..\..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5USEHLDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=xilink6.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:".." + +!ENDIF + +# Begin Target + +# Name "hl_test_dsdll - Win32 Release" +# Name "hl_test_dsdll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\hl\test\test_ds.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/hl/test/hl_test_image/hl_test_image.dsp b/windows_vs6/hl/test/hl_test_image/hl_test_image.dsp new file mode 100755 index 0000000..69af7a0 --- /dev/null +++ b/windows_vs6/hl/test/hl_test_image/hl_test_image.dsp @@ -0,0 +1,96 @@ +# Microsoft Developer Studio Project File - Name="hl_test_image" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=hl_test_image - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hl_test_image.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hl_test_image.mak" CFG="hl_test_image - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hl_test_image - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "hl_test_image - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=xicl6.exe +RSC=rc.exe + +!IF "$(CFG)" == "hl_test_image - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../hl/test/hl_test_image/Release" +# PROP Intermediate_Dir "../../../../hl/test/hl_test_image/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\hl\src" /I "..\..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=xilink6.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "hl_test_image - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../hl/test/hl_test_image/Debug" +# PROP Intermediate_Dir "../../../../hl/test/hl_test_image/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /I "..\..\..\..\hl\src" /I "..\..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=xilink6.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "hl_test_image - Win32 Release" +# Name "hl_test_image - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\hl\test\test_image.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/hl/test/hl_test_imagedll/hl_test_imagedll.dsp b/windows_vs6/hl/test/hl_test_imagedll/hl_test_imagedll.dsp new file mode 100755 index 0000000..5f13662 --- /dev/null +++ b/windows_vs6/hl/test/hl_test_imagedll/hl_test_imagedll.dsp @@ -0,0 +1,108 @@ +# Microsoft Developer Studio Project File - Name="hl_test_imagedll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=hl_test_imagedll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hl_test_imagedll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hl_test_imagedll.mak" CFG="hl_test_imagedll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hl_test_imagedll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "hl_test_imagedll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=xicl6.exe +RSC=rc.exe + +!IF "$(CFG)" == "hl_test_imagedll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../hl/test/hl_test_imagedll/Release" +# PROP Intermediate_Dir "../../../../hl/test/hl_test_imagedll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\hl\src" /I "..\..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5USEHLDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=xilink6.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "hl_test_imagedll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../hl/test/hl_test_imagedll/Debug" +# PROP Intermediate_Dir "../../../../hl/test/hl_test_imagedll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /I "..\..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5USEHLDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=xilink6.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "hl_test_imagedll - Win32 Release" +# Name "hl_test_imagedll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\hl\test\test_image.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/hl/test/hl_test_lite/hl_test_lite.dsp b/windows_vs6/hl/test/hl_test_lite/hl_test_lite.dsp new file mode 100755 index 0000000..6b8287c --- /dev/null +++ b/windows_vs6/hl/test/hl_test_lite/hl_test_lite.dsp @@ -0,0 +1,96 @@ +# Microsoft Developer Studio Project File - Name="hl_test_lite" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=hl_test_lite - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hl_test_lite.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hl_test_lite.mak" CFG="hl_test_lite - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hl_test_lite - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "hl_test_lite - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=xicl6.exe +RSC=rc.exe + +!IF "$(CFG)" == "hl_test_lite - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../hl/test/hl_test_lite/Release" +# PROP Intermediate_Dir "../../../../hl/test/hl_test_lite/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\hl\src" /I "..\..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=xilink6.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "hl_test_lite - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../hl/test/hl_test_lite/Debug" +# PROP Intermediate_Dir "../../../../hl/test/hl_test_lite/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /I "..\..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=xilink6.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "hl_test_lite - Win32 Release" +# Name "hl_test_lite - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\hl\test\test_lite.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/hl/test/hl_test_litedll/hl_test_litedll.dsp b/windows_vs6/hl/test/hl_test_litedll/hl_test_litedll.dsp new file mode 100755 index 0000000..3e84161 --- /dev/null +++ b/windows_vs6/hl/test/hl_test_litedll/hl_test_litedll.dsp @@ -0,0 +1,108 @@ +# Microsoft Developer Studio Project File - Name="hl_test_litedll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=hl_test_litedll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hl_test_litedll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hl_test_litedll.mak" CFG="hl_test_litedll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hl_test_litedll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "hl_test_litedll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=xicl6.exe +RSC=rc.exe + +!IF "$(CFG)" == "hl_test_litedll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../hl/test/hl_test_litedll/Release" +# PROP Intermediate_Dir "../../../../hl/test/hl_test_litedll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\hl\src" /I "..\..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5USEHLDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=xilink6.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "hl_test_litedll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../hl/test/hl_test_litedll/Debug" +# PROP Intermediate_Dir "../../../../hl/test/hl_test_litedll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /I "..\..\..\..\hl\src" /I "..\..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5USEHLDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=xilink6.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "hl_test_litedll - Win32 Release" +# Name "hl_test_litedll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\hl\test\test_lite.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/hl/test/hl_test_packet/hl_test_packet.dsp b/windows_vs6/hl/test/hl_test_packet/hl_test_packet.dsp new file mode 100755 index 0000000..ed29572 --- /dev/null +++ b/windows_vs6/hl/test/hl_test_packet/hl_test_packet.dsp @@ -0,0 +1,108 @@ +# Microsoft Developer Studio Project File - Name="hl_test_packet" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=hl_test_packet - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hl_test_packet.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hl_test_packet.mak" CFG="hl_test_packet - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hl_test_packet - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "hl_test_packet - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=xicl6.exe +RSC=rc.exe + +!IF "$(CFG)" == "hl_test_packet - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../hl/test/hl_test_packet/Release" +# PROP Intermediate_Dir "../../../../hl/test/hl_test_packet/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /I "..\..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=xilink6.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "hl_test_packet - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../hl/test/hl_test_packet/Debug" +# PROP Intermediate_Dir "../../../../hl/test/hl_test_packet/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /I "..\..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=xilink6.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "hl_test_packet - Win32 Release" +# Name "hl_test_packet - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\hl\test\test_packet.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/hl/test/hl_test_packetdll/hl_test_packetdll.dsp b/windows_vs6/hl/test/hl_test_packetdll/hl_test_packetdll.dsp new file mode 100755 index 0000000..9fd3195 --- /dev/null +++ b/windows_vs6/hl/test/hl_test_packetdll/hl_test_packetdll.dsp @@ -0,0 +1,108 @@ +# Microsoft Developer Studio Project File - Name="hl_test_packetdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=hl_test_packetdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hl_test_packetdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hl_test_packetdll.mak" CFG="hl_test_packetdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hl_test_packetdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "hl_test_packetdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=xicl6.exe +RSC=rc.exe + +!IF "$(CFG)" == "hl_test_packetdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../hl/test/hl_test_packetdll/Release" +# PROP Intermediate_Dir "../../../../hl/test/hl_test_packetdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /I "..\..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5USEHLDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=xilink6.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "hl_test_packetdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../hl/test/hl_test_packetdll/Debug" +# PROP Intermediate_Dir "../../../../hl/test/hl_test_packetdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /I "..\..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5USEHLDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=xilink6.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "hl_test_packetdll - Win32 Release" +# Name "hl_test_packetdll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\hl\test\test_packet.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/hl/test/hl_test_table/hl_test_table.dsp b/windows_vs6/hl/test/hl_test_table/hl_test_table.dsp new file mode 100755 index 0000000..80db012 --- /dev/null +++ b/windows_vs6/hl/test/hl_test_table/hl_test_table.dsp @@ -0,0 +1,96 @@ +# Microsoft Developer Studio Project File - Name="hl_test_table" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=hl_test_table - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hl_test_table.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hl_test_table.mak" CFG="hl_test_table - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hl_test_table - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "hl_test_table - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=xicl6.exe +RSC=rc.exe + +!IF "$(CFG)" == "hl_test_table - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../hl/test/hl_test_table/Release" +# PROP Intermediate_Dir "../../../../hl/test/hl_test_table/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\hl\src" /I "..\..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=xilink6.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "hl_test_table - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../hl/test/hl_test_table/Debug" +# PROP Intermediate_Dir "../../../../hl/test/hl_test_table/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /I "..\..\..\..\hl\src" /I "..\..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=xilink6.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "hl_test_table - Win32 Release" +# Name "hl_test_table - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\hl\test\test_table.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/hl/test/hl_test_tabledll/hl_test_tabledll.dsp b/windows_vs6/hl/test/hl_test_tabledll/hl_test_tabledll.dsp new file mode 100755 index 0000000..9e21e35 --- /dev/null +++ b/windows_vs6/hl/test/hl_test_tabledll/hl_test_tabledll.dsp @@ -0,0 +1,108 @@ +# Microsoft Developer Studio Project File - Name="hl_test_tabledll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=hl_test_tabledll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hl_test_tabledll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hl_test_tabledll.mak" CFG="hl_test_tabledll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hl_test_tabledll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "hl_test_tabledll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=xicl6.exe +RSC=rc.exe + +!IF "$(CFG)" == "hl_test_tabledll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../hl/test/hl_test_tabledll/Release" +# PROP Intermediate_Dir "../../../../hl/test/hl_test_tabledll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /I "..\..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5USEHLDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=xilink6.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "hl_test_tabledll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../hl/test/hl_test_tabledll/Debug" +# PROP Intermediate_Dir "../../../../hl/test/hl_test_tabledll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\hl\src" /I "..\..\..\..\src" /I "..\..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5USEHLDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=xilink6.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "hl_test_tabledll - Win32 Release" +# Name "hl_test_tabledll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\hl\test\test_table.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/hl/test/test_hdf5_hl.BAT b/windows_vs6/hl/test/test_hdf5_hl.BAT new file mode 100755 index 0000000..d42aa86 --- /dev/null +++ b/windows_vs6/hl/test/test_hdf5_hl.BAT @@ -0,0 +1,56 @@ +@REM Copyright by The HDF Group. +@REM Copyright by the Board of Trustees of the University of Illinois. +@REM All rights reserved. +@REM +@REM This file is part of HDF5. The full HDF5 copyright notice, including +@REM terms governing use, modification, and redistribution, is contained in +@REM the files COPYING and Copyright.html. COPYING can be found at the root +@REM of the source code distribution tree; Copyright.html can be found at the +@REM root level of an installed copy of the electronic HDF5 document set and +@REM is linked from the top-level documents page. It can also be found at +@REM http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have +@REM access to either file, you may request a copy from help@hdfgroup.org. + +@ECHO OFF + +@REM This batch file will be used to test HDF5 High Level Library. +@REM By Xuan Bai +@REM Last Modified on: 07/14/2005 by Fang GUO + +echo. +echo =============================================== +echo Testing hl_test_ds%2 -- %1 +echo =============================================== +hl_test_ds%2\%1\hl_test_ds%2 + +echo. +echo =============================================== +echo Testing hl_test_lite%2 -- %1 +echo =============================================== +hl_test_lite%2\%1\hl_test_lite%2 + +echo. +echo =============================================== +echo Testing hl_test_image%2 -- %1 +echo =============================================== +hl_test_image%2\%1\hl_test_image%2 + +echo. +echo =============================================== +echo Testing hl_test_table%2 -- %1 +echo =============================================== +hl_test_table%2\%1\hl_test_table%2 + +echo. +echo =============================================== +echo Testing hl_test_packet%2 -- %1 +echo =============================================== +hl_test_packet%2\%1\hl_test_packet%2 + +echo. +echo =============================================== +echo Testing h52gif and gif2h5 -- %1 %2 +echo =============================================== +cd ..\tools\gif2h5 +call h52giftest %1 %2 +cd ..\..\test \ No newline at end of file diff --git a/windows_vs6/hl/tools/gif2h5/h52giftest.bat b/windows_vs6/hl/tools/gif2h5/h52giftest.bat new file mode 100644 index 0000000..a28b484 --- /dev/null +++ b/windows_vs6/hl/tools/gif2h5/h52giftest.bat @@ -0,0 +1,67 @@ +@REM Copyright by The HDF Group. +@REM Copyright by the Board of Trustees of the University of Illinois. +@REM All rights reserved. +@REM +@REM This file is part of HDF5. The full HDF5 copyright notice, including +@REM terms governing use, modification, and redistribution, is contained in +@REM the files COPYING and Copyright.html. COPYING can be found at the root +@REM of the source code distribution tree; Copyright.html can be found at the +@REM root level of an installed copy of the electronic HDF5 document set and +@REM is linked from the top-level documents page. It can also be found at +@REM http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have +@REM access to either file, you may request a copy from help@hdfgroup.org. + +@echo off + +::This batch file is for h52gif tests. +::Usage +:: h52giftest release -- release static version +:: h52giftest debug -- debug static version +:: h52giftest release dll -- release dll version +:: h52giftest debug dll -- debug dll version +:: Written By: Scott Wegner +:: Date : April 5, 2005 + + +REM Set up our environment + +mkdir temptest + +set TESTFILE1=..\testfiles\h52giftst.h5 +set TESTFILE2=..\testfiles\image1.gif + +set H52GIF=..\gifconv%2\h52gif%2\%1\h52gif%2.exe +set GIF2H5=..\gifconv%2\gif2h5%2\%1\gif2h5%2.exe + + +REM The tests + +REM TOOLTEST1 $TESTFILE1 image1.gif -i image +%H52GIF% %TESTFILE1% image1.gif -i image 2>%1 > temptest\gifconv_1.results +if %ERRORLEVEL% NEQ 0 ( + echo Testing h52gif h52giftst.h5 image1.gif -i image FAILED + type temptest\gifconv_1.results +) else ( + echo Testing h52gif h52giftst.h5 image1.gif -i image PASSED +) +del temptest\gifconv_1.results + +REM TOOLTEST2 $TESTFILE2 image1.h5 +%GIF2H5% %TESTFILE2% image1.h5 2>%1 > temptest\gifconv_2.results +if %ERRORLEVEL% NEQ 0 ( + echo Testing gif2h5 image1.gif image1.h5 FAILED + type temptest\gifconv_2.results +) else ( + echo Testing gif2h5 image1.gif image1.h5 PASSED +) +del temptest\gifconv_2.results + + +REM Cleanup +set TESTFILE1= +set TESTFILE2= + +set H52GIF= +set GIF2H5= + +rmdir /s/q temptest \ No newline at end of file diff --git a/windows_vs6/hl/tools/gifconv/gif2h5.dsp b/windows_vs6/hl/tools/gifconv/gif2h5.dsp new file mode 100755 index 0000000..7148f97 --- /dev/null +++ b/windows_vs6/hl/tools/gifconv/gif2h5.dsp @@ -0,0 +1,123 @@ +# Microsoft Developer Studio Project File - Name="gif2h5" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=gif2h5 - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "gif2h5.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "gif2h5.mak" CFG="gif2h5 - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "gif2h5 - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "gif2h5 - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "gif2h5 - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\..\hl\tools\gifconv\gif2h5\Release" +# PROP Intermediate_Dir "..\..\..\..\hl\tools\gifconv\gif2h5\Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\tools\lib" /I "..\..\..\..\hl\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" + +!ELSEIF "$(CFG)" == "gif2h5 - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\..\hl\tools\gifconv\gif2h5\Debug" +# PROP Intermediate_Dir "..\..\..\..\hl\tools\gifconv\gif2h5\Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /I "..\..\..\..\tools\lib" /I "..\..\..\..\hl\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "gif2h5 - Win32 Release" +# Name "gif2h5 - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\hl\tools\gif2h5\decompress.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\hl\tools\gif2h5\gif2hdf.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\hl\tools\gif2h5\gif2mem.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\hl\tools\gif2h5\gifread.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\hl\tools\gif2h5\writehdf.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/hl/tools/gifconv/h52gif.dsp b/windows_vs6/hl/tools/gifconv/h52gif.dsp new file mode 100755 index 0000000..5183286 --- /dev/null +++ b/windows_vs6/hl/tools/gifconv/h52gif.dsp @@ -0,0 +1,112 @@ +# Microsoft Developer Studio Project File - Name="h52gif" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=h52gif - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h52gif.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h52gif.mak" CFG="h52gif - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h52gif - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h52gif - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "h52gif - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\..\hl\tools\gifconv\h52gif\Release" +# PROP Intermediate_Dir "..\..\..\..\hl\tools\gifconv\h52gif\Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\tools\lib" /I "..\..\..\..\hl\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" + +!ELSEIF "$(CFG)" == "h52gif - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "h52gif___Win32_Debug" +# PROP BASE Intermediate_Dir "h52gif___Win32_Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\..\hl\tools\gifconv\h52gif\Debug" +# PROP Intermediate_Dir "..\..\..\..\hl\tools\gifconv\h52gif\debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /I "..\..\..\..\tools\lib" /I "..\..\..\..\hl\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "h52gif - Win32 Release" +# Name "h52gif - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\hl\tools\gif2h5\hdf2gif.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\hl\tools\gif2h5\hdfgifwr.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/hl/tools/gifconvdll/gif2h5dll.dsp b/windows_vs6/hl/tools/gifconvdll/gif2h5dll.dsp new file mode 100755 index 0000000..465a06f --- /dev/null +++ b/windows_vs6/hl/tools/gifconvdll/gif2h5dll.dsp @@ -0,0 +1,122 @@ +# Microsoft Developer Studio Project File - Name="gif2h5dll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=gif2h5dll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "gif2h5dll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "gif2h5dll.mak" CFG="gif2h5dll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "gif2h5dll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "gif2h5dll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "gif2h5dll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\..\hl\tools\gifconvdll\gif2h5dll\Release" +# PROP Intermediate_Dir "..\..\..\..\hl\tools\gifconvdll\gif2h5dll\Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\tools\lib" /I "..\..\..\..\hl\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "gif2h5dll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\..\hl\tools\gifconvdll\gif2h5dll\Debug" +# PROP Intermediate_Dir "..\..\..\..\hl\tools\gifconvdll\gif2h5dll\Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /I "..\..\..\..\tools\lib" /I "..\..\..\..\hl\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "gif2h5dll - Win32 Release" +# Name "gif2h5dll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\hl\tools\gif2h5\decompress.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\hl\tools\gif2h5\gif2hdf.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\hl\tools\gif2h5\gif2mem.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\hl\tools\gif2h5\gifread.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\hl\tools\gif2h5\writehdf.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/hl/tools/gifconvdll/h52gifdll.dsp b/windows_vs6/hl/tools/gifconvdll/h52gifdll.dsp new file mode 100755 index 0000000..90d6c49 --- /dev/null +++ b/windows_vs6/hl/tools/gifconvdll/h52gifdll.dsp @@ -0,0 +1,111 @@ +# Microsoft Developer Studio Project File - Name="h52gifdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=h52gifdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h52gifdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h52gifdll.mak" CFG="h52gifdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h52gifdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h52gifdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "h52gifdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\..\hl\tools\gifconvdll\h52gifdll\Release" +# PROP Intermediate_Dir "..\..\..\..\hl\tools\gifconvdll\h52gifdll\Release" +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\tools\lib" /I "..\..\..\..\hl\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "h52gifdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "h52gifdll___Win32_Debug" +# PROP BASE Intermediate_Dir "h52gifdll___Win32_Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\..\hl\tools\gifconvdll\h52gifdll\Debug" +# PROP Intermediate_Dir "..\..\..\..\hl\tools\gifconvdll\h52gifdll\Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /I "..\..\..\..\tools\lib" /I "..\..\..\..\hl\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "h52gifdll - Win32 Release" +# Name "h52gifdll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\hl\tools\gif2h5\hdf2gif.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\hl\tools\gif2h5\hdfgifwr.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/misc/H5fortran_detect_gen/H5fortran_detect_gen.dsp b/windows_vs6/misc/H5fortran_detect_gen/H5fortran_detect_gen.dsp new file mode 100755 index 0000000..ca84b3a --- /dev/null +++ b/windows_vs6/misc/H5fortran_detect_gen/H5fortran_detect_gen.dsp @@ -0,0 +1,106 @@ +# Microsoft Developer Studio Project File - Name="H5fortran_detect_gen" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=H5fortran_detect_gen - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "H5fortran_detect_gen.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "H5fortran_detect_gen.mak" CFG="H5fortran_detect_gen - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "H5fortran_detect_gen - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "H5fortran_detect_gen - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "H5fortran_detect_gen - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "H5fortran_detect_gen - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /out:"../../../fortran/src/H5fortran_detect_gen.exe" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "H5fortran_detect_gen - Win32 Release" +# Name "H5fortran_detect_gen - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5test_kind.f90 +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/misc/H5fortran_detect_gen/H5fortran_detect_gen.dsw b/windows_vs6/misc/H5fortran_detect_gen/H5fortran_detect_gen.dsw new file mode 100755 index 0000000..08e20a9 --- /dev/null +++ b/windows_vs6/misc/H5fortran_detect_gen/H5fortran_detect_gen.dsw @@ -0,0 +1,29 @@ +Microsoft Developer Studio Workspace File, Format Version 6.00 +# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! + +############################################################################### + +Project: "H5fortran_detect_gen"=.\H5fortran_detect_gen.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Global: + +Package=<5> +{{{ +}}} + +Package=<3> +{{{ +}}} + +############################################################################### + diff --git a/windows_vs6/misc/fortrantypegen/H5fortran_detect.dsp b/windows_vs6/misc/fortrantypegen/H5fortran_detect.dsp new file mode 100755 index 0000000..1fe22c4 --- /dev/null +++ b/windows_vs6/misc/fortrantypegen/H5fortran_detect.dsp @@ -0,0 +1,106 @@ +# Microsoft Developer Studio Project File - Name="H5fortran_detect" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=H5fortran_detect - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "H5fortran_detect.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "H5fortran_detect.mak" CFG="H5fortran_detect - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "H5fortran_detect - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "H5fortran_detect - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "H5fortran_detect - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "H5fortran_detect - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /out:"../../../fortran/src/H5fortran_detect.exe" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "H5fortran_detect - Win32 Release" +# Name "H5fortran_detect - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5fortran_detect.f90 +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/misc/fortrantypegen/fortrantypegen.dsw b/windows_vs6/misc/fortrantypegen/fortrantypegen.dsw new file mode 100755 index 0000000..87fe8e1 --- /dev/null +++ b/windows_vs6/misc/fortrantypegen/fortrantypegen.dsw @@ -0,0 +1,29 @@ +Microsoft Developer Studio Workspace File, Format Version 6.00 +# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! + +############################################################################### + +Project: "H5fortran_detect"=.\H5fortran_detect.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Global: + +Package=<5> +{{{ +}}} + +Package=<3> +{{{ +}}} + +############################################################################### + diff --git a/windows_vs6/misc/matchtypegen/H5match_types.dsp b/windows_vs6/misc/matchtypegen/H5match_types.dsp new file mode 100755 index 0000000..b619acb --- /dev/null +++ b/windows_vs6/misc/matchtypegen/H5match_types.dsp @@ -0,0 +1,106 @@ +# Microsoft Developer Studio Project File - Name="H5match_types" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=H5match_types - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "H5match_types.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "H5match_types.mak" CFG="H5match_types - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "H5match_types - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "H5match_types - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "H5match_types - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "H5match_types - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "../../../fortran/src" /I "../../../src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /out:"../../../fortran/src/H5match_types.exe" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "H5match_types - Win32 Release" +# Name "H5match_types - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5match_types.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/misc/matchtypegen/matchtypegen.dsw b/windows_vs6/misc/matchtypegen/matchtypegen.dsw new file mode 100755 index 0000000..003fcad --- /dev/null +++ b/windows_vs6/misc/matchtypegen/matchtypegen.dsw @@ -0,0 +1,29 @@ +Microsoft Developer Studio Workspace File, Format Version 6.00 +# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! + +############################################################################### + +Project: "H5match_types"=.\H5match_types.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Global: + +Package=<5> +{{{ +}}} + +Package=<3> +{{{ +}}} + +############################################################################### + diff --git a/windows_vs6/misc/typegen/h5tinit/h5tinit.dsp b/windows_vs6/misc/typegen/h5tinit/h5tinit.dsp new file mode 100755 index 0000000..54666df --- /dev/null +++ b/windows_vs6/misc/typegen/h5tinit/h5tinit.dsp @@ -0,0 +1,106 @@ +# Microsoft Developer Studio Project File - Name="h5tinit" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=h5tinit - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h5tinit.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h5tinit.mak" CFG="h5tinit - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h5tinit - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h5tinit - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "h5tinit - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x404 /d "NDEBUG" +# ADD RSC /l 0x404 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "h5tinit - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x404 /d "_DEBUG" +# ADD RSC /l 0x404 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /out:"../../../../src/h5tinit.exe" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "h5tinit - Win32 Release" +# Name "h5tinit - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\src\H5detect.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/misc/typegen/typegen.dsw b/windows_vs6/misc/typegen/typegen.dsw new file mode 100755 index 0000000..ba053a1 --- /dev/null +++ b/windows_vs6/misc/typegen/typegen.dsw @@ -0,0 +1,29 @@ +Microsoft Developer Studio Workspace File, Format Version 6.00 +# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! + +############################################################################### + +Project: "h5tinit"=".\h5tinit\h5tinit.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Global: + +Package=<5> +{{{ +}}} + +Package=<3> +{{{ +}}} + +############################################################################### + diff --git a/windows_vs6/proj/all/all.dsp b/windows_vs6/proj/all/all.dsp new file mode 100755 index 0000000..575d477 --- /dev/null +++ b/windows_vs6/proj/all/all.dsp @@ -0,0 +1,69 @@ +# Microsoft Developer Studio Project File - Name="all" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Generic Project" 0x010a + +CFG=all - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "all.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "all.mak" CFG="all - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "all - Win32 Release" (based on "Win32 (x86) Generic Project") +!MESSAGE "all - Win32 Debug" (based on "Win32 (x86) Generic Project") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +MTL=midl.exe + +!IF "$(CFG)" == "all - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "all___Win32_Release" +# PROP BASE Intermediate_Dir "all___Win32_Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"all___Win32_Release/" +# ADD F90 /include:"Release/" + +!ELSEIF "$(CFG)" == "all - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" + +!ENDIF + +# Begin Target + +# Name "all - Win32 Release" +# Name "all - Win32 Debug" +# End Target +# End Project diff --git a/windows_vs6/proj/all/all.dsw b/windows_vs6/proj/all/all.dsw new file mode 100755 index 0000000..c7a186b --- /dev/null +++ b/windows_vs6/proj/all/all.dsw @@ -0,0 +1,3671 @@ +Microsoft Developer Studio Workspace File, Format Version 6.00 +# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! + +############################################################################### + +Project: "all"=".\all.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name big + End Project Dependency + Begin Project Dependency + Project_Dep_Name bittests + End Project Dependency + Begin Project Dependency + Project_Dep_Name chunk + End Project Dependency + Begin Project Dependency + Project_Dep_Name cmpd_dset + End Project Dependency + Begin Project Dependency + Project_Dep_Name dsets + End Project Dependency + Begin Project Dependency + Project_Dep_Name dtypes + End Project Dependency + Begin Project Dependency + Project_Dep_Name enum + End Project Dependency + Begin Project Dependency + Project_Dep_Name extend + End Project Dependency + Begin Project Dependency + Project_Dep_Name external + End Project Dependency + Begin Project Dependency + Project_Dep_Name fillval + End Project Dependency + Begin Project Dependency + Project_Dep_Name flush1 + End Project Dependency + Begin Project Dependency + Project_Dep_Name flush2 + End Project Dependency + Begin Project Dependency + Project_Dep_Name gheap + End Project Dependency + Begin Project Dependency + Project_Dep_Name h5debug + End Project Dependency + Begin Project Dependency + Project_Dep_Name h5dump + End Project Dependency + Begin Project Dependency + Project_Dep_Name h5dumptst + End Project Dependency + Begin Project Dependency + Project_Dep_Name h5import + End Project Dependency + Begin Project Dependency + Project_Dep_Name h5ls + End Project Dependency + Begin Project Dependency + Project_Dep_Name h5repart + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name hyperslab + End Project Dependency + Begin Project Dependency + Project_Dep_Name iopipe + End Project Dependency + Begin Project Dependency + Project_Dep_Name istore + End Project Dependency + Begin Project Dependency + Project_Dep_Name lheap + End Project Dependency + Begin Project Dependency + Project_Dep_Name links + End Project Dependency + Begin Project Dependency + Project_Dep_Name mount + End Project Dependency + Begin Project Dependency + Project_Dep_Name mtime + End Project Dependency + Begin Project Dependency + Project_Dep_Name ohdr + End Project Dependency + Begin Project Dependency + Project_Dep_Name overhead + End Project Dependency + Begin Project Dependency + Project_Dep_Name stab + End Project Dependency + Begin Project Dependency + Project_Dep_Name unlink + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency + Begin Project Dependency + Project_Dep_Name toolslib + End Project Dependency + Begin Project Dependency + Project_Dep_Name toolslibD + End Project Dependency + Begin Project Dependency + Project_Dep_Name bigdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name bittestsdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name chunkdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name cmpd_dsetdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name dsetsdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name dtypesdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name enumdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name extenddll + End Project Dependency + Begin Project Dependency + Project_Dep_Name externaldll + End Project Dependency + Begin Project Dependency + Project_Dep_Name fillvaldll + End Project Dependency + Begin Project Dependency + Project_Dep_Name flush1dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name flush2dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name gheapdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name h5debugdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name h5dumpdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name h5importdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name h5lsdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name h5repartdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hyperslabdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name iopipedll + End Project Dependency + Begin Project Dependency + Project_Dep_Name istoredll + End Project Dependency + Begin Project Dependency + Project_Dep_Name lheapdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name linksdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name mountdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name mtimedll + End Project Dependency + Begin Project Dependency + Project_Dep_Name ohdrdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name overheaddll + End Project Dependency + Begin Project Dependency + Project_Dep_Name stabdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name unlinkdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name getname + End Project Dependency + Begin Project Dependency + Project_Dep_Name set_extent + End Project Dependency + Begin Project Dependency + Project_Dep_Name ntypes + End Project Dependency + Begin Project Dependency + Project_Dep_Name getnamedll + End Project Dependency + Begin Project Dependency + Project_Dep_Name ntypedll + End Project Dependency + Begin Project Dependency + Project_Dep_Name set_extentdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name ntypesdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency + Begin Project Dependency + Project_Dep_Name testhdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name testhdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name h5diff + End Project Dependency + Begin Project Dependency + Project_Dep_Name h5difftst + End Project Dependency + Begin Project Dependency + Project_Dep_Name h5repack + End Project Dependency + Begin Project Dependency + Project_Dep_Name h5repacktst + End Project Dependency + Begin Project Dependency + Project_Dep_Name h5importtst + End Project Dependency + Begin Project Dependency + Project_Dep_Name cache + End Project Dependency + Begin Project Dependency + Project_Dep_Name cachedll + End Project Dependency + Begin Project Dependency + Project_Dep_Name reserved + End Project Dependency + Begin Project Dependency + Project_Dep_Name reserveddll + End Project Dependency + Begin Project Dependency + Project_Dep_Name h5diffdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name h5repackdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name h5jam + End Project Dependency + Begin Project Dependency + Project_Dep_Name h5unjam + End Project Dependency + Begin Project Dependency + Project_Dep_Name h5jamtst + End Project Dependency + Begin Project Dependency + Project_Dep_Name getub + End Project Dependency + Begin Project Dependency + Project_Dep_Name tellub + End Project Dependency + Begin Project Dependency + Project_Dep_Name dangle + End Project Dependency + Begin Project Dependency + Project_Dep_Name dtransform + End Project Dependency + Begin Project Dependency + Project_Dep_Name dangledll + End Project Dependency + Begin Project Dependency + Project_Dep_Name dtransformdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name talign + End Project Dependency + Begin Project Dependency + Project_Dep_Name taligndll + End Project Dependency + Begin Project Dependency + Project_Dep_Name testh5repack_detect_szipdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name testh5repack_detect_szip + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_hl + End Project Dependency + Begin Project Dependency + Project_Dep_Name hl_test_lite + End Project Dependency + Begin Project Dependency + Project_Dep_Name hl_test_image + End Project Dependency + Begin Project Dependency + Project_Dep_Name hl_test_table + End Project Dependency + Begin Project Dependency + Project_Dep_Name btree2 + End Project Dependency + Begin Project Dependency + Project_Dep_Name btree2dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name pool + End Project Dependency + Begin Project Dependency + Project_Dep_Name pooldll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hl_test_ds + End Project Dependency + Begin Project Dependency + Project_Dep_Name hl_test_packet + End Project Dependency + Begin Project Dependency + Project_Dep_Name h5repart_gentest + End Project Dependency + Begin Project Dependency + Project_Dep_Name h5reparttst + End Project Dependency + Begin Project Dependency + Project_Dep_Name dt_arith + End Project Dependency + Begin Project Dependency + Project_Dep_Name dt_arithdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_hldll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hl_test_dsdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hl_test_imagedll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hl_test_litedll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hl_test_packetdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hl_test_tabledll + End Project Dependency + Begin Project Dependency + Project_Dep_Name h5stat + End Project Dependency + Begin Project Dependency + Project_Dep_Name h5statdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name objcopy + End Project Dependency + Begin Project Dependency + Project_Dep_Name objcopydll + End Project Dependency + Begin Project Dependency + Project_Dep_Name cache_api + End Project Dependency + Begin Project Dependency + Project_Dep_Name cache_apidll + End Project Dependency + Begin Project Dependency + Project_Dep_Name fheap + End Project Dependency + Begin Project Dependency + Project_Dep_Name fheapdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name gif2h5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name gif2h5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name h52gif + End Project Dependency + Begin Project Dependency + Project_Dep_Name h52gifdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name cross_read + End Project Dependency + Begin Project Dependency + Project_Dep_Name cross_readdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name binread + End Project Dependency + Begin Project Dependency + Project_Dep_Name h5copy + End Project Dependency + Begin Project Dependency + Project_Dep_Name vfd + End Project Dependency + Begin Project Dependency + Project_Dep_Name vfddll + End Project Dependency + Begin Project Dependency + Project_Dep_Name error_api + End Project Dependency + Begin Project Dependency + Project_Dep_Name error_apidll + End Project Dependency + Begin Project Dependency + Project_Dep_Name error_compat + End Project Dependency + Begin Project Dependency + Project_Dep_Name error_compatdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name h5mkgrp + End Project Dependency + Begin Project Dependency + Project_Dep_Name dsets_cpp + End Project Dependency + Begin Project Dependency + Project_Dep_Name dsets_cppdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_cpp + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_cppdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_hl_cpp + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_hl_cppdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hl_test_table_cpp + End Project Dependency + Begin Project Dependency + Project_Dep_Name hl_test_table_cppdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name testhdf5_cpp + End Project Dependency + Begin Project Dependency + Project_Dep_Name testhdf5_cppdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name ohdr_gentst + End Project Dependency +}}} + +############################################################################### + +Project: "big"="..\..\test\big\big.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "bigdll"="..\..\test\bigdll\bigdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "binread"="..\..\tools\testfiles\binread\binread.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "bittests"="..\..\test\bittests\bittests.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency +}}} + +############################################################################### + +Project: "bittestsdll"="..\..\test\bittestsdll\bittestsdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency +}}} + +############################################################################### + +Project: "btree2"="..\..\test\btree2\btree2.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "btree2dll"="..\..\test\btree2dll\btree2dll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "cache"="..\..\TEST\cache\cache.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "cache_api"="..\..\TEST\cache_api\cache_api.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "cache_apidll"="..\..\TEST\cache_apidll\cache_apidll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "cachedll"="..\..\TEST\cachedll\cachedll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "chunk"="..\..\test\chunk\chunk.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency +}}} + +############################################################################### + +Project: "chunkdll"="..\..\test\chunkdll\chunkdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency +}}} + +############################################################################### + +Project: "cmpd_dset"="..\..\test\cmpd_dset\cmpd_dset.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "cmpd_dsetdll"="..\..\test\cmpd_dsetdll\cmpd_dsetdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "cross_read"="..\..\TEST\cross_read\cross_read.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "cross_readdll"="..\..\TEST\cross_readdll\cross_readdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "dangle"="..\..\TEST\dangle\dangle.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "dangledll"="..\..\TEST\dangledll\dangledll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "dsets"="..\..\test\dsets\dsets.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "dsets_cpp"="..\..\c++\test\dsets_cpp\dsets_cpp.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5_cpp + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "dsets_cppdll"="..\..\c++\test\dsets_cppdll\dsets_cppdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5_cppdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "dsetsdll"="..\..\test\dsetsdll\dsetsdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "dt_arith"="..\..\test\dt_arith\dt_arith.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "dt_arithdll"="..\..\test\dt_arithdll\dt_arithdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "dtransform"="..\..\TEST\dtransform\dtransform.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "dtransformdll"="..\..\TEST\dtransformdll\dtransformdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "dtypes"="..\..\test\dtypes\dtypes.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "dtypesdll"="..\..\test\dtypesdll\dtypesdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "enum"="..\..\test\enum\enum.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "enumdll"="..\..\test\enumdll\enumdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "error_api"="..\..\test\error_api\error_api.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "error_apidll"="..\..\test\error_apidll\error_apidll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "error_compat"="..\..\test\error_compat\error_compat.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "error_compatdll"="..\..\test\error_compatdll\error_compatdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "extend"="..\..\test\extend\extend.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "extenddll"="..\..\test\extenddll\extenddll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "external"="..\..\test\external\external.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "externaldll"="..\..\test\externaldll\externaldll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "fheap"="..\..\test\fheap\fheap.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "fheapdll"="..\..\TEST\fheapdll\fheapdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "fillval"="..\..\test\fillval\fillval.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "fillvaldll"="..\..\test\fillvaldll\fillvaldll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "flush1"="..\..\test\flush1\flush1.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "flush1_fortran"="..\..\FORTRAN\TEST\flush1_fortran\flush1_fortran.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5_fortran + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest_fortran + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_f90cstub + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "flush1_fortrandll"="..\..\FORTRAN\TEST\flush1_fortrandll\flush1_fortrandll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5_fortrandll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_f90cstubdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest_fortrandll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest_cstubdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "flush1dll"="..\..\test\flush1dll\flush1dll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "flush2"="..\..\test\flush2\flush2.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "flush2_fortran"="..\..\FORTRAN\TEST\flush2_fortran\flush2_fortran.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name libtest_fortran + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_fortran + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_f90cstub + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "flush2_fortrandll"="..\..\FORTRAN\TEST\flush2_fortrandll\flush2_fortrandll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5_f90cstubdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_fortrandll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest_fortrandll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest_cstubdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "flush2dll"="..\..\test\flush2dll\flush2dll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "getname"="..\..\TEST\getname\getname.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "getnamedll"="..\..\test\getnamedll\getnamedll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "getub"="..\..\TEST\getub\getub.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name toolslib + End Project Dependency +}}} + +############################################################################### + +Project: "gheap"="..\..\test\gheap\gheap.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "gheapdll"="..\..\test\gheapdll\gheapdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "gif2h5"="..\..\hl\tools\gifconv\gif2h5.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name toolslib + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_hl + End Project Dependency +}}} + +############################################################################### + +Project: "gif2h5dll"="..\..\hl\tools\gifconvdll\gif2h5dll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5_hldll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name toolslibD + End Project Dependency +}}} + +############################################################################### + +Project: "h52gif"="..\..\hl\tools\gifconv\h52gif.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_hl + End Project Dependency + Begin Project Dependency + Project_Dep_Name toolslib + End Project Dependency +}}} + +############################################################################### + +Project: "h52gifdll"="..\..\hl\tools\gifconvdll\h52gifdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5_hldll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name toolslibD + End Project Dependency +}}} + +############################################################################### + +Project: "h5copy"="..\..\tools\h5copy\h5copy.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name toolslib + End Project Dependency +}}} + +############################################################################### + +Project: "h5debug"="..\..\tools\h5debug\h5debug.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency +}}} + +############################################################################### + +Project: "h5debugdll"="..\..\tools\h5debugdll\h5debugdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency +}}} + +############################################################################### + +Project: "h5diff"="..\..\TOOLS\h5diff\h5diff.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name toolslib + End Project Dependency +}}} + +############################################################################### + +Project: "h5diffdll"="..\..\TOOLS\h5diffdll\h5diffdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name toolslibD + End Project Dependency +}}} + +############################################################################### + +Project: "h5difftst"="..\..\TOOLS\TESTFILES\h5difftst\h5difftst.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency +}}} + +############################################################################### + +Project: "h5dump"="..\..\tools\h5dump\h5dump.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name toolslib + End Project Dependency +}}} + +############################################################################### + +Project: "h5dumpdll"="..\..\tools\h5dumpdll\h5dumpdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name toolslibD + End Project Dependency +}}} + +############################################################################### + +Project: "h5dumptst"="..\..\tools\testfiles\h5dumptst\h5dumptst.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name toolslib + End Project Dependency +}}} + +############################################################################### + +Project: "h5import"="..\..\tools\h5import\h5import.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency +}}} + +############################################################################### + +Project: "h5importdll"="..\..\tools\h5importdll\h5importdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency +}}} + +############################################################################### + +Project: "h5importtst"="..\..\TOOLS\TESTFILES\h5importtst\h5importtst.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency +}}} + +############################################################################### + +Project: "h5jam"="..\..\TOOLS\h5jam\h5jam.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name toolslib + End Project Dependency +}}} + +############################################################################### + +Project: "h5jamtst"="..\..\TOOLS\TESTFILES\h5jamtst\h5jamtst.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency +}}} + +############################################################################### + +Project: "h5ls"="..\..\tools\h5ls\h5ls.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name toolslib + End Project Dependency +}}} + +############################################################################### + +Project: "h5lsdll"="..\..\tools\h5lsdll\h5lsdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name toolslibD + End Project Dependency +}}} + +############################################################################### + +Project: "h5mkgrp"="..\..\TOOLS\h5mkgrp\h5mkgrp.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name toolslib + End Project Dependency +}}} + +############################################################################### + +Project: "h5repack"="..\..\tools\h5repack\h5repack.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name toolslib + End Project Dependency +}}} + +############################################################################### + +Project: "h5repackdll"="..\..\TOOLS\h5repackdll\h5repackdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name toolslibD + End Project Dependency +}}} + +############################################################################### + +Project: "h5repacktst"="..\..\tools\testfiles\h5repacktst\h5repacktst.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name toolslib + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "h5repart"="..\..\tools\h5repart\h5repart.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency +}}} + +############################################################################### + +Project: "h5repart_gentest"="..\..\TOOLS\TESTFILES\h5repart_gentest\h5repart_gentest.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency +}}} + +############################################################################### + +Project: "h5repartdll"="..\..\tools\h5repartdll\h5repartdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency +}}} + +############################################################################### + +Project: "h5reparttst"="..\..\TOOLS\TESTFILES\h5reparttst\h5reparttst.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency +}}} + +############################################################################### + +Project: "h5stat"="..\..\TOOLS\h5stat\h5stat.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name toolslib + End Project Dependency +}}} + +############################################################################### + +Project: "h5statdll"="..\..\TOOLS\h5statdll\h5statdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name toolslibD + End Project Dependency +}}} + +############################################################################### + +Project: "h5unjam"="..\..\TOOLS\h5unjam\h5unjam.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name toolslib + End Project Dependency +}}} + +############################################################################### + +Project: "hdf5"="..\hdf5\hdf5.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "hdf5_cpp"="..\hdf5_cpp\hdf5_cpp.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency +}}} + +############################################################################### + +Project: "hdf5_cppdll"="..\hdf5_cppdll\hdf5_cppdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency +}}} + +############################################################################### + +Project: "hdf5_f90cstub"="..\hdf5_f90cstub\hdf5_f90cstub.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency +}}} + +############################################################################### + +Project: "hdf5_f90cstubdll"="..\hdf5_f90cstubdll\hdf5_f90cstubdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency +}}} + +############################################################################### + +Project: "hdf5_fortran"="..\hdf5_fortran\hdf5_fortran.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5_f90cstub + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency +}}} + +############################################################################### + +Project: "hdf5_fortrandll"="..\hdf5_fortrandll\hdf5_fortrandll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5_f90cstubdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency +}}} + +############################################################################### + +Project: "hdf5_hl"="..\hdf5_hl\hdf5_hl.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "hdf5_hl_cpp"="..\hdf5_hl_cpp\hdf5_hl_cpp.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5_cpp + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_hl + End Project Dependency +}}} + +############################################################################### + +Project: "hdf5_hl_cppdll"="..\hdf5_hl_cppdll\hdf5_hl_cppdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5_hldll + End Project Dependency +}}} + +############################################################################### + +Project: "hdf5_hl_f90cstubdll"="..\hdf5_hl_f90cstubdll\hdf5_hl_f90cstubdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_hldll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_f90cstubdll + End Project Dependency +}}} + +############################################################################### + +Project: "hdf5_hl_fortran"="..\hdf5_hl_fortran\hdf5_hl_fortran.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5_hl + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_fortran + End Project Dependency +}}} + +############################################################################### + +Project: "hdf5_hl_fortrandll"="..\hdf5_hl_fortrandll\hdf5_hl_fortrandll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_hl_f90cstubdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_fortrandll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_f90cstubdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_hldll + End Project Dependency +}}} + +############################################################################### + +Project: "hdf5_hldll"="..\hdf5_hldll\hdf5_hldll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency +}}} + +############################################################################### + +Project: "hdf5dll"="..\hdf5dll\hdf5dll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "hl_test_ds"="..\..\HL\TEST\hl_test_ds\hl_test_ds.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_hl + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "hl_test_dsdll"="..\..\hl\test\hl_test_dsdll\hl_test_dsdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5_hldll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "hl_test_image"="..\..\HL\TEST\hl_test_image\hl_test_image.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_hl + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "hl_test_image_fortran"="..\..\HL\FORTRAN\TEST\hl_test_image_fortran\hl_test_image_fortran.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5_fortran + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_hl_fortran + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_f90cstub + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_hl + End Project Dependency +}}} + +############################################################################### + +Project: "hl_test_image_fortrandll"="..\..\HL\FORTRAN\TEST\hl_test_image_fortrandll\hl_test_image_fortrandll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5_fortrandll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_hl_fortrandll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_f90cstubdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_hl_f90cstubdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_hldll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency +}}} + +############################################################################### + +Project: "hl_test_imagedll"="..\..\hl\test\hl_test_imagedll\hl_test_imagedll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5_hldll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "hl_test_lite"="..\..\HL\TEST\hl_test_lite\hl_test_lite.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_hl + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "hl_test_lite_fortran"="..\..\HL\FORTRAN\TEST\hl_test_lite_fortran\hl_test_lite_fortran.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5_hl_fortran + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_fortran + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_f90cstub + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_hl + End Project Dependency +}}} + +############################################################################### + +Project: "hl_test_lite_fortrandll"="..\..\HL\FORTRAN\TEST\hl_test_lite_fortrandll\hl_test_lite_fortrandll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5_fortrandll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_hl_fortrandll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_f90cstubdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_hl_f90cstubdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_hldll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency +}}} + +############################################################################### + +Project: "hl_test_litedll"="..\..\hl\test\hl_test_litedll\hl_test_litedll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5_hldll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "hl_test_packet"="..\..\HL\TEST\hl_test_packet\hl_test_packet.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_hl + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "hl_test_packetdll"="..\..\hl\test\hl_test_packetdll\hl_test_packetdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5_hldll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "hl_test_table"="..\..\HL\TEST\hl_test_table\hl_test_table.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_hl + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "hl_test_table_cpp"="..\..\hl\c++\test\hl_test_table_cpp\hl_test_table_cpp.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5_cpp + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_hl_cpp + End Project Dependency +}}} + +############################################################################### + +Project: "hl_test_table_cppdll"="..\..\hl\c++\test\hl_test_table_cppdll\hl_test_table_cppdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5_hl_cppdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_cppdll + End Project Dependency +}}} + +############################################################################### + +Project: "hl_test_table_fortran"="..\..\HL\FORTRAN\TEST\hl_test_table_fortran\hl_test_table_fortran.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5_fortran + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_hl_fortran + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_f90cstub + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_hl + End Project Dependency +}}} + +############################################################################### + +Project: "hl_test_table_fortrandll"="..\..\HL\FORTRAN\TEST\hl_test_table_fortrandll\hl_test_table_fortrandll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5_fortrandll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_hl_fortrandll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_f90cstubdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_hl_f90cstubdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_hldll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency +}}} + +############################################################################### + +Project: "hl_test_tabledll"="..\..\hl\test\hl_test_tabledll\hl_test_tabledll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5_hldll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "hyperslab"="..\..\test\hyperslab\hyperslab.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency +}}} + +############################################################################### + +Project: "hyperslabdll"="..\..\test\hyperslabdll\hyperslabdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency +}}} + +############################################################################### + +Project: "iopipe"="..\..\test\iopipe\iopipe.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency +}}} + +############################################################################### + +Project: "iopipedll"="..\..\test\iopipedll\iopipedll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency +}}} + +############################################################################### + +Project: "istore"="..\..\test\istore\istore.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "istoredll"="..\..\test\istoredll\istoredll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "lheap"="..\..\test\lheap\lheap.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "lheapdll"="..\..\test\lheapdll\lheapdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "libtest"="..\..\test\libtest\libtest.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency +}}} + +############################################################################### + +Project: "libtestD"="..\..\test\libtestD\libtestD.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency +}}} + +############################################################################### + +Project: "libtest_cstubdll"="..\..\fortran\test\libtest_cstubdll\libtest_cstubdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "libtest_fortran"="..\..\FORTRAN\TEST\libtest_fortran\libtest_fortran.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "libtest_fortrandll"="..\..\fortran\test\libtest_fortrandll\libtest_fortrandll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name libtest_cstubdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "links"="..\..\test\links\links.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "linksdll"="..\..\test\linksdll\linksdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "mount"="..\..\test\mount\mount.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "mountdll"="..\..\test\mountdll\mountdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "mtime"="..\..\test\mtime\mtime.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "mtimedll"="..\..\test\mtimedll\mtimedll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "ntypes"="..\..\test\ntypes\ntypes.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "ntypesdll"="..\..\test\ntypesdll\ntypesdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "objcopy"="..\..\TEST\objcopy\objcopy.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "objcopydll"="..\..\TEST\objcopydll\objcopydll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "ohdr"="..\..\test\ohdr\ohdr.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "ohdr_gentst"="..\..\TEST\ohdr_gentst\ohdr_gentst.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency +}}} + +############################################################################### + +Project: "ohdrdll"="..\..\test\ohdrdll\ohdrdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "overhead"="..\..\test\overhead\overhead.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency +}}} + +############################################################################### + +Project: "overheaddll"="..\..\test\overheaddll\overheaddll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency +}}} + +############################################################################### + +Project: "pool"="..\..\TEST\pool\pool.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "pooldll"="..\..\TEST\pooldll\pooldll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "reserved"="..\..\TEST\reserved\reserved.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "reserveddll"="..\..\TEST\reserveddll\reserveddll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "set_extent"="..\..\TEST\set_extent\set_extent.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "set_extentdll"="..\..\test\set_extentdll\set_extentdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "stab"="..\..\test\stab\stab.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "stabdll"="..\..\test\stabdll\stabdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "talign"="..\..\TOOLS\talign\talign.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name toolslib + End Project Dependency +}}} + +############################################################################### + +Project: "taligndll"="..\..\TOOLS\taligndll\taligndll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name toolslibD + End Project Dependency +}}} + +############################################################################### + +Project: "tellub"="..\..\TEST\tellub\tellub.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name toolslib + End Project Dependency +}}} + +############################################################################### + +Project: "testh5repack_detect_szip"="..\..\TOOLS\TESTFILES\testh5repack_detect_szip\testh5repack_detect_szip.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name toolslib + End Project Dependency +}}} + +############################################################################### + +Project: "testh5repack_detect_szipdll"="..\..\TOOLS\TESTFILES\testh5repack_detect_szipdll\testh5repack_detect_szipdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name toolslibD + End Project Dependency +}}} + +############################################################################### + +Project: "testhdf5"="..\..\test\testhdf5\testhdf5.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "testhdf5_cpp"="..\..\C++\TEST\testhdf5_cpp\testhdf5_cpp.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5_cpp + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "testhdf5_cppdll"="..\..\c++\test\testhdf5_cppdll\testhdf5_cppdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5_cppdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "testhdf5_fortran"="..\..\FORTRAN\TEST\testhdf5_fortran\testhdf5_fortran.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5_fortran + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest_fortran + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_f90cstub + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "testhdf5_fortrandll"="..\..\fortran\test\testhdf5_fortrandll\testhdf5_fortrandll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5_fortrandll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5_f90cstubdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest_fortrandll + End Project Dependency + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest_cstubdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "testhdf5dll"="..\..\test\testhdf5dll\testhdf5dll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "toolslib"="..\..\tools\toolslib\toolslib.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "toolslibD"="..\..\tools\toolslibD\toolslibD.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "ttsafedll"="..\..\test\ttsafedll\ttsafedll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "unlink"="..\..\test\unlink\unlink.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "unlinkdll"="..\..\test\unlinkdll\unlinkdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Project: "vfd"="..\..\TEST\vfd\vfd.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5 + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtest + End Project Dependency +}}} + +############################################################################### + +Project: "vfddll"="..\..\TEST\vfddll\vfddll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name hdf5dll + End Project Dependency + Begin Project Dependency + Project_Dep_Name libtestD + End Project Dependency +}}} + +############################################################################### + +Global: + +Package=<5> +{{{ +}}} + +Package=<3> +{{{ +}}} + +############################################################################### + diff --git a/windows_vs6/proj/hdf5/hdf5.dsp b/windows_vs6/proj/hdf5/hdf5.dsp new file mode 100755 index 0000000..f92823a --- /dev/null +++ b/windows_vs6/proj/hdf5/hdf5.dsp @@ -0,0 +1,3560 @@ +# Microsoft Developer Studio Project File - Name="hdf5" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (ALPHA) Static Library" 0x0604 +# TARGTYPE "Win32 (x86) Static Library" 0x0104 + +CFG=hdf5 - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hdf5.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hdf5.mak" CFG="hdf5 - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hdf5 - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "hdf5 - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "hdf5 - Win32 AlphaDbg" (based on "Win32 (ALPHA) Static Library") +!MESSAGE "hdf5 - Win32 AlphaRel" (based on "Win32 (ALPHA) Static Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\proj\hdf5\Release" +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Release" +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"..\..\..\proj\hdf5\Release/" /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 +# ADD RSC /l 0x409 +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\proj\hdf5\Debug" +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /browser /compile_only /debug:full /include:"..\..\..\proj\hdf5\Debug/" /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 +# ADD RSC /l 0x409 +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"..\..\..\proj\hdf5\Debug\hdf5d.lib" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "hdf5___W" +# PROP BASE Intermediate_Dir "hdf5___W" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /browser /compile_only /debug:full /include:"hdf5___W/" /nologo /warn:nofileopt +# ADD F90 /browser /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Z7 /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Z7 /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /YX /FD /c +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "hdf5___0" +# PROP BASE Intermediate_Dir "hdf5___0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"hdf5___0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo + +!ENDIF + +# Begin Target + +# Name "hdf5 - Win32 Release" +# Name "hdf5 - Win32 Debug" +# Name "hdf5 - Win32 AlphaDbg" +# Name "hdf5 - Win32 AlphaRel" +# Begin Group "source" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\..\..\src\H5.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5A.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Abtree2.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5AC.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Adense.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Adeprec.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Aint.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Atest.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5B.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5B2.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5B2cache.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5B2dbg.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5B2int.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5B2stat.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5B2test.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Bcache.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5C.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5checksum.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5D.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5dbg.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Dcompact.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Dcontig.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Ddeprec.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Defl.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Dfill.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Dio.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Distore.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Dmpio.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Doh.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Dselect.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Dtest.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5E.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Edeprec.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Eint.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5F.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FD.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Fdbg.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FDcore.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FDfamily.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FDlog.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FDmpi.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FDmpio.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FDmpiposix.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FDmulti.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FDsec2.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FDstdio.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FDstream.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FDwindows.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Ffake.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FL.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Fmount.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FO.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FS.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FScache.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FSdbg.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Fsfile.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FSsection.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Fsuper.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Ftest.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5G.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gbtree2.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gcompact.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gdense.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gdeprec.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gent.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gint.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Glink.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gloc.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gname.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gnode.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gobj.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Goh.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gstab.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gtest.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gtraverse.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HF.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HFbtree2.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HFcache.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HFdbg.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HFdblock.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HFdtable.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HFhdr.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HFhuge.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HFiblock.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HFiter.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HFman.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HFsection.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HFspace.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HFstat.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HFtest.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HFtiny.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HG.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HGdbg.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HL.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HLdbg.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HP.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5I.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5L.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Lexternal.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5MF.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5MM.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5MP.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5MPtest.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5O.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Oainfo.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Oalloc.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Oattr.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Oattribute.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Obogus.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Obtreek.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Ocache.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Ocont.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Ocopy.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Odbg.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Odrvinfo.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Odtype.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Oefl.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Ofill.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Oginfo.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Olayout.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Olinfo.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Olink.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Omessage.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Omtime.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Oname.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Onull.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Opline.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Orefcount.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Osdspace.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Oshared.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Oshmesg.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Ostab.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Otest.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Ounknown.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5P.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Pacpl.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Pdcpl.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Pdxpl.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Pfapl.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Pfcpl.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Pfmpl.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Pgcpl.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Plapl.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Plcpl.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Pocpl.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Pocpypl.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Pstrcpl.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Ptest.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5R.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5RC.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5RS.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5S.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Sall.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Shyper.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5SL.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5SM.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5SMbtree2.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5SMcache.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Smpio.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5SMtest.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Snone.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Spoint.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Sselect.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5ST.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Stest.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5system.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5T.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tarray.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tbit.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tcommit.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tcompound.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tconv.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tcset.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tdeprec.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tenum.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tfields.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tfixed.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tfloat.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5timer.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tinit.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tnative.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Toffset.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Toh.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Topaque.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Torder.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tpad.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tprecis.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5trace.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tstrpad.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tvlen.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5V.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Z.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Zdeflate.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Zfletcher32.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Znbit.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Zscaleoffset.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Zshuffle.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Zszip.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Ztrans.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Group +# Begin Group "header" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\..\..\src\H5ACprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5ACpublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Apkg.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Aprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Apublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Bprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Bpublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5BTpkg.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Cprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Cpublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Dpkg.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Dprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Dpublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Epkg.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Eprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Epublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Fprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Fpublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gpkg.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gpublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HGprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HGpublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HLprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HLpublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Iprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Ipublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Lprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5MFprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5MMprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5MMpublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5MPpkg.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Oprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Opublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Pprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Ppublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5private.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5public.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5RCprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Rprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Rpublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5SHpkg.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5SHprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5SHpublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5SLprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Sprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Spublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tpkg.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tpublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Vprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Zprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Zpublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\hdf5.h +# End Source File +# End Group +# End Target +# End Project diff --git a/windows_vs6/proj/hdf5_cpp/hdf5_cpp.dsp b/windows_vs6/proj/hdf5_cpp/hdf5_cpp.dsp new file mode 100755 index 0000000..8108b62 --- /dev/null +++ b/windows_vs6/proj/hdf5_cpp/hdf5_cpp.dsp @@ -0,0 +1,321 @@ +# Microsoft Developer Studio Project File - Name="hdf5_cpp" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Static Library" 0x0104 + +CFG=hdf5_cpp - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hdf5_cpp.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hdf5_cpp.mak" CFG="hdf5_cpp - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hdf5_cpp - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "hdf5_cpp - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "hdf5_cpp - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\proj\hdf5_cpp\Release" +# PROP Intermediate_Dir "..\..\..\proj\hdf5_cpp\Release" +# PROP Target_Dir "" +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo + +!ELSEIF "$(CFG)" == "hdf5_cpp - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\proj\hdf5_cpp\Debug" +# PROP Intermediate_Dir "..\..\..\proj\hdf5_cpp\Debug" +# PROP Target_Dir "" +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"..\..\..\proj\hdf5_cpp\Debug\hdf5_cppd.lib" + +!ENDIF + +# Begin Target + +# Name "hdf5_cpp - Win32 Release" +# Name "hdf5_cpp - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE="..\..\..\c++\src\H5AbstractDs.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5ArrayType.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5AtomType.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5Attribute.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5CommonFG.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5CompType.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5DataSet.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5DataSpace.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5DataType.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5DcreatProp.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5DxferProp.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5EnumType.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5Exception.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5FaccProp.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5FcreatProp.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5File.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5FloatType.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5Group.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5IdComponent.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5IntType.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5Library.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5Object.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5PredType.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5PropList.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5StrType.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5VarLenType.cpp" +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE="..\..\..\c++\src\H5AbstractDs.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5Alltypes.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5ArrayType.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5AtomType.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5Attribute.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5Classes.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5CommonFG.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5CompType.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5Cpp.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5DataSet.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5DataSpace.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5DataType.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5DcreatProp.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5DxferProp.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5EnumType.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5Exception.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5FaccProp.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5FcreatProp.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5File.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5FloatType.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5Group.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5IdComponent.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5Include.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5IntType.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5Library.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5Object.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5PredType.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5PropList.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5StrType.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5VarLenType.h" +# End Source File +# End Group +# End Target +# End Project diff --git a/windows_vs6/proj/hdf5_cppdll/hdf5_cppdll.dsp b/windows_vs6/proj/hdf5_cppdll/hdf5_cppdll.dsp new file mode 100755 index 0000000..4874bb6 --- /dev/null +++ b/windows_vs6/proj/hdf5_cppdll/hdf5_cppdll.dsp @@ -0,0 +1,332 @@ +# Microsoft Developer Studio Project File - Name="hdf5_cppdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=hdf5_cppdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hdf5_cppdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hdf5_cppdll.mak" CFG="hdf5_cppdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hdf5_cppdll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "hdf5_cppdll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "hdf5_cppdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../proj/hdf5_cppdll/Release" +# PROP Intermediate_Dir "../../../proj/hdf5_cppdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_CPPDLL_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "HDF5_CPPDLL_EXPORTS" /D "_HDF5USEDLL_" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 + +!ELSEIF "$(CFG)" == "hdf5_cppdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../proj/hdf5_cppdll/Debug" +# PROP Intermediate_Dir "../../../proj/hdf5_cppdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_CPPDLL_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "HDF5_CPPDLL_EXPORTS" /D "_HDF5USEDLL_" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo /o"Debug/hdf5_cppddll.bsc" +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"../../../proj/hdf5_cppdll/Debug/hdf5_cppddll.dll" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "hdf5_cppdll - Win32 Release" +# Name "hdf5_cppdll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE="..\..\..\c++\src\H5AbstractDs.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5ArrayType.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5AtomType.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5Attribute.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5CommonFG.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5CompType.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5DataSet.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5DataSpace.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5DataType.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5DcreatProp.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5DxferProp.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5EnumType.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5Exception.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5FaccProp.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5FcreatProp.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5File.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5FloatType.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5Group.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5IdComponent.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5IntType.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5Library.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5Object.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5PredType.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5PropList.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5StrType.cpp" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5VarLenType.cpp" +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE="..\..\..\c++\src\H5AbstractDs.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5Alltypes.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5ArrayType.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5AtomType.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5Attribute.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5Classes.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5CommonFG.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5CompType.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5Cpp.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5DataSet.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5DataSpace.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5DataType.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5DcreatProp.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5DxferProp.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5EnumType.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5Exception.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5FaccProp.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5FcreatProp.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5File.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5FloatType.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5Group.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5IdComponent.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5Include.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5IntType.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5Library.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5Object.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5PredType.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5PropList.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5StrType.h" +# End Source File +# Begin Source File + +SOURCE="..\..\..\c++\src\H5VarLenType.h" +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/proj/hdf5_f90cstub/hdf5_f90cstub.dsp b/windows_vs6/proj/hdf5_f90cstub/hdf5_f90cstub.dsp new file mode 100755 index 0000000..c63c2c1 --- /dev/null +++ b/windows_vs6/proj/hdf5_f90cstub/hdf5_f90cstub.dsp @@ -0,0 +1,161 @@ +# Microsoft Developer Studio Project File - Name="hdf5_f90cstub" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Static Library" 0x0104 + +CFG=hdf5_f90cstub - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hdf5_f90cstub.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hdf5_f90cstub.mak" CFG="hdf5_f90cstub - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hdf5_f90cstub - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "hdf5_f90cstub - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "hdf5_f90cstub - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\proj\hdf5_f90cstub\Release" +# PROP Intermediate_Dir "..\..\..\proj\hdf5_f90cstub\Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo + +!ELSEIF "$(CFG)" == "hdf5_f90cstub - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\proj\hdf5_f90cstub\Debug" +# PROP Intermediate_Dir "..\..\..\proj\hdf5_f90cstub\Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"..\..\..\proj\hdf5_f90cstub\Debug\hdf5_f90cstubd.lib" + +!ENDIF + +# Begin Target + +# Name "hdf5_f90cstub - Win32 Release" +# Name "hdf5_f90cstub - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5_f.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Af.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Df.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Ef.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5f90kit.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Ff.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Gf.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5If.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Pf.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Rf.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Sf.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Tf.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Zf.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5f90.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5f90i.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5f90proto.h +# End Source File +# End Group +# End Target +# End Project diff --git a/windows_vs6/proj/hdf5_f90cstubdll/hdf5_f90cstubdll.dsp b/windows_vs6/proj/hdf5_f90cstubdll/hdf5_f90cstubdll.dsp new file mode 100755 index 0000000..15a8872 --- /dev/null +++ b/windows_vs6/proj/hdf5_f90cstubdll/hdf5_f90cstubdll.dsp @@ -0,0 +1,172 @@ +# Microsoft Developer Studio Project File - Name="hdf5_f90cstubdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=hdf5_f90cstubdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hdf5_f90cstubdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hdf5_f90cstubdll.mak" CFG="hdf5_f90cstubdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hdf5_f90cstubdll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "hdf5_f90cstubdll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "hdf5_f90cstubdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../proj/hdf5_f90cstubdll/Release" +# PROP Intermediate_Dir "../../../proj/hdf5_f90cstubdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /dll /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /dll /nologo /threads /warn:nofileopt +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_F90CSTUBDLL_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_HDF5USEDLL_" /D "HDF5FORT_CSTUB_DLL_EXPORTS" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 + +!ELSEIF "$(CFG)" == "hdf5_f90cstubdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../proj/hdf5_f90cstubdll/Debug" +# PROP Intermediate_Dir "../../../proj/hdf5_f90cstubdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /dll /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /include:"Debug/" /dll /nologo /threads /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_F90CSTUBDLL_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_HDF5USEDLL_" /D "HDF5FORT_CSTUB_DLL_EXPORTS" /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"../../../proj/hdf5_f90cstubdll/Debug/hdf5_f90cstubddll.dll" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "hdf5_f90cstubdll - Win32 Release" +# Name "hdf5_f90cstubdll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5_f.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Af.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Df.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Ef.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5f90kit.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Ff.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Gf.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5If.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Pf.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Rf.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Sf.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Tf.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Zf.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5f90.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5f90i.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5f90proto.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/proj/hdf5_fortran/hdf5_fortran.dsp b/windows_vs6/proj/hdf5_fortran/hdf5_fortran.dsp new file mode 100755 index 0000000..93e20a7 --- /dev/null +++ b/windows_vs6/proj/hdf5_fortran/hdf5_fortran.dsp @@ -0,0 +1,215 @@ +# Microsoft Developer Studio Project File - Name="hdf5_fortran" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Static Library" 0x0104 + +CFG=hdf5_fortran - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hdf5_fortran.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hdf5_fortran.mak" CFG="hdf5_fortran - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hdf5_fortran - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "hdf5_fortran - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "hdf5_fortran - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\proj\hdf5_fortran\Release" +# PROP Intermediate_Dir "..\..\..\proj\hdf5_fortran\Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo + +!ELSEIF "$(CFG)" == "hdf5_fortran - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\proj\hdf5_fortran\Debug" +# PROP Intermediate_Dir "..\..\..\proj\hdf5_fortran\Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /define:"HDF5F90_WINDOWS" /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"..\..\..\proj\hdf5_fortran\Debug\hdf5_fortrand.lib" + +!ENDIF + +# Begin Target + +# Name "hdf5_fortran - Win32 Release" +# Name "hdf5_fortran - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5_ff.f90 +NODEP_F90_H5_FF=\ + ".\Release\H5GLOBAL.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Aff.f90 +NODEP_F90_H5AFF=\ + ".\Release\H5GLOBAL.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Dff.f90 +NODEP_F90_H5DFF=\ + ".\Release\H5GLOBAL.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Eff.f90 +NODEP_F90_H5EFF=\ + ".\Release\H5GLOBAL.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5f90global.f90 +NODEP_F90_H5F90=\ + ".\Release\H5FORTRAN_TYPES.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Fff.f90 +NODEP_F90_H5FFF=\ + ".\5GLOBAL.mod"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5fortran_flags.f90 +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5fortran_types.f90 +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Gff.f90 +NODEP_F90_H5GFF=\ + ".\5GLOBAL.mod"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Iff.f90 +NODEP_F90_H5IFF=\ + ".\5GLOBAL.mod"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Pff.f90 +NODEP_F90_H5PFF=\ + ".\5GLOBAL.mod"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Rff.f90 +NODEP_F90_H5RFF=\ + ".\5GLOBAL.mod"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Sff.f90 +NODEP_F90_H5SFF=\ + ".\5GLOBAL.mod"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Tff.f90 +NODEP_F90_H5TFF=\ + ".\5GLOBAL.mod"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Zff.f90 +NODEP_F90_H5ZFF=\ + ".\5GLOBAL.mod"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\HDF5.f90 +NODEP_F90_HDF5_=\ + ".\Release\H5A.MOD"\ + ".\Release\H5D.MOD"\ + ".\Release\H5E.MOD"\ + ".\Release\H5F.MOD"\ + ".\Release\H5G.MOD"\ + ".\Release\H5GLOBAL.MOD"\ + ".\Release\H5I.MOD"\ + ".\Release\H5LIB.MOD"\ + ".\Release\H5P.MOD"\ + ".\Release\H5R.MOD"\ + ".\Release\H5S.MOD"\ + ".\Release\H5T.MOD"\ + ".\Release\H5Z.MOD"\ + +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# End Target +# End Project diff --git a/windows_vs6/proj/hdf5_fortrandll/hdf5_fortrandll.dsp b/windows_vs6/proj/hdf5_fortrandll/hdf5_fortrandll.dsp new file mode 100755 index 0000000..f6ece55 --- /dev/null +++ b/windows_vs6/proj/hdf5_fortrandll/hdf5_fortrandll.dsp @@ -0,0 +1,226 @@ +# Microsoft Developer Studio Project File - Name="hdf5_fortrandll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=hdf5_fortrandll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hdf5_fortrandll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hdf5_fortrandll.mak" CFG="hdf5_fortrandll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hdf5_fortrandll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "hdf5_fortrandll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "hdf5_fortrandll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../proj/hdf5_fortrandll/Release" +# PROP Intermediate_Dir "../../../proj/hdf5_fortrandll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /dll /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /define:"BUILD_HDF5_DLL" /include:"Release/" /dll /nologo /threads /warn:nofileopt +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5FORT_CSTUB_USEDLL" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 + +!ELSEIF "$(CFG)" == "hdf5_fortrandll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../proj/hdf5_fortrandll/Debug" +# PROP Intermediate_Dir "../../../proj/hdf5_fortrandll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /dll /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /define:"BUILD_HDF5_DLL" /fpscomp:symbols /include:"Debug/" /dll /nologo /threads /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5FORT_CSTUB_USEDLL" /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"../../../proj/hdf5_fortrandll/Debug/hdf5_fortranddll.dll " /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "hdf5_fortrandll - Win32 Release" +# Name "hdf5_fortrandll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5_ff.f90 +DEP_F90_H5_FF=\ + "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Aff.f90 +DEP_F90_H5AFF=\ + "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Dff.f90 +DEP_F90_H5DFF=\ + "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Eff.f90 +DEP_F90_H5EFF=\ + "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5f90global.f90 +DEP_F90_H5F90=\ + "..\..\..\proj\hdf5_fortrandll\Release\h5fortran_types.mod"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Fff.f90 +DEP_F90_H5FFF=\ + "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5fortran_flags.f90 +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5fortran_types.f90 +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Gff.f90 +DEP_F90_H5GFF=\ + "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Iff.f90 +DEP_F90_H5IFF=\ + "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Pff.f90 +DEP_F90_H5PFF=\ + "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Rff.f90 +DEP_F90_H5RFF=\ + "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Sff.f90 +DEP_F90_H5SFF=\ + "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Tff.f90 +DEP_F90_H5TFF=\ + "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\H5Zff.f90 +DEP_F90_H5ZFF=\ + "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\fortran\src\HDF5.f90 +DEP_F90_HDF5_=\ + "..\..\..\proj\hdf5_fortrandll\Release\H5A.mod"\ + "..\..\..\proj\hdf5_fortrandll\Release\H5D.mod"\ + "..\..\..\proj\hdf5_fortrandll\Release\H5E.mod"\ + "..\..\..\proj\hdf5_fortrandll\Release\H5F.mod"\ + "..\..\..\proj\hdf5_fortrandll\Release\H5G.mod"\ + "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ + "..\..\..\proj\hdf5_fortrandll\Release\H5I.mod"\ + "..\..\..\proj\hdf5_fortrandll\Release\H5LIB.mod"\ + "..\..\..\proj\hdf5_fortrandll\Release\H5P.mod"\ + "..\..\..\proj\hdf5_fortrandll\Release\H5R.mod"\ + "..\..\..\proj\hdf5_fortrandll\Release\H5S.mod"\ + "..\..\..\proj\hdf5_fortrandll\Release\H5T.mod"\ + "..\..\..\proj\hdf5_fortrandll\Release\H5Z.mod"\ + +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/proj/hdf5_hl/hdf5_hl.dsp b/windows_vs6/proj/hdf5_hl/hdf5_hl.dsp new file mode 100755 index 0000000..2739b15 --- /dev/null +++ b/windows_vs6/proj/hdf5_hl/hdf5_hl.dsp @@ -0,0 +1,125 @@ +# Microsoft Developer Studio Project File - Name="hdf5_hl" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Static Library" 0x0104 + +CFG=hdf5_hl - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hdf5_hl.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hdf5_hl.mak" CFG="hdf5_hl - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hdf5_hl - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "hdf5_hl - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "hdf5_hl - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\proj\hdf5_hl\Release" +# PROP Intermediate_Dir "..\..\..\proj\hdf5_hl\Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"..\..\..\proj\hdf5_hl\Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo + +!ELSEIF "$(CFG)" == "hdf5_hl - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\proj\hdf5_hl\Debug" +# PROP Intermediate_Dir "..\..\..\proj\hdf5_hl\Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /include:"Debug/" /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /include:"..\..\..\proj\hdf5_hl\Debug/" /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"..\..\..\proj\hdf5_hl\Debug\hdf5_hld.lib" + +!ENDIF + +# Begin Target + +# Name "hdf5_hl - Win32 Release" +# Name "hdf5_hl - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\hl\src\H5DS.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\hl\src\H5IM.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\hl\src\H5LT.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\hl\src\H5LTanalyze.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\hl\src\H5LTparse.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\hl\src\H5PT.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\hl\src\H5TB.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# End Target +# End Project diff --git a/windows_vs6/proj/hdf5_hl_cpp/hdf5_hl_cpp.dsp b/windows_vs6/proj/hdf5_hl_cpp/hdf5_hl_cpp.dsp new file mode 100755 index 0000000..54679ba --- /dev/null +++ b/windows_vs6/proj/hdf5_hl_cpp/hdf5_hl_cpp.dsp @@ -0,0 +1,101 @@ +# Microsoft Developer Studio Project File - Name="hdf5_hl_cpp" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Static Library" 0x0104 + +CFG=hdf5_hl_cpp - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hdf5_hl_cpp.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hdf5_hl_cpp.mak" CFG="hdf5_hl_cpp - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hdf5_hl_cpp - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "hdf5_hl_cpp - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "hdf5_hl_cpp - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\proj\hdf5_hl_cpp\Release" +# PROP Intermediate_Dir "..\..\..\proj\hdf5_hl_cpp\Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "../../../src" /I "../../../hl/src" /I "../../../fortran/src" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo + +!ELSEIF "$(CFG)" == "hdf5_hl_cpp - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\proj\hdf5_hl_cpp\Debug" +# PROP Intermediate_Dir "..\..\..\proj\hdf5_hl_cpp\Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "../../../src" /I "../../../hl/src" /I "../../../c++/src" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"..\..\..\proj\hdf5_hl_cpp\Debug\hdf5_hl_cppd.lib" + +!ENDIF + +# Begin Target + +# Name "hdf5_hl_cpp - Win32 Release" +# Name "hdf5_hl_cpp - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE="..\..\..\hl\c++\src\H5PacketTable.cpp" +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# End Target +# End Project diff --git a/windows_vs6/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.dsp b/windows_vs6/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.dsp new file mode 100755 index 0000000..c23bd3b --- /dev/null +++ b/windows_vs6/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.dsp @@ -0,0 +1,111 @@ +# Microsoft Developer Studio Project File - Name="hdf5_hl_cppdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=hdf5_hl_cppdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hdf5_hl_cppdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hdf5_hl_cppdll.mak" CFG="hdf5_hl_cppdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hdf5_hl_cppdll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "hdf5_hl_cppdll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "hdf5_hl_cppdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\proj\hdf5_hl_cppdll\Release" +# PROP Intermediate_Dir "..\..\..\proj\hdf5_hl_cppdll\Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /dll /nologo /warn:nofileopt +# ADD F90 /compile_only /dll /nologo /warn:nofileopt +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_HL_CPPDLL_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "../../../src" /I "../../../hl/src" /I "../../../c++/src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_HL_CPPDLL_EXPORTS" /D "_HDF5USEHLDLL_" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /dll /machine:I386 + +!ELSEIF "$(CFG)" == "hdf5_hl_cppdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\proj\hdf5_hl_cppdll\Debug" +# PROP Intermediate_Dir "..\..\..\proj\hdf5_hl_cppdll\Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /dll /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /dll /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_HL_CPPDLL_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../../src" /I "../../../hl/src" /I "../../../c++/src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_HL_CPPDLL_EXPORTS" /D "_HDF5USEHLDLL_" /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\..\proj\hdf5_hl_cppdll\Debug/hdf5_hl_cppdlld.dll" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "hdf5_hl_cppdll - Win32 Release" +# Name "hdf5_hl_cppdll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE="..\..\..\hl\c++\src\H5PacketTable.cpp" +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/proj/hdf5_hl_f90cstubdll/hdf5_hl_f90cstubdll.dsp b/windows_vs6/proj/hdf5_hl_f90cstubdll/hdf5_hl_f90cstubdll.dsp new file mode 100755 index 0000000..3a1943c --- /dev/null +++ b/windows_vs6/proj/hdf5_hl_f90cstubdll/hdf5_hl_f90cstubdll.dsp @@ -0,0 +1,123 @@ +# Microsoft Developer Studio Project File - Name="hdf5_hl_f90cstubdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=hdf5_hl_f90cstubdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hdf5_hl_f90cstubdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hdf5_hl_f90cstubdll.mak" CFG="hdf5_hl_f90cstubdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hdf5_hl_f90cstubdll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "hdf5_hl_f90cstubdll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "hdf5_hl_f90cstubdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\proj\hdf5_hl_f90cstubdll\Release" +# PROP Intermediate_Dir "..\..\..\proj\hdf5_hl_f90cstubdll\Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /dll /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /dll /nologo /warn:nofileopt +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_HL_F90CSTUBDLL_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "../../../src" /I "../../../hl/src" /I "../../../fortran/src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_HL_F90CSTUBDLL_EXPORTS" /D "_HDF5USEDLL_" /D "HDF5FORT_CSTUB_USEDLL" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 + +!ELSEIF "$(CFG)" == "hdf5_hl_f90cstubdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\proj\hdf5_hl_f90cstubdll\Debug" +# PROP Intermediate_Dir "..\..\..\proj\hdf5_hl_f90cstubdll\Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /dll /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /include:"Debug/" /dll /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_HL_F90CSTUBDLL_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../../src" /I "../../../hl/src" /I "../../../fortran/src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_HL_F90CSTUBDLL_EXPORTS" /D "HDF5FORT_CSTUB_USEDLL" /D "_HDF5USEDLL_" /D "HDF5USE_HLF90CSTUBDLL" /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\..\proj\hdf5_hl_f90cstubdll\Debug/hdf5_hl_f90cstubdlld.dll" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "hdf5_hl_f90cstubdll - Win32 Release" +# Name "hdf5_hl_f90cstubdll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\hl\fortran\src\H5IMcc.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\hl\fortran\src\H5IMfc.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\hl\fortran\src\H5LTfc.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\hl\fortran\src\H5TBfc.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/proj/hdf5_hl_fortran/hdf5_hl_fortran.dsp b/windows_vs6/proj/hdf5_hl_fortran/hdf5_hl_fortran.dsp new file mode 100755 index 0000000..3d7eac7 --- /dev/null +++ b/windows_vs6/proj/hdf5_hl_fortran/hdf5_hl_fortran.dsp @@ -0,0 +1,144 @@ +# Microsoft Developer Studio Project File - Name="hdf5_hl_fortran" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Static Library" 0x0104 + +CFG=hdf5_hl_fortran - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hdf5_hl_fortran.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hdf5_hl_fortran.mak" CFG="hdf5_hl_fortran - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hdf5_hl_fortran - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "hdf5_hl_fortran - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "hdf5_hl_fortran - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\proj\hdf5_hl_fortran\Release" +# PROP Intermediate_Dir "..\..\..\proj\hdf5_hl_fortran\Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "../../../src" /I "../../../hl/src" /I "../../../fortran/src" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo ++# ADD LIB32 /nologo /out:"..\..\..\proj\hdf5_hl_fortran\Release\hdf5_hl_fortran.lib" + +!ELSEIF "$(CFG)" == "hdf5_hl_fortran - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\proj\hdf5_hl_fortran\Debug" +# PROP Intermediate_Dir "..\..\..\proj\hdf5_hl_fortran\Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"..\..\..\proj\hdf5_fortran\Debug/" /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "../../../src" /I "../../../hl/src" /I "../../../fortran/src" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"..\..\..\proj\hdf5_hl_fortran\Debug\hdf5_hl_fortrand.lib" + +!ENDIF + +# Begin Target + +# Name "hdf5_hl_fortran - Win32 Release" +# Name "hdf5_hl_fortran - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\hl\fortran\src\H5IMcc.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\hl\fortran\src\H5IMfc.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\hl\fortran\src\H5IMff.f90 +NODEP_F90_H5IMF=\ + "..\..\..\proj\hdf5_fortran\Release\H5FORTRAN_TYPES.MOD"\ + "..\..\..\proj\hdf5_fortran\Release\H5GLOBAL.mod"\ + "..\..\..\proj\hdf5_fortran\Release\HDF5.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\hl\fortran\src\H5LTfc.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\hl\fortran\src\H5LTff.f90 +NODEP_F90_H5LTF=\ + "..\..\..\proj\hdf5_fortran\Release\H5FORTRAN_TYPES.MOD"\ + "..\..\..\proj\hdf5_fortran\Release\H5GLOBAL.mod"\ + "..\..\..\proj\hdf5_fortran\Release\HDF5.MOD"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\hl\fortran\src\H5TBfc.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\hl\fortran\src\H5TBff.f90 +NODEP_F90_H5TBF=\ + "..\..\..\proj\hdf5_fortran\Release\H5FORTRAN_TYPES.MOD"\ + "..\..\..\proj\hdf5_fortran\Release\H5GLOBAL.mod"\ + "..\..\..\proj\hdf5_fortran\Release\HDF5.MOD"\ + +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# Begin Source File + +SOURCE=..\..\..\hl\fortran\src\H5LTf90proto.h +# End Source File +# End Group +# End Target +# End Project diff --git a/windows_vs6/proj/hdf5_hl_fortrandll/hdf5_hl_fortrandll.dsp b/windows_vs6/proj/hdf5_hl_fortrandll/hdf5_hl_fortrandll.dsp new file mode 100755 index 0000000..1b1b667 --- /dev/null +++ b/windows_vs6/proj/hdf5_hl_fortrandll/hdf5_hl_fortrandll.dsp @@ -0,0 +1,135 @@ +# Microsoft Developer Studio Project File - Name="hdf5_hl_fortrandll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=hdf5_hl_fortrandll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hdf5_hl_fortrandll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hdf5_hl_fortrandll.mak" CFG="hdf5_hl_fortrandll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hdf5_hl_fortrandll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "hdf5_hl_fortrandll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "hdf5_hl_fortrandll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\proj\hdf5_hl_fortrandll\Release" +# PROP Intermediate_Dir "..\..\..\proj\hdf5_hl_fortrandll\Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /dll /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /define:"BUILD_HDF5_DLL" /include:"..\..\..\proj\hdf5_fortrandll\Release/" /dll /nologo /warn:nofileopt +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_HL_FORTRANDLL_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_HL_FORTRANDLL_EXPORTS" /D "HDF5USE_HLF90CSTUBDLL" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 + +!ELSEIF "$(CFG)" == "hdf5_hl_fortrandll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\proj\hdf5_hl_fortrandll\Debug" +# PROP Intermediate_Dir "..\..\..\proj\hdf5_hl_fortrandll\Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /dll /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /define:"BUILD_HDF5_DLL" /include:"Debug/" /include:"..\..\..\proj\hdf5_fortrandll\Debug/" /dll /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_HL_FORTRANDLL_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../../src" /I "../../../hl/src" /I "../../../fortran/src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_HDF5USEDLL_" /D "HDF5USE_HLF90CSTUBDLL" /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\..\proj\hdf5_hl_fortrandll\Debug/hdf5_hl_fortrandlld.dll" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "hdf5_hl_fortrandll - Win32 Release" +# Name "hdf5_hl_fortrandll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\hl\fortran\src\H5IMff.f90 +DEP_F90_H5IMF=\ + "..\..\..\proj\hdf5_fortrandll\Release\h5fortran_types.mod"\ + "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ + "..\..\..\proj\hdf5_fortrandll\Release\hdf5.mod"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\hl\fortran\src\H5LTff.f90 +DEP_F90_H5LTF=\ + "..\..\..\proj\hdf5_fortrandll\Release\h5fortran_types.mod"\ + "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ + "..\..\..\proj\hdf5_fortrandll\Release\hdf5.mod"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\..\hl\fortran\src\H5TBff.f90 +DEP_F90_H5TBF=\ + "..\..\..\proj\hdf5_fortrandll\Release\h5fortran_types.mod"\ + "..\..\..\proj\hdf5_fortrandll\Release\h5global.mod"\ + "..\..\..\proj\hdf5_fortrandll\Release\hdf5.mod"\ + +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/proj/hdf5_hldll/hdf5_hldll.dsp b/windows_vs6/proj/hdf5_hldll/hdf5_hldll.dsp new file mode 100755 index 0000000..ab9cdcd --- /dev/null +++ b/windows_vs6/proj/hdf5_hldll/hdf5_hldll.dsp @@ -0,0 +1,135 @@ +# Microsoft Developer Studio Project File - Name="hdf5_hldll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=hdf5_hldll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hdf5_hldll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hdf5_hldll.mak" CFG="hdf5_hldll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hdf5_hldll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "hdf5_hldll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "hdf5_hldll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\proj\hdf5_hldll\Release" +# PROP Intermediate_Dir "..\..\..\proj\hdf5_hldll\Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /dll /nologo /warn:nofileopt +# ADD F90 /compile_only /dll /nologo /warn:nofileopt +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_HLDLL_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_HDF5_HLDLL_EXPORTS_" /D "_HDF5USEDLL_" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /dll /machine:I386 + +!ELSEIF "$(CFG)" == "hdf5_hldll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\proj\hdf5_hldll\Debug" +# PROP Intermediate_Dir "..\..\..\proj\hdf5_hldll\Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /dll /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /dll /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HDF5_HLDLL_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_HDF5USEDLL_" /D "_HDF5_HLDLL_EXPORTS_" /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /dll /debug /machine:I386 /out:"..\..\..\proj\hdf5_hldll\Debug/hdf5_hldlld.dll" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "hdf5_hldll - Win32 Release" +# Name "hdf5_hldll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\hl\src\H5DS.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\hl\src\H5IM.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\hl\src\H5LT.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\hl\src\H5LTanalyze.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\hl\src\H5LTparse.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\hl\src\H5PT.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\hl\src\H5TB.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/proj/hdf5dll/hdf5dll.dsp b/windows_vs6/proj/hdf5dll/hdf5dll.dsp new file mode 100755 index 0000000..2f40c54 --- /dev/null +++ b/windows_vs6/proj/hdf5dll/hdf5dll.dsp @@ -0,0 +1,3778 @@ +# Microsoft Developer Studio Project File - Name="hdf5dll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 +# TARGTYPE "Win32 (ALPHA) Dynamic-Link Library" 0x0602 + +CFG=hdf5dll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hdf5dll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hdf5dll.mak" CFG="hdf5dll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hdf5dll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "hdf5dll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "hdf5dll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Dynamic-Link Library") +!MESSAGE "hdf5dll - Win32 AlphaRel" (based on "Win32 (ALPHA) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../proj/hdf5dll/Release" +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /dll /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"../../../proj/hdf5dll/Release/" /include:"Release/" /dll /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_HDF5DLL_" /D "ZLIB_DLL" /D "_SZDLL_" /YX /FD /c +MTL=midl.exe +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:windows /dll /machine:I386 + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../proj/hdf5dll/Debug" +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /dll /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"../../../proj/hdf5dll/Debug/" /include:"Debug/" /dll /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_HDF5DLL_" /D "ZLIB_DLL" /D "_SZDLL_" /YX /FD /c +MTL=midl.exe +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:windows /dll /debug /machine:I386 /out:"../../../proj/hdf5dll/Debug/hdf5ddll.dll" /pdbtype:sept + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "hdf5dll_" +# PROP BASE Intermediate_Dir "hdf5dll_" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"hdf5dll_/" /dll /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /dll /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_HDF5DLL_" /YX /FD /MTd /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_HDF5DLL_" /YX /FD /MDd /c +MTL=midl.exe +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "hdf5dll0" +# PROP BASE Intermediate_Dir "hdf5dll0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"hdf5dll0/" /dll /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /dll /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /MT /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /MD /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_HDF5DLL_" /YX /FD /c +MTL=midl.exe +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "hdf5dll - Win32 Release" +# Name "hdf5dll - Win32 Debug" +# Name "hdf5dll - Win32 AlphaDbg" +# Name "hdf5dll - Win32 AlphaRel" +# Begin Group "source" + +# PROP Default_Filter "*.c" +# Begin Source File + +SOURCE=..\..\..\src\H5.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5A.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Abtree2.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5AC.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Adense.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Adeprec.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Aint.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Atest.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5B.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5B2.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5B2cache.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5B2dbg.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5B2int.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5B2stat.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5B2test.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Bcache.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5C.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5checksum.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5D.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5dbg.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Dcompact.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Dcontig.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Ddeprec.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Defl.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Dfill.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Dio.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Distore.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Dmpio.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Doh.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Dselect.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Dtest.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5E.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Edeprec.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Eint.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5F.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FD.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Fdbg.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FDcore.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FDfamily.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FDlog.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FDmpi.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FDmpio.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FDmpiposix.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FDmulti.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FDsec2.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FDstdio.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FDstream.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FDwindows.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Ffake.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FL.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Fmount.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FO.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FS.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FScache.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FSdbg.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Fsfile.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5FSsection.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Fsuper.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Ftest.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5G.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gbtree2.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gcompact.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gdense.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gdeprec.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gent.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gint.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Glink.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gloc.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gname.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gnode.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gobj.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Goh.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gstab.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gtest.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gtraverse.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HF.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HFbtree2.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HFcache.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HFdbg.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HFdblock.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HFdtable.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HFhdr.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HFhuge.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HFiblock.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HFiter.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HFman.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HFsection.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HFspace.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HFstat.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HFtest.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HFtiny.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HG.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HGdbg.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HL.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HLdbg.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HP.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5I.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5L.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Lexternal.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5MF.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5MM.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5MP.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5MPtest.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5O.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Oainfo.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Oalloc.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Oattr.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Oattribute.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Obogus.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Obtreek.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Ocache.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Ocont.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Ocopy.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Odbg.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Odrvinfo.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Odtype.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Oefl.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Ofill.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Oginfo.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Olayout.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Olinfo.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Olink.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Omessage.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Omtime.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Oname.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Onull.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Opline.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Orefcount.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Osdspace.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Oshared.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Oshmesg.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Ostab.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Otest.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Ounknown.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5P.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Pacpl.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Pdcpl.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Pdxpl.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Pfapl.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Pfcpl.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Pfmpl.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Pgcpl.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Plapl.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Plcpl.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Pocpl.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Pocpypl.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Pstrcpl.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Ptest.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5R.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5RC.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5RS.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5S.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Sall.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Shyper.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5SL.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5SM.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5SMbtree2.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5SMcache.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Smpio.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5SMtest.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Snone.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Spoint.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Sselect.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5ST.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Stest.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5system.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5T.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tarray.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tbit.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tcommit.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tcompound.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tconv.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tcset.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tdeprec.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tenum.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tfields.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tfixed.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tfloat.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5timer.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tinit.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tnative.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Toffset.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Toh.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Topaque.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Torder.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tpad.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tprecis.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5trace.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tstrpad.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tvlen.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5V.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Z.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Zdeflate.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Zfletcher32.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Znbit.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Zscaleoffset.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Zshuffle.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Zszip.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Ztrans.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Group +# Begin Group "header " + +# PROP Default_Filter "*.h" +# Begin Source File + +SOURCE=..\..\..\src\H5ACprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5ACpublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Apkg.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Aprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Apublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Bprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Bpublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5BTpkg.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Cprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Cpublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Dpkg.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Dprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Dpublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Epkg.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Eprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Epublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Fprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Fpublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gpkg.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Gpublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HGprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HGpublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HLprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5HLpublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Iprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Ipublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5MFprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5MMprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5MMpublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Oprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Opublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Pprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Ppublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5private.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5public.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5RCprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Rprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Rpublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5SHpkg.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5SHprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5SHpublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5SLprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Sprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Spublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tpkg.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Tpublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Vprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Zprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5Zpublic.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\hdf5.h +# End Source File +# End Group +# End Target +# End Project diff --git a/windows_vs6/test/big/big.dsp b/windows_vs6/test/big/big.dsp new file mode 100755 index 0000000..7709891 --- /dev/null +++ b/windows_vs6/test/big/big.dsp @@ -0,0 +1,172 @@ +# Microsoft Developer Studio Project File - Name="big" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=big - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "big.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "big.mak" CFG="big - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "big - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "big - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "big - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "big - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "big - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/big/Release" +# PROP Intermediate_Dir "../../../test/big/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "big - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/big/Debug" +# PROP Intermediate_Dir "../../../test/big/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /browser /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "big - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "big___Wi" +# PROP BASE Intermediate_Dir "big___Wi" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /c +F90=df.exe +# ADD BASE F90 /browser /compile_only /debug:full /include:"big___Wi/" /nologo /warn:nofileopt +# ADD F90 /browser /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "big - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "big___W0" +# PROP BASE Intermediate_Dir "big___W0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"big___W0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "big - Win32 Release" +# Name "big - Win32 Debug" +# Name "big - Win32 AlphaDbg" +# Name "big - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\big.c + +!IF "$(CFG)" == "big - Win32 Release" + +# PROP Intermediate_Dir "../../../test/big/Release" + +!ELSEIF "$(CFG)" == "big - Win32 Debug" + +!ELSEIF "$(CFG)" == "big - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "big - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/bigdll/bigdll.dsp b/windows_vs6/test/bigdll/bigdll.dsp new file mode 100755 index 0000000..405899b --- /dev/null +++ b/windows_vs6/test/bigdll/bigdll.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="bigdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=bigdll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "bigdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "bigdll.mak" CFG="bigdll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "bigdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "bigdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "bigdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "bigdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "bigdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/bigdll/Release" +# PROP Intermediate_Dir "../../../test/bigdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "bigdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/bigdll/Debug" +# PROP Intermediate_Dir "../../../test/bigdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "bigdll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "bigdll__" +# PROP BASE Intermediate_Dir "bigdll__" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"bigdll__/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "bigdll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "bigdll_0" +# PROP BASE Intermediate_Dir "bigdll_0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"bigdll_0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "bigdll - Win32 Release" +# Name "bigdll - Win32 Debug" +# Name "bigdll - Win32 AlphaDbg" +# Name "bigdll - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\big.c + +!IF "$(CFG)" == "bigdll - Win32 Release" + +!ELSEIF "$(CFG)" == "bigdll - Win32 Debug" + +!ELSEIF "$(CFG)" == "bigdll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "bigdll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/bittests/bittests.dsp b/windows_vs6/test/bittests/bittests.dsp new file mode 100755 index 0000000..33a1fdb --- /dev/null +++ b/windows_vs6/test/bittests/bittests.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="bittests" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=bittests - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "bittests.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "bittests.mak" CFG="bittests - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "bittests - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "bittests - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "bittests - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "bittests - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "bittests - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/bittests/Release" +# PROP Intermediate_Dir "../../../test/bittests/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" + +!ELSEIF "$(CFG)" == "bittests - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/bittests/Debug" +# PROP Intermediate_Dir "../../../test/bittests/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ELSEIF "$(CFG)" == "bittests - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "bittests" +# PROP BASE Intermediate_Dir "bittests" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"bittests/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "bittests - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "bittest0" +# PROP BASE Intermediate_Dir "bittest0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"bittest0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "bittests - Win32 Release" +# Name "bittests - Win32 Debug" +# Name "bittests - Win32 AlphaDbg" +# Name "bittests - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\bittests.c + +!IF "$(CFG)" == "bittests - Win32 Release" + +!ELSEIF "$(CFG)" == "bittests - Win32 Debug" + +!ELSEIF "$(CFG)" == "bittests - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "bittests - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/bittestsdll/bittestsdll.dsp b/windows_vs6/test/bittestsdll/bittestsdll.dsp new file mode 100755 index 0000000..9c41b50 --- /dev/null +++ b/windows_vs6/test/bittestsdll/bittestsdll.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="bittestsdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=bittestsdll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "bittestsdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "bittestsdll.mak" CFG="bittestsdll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "bittestsdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "bittestsdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "bittestsdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "bittestsdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "bittestsdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/bittestsdll/Release" +# PROP Intermediate_Dir "../../../test/bittestsdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "bittestsdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/bittestsdll/Debug" +# PROP Intermediate_Dir "../../../test/bittestsdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ELSEIF "$(CFG)" == "bittestsdll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "bittests" +# PROP BASE Intermediate_Dir "bittests" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"bittests/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "bittestsdll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "bittest0" +# PROP BASE Intermediate_Dir "bittest0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"bittest0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "bittestsdll - Win32 Release" +# Name "bittestsdll - Win32 Debug" +# Name "bittestsdll - Win32 AlphaDbg" +# Name "bittestsdll - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\bittests.c + +!IF "$(CFG)" == "bittestsdll - Win32 Release" + +!ELSEIF "$(CFG)" == "bittestsdll - Win32 Debug" + +!ELSEIF "$(CFG)" == "bittestsdll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "bittestsdll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/btree2/btree2.dsp b/windows_vs6/test/btree2/btree2.dsp new file mode 100755 index 0000000..61095ca --- /dev/null +++ b/windows_vs6/test/btree2/btree2.dsp @@ -0,0 +1,107 @@ +# Microsoft Developer Studio Project File - Name="btree2" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=btree2 - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "btree2.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "btree2.mak" CFG="btree2 - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "btree2 - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "btree2 - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "btree2 - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/btree2/Release" +# PROP Intermediate_Dir "../../../test/btree2/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "btree2 - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/btree2/Debug" +# PROP Intermediate_Dir "../../../test/btree2/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "btree2 - Win32 Release" +# Name "btree2 - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\test\btree2.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/test/btree2dll/btree2dll.dsp b/windows_vs6/test/btree2dll/btree2dll.dsp new file mode 100755 index 0000000..426aea7 --- /dev/null +++ b/windows_vs6/test/btree2dll/btree2dll.dsp @@ -0,0 +1,105 @@ +# Microsoft Developer Studio Project File - Name="btree2dll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=btree2dll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "btree2dll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "btree2dll.mak" CFG="btree2dll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "btree2dll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "btree2dll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "btree2dll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/btree2dll/Release" +# PROP Intermediate_Dir "../../../test/btree2dll/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "btree2dll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/btree2dll/Debug" +# PROP Intermediate_Dir "../../../test/btree2dll/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "btree2dll - Win32 Release" +# Name "btree2dll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\test\btree2.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/test/cache/cache.dsp b/windows_vs6/test/cache/cache.dsp new file mode 100755 index 0000000..1815439 --- /dev/null +++ b/windows_vs6/test/cache/cache.dsp @@ -0,0 +1,99 @@ +# Microsoft Developer Studio Project File - Name="cache" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=cache - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "cache.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "cache.mak" CFG="cache - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "cache - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "cache - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "cache - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/cache/Release" +# PROP Intermediate_Dir "../../../test/cache/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" + +!ELSEIF "$(CFG)" == "cache - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/cache/Debug" +# PROP Intermediate_Dir "../../../test/cache/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "cache - Win32 Release" +# Name "cache - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\test\cache.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\cache_common.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/cache_api/cache_api.dsp b/windows_vs6/test/cache_api/cache_api.dsp new file mode 100755 index 0000000..de47803 --- /dev/null +++ b/windows_vs6/test/cache_api/cache_api.dsp @@ -0,0 +1,111 @@ +# Microsoft Developer Studio Project File - Name="cache_api" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=cache_api - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "cache_api.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "cache_api.mak" CFG="cache_api - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "cache_api - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "cache_api - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "cache_api - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/cache_api/Release" +# PROP Intermediate_Dir "../../../test/cache_api/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" + +!ELSEIF "$(CFG)" == "cache_api - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/cache_api/Debug" +# PROP Intermediate_Dir "../../../test/cache_api/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "cache_api - Win32 Release" +# Name "cache_api - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\test\cache_api.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\cache_common.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/test/cache_apidll/cache_apidll.dsp b/windows_vs6/test/cache_apidll/cache_apidll.dsp new file mode 100755 index 0000000..56f170f --- /dev/null +++ b/windows_vs6/test/cache_apidll/cache_apidll.dsp @@ -0,0 +1,109 @@ +# Microsoft Developer Studio Project File - Name="cache_apidll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=cache_apidll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "cache_apidll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "cache_apidll.mak" CFG="cache_apidll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "cache_apidll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "cache_apidll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "cache_apidll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/cache_apidll/Release" +# PROP Intermediate_Dir "../../../test/cache_apidll/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "cache_apidll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/cache_apidll/Debug" +# PROP Intermediate_Dir "../../../test/cache_apidll/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "cache_apidll - Win32 Release" +# Name "cache_apidll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\test\cache_api.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\cache_common.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/test/cachedll/cachedll.dsp b/windows_vs6/test/cachedll/cachedll.dsp new file mode 100755 index 0000000..065374b --- /dev/null +++ b/windows_vs6/test/cachedll/cachedll.dsp @@ -0,0 +1,99 @@ +# Microsoft Developer Studio Project File - Name="cachedll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=cachedll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "cachedll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "cachedll.mak" CFG="cachedll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "cachedll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "cachedll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "cachedll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/cachedll/Release" +# PROP Intermediate_Dir "../../../test/cachedll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "cachedll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/cachedll/Debug" +# PROP Intermediate_Dir "../../../test/cachedll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "cachedll - Win32 Release" +# Name "cachedll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\test\cache.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\cache_common.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/chunk/chunk.dsp b/windows_vs6/test/chunk/chunk.dsp new file mode 100755 index 0000000..ac7a660 --- /dev/null +++ b/windows_vs6/test/chunk/chunk.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="chunk" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=chunk - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "chunk.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "chunk.mak" CFG="chunk - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "chunk - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "chunk - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "chunk - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "chunk - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "chunk - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/chunk/Release" +# PROP Intermediate_Dir "../../../test/chunk/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" + +!ELSEIF "$(CFG)" == "chunk - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/chunk/Debug" +# PROP Intermediate_Dir "../../../test/chunk/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /browser /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ELSEIF "$(CFG)" == "chunk - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "chunk___" +# PROP BASE Intermediate_Dir "chunk___" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /c +F90=df.exe +# ADD BASE F90 /browser /compile_only /debug:full /include:"chunk___/" /nologo /warn:nofileopt +# ADD F90 /browser /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "chunk - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "chunk__0" +# PROP BASE Intermediate_Dir "chunk__0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"chunk__0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "chunk - Win32 Release" +# Name "chunk - Win32 Debug" +# Name "chunk - Win32 AlphaDbg" +# Name "chunk - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\perform\chunk.c + +!IF "$(CFG)" == "chunk - Win32 Release" + +!ELSEIF "$(CFG)" == "chunk - Win32 Debug" + +!ELSEIF "$(CFG)" == "chunk - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "chunk - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/chunkdll/chunkdll.dsp b/windows_vs6/test/chunkdll/chunkdll.dsp new file mode 100755 index 0000000..f0c432b --- /dev/null +++ b/windows_vs6/test/chunkdll/chunkdll.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="chunkdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=chunkdll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "chunkdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "chunkdll.mak" CFG="chunkdll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "chunkdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "chunkdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "chunkdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "chunkdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "chunkdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/chunkdll/Release" +# PROP Intermediate_Dir "../../../test/chunkdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "chunkdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/chunkdll/Debug" +# PROP Intermediate_Dir "../../../test/chunkdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ELSEIF "$(CFG)" == "chunkdll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "chunkdll" +# PROP BASE Intermediate_Dir "chunkdll" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"chunkdll/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "chunkdll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "chunkdl0" +# PROP BASE Intermediate_Dir "chunkdl0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"chunkdl0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "chunkdll - Win32 Release" +# Name "chunkdll - Win32 Debug" +# Name "chunkdll - Win32 AlphaDbg" +# Name "chunkdll - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\perform\chunk.c + +!IF "$(CFG)" == "chunkdll - Win32 Release" + +!ELSEIF "$(CFG)" == "chunkdll - Win32 Debug" + +!ELSEIF "$(CFG)" == "chunkdll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "chunkdll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/cmpd_dset/cmpd_dset.dsp b/windows_vs6/test/cmpd_dset/cmpd_dset.dsp new file mode 100755 index 0000000..c3c2c66 --- /dev/null +++ b/windows_vs6/test/cmpd_dset/cmpd_dset.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="cmpd_dset" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=cmpd_dset - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "cmpd_dset.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "cmpd_dset.mak" CFG="cmpd_dset - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "cmpd_dset - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "cmpd_dset - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "cmpd_dset - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "cmpd_dset - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "cmpd_dset - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/cmpd_dset/Release" +# PROP Intermediate_Dir "../../../test/cmpd_dset/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "cmpd_dset - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/cmpd_dset/Debug" +# PROP Intermediate_Dir "../../../test/cmpd_dset/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "cmpd_dset - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "cmpd_dse" +# PROP BASE Intermediate_Dir "cmpd_dse" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"cmpd_dse/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "cmpd_dset - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "cmpd_ds0" +# PROP BASE Intermediate_Dir "cmpd_ds0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"cmpd_ds0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "cmpd_dset - Win32 Release" +# Name "cmpd_dset - Win32 Debug" +# Name "cmpd_dset - Win32 AlphaDbg" +# Name "cmpd_dset - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\cmpd_dset.c + +!IF "$(CFG)" == "cmpd_dset - Win32 Release" + +!ELSEIF "$(CFG)" == "cmpd_dset - Win32 Debug" + +!ELSEIF "$(CFG)" == "cmpd_dset - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "cmpd_dset - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/cmpd_dsetdll/cmpd_dsetdll.dsp b/windows_vs6/test/cmpd_dsetdll/cmpd_dsetdll.dsp new file mode 100755 index 0000000..dd57a41 --- /dev/null +++ b/windows_vs6/test/cmpd_dsetdll/cmpd_dsetdll.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="cmpd_dsetdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=cmpd_dsetdll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "cmpd_dsetdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "cmpd_dsetdll.mak" CFG="cmpd_dsetdll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "cmpd_dsetdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "cmpd_dsetdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "cmpd_dsetdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "cmpd_dsetdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "cmpd_dsetdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/cmpd_dsetdll/Release" +# PROP Intermediate_Dir "../../../test/cmpd_dsetdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "cmpd_dsetdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/cmpd_dsetdll/Debug" +# PROP Intermediate_Dir "../../../test/cmpd_dsetdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "cmpd_dsetdll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "cmpd_dse" +# PROP BASE Intermediate_Dir "cmpd_dse" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"cmpd_dse/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "cmpd_dsetdll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "cmpd_ds0" +# PROP BASE Intermediate_Dir "cmpd_ds0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"cmpd_ds0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "cmpd_dsetdll - Win32 Release" +# Name "cmpd_dsetdll - Win32 Debug" +# Name "cmpd_dsetdll - Win32 AlphaDbg" +# Name "cmpd_dsetdll - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\cmpd_dset.c + +!IF "$(CFG)" == "cmpd_dsetdll - Win32 Release" + +!ELSEIF "$(CFG)" == "cmpd_dsetdll - Win32 Debug" + +!ELSEIF "$(CFG)" == "cmpd_dsetdll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "cmpd_dsetdll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/cross_read/cross_read.dsp b/windows_vs6/test/cross_read/cross_read.dsp new file mode 100755 index 0000000..9363aaa --- /dev/null +++ b/windows_vs6/test/cross_read/cross_read.dsp @@ -0,0 +1,107 @@ +# Microsoft Developer Studio Project File - Name="cross_read" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=cross_read - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "cross_read.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "cross_read.mak" CFG="cross_read - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "cross_read - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "cross_read - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "cross_read - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/cross_read/Release" +# PROP Intermediate_Dir "../../../test/cross_read/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "cross_read - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/cross_read/Debug" +# PROP Intermediate_Dir "../../../test/cross_read/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "cross_read - Win32 Release" +# Name "cross_read - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\test\cross_read.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/test/cross_readdll/cross_readdll.dsp b/windows_vs6/test/cross_readdll/cross_readdll.dsp new file mode 100755 index 0000000..7de9b0b --- /dev/null +++ b/windows_vs6/test/cross_readdll/cross_readdll.dsp @@ -0,0 +1,105 @@ +# Microsoft Developer Studio Project File - Name="cross_readdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=cross_readdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "cross_readdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "cross_readdll.mak" CFG="cross_readdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "cross_readdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "cross_readdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "cross_readdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/cross_readdll/Release" +# PROP Intermediate_Dir "../../../test/cross_readdll/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "cross_readdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/cross_readdll/Debug" +# PROP Intermediate_Dir "../../../test/cross_readdll/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "cross_readdll - Win32 Release" +# Name "cross_readdll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\test\cross_read.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/test/dangle/dangle.dsp b/windows_vs6/test/dangle/dangle.dsp new file mode 100755 index 0000000..175c9a5 --- /dev/null +++ b/windows_vs6/test/dangle/dangle.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="dangle" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=dangle - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "dangle.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "dangle.mak" CFG="dangle - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "dangle - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "dangle - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "dangle - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/dangle/Release" +# PROP Intermediate_Dir "../../../test/dangle/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" + +!ELSEIF "$(CFG)" == "dangle - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/dangle/Debug" +# PROP Intermediate_Dir "../../../test/dangle/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "dangle - Win32 Release" +# Name "dangle - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\test\dangle.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/dangledll/dangledll.dsp b/windows_vs6/test/dangledll/dangledll.dsp new file mode 100755 index 0000000..1bfee71 --- /dev/null +++ b/windows_vs6/test/dangledll/dangledll.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="dangledll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=dangledll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "dangledll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "dangledll.mak" CFG="dangledll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "dangledll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "dangledll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "dangledll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/dangledll/Release" +# PROP Intermediate_Dir "../../../test/dangledll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "dangledll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/dangledll/Debug" +# PROP Intermediate_Dir "../../../test/dangledll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "dangledll - Win32 Release" +# Name "dangledll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\test\dangle.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/dsets/dsets.dsp b/windows_vs6/test/dsets/dsets.dsp new file mode 100755 index 0000000..0747216 --- /dev/null +++ b/windows_vs6/test/dsets/dsets.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="dsets" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=dsets - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "dsets.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "dsets.mak" CFG="dsets - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "dsets - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "dsets - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "dsets - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "dsets - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "dsets - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/dsets/Release" +# PROP Intermediate_Dir "../../../test/dsets/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "dsets - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/dsets/Debug" +# PROP Intermediate_Dir "../../../test/dsets/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "dsets - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "dsets___" +# PROP BASE Intermediate_Dir "dsets___" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"dsets___/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "dsets - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "dsets__0" +# PROP BASE Intermediate_Dir "dsets__0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"dsets__0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "dsets - Win32 Release" +# Name "dsets - Win32 Debug" +# Name "dsets - Win32 AlphaDbg" +# Name "dsets - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\dsets.c + +!IF "$(CFG)" == "dsets - Win32 Release" + +!ELSEIF "$(CFG)" == "dsets - Win32 Debug" + +!ELSEIF "$(CFG)" == "dsets - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "dsets - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/dsetsdll/dsetsdll.dsp b/windows_vs6/test/dsetsdll/dsetsdll.dsp new file mode 100755 index 0000000..b735016 --- /dev/null +++ b/windows_vs6/test/dsetsdll/dsetsdll.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="dsetsdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=dsetsdll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "dsetsdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "dsetsdll.mak" CFG="dsetsdll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "dsetsdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "dsetsdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "dsetsdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "dsetsdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "dsetsdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/dsetsdll/Release" +# PROP Intermediate_Dir "../../../test/dsetsdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"../../../test/dsetsdll/Release/" /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "dsetsdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/dsetsdll/Debug" +# PROP Intermediate_Dir "../../../test/dsetsdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"../../../test/dsetsdll/Debug/" /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "dsetsdll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "dsetsdll" +# PROP BASE Intermediate_Dir "dsetsdll" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"dsetsdll/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "dsetsdll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "dsetsdl0" +# PROP BASE Intermediate_Dir "dsetsdl0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"dsetsdl0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "dsetsdll - Win32 Release" +# Name "dsetsdll - Win32 Debug" +# Name "dsetsdll - Win32 AlphaDbg" +# Name "dsetsdll - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\dsets.c + +!IF "$(CFG)" == "dsetsdll - Win32 Release" + +!ELSEIF "$(CFG)" == "dsetsdll - Win32 Debug" + +!ELSEIF "$(CFG)" == "dsetsdll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "dsetsdll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/dt_arith/dt_arith.dsp b/windows_vs6/test/dt_arith/dt_arith.dsp new file mode 100755 index 0000000..20bcb14 --- /dev/null +++ b/windows_vs6/test/dt_arith/dt_arith.dsp @@ -0,0 +1,107 @@ +# Microsoft Developer Studio Project File - Name="dt_arith" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=dt_arith - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "dt_arith.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "dt_arith.mak" CFG="dt_arith - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "dt_arith - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "dt_arith - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "dt_arith - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/dt_arith/Release" +# PROP Intermediate_Dir "../../../test/dt_arith/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "dt_arith - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/dt_arith/Debug" +# PROP Intermediate_Dir "../../../test/dt_arith/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "dt_arith - Win32 Release" +# Name "dt_arith - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\test\dt_arith.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/test/dt_arithdll/dt_arithdll.dsp b/windows_vs6/test/dt_arithdll/dt_arithdll.dsp new file mode 100755 index 0000000..ce18f64 --- /dev/null +++ b/windows_vs6/test/dt_arithdll/dt_arithdll.dsp @@ -0,0 +1,106 @@ +# Microsoft Developer Studio Project File - Name="dt_arithdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=dt_arithdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "dt_arithdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "dt_arithdll.mak" CFG="dt_arithdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "dt_arithdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "dt_arithdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "dt_arithdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/dt_arithdll/Release" +# PROP Intermediate_Dir "../../../test/dt_arithdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "dt_arithdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/dt_arithdll/Debug" +# PROP Intermediate_Dir "../../../test/dt_arithdll/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "dt_arithdll - Win32 Release" +# Name "dt_arithdll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\test\dt_arith.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/test/dtransform/dtransform.dsp b/windows_vs6/test/dtransform/dtransform.dsp new file mode 100755 index 0000000..6cc22e5 --- /dev/null +++ b/windows_vs6/test/dtransform/dtransform.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="dtransform" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=dtransform - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "dtransform.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "dtransform.mak" CFG="dtransform - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "dtransform - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "dtransform - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "dtransform - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/dtransform/Release" +# PROP Intermediate_Dir "../../../test/dtransform/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" + +!ELSEIF "$(CFG)" == "dtransform - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/dtransform/Debug" +# PROP Intermediate_Dir "../../../test/dtransform/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "dtransform - Win32 Release" +# Name "dtransform - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\test\dtransform.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/dtransformdll/dtransformdll.dsp b/windows_vs6/test/dtransformdll/dtransformdll.dsp new file mode 100755 index 0000000..af56baa --- /dev/null +++ b/windows_vs6/test/dtransformdll/dtransformdll.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="dtransformdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=dtransformdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "dtransformdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "dtransformdll.mak" CFG="dtransformdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "dtransformdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "dtransformdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "dtransformdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/dtransformdll/Release" +# PROP Intermediate_Dir "../../../test/dtransformdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "dtransformdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/dtransformdll/Debug" +# PROP Intermediate_Dir "../../../test/dtransformdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "dtransformdll - Win32 Release" +# Name "dtransformdll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\test\dtransform.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/dtypes/dtypes.dsp b/windows_vs6/test/dtypes/dtypes.dsp new file mode 100755 index 0000000..da8e861 --- /dev/null +++ b/windows_vs6/test/dtypes/dtypes.dsp @@ -0,0 +1,172 @@ +# Microsoft Developer Studio Project File - Name="dtypes" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=dtypes - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "dtypes.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "dtypes.mak" CFG="dtypes - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "dtypes - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "dtypes - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "dtypes - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "dtypes - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "dtypes - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/dtypes/Release" +# PROP Intermediate_Dir "../../../test/dtypes/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "dtypes - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/dtypes/Debug" +# PROP Intermediate_Dir "../../../test/dtypes/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "dtypes - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "dtypes__" +# PROP BASE Intermediate_Dir "dtypes__" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"dtypes__/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "dtypes - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "dtypes_0" +# PROP BASE Intermediate_Dir "dtypes_0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"dtypes_0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "dtypes - Win32 Release" +# Name "dtypes - Win32 Debug" +# Name "dtypes - Win32 AlphaDbg" +# Name "dtypes - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\dtypes.c + +!IF "$(CFG)" == "dtypes - Win32 Release" + +!ELSEIF "$(CFG)" == "dtypes - Win32 Debug" + +!ELSEIF "$(CFG)" == "dtypes - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "dtypes - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/dtypesdll/dtypesdll.dsp b/windows_vs6/test/dtypesdll/dtypesdll.dsp new file mode 100755 index 0000000..e613b7e --- /dev/null +++ b/windows_vs6/test/dtypesdll/dtypesdll.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="dtypesdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=dtypesdll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "dtypesdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "dtypesdll.mak" CFG="dtypesdll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "dtypesdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "dtypesdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "dtypesdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "dtypesdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "dtypesdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/dtypesdll/Release" +# PROP Intermediate_Dir "../../../test/dtypesdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "dtypesdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/dtypesdll/Debug" +# PROP Intermediate_Dir "../../../test/dtypesdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "dtypesdll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "dtypesdl" +# PROP BASE Intermediate_Dir "dtypesdl" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"dtypesdl/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "dtypesdll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "dtypesd0" +# PROP BASE Intermediate_Dir "dtypesd0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"dtypesd0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "dtypesdll - Win32 Release" +# Name "dtypesdll - Win32 Debug" +# Name "dtypesdll - Win32 AlphaDbg" +# Name "dtypesdll - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\dtypes.c + +!IF "$(CFG)" == "dtypesdll - Win32 Release" + +!ELSEIF "$(CFG)" == "dtypesdll - Win32 Debug" + +!ELSEIF "$(CFG)" == "dtypesdll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "dtypesdll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/enum/enum.dsp b/windows_vs6/test/enum/enum.dsp new file mode 100755 index 0000000..74a8076 --- /dev/null +++ b/windows_vs6/test/enum/enum.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="enum" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=enum - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "enum.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "enum.mak" CFG="enum - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "enum - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "enum - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "enum - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "enum - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "enum - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/enum/Release" +# PROP Intermediate_Dir "../../../test/enum/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "enum - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/enum/Debug" +# PROP Intermediate_Dir "../../../test/enum/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "enum - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "enum___W" +# PROP BASE Intermediate_Dir "enum___W" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"enum___W/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ELSEIF "$(CFG)" == "enum - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "enum___0" +# PROP BASE Intermediate_Dir "enum___0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"enum___0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "enum - Win32 Release" +# Name "enum - Win32 Debug" +# Name "enum - Win32 AlphaRel" +# Name "enum - Win32 AlphaDbg" +# Begin Source File + +SOURCE=..\..\..\test\enum.c + +!IF "$(CFG)" == "enum - Win32 Release" + +!ELSEIF "$(CFG)" == "enum - Win32 Debug" + +!ELSEIF "$(CFG)" == "enum - Win32 AlphaRel" + +!ELSEIF "$(CFG)" == "enum - Win32 AlphaDbg" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/enumdll/enumdll.dsp b/windows_vs6/test/enumdll/enumdll.dsp new file mode 100755 index 0000000..a56006a --- /dev/null +++ b/windows_vs6/test/enumdll/enumdll.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="enumdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=enumdll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "enumdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "enumdll.mak" CFG="enumdll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "enumdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "enumdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "enumdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "enumdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "enumdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/enumdll/Release" +# PROP Intermediate_Dir "../../../test/enumdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "enumdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/enumdll/Debug" +# PROP Intermediate_Dir "../../../test/enumdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "enumdll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "enumdll_" +# PROP BASE Intermediate_Dir "enumdll_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"enumdll_/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "enumdll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "enumdll0" +# PROP BASE Intermediate_Dir "enumdll0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"enumdll0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "enumdll - Win32 Release" +# Name "enumdll - Win32 Debug" +# Name "enumdll - Win32 AlphaDbg" +# Name "enumdll - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\enum.c + +!IF "$(CFG)" == "enumdll - Win32 Release" + +!ELSEIF "$(CFG)" == "enumdll - Win32 Debug" + +!ELSEIF "$(CFG)" == "enumdll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "enumdll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/error_api/error_api.dsp b/windows_vs6/test/error_api/error_api.dsp new file mode 100644 index 0000000..e9957c9 --- /dev/null +++ b/windows_vs6/test/error_api/error_api.dsp @@ -0,0 +1,102 @@ +# Microsoft Developer Studio Project File - Name="error_api" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=error_api - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "error_api.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "error_api.mak" CFG="error_api - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "error_api - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "error_api - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "error_api - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/error_api/Release" +# PROP Intermediate_Dir "../../../test/error_api/Release" +# PROP Target_Dir "" +F90=df.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "error_api - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/error_api/Debug" +# PROP Intermediate_Dir "../../../test/error_api/Debug" +# PROP Target_Dir "" +F90=df.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "error_api - Win32 Release" +# Name "error_api - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=..\..\..\test\error_test.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/test/error_apidll/error_apidll.dsp b/windows_vs6/test/error_apidll/error_apidll.dsp new file mode 100644 index 0000000..6540a78 --- /dev/null +++ b/windows_vs6/test/error_apidll/error_apidll.dsp @@ -0,0 +1,103 @@ +# Microsoft Developer Studio Project File - Name="error_apidll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=error_apidll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "error_apidll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "error_apidll.mak" CFG="error_apidll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "error_apidll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "error_apidll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "error_apidll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/error_apidll/Release" +# PROP Intermediate_Dir "../../../test/error_apidll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "error_apidll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/error_apidll/Debug" +# PROP Intermediate_Dir "../../../test/error_apidll/Debug" +# PROP Target_Dir "" +F90=df.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "error_apidll - Win32 Release" +# Name "error_apidll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=..\..\..\test\error_test.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/test/error_compat/error_compat.dsp b/windows_vs6/test/error_compat/error_compat.dsp new file mode 100644 index 0000000..d427edb --- /dev/null +++ b/windows_vs6/test/error_compat/error_compat.dsp @@ -0,0 +1,102 @@ +# Microsoft Developer Studio Project File - Name="error_compat" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=error_compat - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "error_compat.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "error_compat.mak" CFG="error_compat - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "error_compat - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "error_compat - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "error_compat - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/error_compat/Release" +# PROP Intermediate_Dir "../../../test/error_compat/Release" +# PROP Target_Dir "" +F90=df.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "error_compat - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/error_compat/Debug" +# PROP Intermediate_Dir "../../../test/error_compat/Debug" +# PROP Target_Dir "" +F90=df.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "error_compat - Win32 Release" +# Name "error_compat - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=..\..\..\test\err_compat.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/test/error_compatdll/error_compatdll.dsp b/windows_vs6/test/error_compatdll/error_compatdll.dsp new file mode 100644 index 0000000..2fce0ea --- /dev/null +++ b/windows_vs6/test/error_compatdll/error_compatdll.dsp @@ -0,0 +1,103 @@ +# Microsoft Developer Studio Project File - Name="error_compatdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=error_compatdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "error_compatdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "error_compatdll.mak" CFG="error_compatdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "error_compatdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "error_compatdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "error_compatdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/error_compatdll/Release" +# PROP Intermediate_Dir "../../../test/error_compatdll/Release" +# PROP Target_Dir "" +F90=df.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "error_compatdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/error_compatdll/Debug" +# PROP Intermediate_Dir "../../../test/error_compatdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "error_compatdll - Win32 Release" +# Name "error_compatdll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=..\..\..\test\err_compat.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/test/extend/extend.dsp b/windows_vs6/test/extend/extend.dsp new file mode 100755 index 0000000..2cc6644 --- /dev/null +++ b/windows_vs6/test/extend/extend.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="extend" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=extend - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "extend.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "extend.mak" CFG="extend - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "extend - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "extend - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "extend - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "extend - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "extend - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/extend/Release" +# PROP Intermediate_Dir "../../../test/extend/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "extend - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/extend/Debug" +# PROP Intermediate_Dir "../../../test/extend/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "extend - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "extend__" +# PROP BASE Intermediate_Dir "extend__" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"extend__/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "extend - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "extend_0" +# PROP BASE Intermediate_Dir "extend_0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"extend_0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "extend - Win32 Release" +# Name "extend - Win32 Debug" +# Name "extend - Win32 AlphaDbg" +# Name "extend - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\extend.c + +!IF "$(CFG)" == "extend - Win32 Release" + +!ELSEIF "$(CFG)" == "extend - Win32 Debug" + +!ELSEIF "$(CFG)" == "extend - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "extend - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/extenddll/extenddll.dsp b/windows_vs6/test/extenddll/extenddll.dsp new file mode 100755 index 0000000..cc83911 --- /dev/null +++ b/windows_vs6/test/extenddll/extenddll.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="extenddll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=extenddll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "extenddll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "extenddll.mak" CFG="extenddll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "extenddll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "extenddll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "extenddll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "extenddll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "extenddll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/extenddll/Release" +# PROP Intermediate_Dir "../../../test/extenddll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "extenddll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/extenddll/Debug" +# PROP Intermediate_Dir "../../../test/extenddll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "extenddll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "extenddl" +# PROP BASE Intermediate_Dir "extenddl" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"extenddl/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "extenddll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "extendd0" +# PROP BASE Intermediate_Dir "extendd0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"extendd0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "extenddll - Win32 Release" +# Name "extenddll - Win32 Debug" +# Name "extenddll - Win32 AlphaDbg" +# Name "extenddll - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\extend.c + +!IF "$(CFG)" == "extenddll - Win32 Release" + +!ELSEIF "$(CFG)" == "extenddll - Win32 Debug" + +!ELSEIF "$(CFG)" == "extenddll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "extenddll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/external/external.dsp b/windows_vs6/test/external/external.dsp new file mode 100755 index 0000000..de3008e --- /dev/null +++ b/windows_vs6/test/external/external.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="external" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=external - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "external.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "external.mak" CFG="external - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "external - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "external - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "external - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "external - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "external - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/external/Release" +# PROP Intermediate_Dir "../../../test/external/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "external - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/external/Debug" +# PROP Intermediate_Dir "../../../test/external/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "external - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "external" +# PROP BASE Intermediate_Dir "external" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"external/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "external - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "externa0" +# PROP BASE Intermediate_Dir "externa0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"externa0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "external - Win32 Release" +# Name "external - Win32 Debug" +# Name "external - Win32 AlphaDbg" +# Name "external - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\external.c + +!IF "$(CFG)" == "external - Win32 Release" + +!ELSEIF "$(CFG)" == "external - Win32 Debug" + +!ELSEIF "$(CFG)" == "external - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "external - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/externaldll/externaldll.dsp b/windows_vs6/test/externaldll/externaldll.dsp new file mode 100755 index 0000000..c8e8115 --- /dev/null +++ b/windows_vs6/test/externaldll/externaldll.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="externaldll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=externaldll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "externaldll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "externaldll.mak" CFG="externaldll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "externaldll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "externaldll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "externaldll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "externaldll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "externaldll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/externaldll/Release" +# PROP Intermediate_Dir "../../../test/externaldll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "externaldll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/externaldll/Debug" +# PROP Intermediate_Dir "../../../test/externaldll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "externaldll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "external" +# PROP BASE Intermediate_Dir "external" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"external/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "externaldll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "externa0" +# PROP BASE Intermediate_Dir "externa0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"externa0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "externaldll - Win32 Release" +# Name "externaldll - Win32 Debug" +# Name "externaldll - Win32 AlphaDbg" +# Name "externaldll - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\external.c + +!IF "$(CFG)" == "externaldll - Win32 Release" + +!ELSEIF "$(CFG)" == "externaldll - Win32 Debug" + +!ELSEIF "$(CFG)" == "externaldll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "externaldll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/fheap/fheap.dsp b/windows_vs6/test/fheap/fheap.dsp new file mode 100755 index 0000000..471cf22 --- /dev/null +++ b/windows_vs6/test/fheap/fheap.dsp @@ -0,0 +1,105 @@ +# Microsoft Developer Studio Project File - Name="fheap" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=fheap - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "fheap.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "fheap.mak" CFG="fheap - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "fheap - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "fheap - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "fheap - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/fheap/Release" +# PROP Intermediate_Dir "../../../test/fheap/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "fheap - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/fheap/Debug" +# PROP Intermediate_Dir "../../../test/fheap/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "fheap - Win32 Release" +# Name "fheap - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=..\..\..\test\fheap.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/test/fheapdll/fheapdll.dsp b/windows_vs6/test/fheapdll/fheapdll.dsp new file mode 100755 index 0000000..85da1c0 --- /dev/null +++ b/windows_vs6/test/fheapdll/fheapdll.dsp @@ -0,0 +1,105 @@ +# Microsoft Developer Studio Project File - Name="fheapdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=fheapdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "fheapdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "fheapdll.mak" CFG="fheapdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "fheapdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "fheapdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "fheapdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/fheapdll/Release" +# PROP Intermediate_Dir "../../../test/fheapdll/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "fheapdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/fheapdll/Debug" +# PROP Intermediate_Dir "../../../test/fheapdll/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "fheapdll - Win32 Release" +# Name "fheapdll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\test\fheap.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/test/fillval/fillval.dsp b/windows_vs6/test/fillval/fillval.dsp new file mode 100755 index 0000000..1229859 --- /dev/null +++ b/windows_vs6/test/fillval/fillval.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="fillval" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=fillval - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "fillval.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "fillval.mak" CFG="fillval - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "fillval - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "fillval - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "fillval - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "fillval - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "fillval - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/fillval/Release" +# PROP Intermediate_Dir "../../../test/fillval/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "fillval - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/fillval/Debug" +# PROP Intermediate_Dir "../../../test/fillval/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "fillval - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "fillval_" +# PROP BASE Intermediate_Dir "fillval_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"fillval_/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "fillval - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "fillval0" +# PROP BASE Intermediate_Dir "fillval0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"fillval0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "fillval - Win32 Release" +# Name "fillval - Win32 Debug" +# Name "fillval - Win32 AlphaDbg" +# Name "fillval - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\fillval.c + +!IF "$(CFG)" == "fillval - Win32 Release" + +!ELSEIF "$(CFG)" == "fillval - Win32 Debug" + +!ELSEIF "$(CFG)" == "fillval - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "fillval - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/fillvaldll/fillvaldll.dsp b/windows_vs6/test/fillvaldll/fillvaldll.dsp new file mode 100755 index 0000000..4d7c0f1 --- /dev/null +++ b/windows_vs6/test/fillvaldll/fillvaldll.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="fillvaldll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=fillvaldll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "fillvaldll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "fillvaldll.mak" CFG="fillvaldll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "fillvaldll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "fillvaldll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "fillvaldll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "fillvaldll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "fillvaldll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/fillvaldll/Release" +# PROP Intermediate_Dir "../../../test/fillvaldll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "fillvaldll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/fillvaldll/Debug" +# PROP Intermediate_Dir "../../../test/fillvaldll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "fillvaldll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "fillvald" +# PROP BASE Intermediate_Dir "fillvald" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"fillvald/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "fillvaldll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "fillval0" +# PROP BASE Intermediate_Dir "fillval0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"fillval0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "fillvaldll - Win32 Release" +# Name "fillvaldll - Win32 Debug" +# Name "fillvaldll - Win32 AlphaDbg" +# Name "fillvaldll - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\fillval.c + +!IF "$(CFG)" == "fillvaldll - Win32 Release" + +!ELSEIF "$(CFG)" == "fillvaldll - Win32 Debug" + +!ELSEIF "$(CFG)" == "fillvaldll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "fillvaldll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/flush1/flush1.dsp b/windows_vs6/test/flush1/flush1.dsp new file mode 100755 index 0000000..bf8be2d --- /dev/null +++ b/windows_vs6/test/flush1/flush1.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="flush1" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=flush1 - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "flush1.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "flush1.mak" CFG="flush1 - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "flush1 - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "flush1 - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "flush1 - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "flush1 - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "flush1 - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/flush1/Release" +# PROP Intermediate_Dir "../../../test/flush1/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "flush1 - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/flush1/Debug" +# PROP Intermediate_Dir "../../../test/flush1/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "flush1 - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "flush1__" +# PROP BASE Intermediate_Dir "flush1__" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"flush1__/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "flush1 - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "flush1_0" +# PROP BASE Intermediate_Dir "flush1_0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"flush1_0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "flush1 - Win32 Release" +# Name "flush1 - Win32 Debug" +# Name "flush1 - Win32 AlphaDbg" +# Name "flush1 - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\flush1.c + +!IF "$(CFG)" == "flush1 - Win32 Release" + +!ELSEIF "$(CFG)" == "flush1 - Win32 Debug" + +!ELSEIF "$(CFG)" == "flush1 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "flush1 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/flush1dll/flush1dll.dsp b/windows_vs6/test/flush1dll/flush1dll.dsp new file mode 100755 index 0000000..c77f09c --- /dev/null +++ b/windows_vs6/test/flush1dll/flush1dll.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="flush1dll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=flush1dll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "flush1dll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "flush1dll.mak" CFG="flush1dll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "flush1dll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "flush1dll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "flush1dll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "flush1dll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "flush1dll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/flush1dll/Release" +# PROP Intermediate_Dir "../../../test/flush1dll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "flush1dll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/flush1dll/Debug" +# PROP Intermediate_Dir "../../../test/flush1dll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "flush1dll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "flush1dl" +# PROP BASE Intermediate_Dir "flush1dl" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"flush1dl/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "flush1dll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "flush1d0" +# PROP BASE Intermediate_Dir "flush1d0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"flush1d0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "flush1dll - Win32 Release" +# Name "flush1dll - Win32 Debug" +# Name "flush1dll - Win32 AlphaDbg" +# Name "flush1dll - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\flush1.c + +!IF "$(CFG)" == "flush1dll - Win32 Release" + +!ELSEIF "$(CFG)" == "flush1dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "flush1dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "flush1dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/flush2/flush2.dsp b/windows_vs6/test/flush2/flush2.dsp new file mode 100755 index 0000000..6a4333b --- /dev/null +++ b/windows_vs6/test/flush2/flush2.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="flush2" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=flush2 - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "flush2.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "flush2.mak" CFG="flush2 - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "flush2 - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "flush2 - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "flush2 - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "flush2 - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "flush2 - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/flush2/Release" +# PROP Intermediate_Dir "../../../test/flush2/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "flush2 - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/flush2/Debug" +# PROP Intermediate_Dir "../../../test/flush2/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "flush2 - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "flush2__" +# PROP BASE Intermediate_Dir "flush2__" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"flush2__/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "flush2 - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "flush2_0" +# PROP BASE Intermediate_Dir "flush2_0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"flush2_0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "flush2 - Win32 Release" +# Name "flush2 - Win32 Debug" +# Name "flush2 - Win32 AlphaDbg" +# Name "flush2 - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\flush2.c + +!IF "$(CFG)" == "flush2 - Win32 Release" + +!ELSEIF "$(CFG)" == "flush2 - Win32 Debug" + +!ELSEIF "$(CFG)" == "flush2 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "flush2 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/flush2dll/flush2dll.dsp b/windows_vs6/test/flush2dll/flush2dll.dsp new file mode 100755 index 0000000..027e681 --- /dev/null +++ b/windows_vs6/test/flush2dll/flush2dll.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="flush2dll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=flush2dll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "flush2dll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "flush2dll.mak" CFG="flush2dll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "flush2dll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "flush2dll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "flush2dll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "flush2dll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "flush2dll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/flush2dll/Release" +# PROP Intermediate_Dir "../../../test/flush2dll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "flush2dll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/flush2dll/Debug" +# PROP Intermediate_Dir "../../../test/flush2dll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "flush2dll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "flush2dl" +# PROP BASE Intermediate_Dir "flush2dl" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"flush2dl/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "flush2dll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "flush2d0" +# PROP BASE Intermediate_Dir "flush2d0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"flush2d0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "flush2dll - Win32 Release" +# Name "flush2dll - Win32 Debug" +# Name "flush2dll - Win32 AlphaDbg" +# Name "flush2dll - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\flush2.c + +!IF "$(CFG)" == "flush2dll - Win32 Release" + +!ELSEIF "$(CFG)" == "flush2dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "flush2dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "flush2dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/getname/getname.dsp b/windows_vs6/test/getname/getname.dsp new file mode 100755 index 0000000..05f4379 --- /dev/null +++ b/windows_vs6/test/getname/getname.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="getname" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=getname - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "getname.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "getname.mak" CFG="getname - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "getname - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "getname - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "getname - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/getname/Release" +# PROP Intermediate_Dir "../../../test/getname/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "getname - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/getname/Debug" +# PROP Intermediate_Dir "../../../test/getname/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "getname - Win32 Release" +# Name "getname - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\test\getname.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/getnamedll/getnamedll.dsp b/windows_vs6/test/getnamedll/getnamedll.dsp new file mode 100755 index 0000000..5ef1982 --- /dev/null +++ b/windows_vs6/test/getnamedll/getnamedll.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="getnamedll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=getnamedll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "getnamedll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "getnamedll.mak" CFG="getnamedll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "getnamedll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "getnamedll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "getnamedll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/getnamedll/Release" +# PROP Intermediate_Dir "../../../test/getnamedll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\test" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x404 /d "NDEBUG" +# ADD RSC /l 0x404 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "getnamedll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/getnamedll/Debug" +# PROP Intermediate_Dir "../../../test/getnamedll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\test" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x404 /d "_DEBUG" +# ADD RSC /l 0x404 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "getnamedll - Win32 Release" +# Name "getnamedll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\test\getname.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/getub/getub.dsp b/windows_vs6/test/getub/getub.dsp new file mode 100755 index 0000000..80551bb --- /dev/null +++ b/windows_vs6/test/getub/getub.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="getub" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=getub - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "getub.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "getub.mak" CFG="getub - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "getub - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "getub - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "getub - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/getub/Release" +# PROP Intermediate_Dir "../../../test/getub/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\tools\lib" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "getub - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/getub/Debug" +# PROP Intermediate_Dir "../../../test/getub/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\tools\lib" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "getub - Win32 Release" +# Name "getub - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\tools\h5jam\getub.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/gheap/gheap.dsp b/windows_vs6/test/gheap/gheap.dsp new file mode 100755 index 0000000..fcdc793 --- /dev/null +++ b/windows_vs6/test/gheap/gheap.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="gheap" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=gheap - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "gheap.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "gheap.mak" CFG="gheap - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "gheap - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "gheap - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "gheap - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "gheap - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "gheap - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/gheap/Release" +# PROP Intermediate_Dir "../../../test/gheap/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\test" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "gheap - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/gheap/Debug" +# PROP Intermediate_Dir "../../../test/gheap/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\test" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "gheap - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "gheap___" +# PROP BASE Intermediate_Dir "gheap___" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"gheap___/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "gheap - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "gheap__0" +# PROP BASE Intermediate_Dir "gheap__0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"gheap__0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "gheap - Win32 Release" +# Name "gheap - Win32 Debug" +# Name "gheap - Win32 AlphaDbg" +# Name "gheap - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\gheap.c + +!IF "$(CFG)" == "gheap - Win32 Release" + +!ELSEIF "$(CFG)" == "gheap - Win32 Debug" + +!ELSEIF "$(CFG)" == "gheap - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "gheap - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/gheapdll/gheapdll.dsp b/windows_vs6/test/gheapdll/gheapdll.dsp new file mode 100755 index 0000000..3763f82 --- /dev/null +++ b/windows_vs6/test/gheapdll/gheapdll.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="gheapdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=gheapdll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "gheapdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "gheapdll.mak" CFG="gheapdll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "gheapdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "gheapdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "gheapdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "gheapdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "gheapdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/gheapdll/Release" +# PROP Intermediate_Dir "../../../test/gheapdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\test" /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "gheapdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/gheapdll/Debug" +# PROP Intermediate_Dir "../../../test/gheapdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\test" /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "gheapdll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "gheapdll" +# PROP BASE Intermediate_Dir "gheapdll" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"gheapdll/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "gheapdll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "gheapdl0" +# PROP BASE Intermediate_Dir "gheapdl0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"gheapdl0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "gheapdll - Win32 Release" +# Name "gheapdll - Win32 Debug" +# Name "gheapdll - Win32 AlphaDbg" +# Name "gheapdll - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\gheap.c + +!IF "$(CFG)" == "gheapdll - Win32 Release" + +!ELSEIF "$(CFG)" == "gheapdll - Win32 Debug" + +!ELSEIF "$(CFG)" == "gheapdll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "gheapdll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/hyperslab/hyperslab.dsp b/windows_vs6/test/hyperslab/hyperslab.dsp new file mode 100755 index 0000000..093ede8 --- /dev/null +++ b/windows_vs6/test/hyperslab/hyperslab.dsp @@ -0,0 +1,172 @@ +# Microsoft Developer Studio Project File - Name="hyperslab" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=hyperslab - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hyperslab.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hyperslab.mak" CFG="hyperslab - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hyperslab - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "hyperslab - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "hyperslab - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "hyperslab - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "hyperslab - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/hyperslab/Release" +# PROP Intermediate_Dir "../../../test/hyperslab/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" + +!ELSEIF "$(CFG)" == "hyperslab - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/hyperslab/Debug" +# PROP Intermediate_Dir "../../../test/hyperslab/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ELSEIF "$(CFG)" == "hyperslab - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "hypersla" +# PROP BASE Intermediate_Dir "hypersla" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"hypersla/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "hyperslab - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "hypersl0" +# PROP BASE Intermediate_Dir "hypersl0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"hypersl0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "hyperslab - Win32 Release" +# Name "hyperslab - Win32 Debug" +# Name "hyperslab - Win32 AlphaDbg" +# Name "hyperslab - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\hyperslab.c + +!IF "$(CFG)" == "hyperslab - Win32 Release" + +# PROP Intermediate_Dir "../../../test/hyperslab/Release" + +!ELSEIF "$(CFG)" == "hyperslab - Win32 Debug" + +!ELSEIF "$(CFG)" == "hyperslab - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hyperslab - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/hyperslabdll/hyperslabdll.dsp b/windows_vs6/test/hyperslabdll/hyperslabdll.dsp new file mode 100755 index 0000000..156e386 --- /dev/null +++ b/windows_vs6/test/hyperslabdll/hyperslabdll.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="hyperslabdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=hyperslabdll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hyperslabdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hyperslabdll.mak" CFG="hyperslabdll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hyperslabdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "hyperslabdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "hyperslabdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "hyperslabdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "hyperslabdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/hyperslabdll/Release" +# PROP Intermediate_Dir "../../../test/hyperslabdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\test" /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "hyperslabdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/hyperslabdll/Debug" +# PROP Intermediate_Dir "../../../test/hyperslabdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\test" /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ELSEIF "$(CFG)" == "hyperslabdll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "hypersla" +# PROP BASE Intermediate_Dir "hypersla" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"hypersla/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "hyperslabdll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "hypersl0" +# PROP BASE Intermediate_Dir "hypersl0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"hypersl0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "hyperslabdll - Win32 Release" +# Name "hyperslabdll - Win32 Debug" +# Name "hyperslabdll - Win32 AlphaDbg" +# Name "hyperslabdll - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\hyperslab.c + +!IF "$(CFG)" == "hyperslabdll - Win32 Release" + +!ELSEIF "$(CFG)" == "hyperslabdll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hyperslabdll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hyperslabdll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/iopipe/iopipe.dsp b/windows_vs6/test/iopipe/iopipe.dsp new file mode 100755 index 0000000..ec7d838 --- /dev/null +++ b/windows_vs6/test/iopipe/iopipe.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="iopipe" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=iopipe - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "iopipe.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "iopipe.mak" CFG="iopipe - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "iopipe - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "iopipe - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "iopipe - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "iopipe - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "iopipe - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/iopipe/Release" +# PROP Intermediate_Dir "../../../test/iopipe/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" + +!ELSEIF "$(CFG)" == "iopipe - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/iopipe/Debug" +# PROP Intermediate_Dir "../../../test/iopipe/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ELSEIF "$(CFG)" == "iopipe - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "iopipe__" +# PROP BASE Intermediate_Dir "iopipe__" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"iopipe__/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "iopipe - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "iopipe_0" +# PROP BASE Intermediate_Dir "iopipe_0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"iopipe_0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "iopipe - Win32 Release" +# Name "iopipe - Win32 Debug" +# Name "iopipe - Win32 AlphaDbg" +# Name "iopipe - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\perform\iopipe.c + +!IF "$(CFG)" == "iopipe - Win32 Release" + +!ELSEIF "$(CFG)" == "iopipe - Win32 Debug" + +!ELSEIF "$(CFG)" == "iopipe - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "iopipe - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/iopipedll/iopipedll.dsp b/windows_vs6/test/iopipedll/iopipedll.dsp new file mode 100755 index 0000000..805354d --- /dev/null +++ b/windows_vs6/test/iopipedll/iopipedll.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="iopipedll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=iopipedll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "iopipedll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "iopipedll.mak" CFG="iopipedll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "iopipedll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "iopipedll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "iopipedll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "iopipedll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "iopipedll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/iopipedll/Release" +# PROP Intermediate_Dir "../../../test/iopipedll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\test" /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "iopipedll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/iopipedll/Debug" +# PROP Intermediate_Dir "../../../test/iopipedll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\test" /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ELSEIF "$(CFG)" == "iopipedll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "iopipedl" +# PROP BASE Intermediate_Dir "iopipedl" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"iopipedl/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "iopipedll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "iopiped0" +# PROP BASE Intermediate_Dir "iopiped0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"iopiped0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "iopipedll - Win32 Release" +# Name "iopipedll - Win32 Debug" +# Name "iopipedll - Win32 AlphaDbg" +# Name "iopipedll - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\perform\iopipe.c + +!IF "$(CFG)" == "iopipedll - Win32 Release" + +!ELSEIF "$(CFG)" == "iopipedll - Win32 Debug" + +!ELSEIF "$(CFG)" == "iopipedll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "iopipedll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/istore/istore.dsp b/windows_vs6/test/istore/istore.dsp new file mode 100755 index 0000000..46f05c1 --- /dev/null +++ b/windows_vs6/test/istore/istore.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="istore" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=istore - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "istore.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "istore.mak" CFG="istore - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "istore - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "istore - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "istore - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "istore - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "istore - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/istore/Release" +# PROP Intermediate_Dir "../../../test/istore/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "istore - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/istore/Debug" +# PROP Intermediate_Dir "../../../test/istore/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "istore - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "istore__" +# PROP BASE Intermediate_Dir "istore__" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"istore__/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "istore - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "istore_0" +# PROP BASE Intermediate_Dir "istore_0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"istore_0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "istore - Win32 Release" +# Name "istore - Win32 Debug" +# Name "istore - Win32 AlphaDbg" +# Name "istore - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\istore.c + +!IF "$(CFG)" == "istore - Win32 Release" + +!ELSEIF "$(CFG)" == "istore - Win32 Debug" + +!ELSEIF "$(CFG)" == "istore - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "istore - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/istoredll/istoredll.dsp b/windows_vs6/test/istoredll/istoredll.dsp new file mode 100755 index 0000000..cd7cd6a --- /dev/null +++ b/windows_vs6/test/istoredll/istoredll.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="istoredll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=istoredll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "istoredll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "istoredll.mak" CFG="istoredll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "istoredll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "istoredll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "istoredll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "istoredll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "istoredll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/istoredll/Release" +# PROP Intermediate_Dir "../../../test/istoredll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "istoredll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/istoredll/Debug" +# PROP Intermediate_Dir "../../../test/istoredll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "istoredll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "istoredl" +# PROP BASE Intermediate_Dir "istoredl" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"istoredl/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "istoredll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "istored0" +# PROP BASE Intermediate_Dir "istored0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"istored0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "istoredll - Win32 Release" +# Name "istoredll - Win32 Debug" +# Name "istoredll - Win32 AlphaDbg" +# Name "istoredll - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\istore.c + +!IF "$(CFG)" == "istoredll - Win32 Release" + +!ELSEIF "$(CFG)" == "istoredll - Win32 Debug" + +!ELSEIF "$(CFG)" == "istoredll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "istoredll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/lheap/lheap.dsp b/windows_vs6/test/lheap/lheap.dsp new file mode 100755 index 0000000..2c8ce19 --- /dev/null +++ b/windows_vs6/test/lheap/lheap.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="lheap" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=lheap - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "lheap.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "lheap.mak" CFG="lheap - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "lheap - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "lheap - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "lheap - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "lheap - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "lheap - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/lheap/Release" +# PROP Intermediate_Dir "../../../test/lheap/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "lheap - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/lheap/Debug" +# PROP Intermediate_Dir "../../../test/lheap/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "lheap - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "lheap___" +# PROP BASE Intermediate_Dir "lheap___" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"lheap___/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "lheap - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "lheap__0" +# PROP BASE Intermediate_Dir "lheap__0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"lheap__0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "lheap - Win32 Release" +# Name "lheap - Win32 Debug" +# Name "lheap - Win32 AlphaDbg" +# Name "lheap - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\lheap.c + +!IF "$(CFG)" == "lheap - Win32 Release" + +!ELSEIF "$(CFG)" == "lheap - Win32 Debug" + +!ELSEIF "$(CFG)" == "lheap - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "lheap - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/lheapdll/lheapdll.dsp b/windows_vs6/test/lheapdll/lheapdll.dsp new file mode 100755 index 0000000..49b8f6f --- /dev/null +++ b/windows_vs6/test/lheapdll/lheapdll.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="lheapdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=lheapdll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "lheapdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "lheapdll.mak" CFG="lheapdll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "lheapdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "lheapdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "lheapdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "lheapdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "lheapdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/lheapdll/Release" +# PROP Intermediate_Dir "../../../test/lheapdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "lheapdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/lheapdll/Debug" +# PROP Intermediate_Dir "../../../test/lheapdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "lheapdll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "lheapdll" +# PROP BASE Intermediate_Dir "lheapdll" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"lheapdll/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "lheapdll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "lheapdl0" +# PROP BASE Intermediate_Dir "lheapdl0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"lheapdl0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "lheapdll - Win32 Release" +# Name "lheapdll - Win32 Debug" +# Name "lheapdll - Win32 AlphaDbg" +# Name "lheapdll - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\lheap.c + +!IF "$(CFG)" == "lheapdll - Win32 Release" + +!ELSEIF "$(CFG)" == "lheapdll - Win32 Debug" + +!ELSEIF "$(CFG)" == "lheapdll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "lheapdll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/libtest/libtest.dsp b/windows_vs6/test/libtest/libtest.dsp new file mode 100755 index 0000000..9028b96 --- /dev/null +++ b/windows_vs6/test/libtest/libtest.dsp @@ -0,0 +1,127 @@ +# Microsoft Developer Studio Project File - Name="libtest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Static Library" 0x0104 + +CFG=libtest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "libtest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "libtest.mak" CFG="libtest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "libtest - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "libtest - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "libtest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\test\libtest\Release" +# PROP Intermediate_Dir "..\..\..\test\libtest\Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo + +!ELSEIF "$(CFG)" == "libtest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\test\libtest\Debug" +# PROP Intermediate_Dir "..\..\..\test\libtest\Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo + +!ENDIF + +# Begin Target + +# Name "libtest - Win32 Release" +# Name "libtest - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\test\h5test.c + +!IF "$(CFG)" == "libtest - Win32 Release" + +# PROP Intermediate_Dir "..\..\..\test\libtest\Release" + +!ELSEIF "$(CFG)" == "libtest - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\test\libtest\Debug" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\testframe.c + +!IF "$(CFG)" == "libtest - Win32 Release" + +# PROP Intermediate_Dir "..\..\..\test\libtest\Release" + +!ELSEIF "$(CFG)" == "libtest - Win32 Debug" + +# PROP Intermediate_Dir "..\..\..\test\libtest\Debug" + +!ENDIF + +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# End Target +# End Project diff --git a/windows_vs6/test/libtestD/libtestD.dsp b/windows_vs6/test/libtestD/libtestD.dsp new file mode 100755 index 0000000..9df025f --- /dev/null +++ b/windows_vs6/test/libtestD/libtestD.dsp @@ -0,0 +1,116 @@ +# Microsoft Developer Studio Project File - Name="libtestD" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=libtestD - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "libtestD.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "libtestD.mak" CFG="libtestD - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "libtestD - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "libtestD - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "libtestD - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/libtestD/Release" +# PROP Intermediate_Dir "../../../test/libtestD/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /dll /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /dll /nologo /warn:nofileopt +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_HDF5USEDLL_" /D "_HDF5TESTDLL_" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x404 /d "NDEBUG" +# ADD RSC /l 0x404 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:windows /dll /machine:I386 + +!ELSEIF "$(CFG)" == "libtestD - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/libtestD/Debug" +# PROP Intermediate_Dir "../../../test/libtestD/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /dll /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /dll /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_HDF5USEDLL_" /D "_HDF5TESTDLL_" /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x404 /d "_DEBUG" +# ADD RSC /l 0x404 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"../../../test/libtestD/Debug/libtestDd.dll" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "libtestD - Win32 Release" +# Name "libtestD - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\test\h5test.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\testframe.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/test/links/links.dsp b/windows_vs6/test/links/links.dsp new file mode 100755 index 0000000..4760a95 --- /dev/null +++ b/windows_vs6/test/links/links.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="links" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=links - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "links.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "links.mak" CFG="links - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "links - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "links - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "links - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "links - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "links - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/links/Release" +# PROP Intermediate_Dir "../../../test/links/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "links - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/links/Debug" +# PROP Intermediate_Dir "../../../test/links/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "links - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "links___" +# PROP BASE Intermediate_Dir "links___" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"links___/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "links - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "links__0" +# PROP BASE Intermediate_Dir "links__0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"links__0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "links - Win32 Release" +# Name "links - Win32 Debug" +# Name "links - Win32 AlphaDbg" +# Name "links - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\links.c + +!IF "$(CFG)" == "links - Win32 Release" + +!ELSEIF "$(CFG)" == "links - Win32 Debug" + +!ELSEIF "$(CFG)" == "links - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "links - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/linksdll/linksdll.dsp b/windows_vs6/test/linksdll/linksdll.dsp new file mode 100755 index 0000000..d3f86a3 --- /dev/null +++ b/windows_vs6/test/linksdll/linksdll.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="linksdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=linksdll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "linksdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "linksdll.mak" CFG="linksdll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "linksdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "linksdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "linksdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "linksdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "linksdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/linksdll/Release" +# PROP Intermediate_Dir "../../../test/linksdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "linksdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/linksdll/Debug" +# PROP Intermediate_Dir "../../../test/linksdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "linksdll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "linksdll" +# PROP BASE Intermediate_Dir "linksdll" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"linksdll/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "linksdll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "linksdl0" +# PROP BASE Intermediate_Dir "linksdl0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"linksdl0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "linksdll - Win32 Release" +# Name "linksdll - Win32 Debug" +# Name "linksdll - Win32 AlphaDbg" +# Name "linksdll - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\links.c + +!IF "$(CFG)" == "linksdll - Win32 Release" + +!ELSEIF "$(CFG)" == "linksdll - Win32 Debug" + +!ELSEIF "$(CFG)" == "linksdll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "linksdll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/mount/mount.dsp b/windows_vs6/test/mount/mount.dsp new file mode 100755 index 0000000..03f1271 --- /dev/null +++ b/windows_vs6/test/mount/mount.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="mount" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=mount - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "mount.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "mount.mak" CFG="mount - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "mount - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "mount - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "mount - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "mount - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "mount - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/mount/Release" +# PROP Intermediate_Dir "../../../test/mount/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "mount - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/mount/Debug" +# PROP Intermediate_Dir "../../../test/mount/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "mount - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "mount___" +# PROP BASE Intermediate_Dir "mount___" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"mount___/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "mount - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "mount__0" +# PROP BASE Intermediate_Dir "mount__0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"mount__0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "mount - Win32 Release" +# Name "mount - Win32 Debug" +# Name "mount - Win32 AlphaDbg" +# Name "mount - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\mount.c + +!IF "$(CFG)" == "mount - Win32 Release" + +!ELSEIF "$(CFG)" == "mount - Win32 Debug" + +!ELSEIF "$(CFG)" == "mount - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "mount - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/mountdll/mountdll.dsp b/windows_vs6/test/mountdll/mountdll.dsp new file mode 100755 index 0000000..5c02b4f --- /dev/null +++ b/windows_vs6/test/mountdll/mountdll.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="mountdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=mountdll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "mountdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "mountdll.mak" CFG="mountdll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "mountdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "mountdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "mountdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "mountdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "mountdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/mountdll/Release" +# PROP Intermediate_Dir "../../../test/mountdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "mountdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/mountdll/Debug" +# PROP Intermediate_Dir "../../../test/mountdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "mountdll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "mountdll" +# PROP BASE Intermediate_Dir "mountdll" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"mountdll/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "mountdll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "mountdl0" +# PROP BASE Intermediate_Dir "mountdl0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"mountdl0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "mountdll - Win32 Release" +# Name "mountdll - Win32 Debug" +# Name "mountdll - Win32 AlphaDbg" +# Name "mountdll - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\mount.c + +!IF "$(CFG)" == "mountdll - Win32 Release" + +!ELSEIF "$(CFG)" == "mountdll - Win32 Debug" + +!ELSEIF "$(CFG)" == "mountdll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "mountdll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/mtime/mtime.dsp b/windows_vs6/test/mtime/mtime.dsp new file mode 100755 index 0000000..2735f82 --- /dev/null +++ b/windows_vs6/test/mtime/mtime.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="mtime" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=mtime - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "mtime.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "mtime.mak" CFG="mtime - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "mtime - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "mtime - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "mtime - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "mtime - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "mtime - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/mtime/Release" +# PROP Intermediate_Dir "../../../test/mtime/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "mtime - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/mtime/Debug" +# PROP Intermediate_Dir "../../../test/mtime/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "mtime - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "mtime___" +# PROP BASE Intermediate_Dir "mtime___" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"mtime___/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "mtime - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "mtime__0" +# PROP BASE Intermediate_Dir "mtime__0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"mtime__0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "mtime - Win32 Release" +# Name "mtime - Win32 Debug" +# Name "mtime - Win32 AlphaDbg" +# Name "mtime - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\mtime.c + +!IF "$(CFG)" == "mtime - Win32 Release" + +!ELSEIF "$(CFG)" == "mtime - Win32 Debug" + +!ELSEIF "$(CFG)" == "mtime - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "mtime - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/mtimedll/mtimedll.dsp b/windows_vs6/test/mtimedll/mtimedll.dsp new file mode 100755 index 0000000..5e915c8 --- /dev/null +++ b/windows_vs6/test/mtimedll/mtimedll.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="mtimedll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=mtimedll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "mtimedll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "mtimedll.mak" CFG="mtimedll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "mtimedll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "mtimedll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "mtimedll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "mtimedll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "mtimedll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/mtimedll/Release" +# PROP Intermediate_Dir "../../../test/mtimedll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "mtimedll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/mtimedll/Debug" +# PROP Intermediate_Dir "../../../test/mtimedll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "mtimedll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "mtimedll" +# PROP BASE Intermediate_Dir "mtimedll" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"mtimedll/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "mtimedll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "mtimedl0" +# PROP BASE Intermediate_Dir "mtimedl0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"mtimedl0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "mtimedll - Win32 Release" +# Name "mtimedll - Win32 Debug" +# Name "mtimedll - Win32 AlphaDbg" +# Name "mtimedll - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\mtime.c + +!IF "$(CFG)" == "mtimedll - Win32 Release" + +!ELSEIF "$(CFG)" == "mtimedll - Win32 Debug" + +!ELSEIF "$(CFG)" == "mtimedll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "mtimedll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/ntypes/ntypes.dsp b/windows_vs6/test/ntypes/ntypes.dsp new file mode 100755 index 0000000..f498c0f --- /dev/null +++ b/windows_vs6/test/ntypes/ntypes.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="ntypes" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=ntypes - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "ntypes.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "ntypes.mak" CFG="ntypes - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "ntypes - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "ntypes - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "ntypes - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/ntypes/Release" +# PROP Intermediate_Dir "../../../test/ntypes/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x404 /d "NDEBUG" +# ADD RSC /l 0x404 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "ntypes - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/ntypes/Debug" +# PROP Intermediate_Dir "../../../test/ntypes/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x404 /d "_DEBUG" +# ADD RSC /l 0x404 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "ntypes - Win32 Release" +# Name "ntypes - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\test\ntypes.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/ntypesdll/ntypesdll.dsp b/windows_vs6/test/ntypesdll/ntypesdll.dsp new file mode 100755 index 0000000..f02a36a --- /dev/null +++ b/windows_vs6/test/ntypesdll/ntypesdll.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="ntypesdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=ntypesdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "ntypesdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "ntypesdll.mak" CFG="ntypesdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "ntypesdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "ntypesdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "ntypesdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/ntypesdll/Release" +# PROP Intermediate_Dir "../../../test/ntypesdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x404 /d "NDEBUG" +# ADD RSC /l 0x404 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "ntypesdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/ntypesdll/Debug" +# PROP Intermediate_Dir "../../../test/ntypesdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x404 /d "_DEBUG" +# ADD RSC /l 0x404 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "ntypesdll - Win32 Release" +# Name "ntypesdll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\test\ntypes.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/objcopy/objcopy.dsp b/windows_vs6/test/objcopy/objcopy.dsp new file mode 100755 index 0000000..e6a0631 --- /dev/null +++ b/windows_vs6/test/objcopy/objcopy.dsp @@ -0,0 +1,107 @@ +# Microsoft Developer Studio Project File - Name="objcopy" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=objcopy - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "objcopy.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "objcopy.mak" CFG="objcopy - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "objcopy - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "objcopy - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "objcopy - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/objcopy/Release" +# PROP Intermediate_Dir "../../../test/objcopy/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) WS2_32.lib /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "objcopy - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/objcopy/Debug" +# PROP Intermediate_Dir "../../../test/objcopy/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "objcopy - Win32 Release" +# Name "objcopy - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\test\objcopy.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/test/objcopydll/objcopydll.dsp b/windows_vs6/test/objcopydll/objcopydll.dsp new file mode 100755 index 0000000..d46b423 --- /dev/null +++ b/windows_vs6/test/objcopydll/objcopydll.dsp @@ -0,0 +1,107 @@ +# Microsoft Developer Studio Project File - Name="objcopydll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=objcopydll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "objcopydll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "objcopydll.mak" CFG="objcopydll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "objcopydll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "objcopydll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "objcopydll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/objcopydll/Release" +# PROP Intermediate_Dir "../../../test/objcopydll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "objcopydll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/objcopydll/Debug" +# PROP Intermediate_Dir "../../../test/objcopydll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "objcopydll - Win32 Release" +# Name "objcopydll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\test\objcopy.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/test/ohdr/ohdr.dsp b/windows_vs6/test/ohdr/ohdr.dsp new file mode 100755 index 0000000..f1a4956 --- /dev/null +++ b/windows_vs6/test/ohdr/ohdr.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="ohdr" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=ohdr - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "ohdr.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "ohdr.mak" CFG="ohdr - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "ohdr - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "ohdr - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "ohdr - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "ohdr - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "ohdr - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/ohdr/Release" +# PROP Intermediate_Dir "../../../test/ohdr/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "ohdr - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/ohdr/Debug" +# PROP Intermediate_Dir "../../../test/ohdr/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "ohdr - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "ohdr___W" +# PROP BASE Intermediate_Dir "ohdr___W" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"ohdr___W/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "ohdr - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "ohdr___0" +# PROP BASE Intermediate_Dir "ohdr___0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"ohdr___0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "ohdr - Win32 Release" +# Name "ohdr - Win32 Debug" +# Name "ohdr - Win32 AlphaDbg" +# Name "ohdr - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\ohdr.c + +!IF "$(CFG)" == "ohdr - Win32 Release" + +!ELSEIF "$(CFG)" == "ohdr - Win32 Debug" + +!ELSEIF "$(CFG)" == "ohdr - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "ohdr - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/ohdr_gentst/ohdr_gentst.dsp b/windows_vs6/test/ohdr_gentst/ohdr_gentst.dsp new file mode 100644 index 0000000..3df8342 --- /dev/null +++ b/windows_vs6/test/ohdr_gentst/ohdr_gentst.dsp @@ -0,0 +1,104 @@ +# Microsoft Developer Studio Project File - Name="ohdr_gentst" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=ohdr_gentst - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "ohdr_gentst.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "ohdr_gentst.mak" CFG="ohdr_gentst - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "ohdr_gentst - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "ohdr_gentst - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "ohdr_gentst - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/ohdr_gentst/Release" +# PROP Intermediate_Dir "../../../test/ohdr_gentst/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "ohdr_gentst - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/ohdr_gentst/Debug" +# PROP Intermediate_Dir "../../../test/ohdr_gentst/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "ohdr_gentst - Win32 Release" +# Name "ohdr_gentst - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=..\..\..\test\gen_bogus.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/test/ohdrdll/ohdrdll.dsp b/windows_vs6/test/ohdrdll/ohdrdll.dsp new file mode 100755 index 0000000..a67f43b --- /dev/null +++ b/windows_vs6/test/ohdrdll/ohdrdll.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="ohdrdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=ohdrdll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "ohdrdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "ohdrdll.mak" CFG="ohdrdll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "ohdrdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "ohdrdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "ohdrdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "ohdrdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "ohdrdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/ohdrdll/Release" +# PROP Intermediate_Dir "../../../test/ohdrdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "ohdrdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/ohdrdll/Debug" +# PROP Intermediate_Dir "../../../test/ohdrdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "ohdrdll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "ohdrdll_" +# PROP BASE Intermediate_Dir "ohdrdll_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"ohdrdll_/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "ohdrdll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "ohdrdll0" +# PROP BASE Intermediate_Dir "ohdrdll0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"ohdrdll0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "ohdrdll - Win32 Release" +# Name "ohdrdll - Win32 Debug" +# Name "ohdrdll - Win32 AlphaDbg" +# Name "ohdrdll - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\ohdr.c + +!IF "$(CFG)" == "ohdrdll - Win32 Release" + +!ELSEIF "$(CFG)" == "ohdrdll - Win32 Debug" + +!ELSEIF "$(CFG)" == "ohdrdll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "ohdrdll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/overhead/overhead.dsp b/windows_vs6/test/overhead/overhead.dsp new file mode 100755 index 0000000..629dcf7 --- /dev/null +++ b/windows_vs6/test/overhead/overhead.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="overhead" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=overhead - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "overhead.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "overhead.mak" CFG="overhead - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "overhead - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "overhead - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "overhead - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "overhead - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "overhead - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/overhead/Release" +# PROP Intermediate_Dir "../../../test/overhead/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" + +!ELSEIF "$(CFG)" == "overhead - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/overhead/Debug" +# PROP Intermediate_Dir "../../../test/overhead/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ELSEIF "$(CFG)" == "overhead - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "overhead" +# PROP BASE Intermediate_Dir "overhead" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"overhead/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "overhead - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "overhea0" +# PROP BASE Intermediate_Dir "overhea0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"overhea0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "overhead - Win32 Release" +# Name "overhead - Win32 Debug" +# Name "overhead - Win32 AlphaDbg" +# Name "overhead - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\perform\overhead.c + +!IF "$(CFG)" == "overhead - Win32 Release" + +!ELSEIF "$(CFG)" == "overhead - Win32 Debug" + +!ELSEIF "$(CFG)" == "overhead - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "overhead - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/overheaddll/overheaddll.dsp b/windows_vs6/test/overheaddll/overheaddll.dsp new file mode 100755 index 0000000..725c989 --- /dev/null +++ b/windows_vs6/test/overheaddll/overheaddll.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="overheaddll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=overheaddll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "overheaddll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "overheaddll.mak" CFG="overheaddll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "overheaddll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "overheaddll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "overheaddll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "overheaddll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "overheaddll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/overheaddll/Release" +# PROP Intermediate_Dir "../../../test/overheaddll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\test" /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "overheaddll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/overheaddll/Debug" +# PROP Intermediate_Dir "../../../test/overheaddll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\test" /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ELSEIF "$(CFG)" == "overheaddll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "overhead" +# PROP BASE Intermediate_Dir "overhead" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"overhead/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "overheaddll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "overhea0" +# PROP BASE Intermediate_Dir "overhea0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"overhea0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "overheaddll - Win32 Release" +# Name "overheaddll - Win32 Debug" +# Name "overheaddll - Win32 AlphaDbg" +# Name "overheaddll - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\perform\overhead.c + +!IF "$(CFG)" == "overheaddll - Win32 Release" + +!ELSEIF "$(CFG)" == "overheaddll - Win32 Debug" + +!ELSEIF "$(CFG)" == "overheaddll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "overheaddll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/pool/pool.dsp b/windows_vs6/test/pool/pool.dsp new file mode 100755 index 0000000..0a9c8ef --- /dev/null +++ b/windows_vs6/test/pool/pool.dsp @@ -0,0 +1,106 @@ +# Microsoft Developer Studio Project File - Name="pool" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=pool - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "pool.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "pool.mak" CFG="pool - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "pool - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "pool - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "pool - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/pool/Release" +# PROP Intermediate_Dir "../../../test/pool/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "pool - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/pool/Debug" +# PROP Intermediate_Dir "../../../test/pool/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "pool - Win32 Release" +# Name "pool - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\test\pool.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/test/pooldll/pooldll.dsp b/windows_vs6/test/pooldll/pooldll.dsp new file mode 100755 index 0000000..8ce6148 --- /dev/null +++ b/windows_vs6/test/pooldll/pooldll.dsp @@ -0,0 +1,107 @@ +# Microsoft Developer Studio Project File - Name="pooldll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=pooldll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "pooldll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "pooldll.mak" CFG="pooldll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "pooldll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "pooldll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "pooldll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/pooldll/Release" +# PROP Intermediate_Dir "../../../test/pooldll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "pooldll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/pooldll/Debug" +# PROP Intermediate_Dir "../../../test/pooldll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "pooldll - Win32 Release" +# Name "pooldll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\test\pool.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/test/ref/ref.dsp b/windows_vs6/test/ref/ref.dsp new file mode 100644 index 0000000..2f90ecf --- /dev/null +++ b/windows_vs6/test/ref/ref.dsp @@ -0,0 +1,107 @@ +# Microsoft Developer Studio Project File - Name="ref" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=ref - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "ref.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "ref.mak" CFG="ref - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "ref - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "ref - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "ref - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/ref/Release" +# PROP Intermediate_Dir "../../../test/ref/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" + +!ELSEIF "$(CFG)" == "ref - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/ref/Debug" +# PROP Intermediate_Dir "../../../test/ref/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "ref - Win32 Release" +# Name "ref - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=..\..\..\test\ref.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/test/refdll/refdll.dsp b/windows_vs6/test/refdll/refdll.dsp new file mode 100644 index 0000000..71f5cae --- /dev/null +++ b/windows_vs6/test/refdll/refdll.dsp @@ -0,0 +1,106 @@ +# Microsoft Developer Studio Project File - Name="refdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=refdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "refdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "refdll.mak" CFG="refdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "refdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "refdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "refdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/refdll/Release" +# PROP Intermediate_Dir "../../../test/refdll/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "refdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/refdll/Debug" +# PROP Intermediate_Dir "../../../test/refdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "refdll - Win32 Release" +# Name "refdll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=..\..\..\test\ref.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/test/reserved/reserved.dsp b/windows_vs6/test/reserved/reserved.dsp new file mode 100755 index 0000000..0ab665d --- /dev/null +++ b/windows_vs6/test/reserved/reserved.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="reserved" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=reserved - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "reserved.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "reserved.mak" CFG="reserved - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "reserved - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "reserved - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "reserved - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/reserved/Release" +# PROP Intermediate_Dir "../../../test/reserved/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" + +!ELSEIF "$(CFG)" == "reserved - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/reserved/Debug" +# PROP Intermediate_Dir "../../../test/reserved/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "reserved - Win32 Release" +# Name "reserved - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\test\reserved.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/reserveddll/reserveddll.dsp b/windows_vs6/test/reserveddll/reserveddll.dsp new file mode 100755 index 0000000..7652296 --- /dev/null +++ b/windows_vs6/test/reserveddll/reserveddll.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="reserveddll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=reserveddll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "reserveddll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "reserveddll.mak" CFG="reserveddll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "reserveddll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "reserveddll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "reserveddll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/reserveddll/Release" +# PROP Intermediate_Dir "../../../test/reserveddll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "reserveddll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/reserveddll/Debug" +# PROP Intermediate_Dir "../../../test/reserveddll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "reserveddll - Win32 Release" +# Name "reserveddll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\test\reserved.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/set_extent/set_extent.dsp b/windows_vs6/test/set_extent/set_extent.dsp new file mode 100755 index 0000000..90ac49f --- /dev/null +++ b/windows_vs6/test/set_extent/set_extent.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="set_extent" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=set_extent - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "set_extent.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "set_extent.mak" CFG="set_extent - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "set_extent - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "set_extent - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "set_extent - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/set_extent/Release" +# PROP Intermediate_Dir "../../../test/set_extent/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" + +!ELSEIF "$(CFG)" == "set_extent - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/set_extent/Debug" +# PROP Intermediate_Dir "../../../test/set_extent/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "set_extent - Win32 Release" +# Name "set_extent - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\test\set_extent.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/set_extentdll/set_extentdll.dsp b/windows_vs6/test/set_extentdll/set_extentdll.dsp new file mode 100755 index 0000000..6c8672a --- /dev/null +++ b/windows_vs6/test/set_extentdll/set_extentdll.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="set_extentdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=set_extentdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "set_extentdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "set_extentdll.mak" CFG="set_extentdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "set_extentdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "set_extentdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "set_extentdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/set_extentdll/Release" +# PROP Intermediate_Dir "../../../test/set_extentdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\test" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x404 /d "NDEBUG" +# ADD RSC /l 0x404 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "set_extentdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/set_extentdll/Debug" +# PROP Intermediate_Dir "../../../test/set_extentdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\test" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x404 /d "_DEBUG" +# ADD RSC /l 0x404 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "set_extentdll - Win32 Release" +# Name "set_extentdll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\test\set_extent.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/stab/stab.dsp b/windows_vs6/test/stab/stab.dsp new file mode 100755 index 0000000..3b4dcbd --- /dev/null +++ b/windows_vs6/test/stab/stab.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="stab" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=stab - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "stab.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "stab.mak" CFG="stab - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "stab - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "stab - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "stab - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "stab - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "stab - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/stab/Release" +# PROP Intermediate_Dir "../../../test/stab/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "stab - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/stab/Debug" +# PROP Intermediate_Dir "../../../test/stab/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "stab - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "stab___W" +# PROP BASE Intermediate_Dir "stab___W" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"stab___W/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "stab - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "stab___0" +# PROP BASE Intermediate_Dir "stab___0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"stab___0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "stab - Win32 Release" +# Name "stab - Win32 Debug" +# Name "stab - Win32 AlphaDbg" +# Name "stab - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\stab.c + +!IF "$(CFG)" == "stab - Win32 Release" + +!ELSEIF "$(CFG)" == "stab - Win32 Debug" + +!ELSEIF "$(CFG)" == "stab - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "stab - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/stabdll/stabdll.dsp b/windows_vs6/test/stabdll/stabdll.dsp new file mode 100755 index 0000000..6d9b8f0 --- /dev/null +++ b/windows_vs6/test/stabdll/stabdll.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="stabdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=stabdll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "stabdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "stabdll.mak" CFG="stabdll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "stabdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "stabdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "stabdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "stabdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "stabdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/stabdll/Release" +# PROP Intermediate_Dir "../../../test/stabdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\test" /I "..\..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "stabdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/stabdll/Debug" +# PROP Intermediate_Dir "../../../test/stabdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\test" /I "..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "stabdll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "stabdll_" +# PROP BASE Intermediate_Dir "stabdll_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\test" /I "..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"stabdll_/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "stabdll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "stabdll0" +# PROP BASE Intermediate_Dir "stabdll0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"stabdll0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "stabdll - Win32 Release" +# Name "stabdll - Win32 Debug" +# Name "stabdll - Win32 AlphaDbg" +# Name "stabdll - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\stab.c + +!IF "$(CFG)" == "stabdll - Win32 Release" + +!ELSEIF "$(CFG)" == "stabdll - Win32 Debug" + +!ELSEIF "$(CFG)" == "stabdll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "stabdll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/tellub/tellub.dsp b/windows_vs6/test/tellub/tellub.dsp new file mode 100755 index 0000000..7a01fe2 --- /dev/null +++ b/windows_vs6/test/tellub/tellub.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="tellub" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=tellub - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "tellub.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "tellub.mak" CFG="tellub - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "tellub - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "tellub - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "tellub - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/tellub/Release" +# PROP Intermediate_Dir "../../../test/tellub/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "tellub - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/tellub/Debug" +# PROP Intermediate_Dir "../../../test/tellub/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "tellub - Win32 Release" +# Name "tellub - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\tools\h5jam\tellub.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/testhdf5/testhdf5.dsp b/windows_vs6/test/testhdf5/testhdf5.dsp new file mode 100755 index 0000000..cab8848 --- /dev/null +++ b/windows_vs6/test/testhdf5/testhdf5.dsp @@ -0,0 +1,530 @@ +# Microsoft Developer Studio Project File - Name="testhdf5" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=testhdf5 - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "testhdf5.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "testhdf5.mak" CFG="testhdf5 - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "testhdf5 - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "testhdf5 - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "testhdf5 - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "testhdf5 - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "testhdf5 - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/testhdf5/Release" +# PROP Intermediate_Dir "../../../test/testhdf5/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\test" /D "_CONSOLE" /D "_MBCS" /D "NDEBUG" /D "WIN32" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/testhdf5/Debug" +# PROP Intermediate_Dir "../../../test/testhdf5/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\test" /D "_CONSOLE" /D "_MBCS" /D "_DEBUG" /D "WIN32" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "testhdf5" +# PROP BASE Intermediate_Dir "testhdf5" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"testhdf5/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "testhdf0" +# PROP BASE Intermediate_Dir "testhdf0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"testhdf0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "testhdf5 - Win32 Release" +# Name "testhdf5 - Win32 Debug" +# Name "testhdf5 - Win32 AlphaDbg" +# Name "testhdf5 - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\tarray.c + +!IF "$(CFG)" == "testhdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\tattr.c + +!IF "$(CFG)" == "testhdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\tchecksum.c + +!IF "$(CFG)" == "testhdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\tconfig.c + +!IF "$(CFG)" == "testhdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\testframe.c + +!IF "$(CFG)" == "testhdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\testhdf5.c + +!IF "$(CFG)" == "testhdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\tfile.c + +!IF "$(CFG)" == "testhdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\tgenprop.c + +!IF "$(CFG)" == "testhdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\th5o.c + +!IF "$(CFG)" == "testhdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\th5s.c + +!IF "$(CFG)" == "testhdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\theap.c + +!IF "$(CFG)" == "testhdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\tid.c + +!IF "$(CFG)" == "testhdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\titerate.c + +!IF "$(CFG)" == "testhdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\tmeta.c + +!IF "$(CFG)" == "testhdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\tmisc.c + +!IF "$(CFG)" == "testhdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\trefer.c + +!IF "$(CFG)" == "testhdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\trefstr.c + +!IF "$(CFG)" == "testhdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\tselect.c + +!IF "$(CFG)" == "testhdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\tskiplist.c + +!IF "$(CFG)" == "testhdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\tsohm.c + +!IF "$(CFG)" == "testhdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\ttime.c + +!IF "$(CFG)" == "testhdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\ttst.c + +!IF "$(CFG)" == "testhdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\tunicode.c + +!IF "$(CFG)" == "testhdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\tvlstr.c + +!IF "$(CFG)" == "testhdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\tvltypes.c + +!IF "$(CFG)" == "testhdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/testhdf5dll/testhdf5dll.dsp b/windows_vs6/test/testhdf5dll/testhdf5dll.dsp new file mode 100755 index 0000000..67c8f4f --- /dev/null +++ b/windows_vs6/test/testhdf5dll/testhdf5dll.dsp @@ -0,0 +1,517 @@ +# Microsoft Developer Studio Project File - Name="testhdf5dll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=testhdf5dll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "testhdf5dll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "testhdf5dll.mak" CFG="testhdf5dll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "testhdf5dll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "testhdf5dll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "testhdf5dll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "testhdf5dll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "testhdf5dll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/testhdf5dll/Release" +# PROP Intermediate_Dir "../../../test/testhdf5dll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\test" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "NDEBUG" /D "WIN32" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/testhdf5dll/Debug" +# PROP Intermediate_Dir "../../../test/testhdf5dll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\test" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_DEBUG" /D "WIN32" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "testhdf5" +# PROP BASE Intermediate_Dir "testhdf5" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"testhdf5/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "testhdf0" +# PROP BASE Intermediate_Dir "testhdf0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"testhdf0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "testhdf5dll - Win32 Release" +# Name "testhdf5dll - Win32 Debug" +# Name "testhdf5dll - Win32 AlphaDbg" +# Name "testhdf5dll - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\tarray.c + +!IF "$(CFG)" == "testhdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\tattr.c + +!IF "$(CFG)" == "testhdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\tchecksum.c + +!IF "$(CFG)" == "testhdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\tconfig.c + +!IF "$(CFG)" == "testhdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\testhdf5.c + +!IF "$(CFG)" == "testhdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\tfile.c + +!IF "$(CFG)" == "testhdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\tgenprop.c + +!IF "$(CFG)" == "testhdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\th5o.c + +!IF "$(CFG)" == "testhdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\th5s.c + +!IF "$(CFG)" == "testhdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\theap.c + +!IF "$(CFG)" == "testhdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\tid.c + +!IF "$(CFG)" == "testhdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\titerate.c + +!IF "$(CFG)" == "testhdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\tmeta.c + +!IF "$(CFG)" == "testhdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\tmisc.c + +!IF "$(CFG)" == "testhdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\trefer.c + +!IF "$(CFG)" == "testhdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\trefstr.c + +!IF "$(CFG)" == "testhdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\tselect.c + +!IF "$(CFG)" == "testhdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\tskiplist.c + +!IF "$(CFG)" == "testhdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\tsohm.c + +!IF "$(CFG)" == "testhdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\ttime.c + +!IF "$(CFG)" == "testhdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\ttst.c + +!IF "$(CFG)" == "testhdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\tunicode.c + +!IF "$(CFG)" == "testhdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\tvlstr.c + +!IF "$(CFG)" == "testhdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\tvltypes.c + +!IF "$(CFG)" == "testhdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/ttsafedll/ttsafedll.dsp b/windows_vs6/test/ttsafedll/ttsafedll.dsp new file mode 100644 index 0000000..ae20eb9 --- /dev/null +++ b/windows_vs6/test/ttsafedll/ttsafedll.dsp @@ -0,0 +1,123 @@ +# Microsoft Developer Studio Project File - Name="ttsafedll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=ttsafedll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "ttsafedll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "ttsafedll.mak" CFG="ttsafedll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "ttsafedll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "ttsafedll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "ttsafedll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/ttsafedll/Release" +# PROP Intermediate_Dir "../../../test/ttsafedll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) pthreadVC2.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "ttsafedll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/ttsafedll/Debug" +# PROP Intermediate_Dir "../../../test/ttsafedll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) pthreadVC2.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "ttsafedll - Win32 Release" +# Name "ttsafedll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\test\ttsafe.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\ttsafe_acreate.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\ttsafe_cancel.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\ttsafe_dcreate.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\test\ttsafe_error.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/test/unlink/unlink.dsp b/windows_vs6/test/unlink/unlink.dsp new file mode 100755 index 0000000..11113c9 --- /dev/null +++ b/windows_vs6/test/unlink/unlink.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="unlink" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=unlink - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "unlink.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "unlink.mak" CFG="unlink - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "unlink - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "unlink - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "unlink - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "unlink - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "unlink - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/unlink/Release" +# PROP Intermediate_Dir "../../../test/unlink/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "unlink - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/unlink/Debug" +# PROP Intermediate_Dir "../../../test/unlink/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "unlink - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "unlink__" +# PROP BASE Intermediate_Dir "unlink__" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"unlink__/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "unlink - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "unlink_0" +# PROP BASE Intermediate_Dir "unlink_0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\test" /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"unlink_0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "unlink - Win32 Release" +# Name "unlink - Win32 Debug" +# Name "unlink - Win32 AlphaDbg" +# Name "unlink - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\unlink.c + +!IF "$(CFG)" == "unlink - Win32 Release" + +!ELSEIF "$(CFG)" == "unlink - Win32 Debug" + +!ELSEIF "$(CFG)" == "unlink - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "unlink - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/unlinkdll/unlinkdll.dsp b/windows_vs6/test/unlinkdll/unlinkdll.dsp new file mode 100755 index 0000000..5a7b42c --- /dev/null +++ b/windows_vs6/test/unlinkdll/unlinkdll.dsp @@ -0,0 +1,172 @@ +# Microsoft Developer Studio Project File - Name="unlinkdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=unlinkdll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "unlinkdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "unlinkdll.mak" CFG="unlinkdll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "unlinkdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "unlinkdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "unlinkdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "unlinkdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "unlinkdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/unlinkdll/Release" +# PROP Intermediate_Dir "../../../test/unlinkdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "unlinkdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/unlinkdll/Debug" +# PROP Intermediate_Dir "../../../test/unlinkdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /include:"_gethostname@8" /pdbtype:sept + +!ELSEIF "$(CFG)" == "unlinkdll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "unlinkdl" +# PROP BASE Intermediate_Dir "unlinkdl" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\test" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"unlinkdl/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "unlinkdll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "unlinkd0" +# PROP BASE Intermediate_Dir "unlinkd0" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\test" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"unlinkd0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "unlinkdll - Win32 Release" +# Name "unlinkdll - Win32 Debug" +# Name "unlinkdll - Win32 AlphaDbg" +# Name "unlinkdll - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\test\unlink.c + +!IF "$(CFG)" == "unlinkdll - Win32 Release" + +!ELSEIF "$(CFG)" == "unlinkdll - Win32 Debug" + +!ELSEIF "$(CFG)" == "unlinkdll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "unlinkdll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/test/vfd/vfd.dsp b/windows_vs6/test/vfd/vfd.dsp new file mode 100644 index 0000000..d09e425 --- /dev/null +++ b/windows_vs6/test/vfd/vfd.dsp @@ -0,0 +1,107 @@ +# Microsoft Developer Studio Project File - Name="vfd" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=vfd - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "vfd.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "vfd.mak" CFG="vfd - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "vfd - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "vfd - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "vfd - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/vfd/release" +# PROP Intermediate_Dir "../../../test/vfd/release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "vfd - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/vfd/Debug" +# PROP Intermediate_Dir "../../../test/vfd/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "vfd - Win32 Release" +# Name "vfd - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\test\vfd.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/test/vfddll/vfddll.dsp b/windows_vs6/test/vfddll/vfddll.dsp new file mode 100644 index 0000000..4217e58 --- /dev/null +++ b/windows_vs6/test/vfddll/vfddll.dsp @@ -0,0 +1,105 @@ +# Microsoft Developer Studio Project File - Name="vfddll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=vfddll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "vfddll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "vfddll.mak" CFG="vfddll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "vfddll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "vfddll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "vfddll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../test/vfddll/release" +# PROP Intermediate_Dir "../../../test/vfddll/release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "vfddll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../test/vfddll/Debug" +# PROP Intermediate_Dir "../../../test/vfddll/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /D "_HDF5TESTUSEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "vfddll - Win32 Release" +# Name "vfddll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\test\vfd.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/tools/h5copy/h5copy.dsp b/windows_vs6/tools/h5copy/h5copy.dsp new file mode 100644 index 0000000..8356a8b --- /dev/null +++ b/windows_vs6/tools/h5copy/h5copy.dsp @@ -0,0 +1,105 @@ +# Microsoft Developer Studio Project File - Name="h5copy" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=h5copy - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h5copy.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h5copy.mak" CFG="h5copy - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h5copy - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h5copy - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "h5copy - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../tools/h5copy/Release" +# PROP Intermediate_Dir "../../../tools/h5copy/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" + +!ELSEIF "$(CFG)" == "h5copy - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../tools/h5copy/Debug" +# PROP Intermediate_Dir "../../../tools/h5copy/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "h5copy - Win32 Release" +# Name "h5copy - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\tools\h5copy\h5copy.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/tools/h5debug/h5debug.dsp b/windows_vs6/tools/h5debug/h5debug.dsp new file mode 100755 index 0000000..f58b990 --- /dev/null +++ b/windows_vs6/tools/h5debug/h5debug.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="h5debug" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=h5debug - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h5debug.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h5debug.mak" CFG="h5debug - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h5debug - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h5debug - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "h5debug - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "h5debug - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "h5debug - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../tools/h5debug/Release" +# PROP Intermediate_Dir "../../../tools/h5debug/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" + +!ELSEIF "$(CFG)" == "h5debug - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../tools/h5debug/Debug" +# PROP Intermediate_Dir "../../../tools/h5debug/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ELSEIF "$(CFG)" == "h5debug - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "h5debug_" +# PROP BASE Intermediate_Dir "h5debug_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"h5debug_/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "h5debug - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "h5debug0" +# PROP BASE Intermediate_Dir "h5debug0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"h5debug0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "h5debug - Win32 Release" +# Name "h5debug - Win32 Debug" +# Name "h5debug - Win32 AlphaDbg" +# Name "h5debug - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\tools\misc\h5debug.c + +!IF "$(CFG)" == "h5debug - Win32 Release" + +!ELSEIF "$(CFG)" == "h5debug - Win32 Debug" + +!ELSEIF "$(CFG)" == "h5debug - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "h5debug - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/tools/h5debugdll/h5debugdll.dsp b/windows_vs6/tools/h5debugdll/h5debugdll.dsp new file mode 100755 index 0000000..9e8ba13 --- /dev/null +++ b/windows_vs6/tools/h5debugdll/h5debugdll.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="h5debugdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=h5debugdll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h5debugdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h5debugdll.mak" CFG="h5debugdll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h5debugdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h5debugdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "h5debugdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "h5debugdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "h5debugdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../tools/h5debugdll/Release" +# PROP Intermediate_Dir "../../../tools/h5debugdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "h5debugdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../tools/h5debugdll/Debug" +# PROP Intermediate_Dir "../../../tools/h5debugdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ELSEIF "$(CFG)" == "h5debugdll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "h5debugd" +# PROP BASE Intermediate_Dir "h5debugd" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"h5debugd/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "h5debugdll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "h5debug0" +# PROP BASE Intermediate_Dir "h5debug0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"h5debug0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "h5debugdll - Win32 Release" +# Name "h5debugdll - Win32 Debug" +# Name "h5debugdll - Win32 AlphaDbg" +# Name "h5debugdll - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\tools\misc\h5debug.c + +!IF "$(CFG)" == "h5debugdll - Win32 Release" + +!ELSEIF "$(CFG)" == "h5debugdll - Win32 Debug" + +!ELSEIF "$(CFG)" == "h5debugdll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "h5debugdll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/tools/h5diff/h5diff.dsp b/windows_vs6/tools/h5diff/h5diff.dsp new file mode 100755 index 0000000..e49dada --- /dev/null +++ b/windows_vs6/tools/h5diff/h5diff.dsp @@ -0,0 +1,99 @@ +# Microsoft Developer Studio Project File - Name="h5diff" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=h5diff - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h5diff.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h5diff.mak" CFG="h5diff - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h5diff - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h5diff - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "h5diff - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../tools/h5diff/Release" +# PROP Intermediate_Dir "../../../tools/h5diff/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" + +!ELSEIF "$(CFG)" == "h5diff - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../tools/h5diff/Debug" +# PROP Intermediate_Dir "../../../tools/h5diff/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /browser /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "h5diff - Win32 Release" +# Name "h5diff - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\tools\h5diff\h5diff_common.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\h5diff\h5diff_main.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/tools/h5diffdll/h5diffdll.dsp b/windows_vs6/tools/h5diffdll/h5diffdll.dsp new file mode 100755 index 0000000..acc00d0 --- /dev/null +++ b/windows_vs6/tools/h5diffdll/h5diffdll.dsp @@ -0,0 +1,99 @@ +# Microsoft Developer Studio Project File - Name="h5diffdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=h5diffdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h5diffdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h5diffdll.mak" CFG="h5diffdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h5diffdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h5diffdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "h5diffdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../tools/h5diffdll/Release" +# PROP Intermediate_Dir "../../../tools/h5diffdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "h5diffdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../tools/h5diffdll/Debug" +# PROP Intermediate_Dir "../../../tools/h5diffdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "h5diffdll - Win32 Release" +# Name "h5diffdll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\tools\h5diff\h5diff_common.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\h5diff\h5diff_main.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/tools/h5dump/h5dump.dsp b/windows_vs6/tools/h5dump/h5dump.dsp new file mode 100755 index 0000000..291e28b --- /dev/null +++ b/windows_vs6/tools/h5dump/h5dump.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="h5dump" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=h5dump - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h5dump.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h5dump.mak" CFG="h5dump - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h5dump - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h5dump - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "h5dump - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "h5dump - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "h5dump - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../tools/h5dump/Release" +# PROP Intermediate_Dir "../../../tools/h5dump/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" + +!ELSEIF "$(CFG)" == "h5dump - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../tools/h5dump/Debug" +# PROP Intermediate_Dir "../../../tools/h5dump/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ELSEIF "$(CFG)" == "h5dump - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "h5dump__" +# PROP BASE Intermediate_Dir "h5dump__" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "../../tools" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "../../tools" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"h5dump__/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "h5dump - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "h5dump_0" +# PROP BASE Intermediate_Dir "h5dump_0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\tools" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\tools" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"h5dump_0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "h5dump - Win32 Release" +# Name "h5dump - Win32 Debug" +# Name "h5dump - Win32 AlphaDbg" +# Name "h5dump - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\tools\h5dump\h5dump.c + +!IF "$(CFG)" == "h5dump - Win32 Release" + +!ELSEIF "$(CFG)" == "h5dump - Win32 Debug" + +!ELSEIF "$(CFG)" == "h5dump - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "h5dump - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/tools/h5dumpdll/h5dumpdll.dsp b/windows_vs6/tools/h5dumpdll/h5dumpdll.dsp new file mode 100755 index 0000000..42ea12e --- /dev/null +++ b/windows_vs6/tools/h5dumpdll/h5dumpdll.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="h5dumpdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=h5dumpdll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h5dumpdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h5dumpdll.mak" CFG="h5dumpdll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h5dumpdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h5dumpdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "h5dumpdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "h5dumpdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "h5dumpdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../tools/h5dumpdll/Release" +# PROP Intermediate_Dir "../../../tools/h5dumpdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "h5dumpdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../tools/h5dumpdll/Debug" +# PROP Intermediate_Dir "../../../tools/h5dumpdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /I /I"..\..tools"/Fp"Debug/h5dumpdll.pch" /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ELSEIF "$(CFG)" == "h5dumpdll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "h5dumpdl" +# PROP BASE Intermediate_Dir "h5dumpdl" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\tools" /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /I /I"..\..tools"/Fp"Debug/h5dumpdll.pch" /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\tools" /I "..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /I /I"..\..tools"/Fp"Debug/h5dumpdll.pch" /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"h5dumpdl/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "h5dumpdll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "h5dumpd0" +# PROP BASE Intermediate_Dir "h5dumpd0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\tools" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\tools" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"h5dumpd0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "h5dumpdll - Win32 Release" +# Name "h5dumpdll - Win32 Debug" +# Name "h5dumpdll - Win32 AlphaDbg" +# Name "h5dumpdll - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\tools\h5dump\h5dump.c + +!IF "$(CFG)" == "h5dumpdll - Win32 Release" + +!ELSEIF "$(CFG)" == "h5dumpdll - Win32 Debug" + +!ELSEIF "$(CFG)" == "h5dumpdll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "h5dumpdll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/tools/h5import/h5import.dsp b/windows_vs6/tools/h5import/h5import.dsp new file mode 100755 index 0000000..7528bc9 --- /dev/null +++ b/windows_vs6/tools/h5import/h5import.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="h5import" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=h5import - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h5import.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h5import.mak" CFG="h5import - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h5import - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h5import - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "h5import - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "h5import - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "h5import - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../tools/h5import/Release" +# PROP Intermediate_Dir "../../../tools/h5import/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" + +!ELSEIF "$(CFG)" == "h5import - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../tools/h5import/Debug" +# PROP Intermediate_Dir "../../../tools/h5import/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ELSEIF "$(CFG)" == "h5import - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "h5import" +# PROP BASE Intermediate_Dir "h5import" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"h5import/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "h5import - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "h5impor0" +# PROP BASE Intermediate_Dir "h5impor0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"h5impor0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "h5import - Win32 Release" +# Name "h5import - Win32 Debug" +# Name "h5import - Win32 AlphaDbg" +# Name "h5import - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\tools\h5import\h5import.c + +!IF "$(CFG)" == "h5import - Win32 Release" + +!ELSEIF "$(CFG)" == "h5import - Win32 Debug" + +!ELSEIF "$(CFG)" == "h5import - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "h5import - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/tools/h5importdll/h5importdll.dsp b/windows_vs6/tools/h5importdll/h5importdll.dsp new file mode 100755 index 0000000..935f64a --- /dev/null +++ b/windows_vs6/tools/h5importdll/h5importdll.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="h5importdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=h5importdll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h5importdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h5importdll.mak" CFG="h5importdll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h5importdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h5importdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "h5importdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "h5importdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "h5importdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../tools/h5importdll/Release" +# PROP Intermediate_Dir "../../../tools/h5importdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "h5importdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../tools/h5importdll/Debug" +# PROP Intermediate_Dir "../../../tools/h5importdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ELSEIF "$(CFG)" == "h5importdll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "h5import" +# PROP BASE Intermediate_Dir "h5import" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"h5import/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "h5importdll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "h5impor0" +# PROP BASE Intermediate_Dir "h5impor0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"h5impor0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "h5importdll - Win32 Release" +# Name "h5importdll - Win32 Debug" +# Name "h5importdll - Win32 AlphaDbg" +# Name "h5importdll - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\tools\h5import\h5import.c + +!IF "$(CFG)" == "h5importdll - Win32 Release" + +!ELSEIF "$(CFG)" == "h5importdll - Win32 Debug" + +!ELSEIF "$(CFG)" == "h5importdll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "h5importdll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/tools/h5jam/h5jam.dsp b/windows_vs6/tools/h5jam/h5jam.dsp new file mode 100755 index 0000000..0f5453c --- /dev/null +++ b/windows_vs6/tools/h5jam/h5jam.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="h5jam" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=h5jam - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h5jam.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h5jam.mak" CFG="h5jam - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h5jam - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h5jam - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "h5jam - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../tools/h5jam/Release" +# PROP Intermediate_Dir "../../../tools/h5jam/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "h5jam - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../tools/h5jam/Debug" +# PROP Intermediate_Dir "../../../tools/h5jam/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "h5jam - Win32 Release" +# Name "h5jam - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\tools\h5jam\h5jam.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/tools/h5ls/h5ls.dsp b/windows_vs6/tools/h5ls/h5ls.dsp new file mode 100755 index 0000000..e7d69cd --- /dev/null +++ b/windows_vs6/tools/h5ls/h5ls.dsp @@ -0,0 +1,172 @@ +# Microsoft Developer Studio Project File - Name="h5ls" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=h5ls - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h5ls.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h5ls.mak" CFG="h5ls - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h5ls - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h5ls - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "h5ls - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "h5ls - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "h5ls - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../tools/h5ls/Release" +# PROP Intermediate_Dir "../../../tools/h5ls/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" + +!ELSEIF "$(CFG)" == "h5ls - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../tools/h5ls/Debug" +# PROP Intermediate_Dir "../../../tools/h5ls/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ELSEIF "$(CFG)" == "h5ls - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "h5ls___W" +# PROP BASE Intermediate_Dir "h5ls___W" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "../../tools" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "../../tools" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"h5ls___W/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "h5ls - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "h5ls___0" +# PROP BASE Intermediate_Dir "h5ls___0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\tools" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\tools" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"h5ls___0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "h5ls - Win32 Release" +# Name "h5ls - Win32 Debug" +# Name "h5ls - Win32 AlphaDbg" +# Name "h5ls - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\tools\h5ls\h5ls.c + +!IF "$(CFG)" == "h5ls - Win32 Release" + +!ELSEIF "$(CFG)" == "h5ls - Win32 Debug" + +!ELSEIF "$(CFG)" == "h5ls - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "h5ls - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/tools/h5lsdll/h5lsdll.dsp b/windows_vs6/tools/h5lsdll/h5lsdll.dsp new file mode 100755 index 0000000..a285ed5 --- /dev/null +++ b/windows_vs6/tools/h5lsdll/h5lsdll.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="h5lsdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=h5lsdll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h5lsdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h5lsdll.mak" CFG="h5lsdll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h5lsdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h5lsdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "h5lsdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "h5lsdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "h5lsdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../tools/h5lsdll/Release" +# PROP Intermediate_Dir "../../../tools/h5lsdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "h5lsdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../tools/h5lsdll/Debug" +# PROP Intermediate_Dir "../../../tools/h5lsdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ELSEIF "$(CFG)" == "h5lsdll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "h5lsdll_" +# PROP BASE Intermediate_Dir "h5lsdll_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\tools" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /I "..\..\tools" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"h5lsdll_/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "h5lsdll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "h5lsdll0" +# PROP BASE Intermediate_Dir "h5lsdll0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\tools" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /I "..\..\tools" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"h5lsdll0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "h5lsdll - Win32 Release" +# Name "h5lsdll - Win32 Debug" +# Name "h5lsdll - Win32 AlphaDbg" +# Name "h5lsdll - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\tools\h5ls\h5ls.c + +!IF "$(CFG)" == "h5lsdll - Win32 Release" + +!ELSEIF "$(CFG)" == "h5lsdll - Win32 Debug" + +!ELSEIF "$(CFG)" == "h5lsdll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "h5lsdll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/tools/h5mkgrp/h5mkgrp.dsp b/windows_vs6/tools/h5mkgrp/h5mkgrp.dsp new file mode 100644 index 0000000..094d14e --- /dev/null +++ b/windows_vs6/tools/h5mkgrp/h5mkgrp.dsp @@ -0,0 +1,104 @@ +# Microsoft Developer Studio Project File - Name="h5mkgrp" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=h5mkgrp - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h5mkgrp.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h5mkgrp.mak" CFG="h5mkgrp - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h5mkgrp - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h5mkgrp - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "h5mkgrp - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../tools/h5mkgrp/Release" +# PROP Intermediate_Dir "../../../tools/h5mkgrp/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "h5mkgrp - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../tools/h5mkgrp/Debug" +# PROP Intermediate_Dir "../../../tools/h5mkgrp/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "h5mkgrp - Win32 Release" +# Name "h5mkgrp - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=..\..\..\tools\misc\h5mkgrp.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/tools/h5repack/h5repack.dsp b/windows_vs6/tools/h5repack/h5repack.dsp new file mode 100755 index 0000000..b94c764 --- /dev/null +++ b/windows_vs6/tools/h5repack/h5repack.dsp @@ -0,0 +1,144 @@ +# Microsoft Developer Studio Project File - Name="h5repack" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=h5repack - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h5repack.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h5repack.mak" CFG="h5repack - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h5repack - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h5repack - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "h5repack - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../tools/h5repack/Release" +# PROP Intermediate_Dir "../../../tools/h5repack/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /I "..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" + +!ELSEIF "$(CFG)" == "h5repack - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../tools/h5repack/Debug" +# PROP Intermediate_Dir "../../../tools/h5repack/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /browser /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /I "..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"D:\szip\all\lib\Debug" + +!ENDIF + +# Begin Target + +# Name "h5repack - Win32 Release" +# Name "h5repack - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\tools\h5repack\h5repack.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\h5repack\h5repack_copy.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\h5repack\h5repack_filters.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\h5repack\h5repack_list.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\h5repack\h5repack_main.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\h5repack\h5repack_opttable.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\h5repack\h5repack_parse.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\h5repack\h5repack_refs.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\h5repack\h5repack_verify.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# Begin Source File + +SOURCE=..\..\..\tools\h5repack\h5repack.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/tools/h5repackdll/h5repackdll.dsp b/windows_vs6/tools/h5repackdll/h5repackdll.dsp new file mode 100755 index 0000000..17832f9 --- /dev/null +++ b/windows_vs6/tools/h5repackdll/h5repackdll.dsp @@ -0,0 +1,144 @@ +# Microsoft Developer Studio Project File - Name="h5repackdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=h5repackdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h5repackdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h5repackdll.mak" CFG="h5repackdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h5repackdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h5repackdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "h5repackdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../tools/h5repackdll/Release" +# PROP Intermediate_Dir "../../../tools/h5repackdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /I "..\..\..\test" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "h5repackdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../tools/h5repackdll/Debug" +# PROP Intermediate_Dir "../../../tools/h5repackdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /I "..\..\..\test" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "h5repackdll - Win32 Release" +# Name "h5repackdll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\tools\h5repack\h5repack.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\h5repack\h5repack_copy.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\h5repack\h5repack_filters.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\h5repack\h5repack_list.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\h5repack\h5repack_main.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\h5repack\h5repack_opttable.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\h5repack\h5repack_parse.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\h5repack\h5repack_refs.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\h5repack\h5repack_verify.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# Begin Source File + +SOURCE=..\..\..\tools\h5repack\h5repack.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/tools/h5repart/h5repart.dsp b/windows_vs6/tools/h5repart/h5repart.dsp new file mode 100755 index 0000000..b8875a4 --- /dev/null +++ b/windows_vs6/tools/h5repart/h5repart.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="h5repart" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=h5repart - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h5repart.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h5repart.mak" CFG="h5repart - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h5repart - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h5repart - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "h5repart - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "h5repart - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "h5repart - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../tools/h5repart/Release" +# PROP Intermediate_Dir "../../../tools/h5repart/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" + +!ELSEIF "$(CFG)" == "h5repart - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../tools/h5repart/Debug" +# PROP Intermediate_Dir "../../../tools/h5repart/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ELSEIF "$(CFG)" == "h5repart - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "h5repart" +# PROP BASE Intermediate_Dir "h5repart" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"h5repart/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "h5repart - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "h5repar0" +# PROP BASE Intermediate_Dir "h5repar0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"h5repar0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "h5repart - Win32 Release" +# Name "h5repart - Win32 Debug" +# Name "h5repart - Win32 AlphaDbg" +# Name "h5repart - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\tools\misc\h5repart.c + +!IF "$(CFG)" == "h5repart - Win32 Release" + +!ELSEIF "$(CFG)" == "h5repart - Win32 Debug" + +!ELSEIF "$(CFG)" == "h5repart - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "h5repart - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/tools/h5repartdll/h5repartdll.dsp b/windows_vs6/tools/h5repartdll/h5repartdll.dsp new file mode 100755 index 0000000..5c11feb --- /dev/null +++ b/windows_vs6/tools/h5repartdll/h5repartdll.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="h5repartdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=h5repartdll - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h5repartdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h5repartdll.mak" CFG="h5repartdll - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h5repartdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h5repartdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "h5repartdll - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "h5repartdll - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "h5repartdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../tools/h5repartdll/Release" +# PROP Intermediate_Dir "../../../tools/h5repartdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Release/" +# ADD F90 /include:"Release/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "h5repartdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../tools/h5repartdll/Debug" +# PROP Intermediate_Dir "../../../tools/h5repartdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /include:"Debug/" +# ADD F90 /include:"Debug/" +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ELSEIF "$(CFG)" == "h5repartdll - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "h5repart" +# PROP BASE Intermediate_Dir "h5repart" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"h5repart/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "h5repartdll - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "h5repar0" +# PROP BASE Intermediate_Dir "h5repar0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5DLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"h5repar0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "h5repartdll - Win32 Release" +# Name "h5repartdll - Win32 Debug" +# Name "h5repartdll - Win32 AlphaDbg" +# Name "h5repartdll - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\tools\misc\h5repart.c + +!IF "$(CFG)" == "h5repartdll - Win32 Release" + +!ELSEIF "$(CFG)" == "h5repartdll - Win32 Debug" + +!ELSEIF "$(CFG)" == "h5repartdll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "h5repartdll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/tools/h5stat/h5stat.dsp b/windows_vs6/tools/h5stat/h5stat.dsp new file mode 100755 index 0000000..607616c --- /dev/null +++ b/windows_vs6/tools/h5stat/h5stat.dsp @@ -0,0 +1,106 @@ +# Microsoft Developer Studio Project File - Name="h5stat" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=h5stat - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h5stat.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h5stat.mak" CFG="h5stat - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h5stat - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h5stat - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "h5stat - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../tools/h5stat/Release" +# PROP Intermediate_Dir "../../../tools/h5stat/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "h5stat - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../tools/h5stat/Debug" +# PROP Intermediate_Dir "../../../tools/h5stat/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "h5stat - Win32 Release" +# Name "h5stat - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\tools\misc\h5stat.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/tools/h5statdll/h5statdll.dsp b/windows_vs6/tools/h5statdll/h5statdll.dsp new file mode 100755 index 0000000..8f7e1f0 --- /dev/null +++ b/windows_vs6/tools/h5statdll/h5statdll.dsp @@ -0,0 +1,105 @@ +# Microsoft Developer Studio Project File - Name="h5statdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=h5statdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h5statdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h5statdll.mak" CFG="h5statdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h5statdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h5statdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "h5statdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../tools/h5statdll/Release" +# PROP Intermediate_Dir "../../../tools/h5statdll/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "h5statdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../tools/h5statdll/Debug" +# PROP Intermediate_Dir "../../../tools/h5statdll/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "h5statdll - Win32 Release" +# Name "h5statdll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\tools\misc\h5stat.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/tools/h5unjam/h5unjam.dsp b/windows_vs6/tools/h5unjam/h5unjam.dsp new file mode 100755 index 0000000..02d6b58 --- /dev/null +++ b/windows_vs6/tools/h5unjam/h5unjam.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="h5unjam" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=h5unjam - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h5unjam.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h5unjam.mak" CFG="h5unjam - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h5unjam - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h5unjam - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "h5unjam - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../tools/h5unjam/Release" +# PROP Intermediate_Dir "../../../tools/h5unjam/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "h5unjam - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../tools/h5unjam/Debug" +# PROP Intermediate_Dir "../../../tools/h5unjam/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "h5unjam - Win32 Release" +# Name "h5unjam - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\tools\h5jam\h5unjam.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/tools/talign/talign.dsp b/windows_vs6/tools/talign/talign.dsp new file mode 100755 index 0000000..ce2195c --- /dev/null +++ b/windows_vs6/tools/talign/talign.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="talign" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=talign - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "talign.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "talign.mak" CFG="talign - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "talign - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "talign - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "talign - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../tools/talign/Release" +# PROP Intermediate_Dir "../../../tools/talign/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\tools\lib" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" + +!ELSEIF "$(CFG)" == "talign - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../tools/talign/Debug" +# PROP Intermediate_Dir "../../../tools/talign/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\tools\lib" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "talign - Win32 Release" +# Name "talign - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\tools\lib\talign.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/tools/taligndll/taligndll.dsp b/windows_vs6/tools/taligndll/taligndll.dsp new file mode 100755 index 0000000..cc3e8c4 --- /dev/null +++ b/windows_vs6/tools/taligndll/taligndll.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="taligndll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=taligndll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "taligndll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "taligndll.mak" CFG="taligndll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "taligndll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "taligndll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "taligndll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../tools/taligndll/Release" +# PROP Intermediate_Dir "../../../tools/taligndll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\tools\lib" /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "taligndll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../tools/taligndll/Debug" +# PROP Intermediate_Dir "../../../tools/taligndll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\tools\lib" /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_HDF5USEDLL_" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "taligndll - Win32 Release" +# Name "taligndll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\tools\lib\talign.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/tools/testfiles/binread/binread.dsp b/windows_vs6/tools/testfiles/binread/binread.dsp new file mode 100644 index 0000000..fdab412 --- /dev/null +++ b/windows_vs6/tools/testfiles/binread/binread.dsp @@ -0,0 +1,105 @@ +# Microsoft Developer Studio Project File - Name="binread" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=binread - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "binread.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "binread.mak" CFG="binread - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "binread - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "binread - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "binread - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../tools/testfiles/binread/Release" +# PROP Intermediate_Dir "../../../../tools/testfiles/binread/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "binread - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../tools/testfiles/binread/Debug" +# PROP Intermediate_Dir "../../../../tools/testfiles/binread/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "binread - Win32 Release" +# Name "binread - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\tools\h5dump\binread.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/tools/testfiles/h5difftst/h5difftst.dsp b/windows_vs6/tools/testfiles/h5difftst/h5difftst.dsp new file mode 100755 index 0000000..979894f --- /dev/null +++ b/windows_vs6/tools/testfiles/h5difftst/h5difftst.dsp @@ -0,0 +1,111 @@ +# Microsoft Developer Studio Project File - Name="h5difftst" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=h5difftst - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h5difftst.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h5difftst.mak" CFG="h5difftst - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h5difftst - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h5difftst - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "h5difftst - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../tools/testfiles/h5difftst/Release" +# PROP Intermediate_Dir "../../../../tools/testfiles/h5difftst/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" + +!ELSEIF "$(CFG)" == "h5difftst - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../tools/testfiles/h5difftst/Debug" +# PROP Intermediate_Dir "../../../../tools/testfiles/h5difftst/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "h5difftst - Win32 Release" +# Name "h5difftst - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\tools\h5diff\h5diffgentest.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# Begin Source File + +SOURCE=..\..\..\..\tools\h5diff\testh5diff.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/tools/testfiles/h5dumptst/h5dumptst.dsp b/windows_vs6/tools/testfiles/h5dumptst/h5dumptst.dsp new file mode 100755 index 0000000..f79af25 --- /dev/null +++ b/windows_vs6/tools/testfiles/h5dumptst/h5dumptst.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="h5dumptst" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 +# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603 + +CFG=h5dumptst - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h5dumptst.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h5dumptst.mak" CFG="h5dumptst - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h5dumptst - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h5dumptst - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "h5dumptst - Win32 AlphaDbg" (based on "Win32 (ALPHA) Console Application") +!MESSAGE "h5dumptst - Win32 AlphaRel" (based on "Win32 (ALPHA) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "h5dumptst - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../tools/testfiles/h5dumptst/Release" +# PROP Intermediate_Dir "../../../../tools/testfiles/h5dumptst/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcd.lib" + +!ELSEIF "$(CFG)" == "h5dumptst - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../tools/testfiles/h5dumptst/Debug" +# PROP Intermediate_Dir "../../../../tools/testfiles/h5dumptst/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /I "..\..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ELSEIF "$(CFG)" == "h5dumptst - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "h5dumpts" +# PROP BASE Intermediate_Dir "h5dumpts" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "h5dumpts" +# PROP Intermediate_Dir "h5dumpts" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"h5dumpts/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"h5dumpts/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /pdbtype:sept + +!ELSEIF "$(CFG)" == "h5dumptst - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "h5dumpt0" +# PROP BASE Intermediate_Dir "h5dumpt0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "h5dumpt0" +# PROP Intermediate_Dir "h5dumpt0" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"h5dumpt0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"h5dumpt0/" /nologo /warn:nofileopt +RSC=rc.exe +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA + +!ENDIF + +# Begin Target + +# Name "h5dumptst - Win32 Release" +# Name "h5dumptst - Win32 Debug" +# Name "h5dumptst - Win32 AlphaDbg" +# Name "h5dumptst - Win32 AlphaRel" +# Begin Source File + +SOURCE=..\..\..\..\tools\h5dump\h5dumpgentest.c + +!IF "$(CFG)" == "h5dumptst - Win32 Release" + +!ELSEIF "$(CFG)" == "h5dumptst - Win32 Debug" + +!ELSEIF "$(CFG)" == "h5dumptst - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "h5dumptst - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/windows_vs6/tools/testfiles/h5importtst/h5importtst.dsp b/windows_vs6/tools/testfiles/h5importtst/h5importtst.dsp new file mode 100755 index 0000000..571705d --- /dev/null +++ b/windows_vs6/tools/testfiles/h5importtst/h5importtst.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="h5importtst" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=h5importtst - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h5importtst.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h5importtst.mak" CFG="h5importtst - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h5importtst - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h5importtst - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "h5importtst - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../tools/testfiles/h5importtst/Release" +# PROP Intermediate_Dir "../../../../tools/testfiles/h5importtst/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "h5importtst - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../tools/testfiles/h5importtst/Debug" +# PROP Intermediate_Dir "../../../../tools/testfiles/h5importtst/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "h5importtst - Win32 Release" +# Name "h5importtst - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\tools\h5import\h5importtest.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/tools/testfiles/h5jamtst/h5jamtst.dsp b/windows_vs6/tools/testfiles/h5jamtst/h5jamtst.dsp new file mode 100755 index 0000000..1682d36 --- /dev/null +++ b/windows_vs6/tools/testfiles/h5jamtst/h5jamtst.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="h5jamtst" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=h5jamtst - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h5jamtst.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h5jamtst.mak" CFG="h5jamtst - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h5jamtst - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h5jamtst - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "h5jamtst - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../tools/testfiles/h5jamtst/Release" +# PROP Intermediate_Dir "../../../../tools/testfiles/h5jamtst/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "h5jamtst - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../tools/testfiles/h5jamtst/Debug" +# PROP Intermediate_Dir "../../../../tools/testfiles/h5jamtst/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "h5jamtst - Win32 Release" +# Name "h5jamtst - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\tools\h5jam\h5jamgentest.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/tools/testfiles/h5repacktst/h5repacktst.dsp b/windows_vs6/tools/testfiles/h5repacktst/h5repacktst.dsp new file mode 100755 index 0000000..b522fc9 --- /dev/null +++ b/windows_vs6/tools/testfiles/h5repacktst/h5repacktst.dsp @@ -0,0 +1,144 @@ +# Microsoft Developer Studio Project File - Name="h5repacktst" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=h5repacktst - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h5repacktst.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h5repacktst.mak" CFG="h5repacktst - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h5repacktst - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h5repacktst - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "h5repacktst - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../tools/testfiles/h5repacktst/Release" +# PROP Intermediate_Dir "../../../../tools/testfiles/h5repacktst/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\test" /I "..\..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 /include:"_gethostname@8" + +!ELSEIF "$(CFG)" == "h5repacktst - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../tools/testfiles/h5repacktst/Debug" +# PROP Intermediate_Dir "../../../../tools/testfiles/h5repacktst/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD F90 /browser /check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /I "..\..\..\..\test" /I "..\..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /include:"_gethostname@8" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "h5repacktst - Win32 Release" +# Name "h5repacktst - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\tools\h5repack\h5repack.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\tools\h5repack\h5repack_copy.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\tools\h5repack\h5repack_filters.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\tools\h5repack\h5repack_list.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\tools\h5repack\h5repack_opttable.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\tools\h5repack\h5repack_parse.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\tools\h5repack\h5repack_refs.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\tools\h5repack\h5repack_verify.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\tools\h5repack\h5repacktst.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# Begin Source File + +SOURCE=..\..\..\..\tools\h5repack\h5repack.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/tools/testfiles/h5repart_gentest/h5repart_gentest.dsp b/windows_vs6/tools/testfiles/h5repart_gentest/h5repart_gentest.dsp new file mode 100755 index 0000000..bc5d3b8 --- /dev/null +++ b/windows_vs6/tools/testfiles/h5repart_gentest/h5repart_gentest.dsp @@ -0,0 +1,106 @@ +# Microsoft Developer Studio Project File - Name="h5repart_gentest" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=h5repart_gentest - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h5repart_gentest.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h5repart_gentest.mak" CFG="h5repart_gentest - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h5repart_gentest - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h5repart_gentest - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "h5repart_gentest - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../tools/testfiles/h5repart_gentest/Release" +# PROP Intermediate_Dir "../../../../tools/testfiles/h5repart_gentest/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "h5repart_gentest - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../tools/testfiles/h5repart_gentest/Debug" +# PROP Intermediate_Dir "../../../../tools/testfiles/h5repart_gentest/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "h5repart_gentest - Win32 Release" +# Name "h5repart_gentest - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\tools\misc\h5repart_gentest.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/tools/testfiles/h5reparttst/h5reparttst.dsp b/windows_vs6/tools/testfiles/h5reparttst/h5reparttst.dsp new file mode 100755 index 0000000..7df8b68 --- /dev/null +++ b/windows_vs6/tools/testfiles/h5reparttst/h5reparttst.dsp @@ -0,0 +1,105 @@ +# Microsoft Developer Studio Project File - Name="h5reparttst" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=h5reparttst - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "h5reparttst.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "h5reparttst.mak" CFG="h5reparttst - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "h5reparttst - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "h5reparttst - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "h5reparttst - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../tools/testfiles/h5reparttst/Release" +# PROP Intermediate_Dir "../../../../tools/testfiles/h5reparttst/Release" +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "h5reparttst - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../tools/testfiles/h5reparttst/Debug" +# PROP Intermediate_Dir "../../../../tools/testfiles/h5reparttst/Debug" +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "h5reparttst - Win32 Release" +# Name "h5reparttst - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" +# Begin Source File + +SOURCE=..\..\..\..\tools\misc\repart_test.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/windows_vs6/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.dsp b/windows_vs6/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.dsp new file mode 100755 index 0000000..aa719a1 --- /dev/null +++ b/windows_vs6/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="testh5repack_detect_szip" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=testh5repack_detect_szip - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "testh5repack_detect_szip.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "testh5repack_detect_szip.mak" CFG="testh5repack_detect_szip - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "testh5repack_detect_szip - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "testh5repack_detect_szip - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "testh5repack_detect_szip - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../tools/testfiles/testh5repack_detect_szip/Release" +# PROP Intermediate_Dir "../../../../tools/testfiles/testh5repack_detect_szip/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\test" /I "..\..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "testh5repack_detect_szip - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../tools/testfiles/testh5repack_detect_szip/Debug" +# PROP Intermediate_Dir "../../../../tools/testfiles/testh5repack_detect_szip/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /I "..\..\..\..\test" /I "..\..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "testh5repack_detect_szip - Win32 Release" +# Name "testh5repack_detect_szip - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\tools\h5repack\testh5repack_detect_szip.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/tools/testfiles/testh5repack_detect_szipdll/testh5repack_detect_szipdll.dsp b/windows_vs6/tools/testfiles/testh5repack_detect_szipdll/testh5repack_detect_szipdll.dsp new file mode 100755 index 0000000..d06b4ed --- /dev/null +++ b/windows_vs6/tools/testfiles/testh5repack_detect_szipdll/testh5repack_detect_szipdll.dsp @@ -0,0 +1,95 @@ +# Microsoft Developer Studio Project File - Name="testh5repack_detect_szipdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=testh5repack_detect_szipdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "testh5repack_detect_szipdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "testh5repack_detect_szipdll.mak" CFG="testh5repack_detect_szipdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "testh5repack_detect_szipdll - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "testh5repack_detect_szipdll - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +F90=df.exe +RSC=rc.exe + +!IF "$(CFG)" == "testh5repack_detect_szipdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../../../../tools/testfiles/testh5repack_detect_szipdll/Release" +# PROP Intermediate_Dir "../../../../tools/testfiles/testh5repack_detect_szipdll/Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /compile_only /nologo /warn:nofileopt +# ADD F90 /compile_only /nologo /warn:nofileopt +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\src" /I "..\..\..\..\test" /I "..\..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 + +!ELSEIF "$(CFG)" == "testh5repack_detect_szipdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../../../../tools/testfiles/testh5repack_detect_szipdll/Debug" +# PROP Intermediate_Dir "../../../../tools/testfiles/testh5repack_detect_szipdll/Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\src" /I "..\..\..\..\test" /I "..\..\..\..\tools\lib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "testh5repack_detect_szipdll - Win32 Release" +# Name "testh5repack_detect_szipdll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\..\..\tools\h5repack\testh5repack_detect_szip.c +# End Source File +# End Target +# End Project diff --git a/windows_vs6/tools/toolslib/toolslib.dsp b/windows_vs6/tools/toolslib/toolslib.dsp new file mode 100755 index 0000000..9a7b5db --- /dev/null +++ b/windows_vs6/tools/toolslib/toolslib.dsp @@ -0,0 +1,359 @@ +# Microsoft Developer Studio Project File - Name="toolslib" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (ALPHA) Static Library" 0x0604 +# TARGTYPE "Win32 (x86) Static Library" 0x0104 + +CFG=toolslib - Win32 Alphadbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "toolslib.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "toolslib.mak" CFG="toolslib - Win32 Alphadbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "toolslib - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "toolslib - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "toolslib - Win32 AlphaRel" (based on "Win32 (ALPHA) Static Library") +!MESSAGE "toolslib - Win32 Alphadbg" (based on "Win32 (ALPHA) Static Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "toolslib - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\tools\toolslib\Release" +# PROP Intermediate_Dir "..\..\..\tools\toolslib\Release" +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 +# ADD RSC /l 0x409 +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo + +!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\tools\toolslib\Debug" +# PROP Intermediate_Dir "..\..\..\tools\toolslib\Debug" +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /Z7 /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 +# ADD RSC /l 0x409 +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo + +!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "toolslib" +# PROP BASE Intermediate_Dir "toolslib" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "toolslib" +# PROP Intermediate_Dir "toolslib" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I ".." /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I ".." /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"toolslib/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"toolslib/" /nologo /warn:nofileopt +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo + +!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "toolsli0" +# PROP BASE Intermediate_Dir "toolsli0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "toolsli0" +# PROP Intermediate_Dir "toolsli0" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Z7 /Od /I ".." /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Z7 /Od /I ".." /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"toolsli0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"toolsli0/" /nologo /warn:nofileopt +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo + +!ENDIF + +# Begin Target + +# Name "toolslib - Win32 Release" +# Name "toolslib - Win32 Debug" +# Name "toolslib - Win32 AlphaRel" +# Name "toolslib - Win32 Alphadbg" +# Begin Group "source" + +# PROP Default_Filter "*.c" +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5diff.c + +!IF "$(CFG)" == "toolslib - Win32 Release" + +!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" + +!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" + +!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5diff_array.c + +!IF "$(CFG)" == "toolslib - Win32 Release" + +!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" + +!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" + +!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5diff_attr.c + +!IF "$(CFG)" == "toolslib - Win32 Release" + +!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" + +!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" + +!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5diff_dset.c + +!IF "$(CFG)" == "toolslib - Win32 Release" + +!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" + +!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" + +!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5diff_util.c + +!IF "$(CFG)" == "toolslib - Win32 Release" + +!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" + +!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" + +!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5tools.c + +!IF "$(CFG)" == "toolslib - Win32 Release" + +!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" + +!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" + +!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5tools_filters.c + +!IF "$(CFG)" == "toolslib - Win32 Release" + +!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" + +!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" + +!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5tools_ref.c + +!IF "$(CFG)" == "toolslib - Win32 Release" + +!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" + +!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" + +!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5tools_str.c + +!IF "$(CFG)" == "toolslib - Win32 Release" + +!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" + +!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" + +!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5tools_type.c + +!IF "$(CFG)" == "toolslib - Win32 Release" + +!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" + +!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" + +!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5tools_utils.c + +!IF "$(CFG)" == "toolslib - Win32 Release" + +!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" + +!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" + +!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5trav.c + +!IF "$(CFG)" == "toolslib - Win32 Release" + +!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" + +!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" + +!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" + +!ENDIF + +# End Source File +# End Group +# Begin Group "headers" + +# PROP Default_Filter "*.h" +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5diff.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5tools.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5tools_ref.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5tools_str.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5tools_utils.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5trav.h +# End Source File +# End Group +# End Target +# End Project diff --git a/windows_vs6/tools/toolslibD/toolslibD.dsp b/windows_vs6/tools/toolslibD/toolslibD.dsp new file mode 100755 index 0000000..8d53d14 --- /dev/null +++ b/windows_vs6/tools/toolslibD/toolslibD.dsp @@ -0,0 +1,359 @@ +# Microsoft Developer Studio Project File - Name="toolslibD" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (ALPHA) Static Library" 0x0604 +# TARGTYPE "Win32 (x86) Static Library" 0x0104 + +CFG=toolslibD - Win32 AlphaDbg +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "toolslibD.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "toolslibD.mak" CFG="toolslibD - Win32 AlphaDbg" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "toolslibD - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "toolslibD - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "toolslibD - Win32 AlphaDbg" (based on "Win32 (ALPHA) Static Library") +!MESSAGE "toolslibD - Win32 AlphaRel" (based on "Win32 (ALPHA) Static Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "toolslibD - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\..\tools\toolslibD\Release" +# PROP Intermediate_Dir "..\..\..\tools\toolslibD\Release" +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_HDF5USEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 +# ADD RSC /l 0x409 +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo + +!ELSEIF "$(CFG)" == "toolslibD - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\..\tools\toolslibD\Debug" +# PROP Intermediate_Dir "..\..\..\tools\toolslibD\Debug" +# PROP Target_Dir "" +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +CPP=cl.exe +# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /GX /Z7 /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_HDF5USEDLL_" /YX /FD /c +RSC=rc.exe +# ADD BASE RSC /l 0x409 +# ADD RSC /l 0x409 +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo + +!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "toolslib" +# PROP BASE Intermediate_Dir "toolslib" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "toolslib" +# PROP Intermediate_Dir "toolslib" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /Z7 /Od /I ".." /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_HDF5USEDLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /Z7 /Od /I ".." /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /debug:full /include:"toolslib/" /nologo /warn:nofileopt +# ADD F90 /compile_only /debug:full /include:"toolslib/" /nologo /warn:nofileopt +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo + +!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaRel" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "toolsli0" +# PROP BASE Intermediate_Dir "toolsli0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "toolsli0" +# PROP Intermediate_Dir "toolsli0" +# PROP Target_Dir "" +CPP=cl.exe +# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I ".." /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_HDF5USEDLL_" /YX /FD /c +# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I ".." /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_HDF5USEDLL_" /YX /FD /c +F90=df.exe +# ADD BASE F90 /compile_only /include:"toolsli0/" /nologo /warn:nofileopt +# ADD F90 /compile_only /include:"toolsli0/" /nologo /warn:nofileopt +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo + +!ENDIF + +# Begin Target + +# Name "toolslibD - Win32 Release" +# Name "toolslibD - Win32 Debug" +# Name "toolslibD - Win32 AlphaDbg" +# Name "toolslibD - Win32 AlphaRel" +# Begin Group "source" + +# PROP Default_Filter "*.c" +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5diff.c + +!IF "$(CFG)" == "toolslibD - Win32 Release" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 Debug" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5diff_array.c + +!IF "$(CFG)" == "toolslibD - Win32 Release" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 Debug" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5diff_attr.c + +!IF "$(CFG)" == "toolslibD - Win32 Release" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 Debug" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5diff_dset.c + +!IF "$(CFG)" == "toolslibD - Win32 Release" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 Debug" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5diff_util.c + +!IF "$(CFG)" == "toolslibD - Win32 Release" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 Debug" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5tools.c + +!IF "$(CFG)" == "toolslibD - Win32 Release" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 Debug" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5tools_filters.c + +!IF "$(CFG)" == "toolslibD - Win32 Release" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 Debug" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5tools_ref.c + +!IF "$(CFG)" == "toolslibD - Win32 Release" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 Debug" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5tools_str.c + +!IF "$(CFG)" == "toolslibD - Win32 Release" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 Debug" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5tools_type.c + +!IF "$(CFG)" == "toolslibD - Win32 Release" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 Debug" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5tools_utils.c + +!IF "$(CFG)" == "toolslibD - Win32 Release" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 Debug" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5trav.c + +!IF "$(CFG)" == "toolslibD - Win32 Release" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 Debug" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "toolslibD - Win32 AlphaRel" + +!ENDIF + +# End Source File +# End Group +# Begin Group "headers" + +# PROP Default_Filter "*.h" +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5diff.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5tools.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5tools_ref.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5tools_str.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5tools_utils.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\tools\lib\h5trav.h +# End Source File +# End Group +# End Target +# End Project -- cgit v0.12