From 15024258cba9a3fd4eb2aa37e116467776a5e5b7 Mon Sep 17 00:00:00 2001 From: Scott Wegner Date: Thu, 29 May 2008 12:45:36 -0500 Subject: [svn-r15093] Purpose: Cleanup Windows project files-- remove ignored system library Description: In many of our project files on Windows, we have our linker setting set to ignore old link libraries-- either libc.lib or libcd.lib. This is a relic from converting project files from old versions of Visual Studio to newer ones, and is unnecessary. Per a user's suggestion, we remove the ignored library from the project files. This actually makes no difference in the output binaries. Tested: VS2005 on WinXP VS.NET on WinXP --- windows/c++/examples/chunkstest/chunkstest.vcproj | 88 +++++++++++----------- .../c++/examples/compoundtest/compoundtest.vcproj | 88 +++++++++++----------- windows/c++/examples/createtest/createtest.vcproj | 88 +++++++++++----------- .../examples/extend_dstest/extend_dstest.vcproj | 88 +++++++++++----------- .../c++/examples/h5grouptest/h5grouptest.vcproj | 88 +++++++++++----------- .../c++/examples/readdatatest/readdatatest.vcproj | 88 +++++++++++----------- .../examples/writedatatest/writedatatest.vcproj | 88 +++++++++++----------- windows/c++/test/dsets_cpp/dsets_cpp.vcproj | 8 +- windows/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj | 8 +- .../examples/attributetest/attributetest.vcproj | 4 +- windows/examples/chunkread/chunkread.vcproj | 4 +- windows/examples/compoundtest/compoundtest.vcproj | 4 +- .../extendwritetest/extendwritetest.vcproj | 4 +- windows/examples/grouptest/grouptest.vcproj | 4 +- .../intermgrouptest/intermgrouptest.vcproj | 4 +- windows/examples/readtest/readtest.vcproj | 4 +- windows/examples/selectest/selectest.vcproj | 4 +- windows/examples/writetest/writetest.vcproj | 4 +- .../attreexampletest/attreexampletest.vfproj | 32 ++++---- .../examples/compoundtest/compoundtest.vfproj | 32 ++++---- .../dsetexampletest/dsetexampletest.vfproj | 32 ++++---- .../fileexampletest/fileexampletest.vfproj | 32 ++++---- .../groupexampletest/groupexampletest.vfproj | 32 ++++---- .../grpdsetexampletest/grpdsetexampletest.vfproj | 32 ++++---- .../fortran/examples/grpittest/grpittest.vfproj | 32 ++++---- .../grpsexampletest/grpsexampletest.vfproj | 32 ++++---- .../examples/hyperslabtest/hyperslabtest.vfproj | 32 ++++---- .../mountexampletest/mountexampletest.vfproj | 32 ++++---- .../refobjexampletest/refobjexampletest.vfproj | 32 ++++---- .../refregexampletest/refregexampletest.vfproj | 32 ++++---- .../rwdsetexampletest/rwdsetexampletest.vfproj | 32 ++++---- .../examples/selecteletest/selecteletest.vfproj | 32 ++++---- .../test/flush1_fortran/flush1_fortran.vfproj | 32 ++++---- .../flush1_fortrandll/flush1_fortrandll.vfproj | 28 +++---- .../test/flush2_fortran/flush2_fortran.vfproj | 32 ++++---- .../flush2_fortrandll/flush2_fortrandll.vfproj | 28 +++---- .../test/testhdf5_fortran/testhdf5_fortran.vfproj | 32 ++++---- .../testhdf5_fortrandll/testhdf5_fortrandll.vfproj | 28 +++---- windows/hl/fortran/examples/ex_lite/ex_lite.vfproj | 28 +++---- .../fortran/examples/ex_litedll/ex_litedll.vfproj | 28 +++---- .../hl_test_image_fortran.vfproj | 28 +++---- .../hl_test_lite_fortran.vfproj | 28 +++---- .../hl_test_table_fortran.vfproj | 28 +++---- windows/hl/test/hl_test_ds/hl_test_ds.vcproj | 4 +- windows/hl/test/hl_test_image/hl_test_image.vcproj | 4 +- windows/hl/test/hl_test_lite/hl_test_lite.vcproj | 4 +- .../hl/test/hl_test_packet/hl_test_packet.vcproj | 4 +- windows/hl/test/hl_test_table/hl_test_table.vcproj | 4 +- windows/hl/tools/gifconv/gif2h5.vcproj | 8 +- windows/hl/tools/gifconv/h52gif.vcproj | 8 +- windows/test/big/big.vcproj | 8 +- windows/test/bittests/bittests.vcproj | 8 +- windows/test/btree2/btree2.vcproj | 8 +- windows/test/cache/cache.vcproj | 8 +- windows/test/cache_api/cache_api.vcproj | 8 +- windows/test/chunk/chunk.vcproj | 8 +- windows/test/cmpd_dset/cmpd_dset.vcproj | 8 +- windows/test/cross_read/cross_read.vcproj | 8 +- windows/test/dangle/dangle.vcproj | 8 +- windows/test/dsets/dsets.vcproj | 8 +- windows/test/dt_arith/dt_arith.vcproj | 8 +- windows/test/dtransform/dtransform.vcproj | 8 +- windows/test/dtypes/dtypes.vcproj | 8 +- windows/test/enum/enum.vcproj | 8 +- windows/test/err_compat/err_compat.vcproj | 8 +- windows/test/error_test/error_test.vcproj | 8 +- windows/test/extend/extend.vcproj | 8 +- windows/test/external/external.vcproj | 8 +- windows/test/fheap/fheap.vcproj | 8 +- windows/test/fillval/fillval.vcproj | 8 +- windows/test/flush1/flush1.vcproj | 8 +- windows/test/flush2/flush2.vcproj | 8 +- windows/test/getname/getname.vcproj | 8 +- windows/test/getnamedll/getnamedll.vcproj | 8 +- windows/test/getub/getub.vcproj | 4 +- windows/test/gheap/gheap.vcproj | 8 +- windows/test/hyperslab/hyperslab.vcproj | 8 +- windows/test/iopipe/iopipe.vcproj | 8 +- windows/test/istore/istore.vcproj | 8 +- windows/test/lheap/lheap.vcproj | 8 +- windows/test/links/links.vcproj | 8 +- windows/test/mount/mount.vcproj | 8 +- windows/test/mtime/mtime.vcproj | 8 +- windows/test/ntypes/ntypes.vcproj | 8 +- windows/test/ntypesdll/ntypesdll.vcproj | 8 +- windows/test/objcopy/objcopy.vcproj | 4 +- windows/test/ohdr/ohdr.vcproj | 8 +- windows/test/overhead/overhead.vcproj | 8 +- windows/test/pool/pool.vcproj | 8 +- windows/test/reserved/reserved.vcproj | 8 +- windows/test/set_extent/set_extent.vcproj | 8 +- windows/test/stab/stab.vcproj | 8 +- windows/test/tellub/tellub.vcproj | 4 +- windows/test/testhdf5/testhdf5.vcproj | 8 +- windows/test/unlink/unlink.vcproj | 8 +- windows/test/vfd/vfd.vcproj | 8 +- windows/test/vfddll/vfddll.vcproj | 8 +- windows/tools/h5copy/h5copy.vcproj | 8 +- windows/tools/h5debug/h5debug.vcproj | 8 +- windows/tools/h5diff/h5diff.vcproj | 8 +- windows/tools/h5dump/h5dump.vcproj | 8 +- windows/tools/h5import/h5import.vcproj | 8 +- windows/tools/h5jam/h5jam.vcproj | 4 +- windows/tools/h5ls/h5ls.vcproj | 8 +- windows/tools/h5repack/h5repack.vcproj | 8 +- windows/tools/h5repart/h5repart.vcproj | 8 +- windows/tools/h5unjam/h5unjam.vcproj | 4 +- windows/tools/talign/talign.vcproj | 8 +- windows/tools/testfiles/h5difftst/h5difftst.vcproj | 8 +- windows/tools/testfiles/h5dumptst/h5dumptst.vcproj | 8 +- windows/tools/testfiles/h5jamtst/h5jamtst.vcproj | 4 +- .../tools/testfiles/h5repacktst/h5repacktst.vcproj | 4 +- .../testh5repack_detect_szip.vcproj | 4 +- .../c++/examples/chunkstest/chunkstest.vcproj | 4 +- .../c++/examples/compoundtest/compoundtest.vcproj | 4 +- .../c++/examples/createtest/createtest.vcproj | 4 +- .../examples/extend_dstest/extend_dstest.vcproj | 4 +- .../c++/examples/h5grouptest/h5grouptest.vcproj | 4 +- .../c++/examples/readdatatest/readdatatest.vcproj | 4 +- .../examples/writedatatest/writedatatest.vcproj | 4 +- windows_vnet/c++/test/dsets_cpp/dsets_cpp.vcproj | 4 +- .../c++/test/testhdf5_cpp/testhdf5_cpp.vcproj | 4 +- .../examples/attributetest/attributetest.vcproj | 2 +- windows_vnet/examples/chunkread/chunkread.vcproj | 2 +- .../examples/compoundtest/compoundtest.vcproj | 2 +- .../extendwritetest/extendwritetest.vcproj | 2 +- windows_vnet/examples/grouptest/grouptest.vcproj | 2 +- .../intermgrouptest/intermgrouptest.vcproj | 2 +- windows_vnet/examples/readtest/readtest.vcproj | 2 +- windows_vnet/examples/selectest/selectest.vcproj | 2 +- windows_vnet/examples/writetest/writetest.vcproj | 2 +- windows_vnet/hl/test/hl_test_ds/hl_test_ds.vcproj | 2 +- .../hl/test/hl_test_image/hl_test_image.vcproj | 2 +- .../hl/test/hl_test_lite/hl_test_lite.vcproj | 2 +- .../hl/test/hl_test_packet/hl_test_packet.vcproj | 2 +- .../hl/test/hl_test_table/hl_test_table.vcproj | 2 +- windows_vnet/hl/tools/gifconv/gif2h5.vcproj | 4 +- windows_vnet/hl/tools/gifconv/h52gif.vcproj | 4 +- windows_vnet/test/big/big.vcproj | 4 +- windows_vnet/test/bittests/bittests.vcproj | 4 +- windows_vnet/test/btree2/btree2.vcproj | 4 +- windows_vnet/test/cache/cache.vcproj | 4 +- windows_vnet/test/cache_api/cache_api.vcproj | 4 +- windows_vnet/test/chunk/chunk.vcproj | 4 +- windows_vnet/test/cmpd_dset/cmpd_dset.vcproj | 4 +- windows_vnet/test/cross_read/cross_read.vcproj | 4 +- windows_vnet/test/dangle/dangle.vcproj | 4 +- windows_vnet/test/dsets/dsets.vcproj | 4 +- windows_vnet/test/dt_arith/dt_arith.vcproj | 4 +- windows_vnet/test/dtransform/dtransform.vcproj | 4 +- windows_vnet/test/dtypes/dtypes.vcproj | 4 +- windows_vnet/test/enum/enum.vcproj | 4 +- windows_vnet/test/err_compat/err_compat.vcproj | 4 +- windows_vnet/test/error_test/error_test.vcproj | 4 +- windows_vnet/test/extend/extend.vcproj | 4 +- windows_vnet/test/external/external.vcproj | 4 +- windows_vnet/test/fheap/fheap.vcproj | 4 +- windows_vnet/test/fillval/fillval.vcproj | 4 +- windows_vnet/test/flush1/flush1.vcproj | 4 +- windows_vnet/test/flush2/flush2.vcproj | 4 +- windows_vnet/test/getname/getname.vcproj | 4 +- windows_vnet/test/getnamedll/getnamedll.vcproj | 4 +- windows_vnet/test/getub/getub.vcproj | 2 +- windows_vnet/test/gheap/gheap.vcproj | 4 +- windows_vnet/test/hyperslab/hyperslab.vcproj | 4 +- windows_vnet/test/iopipe/iopipe.vcproj | 4 +- windows_vnet/test/istore/istore.vcproj | 4 +- windows_vnet/test/lheap/lheap.vcproj | 4 +- windows_vnet/test/links/links.vcproj | 4 +- windows_vnet/test/mount/mount.vcproj | 4 +- windows_vnet/test/mtime/mtime.vcproj | 4 +- windows_vnet/test/ntypes/ntypes.vcproj | 4 +- windows_vnet/test/ntypesdll/ntypesdll.vcproj | 4 +- windows_vnet/test/objcopy/objcopy.vcproj | 2 +- windows_vnet/test/ohdr/ohdr.vcproj | 4 +- windows_vnet/test/overhead/overhead.vcproj | 4 +- windows_vnet/test/pool/pool.vcproj | 4 +- windows_vnet/test/reserved/reserved.vcproj | 4 +- windows_vnet/test/set_extent/set_extent.vcproj | 4 +- windows_vnet/test/stab/stab.vcproj | 4 +- windows_vnet/test/tellub/tellub.vcproj | 2 +- windows_vnet/test/testhdf5/testhdf5.vcproj | 4 +- windows_vnet/test/unlink/unlink.vcproj | 4 +- windows_vnet/test/vfd/vfd.vcproj | 4 +- windows_vnet/test/vfddll/vfddll.vcproj | 4 +- windows_vnet/tools/h5copy/h5copy.vcproj | 4 +- windows_vnet/tools/h5debug/h5debug.vcproj | 4 +- windows_vnet/tools/h5diff/h5diff.vcproj | 4 +- windows_vnet/tools/h5dump/h5dump.vcproj | 4 +- windows_vnet/tools/h5import/h5import.vcproj | 4 +- windows_vnet/tools/h5jam/h5jam.vcproj | 2 +- windows_vnet/tools/h5ls/h5ls.vcproj | 4 +- windows_vnet/tools/h5repack/h5repack.vcproj | 4 +- windows_vnet/tools/h5repart/h5repart.vcproj | 4 +- windows_vnet/tools/h5unjam/h5unjam.vcproj | 2 +- windows_vnet/tools/talign/talign.vcproj | 4 +- .../tools/testfiles/h5difftst/h5difftst.vcproj | 4 +- .../tools/testfiles/h5dumptst/h5dumptst.vcproj | 4 +- .../tools/testfiles/h5jamtst/h5jamtst.vcproj | 2 +- .../tools/testfiles/h5repacktst/h5repacktst.vcproj | 2 +- .../testh5repack_detect_szip.vcproj | 2 +- 201 files changed, 1126 insertions(+), 1126 deletions(-) diff --git a/windows/c++/examples/chunkstest/chunkstest.vcproj b/windows/c++/examples/chunkstest/chunkstest.vcproj index 1ea58cd..0821882 100644 --- a/windows/c++/examples/chunkstest/chunkstest.vcproj +++ b/windows/c++/examples/chunkstest/chunkstest.vcproj @@ -79,7 +79,7 @@ LinkIncremental="1" SuppressStartupBanner="true" AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\release;..\..\..\..\proj\hdf5\release;..\..\..\..\hdf5lib\release\lib" - IgnoreDefaultLibraryNames="libcpp.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../../c++/examples/chunkstest/Release/chunkstest.pdb" SubSystem="1" TargetMachine="1" @@ -110,7 +110,7 @@ /> - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/examples/compoundtest/compoundtest.vfproj b/windows/fortran/examples/compoundtest/compoundtest.vfproj index be0bf80..76b85bb 100644 --- a/windows/fortran/examples/compoundtest/compoundtest.vfproj +++ b/windows/fortran/examples/compoundtest/compoundtest.vfproj @@ -7,39 +7,39 @@ - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/examples/dsetexampletest/dsetexampletest.vfproj b/windows/fortran/examples/dsetexampletest/dsetexampletest.vfproj index 1c0f48b..0836929 100644 --- a/windows/fortran/examples/dsetexampletest/dsetexampletest.vfproj +++ b/windows/fortran/examples/dsetexampletest/dsetexampletest.vfproj @@ -7,39 +7,39 @@ - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/examples/fileexampletest/fileexampletest.vfproj b/windows/fortran/examples/fileexampletest/fileexampletest.vfproj index 6427bfb..b17edf9 100644 --- a/windows/fortran/examples/fileexampletest/fileexampletest.vfproj +++ b/windows/fortran/examples/fileexampletest/fileexampletest.vfproj @@ -7,39 +7,39 @@ - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/examples/groupexampletest/groupexampletest.vfproj b/windows/fortran/examples/groupexampletest/groupexampletest.vfproj index 000a6ed..b44fa7d 100644 --- a/windows/fortran/examples/groupexampletest/groupexampletest.vfproj +++ b/windows/fortran/examples/groupexampletest/groupexampletest.vfproj @@ -7,39 +7,39 @@ - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/examples/grpdsetexampletest/grpdsetexampletest.vfproj b/windows/fortran/examples/grpdsetexampletest/grpdsetexampletest.vfproj index c897e60..5a91ca0 100644 --- a/windows/fortran/examples/grpdsetexampletest/grpdsetexampletest.vfproj +++ b/windows/fortran/examples/grpdsetexampletest/grpdsetexampletest.vfproj @@ -7,39 +7,39 @@ - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/examples/grpittest/grpittest.vfproj b/windows/fortran/examples/grpittest/grpittest.vfproj index 4df93ef..0ffe0c6 100644 --- a/windows/fortran/examples/grpittest/grpittest.vfproj +++ b/windows/fortran/examples/grpittest/grpittest.vfproj @@ -7,39 +7,39 @@ - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/examples/grpsexampletest/grpsexampletest.vfproj b/windows/fortran/examples/grpsexampletest/grpsexampletest.vfproj index 6548a7a..517201a 100644 --- a/windows/fortran/examples/grpsexampletest/grpsexampletest.vfproj +++ b/windows/fortran/examples/grpsexampletest/grpsexampletest.vfproj @@ -7,39 +7,39 @@ - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/examples/hyperslabtest/hyperslabtest.vfproj b/windows/fortran/examples/hyperslabtest/hyperslabtest.vfproj index 378e178..cb33779 100644 --- a/windows/fortran/examples/hyperslabtest/hyperslabtest.vfproj +++ b/windows/fortran/examples/hyperslabtest/hyperslabtest.vfproj @@ -7,39 +7,39 @@ - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/examples/mountexampletest/mountexampletest.vfproj b/windows/fortran/examples/mountexampletest/mountexampletest.vfproj index ce6a9a0..f3b8133 100644 --- a/windows/fortran/examples/mountexampletest/mountexampletest.vfproj +++ b/windows/fortran/examples/mountexampletest/mountexampletest.vfproj @@ -7,39 +7,39 @@ - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/examples/refobjexampletest/refobjexampletest.vfproj b/windows/fortran/examples/refobjexampletest/refobjexampletest.vfproj index 1d1ab1e..02cc63f 100644 --- a/windows/fortran/examples/refobjexampletest/refobjexampletest.vfproj +++ b/windows/fortran/examples/refobjexampletest/refobjexampletest.vfproj @@ -7,39 +7,39 @@ - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/examples/refregexampletest/refregexampletest.vfproj b/windows/fortran/examples/refregexampletest/refregexampletest.vfproj index 17b7969..9251a9c 100644 --- a/windows/fortran/examples/refregexampletest/refregexampletest.vfproj +++ b/windows/fortran/examples/refregexampletest/refregexampletest.vfproj @@ -7,39 +7,39 @@ - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/examples/rwdsetexampletest/rwdsetexampletest.vfproj b/windows/fortran/examples/rwdsetexampletest/rwdsetexampletest.vfproj index 40d2f8c..436f40d 100644 --- a/windows/fortran/examples/rwdsetexampletest/rwdsetexampletest.vfproj +++ b/windows/fortran/examples/rwdsetexampletest/rwdsetexampletest.vfproj @@ -7,39 +7,39 @@ - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/examples/selecteletest/selecteletest.vfproj b/windows/fortran/examples/selecteletest/selecteletest.vfproj index 40c690a..d1001e0 100644 --- a/windows/fortran/examples/selecteletest/selecteletest.vfproj +++ b/windows/fortran/examples/selecteletest/selecteletest.vfproj @@ -7,39 +7,39 @@ - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/test/flush1_fortran/flush1_fortran.vfproj b/windows/fortran/test/flush1_fortran/flush1_fortran.vfproj index d869aa5..0505d4c 100644 --- a/windows/fortran/test/flush1_fortran/flush1_fortran.vfproj +++ b/windows/fortran/test/flush1_fortran/flush1_fortran.vfproj @@ -7,39 +7,39 @@ - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/test/flush1_fortrandll/flush1_fortrandll.vfproj b/windows/fortran/test/flush1_fortrandll/flush1_fortrandll.vfproj index aa8d458..188fe9a 100644 --- a/windows/fortran/test/flush1_fortrandll/flush1_fortrandll.vfproj +++ b/windows/fortran/test/flush1_fortrandll/flush1_fortrandll.vfproj @@ -7,39 +7,39 @@ - + - - + + - + - - - + + + - + - - + + - + - - - + + + diff --git a/windows/fortran/test/flush2_fortran/flush2_fortran.vfproj b/windows/fortran/test/flush2_fortran/flush2_fortran.vfproj index 97c4e1e..9f0daff 100644 --- a/windows/fortran/test/flush2_fortran/flush2_fortran.vfproj +++ b/windows/fortran/test/flush2_fortran/flush2_fortran.vfproj @@ -7,39 +7,39 @@ - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/test/flush2_fortrandll/flush2_fortrandll.vfproj b/windows/fortran/test/flush2_fortrandll/flush2_fortrandll.vfproj index 9e49132..da8211d 100644 --- a/windows/fortran/test/flush2_fortrandll/flush2_fortrandll.vfproj +++ b/windows/fortran/test/flush2_fortrandll/flush2_fortrandll.vfproj @@ -7,39 +7,39 @@ - + - - - + + + - + - - + + - + - - - + + + - + - - + + diff --git a/windows/fortran/test/testhdf5_fortran/testhdf5_fortran.vfproj b/windows/fortran/test/testhdf5_fortran/testhdf5_fortran.vfproj index 178cc19..dc23098 100644 --- a/windows/fortran/test/testhdf5_fortran/testhdf5_fortran.vfproj +++ b/windows/fortran/test/testhdf5_fortran/testhdf5_fortran.vfproj @@ -7,39 +7,39 @@ - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/test/testhdf5_fortrandll/testhdf5_fortrandll.vfproj b/windows/fortran/test/testhdf5_fortrandll/testhdf5_fortrandll.vfproj index 9daf267..b432134 100644 --- a/windows/fortran/test/testhdf5_fortrandll/testhdf5_fortrandll.vfproj +++ b/windows/fortran/test/testhdf5_fortrandll/testhdf5_fortrandll.vfproj @@ -7,39 +7,39 @@ - + - - + + - + - - - + + + - + - - + + - + - - - + + + diff --git a/windows/hl/fortran/examples/ex_lite/ex_lite.vfproj b/windows/hl/fortran/examples/ex_lite/ex_lite.vfproj index f3b5c52..852e157 100644 --- a/windows/hl/fortran/examples/ex_lite/ex_lite.vfproj +++ b/windows/hl/fortran/examples/ex_lite/ex_lite.vfproj @@ -7,39 +7,39 @@ - + - - - + + + - + - - + + - + - - - + + + - + - - + + diff --git a/windows/hl/fortran/examples/ex_litedll/ex_litedll.vfproj b/windows/hl/fortran/examples/ex_litedll/ex_litedll.vfproj index a8afebb..f5f38d8 100644 --- a/windows/hl/fortran/examples/ex_litedll/ex_litedll.vfproj +++ b/windows/hl/fortran/examples/ex_litedll/ex_litedll.vfproj @@ -7,39 +7,39 @@ - + - - - + + + - + - - + + - + - - - + + + - + - - + + 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 index f52ed9d..c615f0c 100644 --- 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 @@ -7,39 +7,39 @@ - + - - + + - + - - - + + + - + - - + + - + - - - + + + 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 index 9c83392..adeb772 100644 --- 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 @@ -7,39 +7,39 @@ - + - - - + + + - + - - + + - + - - - + + + - + - - + + 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 index 60dc1cc..f53f14a 100644 --- 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 @@ -7,39 +7,39 @@ - + - - + + - + - - - + + + - + - - + + - + - - - + + + diff --git a/windows/hl/test/hl_test_ds/hl_test_ds.vcproj b/windows/hl/test/hl_test_ds/hl_test_ds.vcproj index 542ce4c..2c25fb9 100644 --- a/windows/hl/test/hl_test_ds/hl_test_ds.vcproj +++ b/windows/hl/test/hl_test_ds/hl_test_ds.vcproj @@ -78,7 +78,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../../hl/test/hl_test_ds/Debug/hl_test_ds.pdb" SubSystem="1" @@ -171,7 +171,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../../hl/test/hl_test_ds/Debug/hl_test_ds.pdb" SubSystem="1" diff --git a/windows/hl/test/hl_test_image/hl_test_image.vcproj b/windows/hl/test/hl_test_image/hl_test_image.vcproj index ddf9f5a..5424100 100644 --- a/windows/hl/test/hl_test_image/hl_test_image.vcproj +++ b/windows/hl/test/hl_test_image/hl_test_image.vcproj @@ -78,7 +78,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../../hl/test/hl_test_image/Debug/hl_test_image.pdb" SubSystem="1" @@ -171,7 +171,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../../hl/test/hl_test_image/Debug/hl_test_image.pdb" SubSystem="1" diff --git a/windows/hl/test/hl_test_lite/hl_test_lite.vcproj b/windows/hl/test/hl_test_lite/hl_test_lite.vcproj index 7d46340..fa1e46d 100644 --- a/windows/hl/test/hl_test_lite/hl_test_lite.vcproj +++ b/windows/hl/test/hl_test_lite/hl_test_lite.vcproj @@ -261,7 +261,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../../hl/test/hl_test_lite/Debug/hl_test_lite.pdb" SubSystem="1" @@ -354,7 +354,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../../hl/test/hl_test_lite/Debug/hl_test_lite.pdb" SubSystem="1" diff --git a/windows/hl/test/hl_test_packet/hl_test_packet.vcproj b/windows/hl/test/hl_test_packet/hl_test_packet.vcproj index 621e5bf..4e3fba4 100644 --- a/windows/hl/test/hl_test_packet/hl_test_packet.vcproj +++ b/windows/hl/test/hl_test_packet/hl_test_packet.vcproj @@ -261,7 +261,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../../hl/test/hl_test_packet/Debug/hl_test_packet.pdb" SubSystem="1" @@ -354,7 +354,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../../hl/test/hl_test_packet/Debug/hl_test_packet.pdb" SubSystem="1" diff --git a/windows/hl/test/hl_test_table/hl_test_table.vcproj b/windows/hl/test/hl_test_table/hl_test_table.vcproj index e3b895c..ce30e2b 100644 --- a/windows/hl/test/hl_test_table/hl_test_table.vcproj +++ b/windows/hl/test/hl_test_table/hl_test_table.vcproj @@ -261,7 +261,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../../hl/test/hl_test_table/Debug/hl_test_table.pdb" SubSystem="1" @@ -354,7 +354,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../../hl/test/hl_test_table/Debug/hl_test_table.pdb" SubSystem="1" diff --git a/windows/hl/tools/gifconv/gif2h5.vcproj b/windows/hl/tools/gifconv/gif2h5.vcproj index 19b6e7c..4810d69 100644 --- a/windows/hl/tools/gifconv/gif2h5.vcproj +++ b/windows/hl/tools/gifconv/gif2h5.vcproj @@ -78,7 +78,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\..\..\..\..\hl\tools\gifconv\gif2h5\Debug/gif2h5.pdb" SubSystem="1" @@ -171,7 +171,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\..\..\..\..\hl\tools\gifconv\gif2h5\Debug/gif2h5.pdb" SubSystem="1" @@ -264,7 +264,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\..\..\..\..\hl\tools\gifconv\gif2h5\Release/gif2h5.pdb" SubSystem="1" TargetMachine="1" @@ -357,7 +357,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\..\..\..\..\hl\tools\gifconv\gif2h5\Release/gif2h5.pdb" SubSystem="1" TargetMachine="17" diff --git a/windows/hl/tools/gifconv/h52gif.vcproj b/windows/hl/tools/gifconv/h52gif.vcproj index e244e5a..e2c81e3 100644 --- a/windows/hl/tools/gifconv/h52gif.vcproj +++ b/windows/hl/tools/gifconv/h52gif.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\..\..\..\..\hl\tools\gifconv\h52gif\Release/h52gif.pdb" SubSystem="1" TargetMachine="1" @@ -172,7 +172,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\..\..\..\..\hl\tools\gifconv\h52gif\Release/h52gif.pdb" SubSystem="1" TargetMachine="17" @@ -263,7 +263,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\..\..\..\..\hl\tools\gifconv\h52gif\Debug/h52gif.pdb" SubSystem="1" @@ -356,7 +356,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\..\..\..\..\hl\tools\gifconv\h52gif\Debug/h52gif.pdb" SubSystem="1" diff --git a/windows/test/big/big.vcproj b/windows/test/big/big.vcproj index 033c226..7513494 100644 --- a/windows/test/big/big.vcproj +++ b/windows/test/big/big.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/big/Release/big.pdb" SubSystem="1" TargetMachine="1" @@ -172,7 +172,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/big/Release/big.pdb" SubSystem="1" TargetMachine="17" @@ -263,7 +263,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/big/Debug/big.pdb" SubSystem="1" @@ -356,7 +356,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/big/Debug/big.pdb" SubSystem="1" diff --git a/windows/test/bittests/bittests.vcproj b/windows/test/bittests/bittests.vcproj index 88f0d79..1c37e8f 100644 --- a/windows/test/bittests/bittests.vcproj +++ b/windows/test/bittests/bittests.vcproj @@ -77,7 +77,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/bittests/Debug/bittests.pdb" SubSystem="1" @@ -169,7 +169,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/bittests/Debug/bittests.pdb" SubSystem="1" @@ -262,7 +262,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/bittests/Release/bittests.pdb" SubSystem="1" TargetMachine="1" @@ -355,7 +355,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/bittests/Release/bittests.pdb" SubSystem="1" TargetMachine="17" diff --git a/windows/test/btree2/btree2.vcproj b/windows/test/btree2/btree2.vcproj index 317ed03..edc722c 100644 --- a/windows/test/btree2/btree2.vcproj +++ b/windows/test/btree2/btree2.vcproj @@ -78,7 +78,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/btree2/Debug/btree2.pdb" SubSystem="1" @@ -171,7 +171,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/btree2/Debug/btree2.pdb" SubSystem="1" @@ -264,7 +264,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/btree2/Release/btree2.pdb" SubSystem="1" TargetMachine="1" @@ -357,7 +357,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/btree2/Release/btree2.pdb" SubSystem="1" TargetMachine="17" diff --git a/windows/test/cache/cache.vcproj b/windows/test/cache/cache.vcproj index d323ed3..afe1525 100644 --- a/windows/test/cache/cache.vcproj +++ b/windows/test/cache/cache.vcproj @@ -78,7 +78,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/cache/Debug/cache.pdb" SubSystem="1" @@ -171,7 +171,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/cache/Debug/cache.pdb" SubSystem="1" @@ -264,7 +264,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/cache/Release/cache.pdb" SubSystem="1" TargetMachine="1" @@ -357,7 +357,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/cache/Release/cache.pdb" SubSystem="1" TargetMachine="17" diff --git a/windows/test/cache_api/cache_api.vcproj b/windows/test/cache_api/cache_api.vcproj index 962dc1a..a489986 100644 --- a/windows/test/cache_api/cache_api.vcproj +++ b/windows/test/cache_api/cache_api.vcproj @@ -78,7 +78,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/cache_api/Debug/cache_api.pdb" SubSystem="1" @@ -171,7 +171,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/cache_api/Debug/cache_api.pdb" SubSystem="1" @@ -264,7 +264,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/cache_api/Release/cache_api.pdb" SubSystem="1" TargetMachine="1" @@ -357,7 +357,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/cache_api/Release/cache_api.pdb" SubSystem="1" TargetMachine="17" diff --git a/windows/test/chunk/chunk.vcproj b/windows/test/chunk/chunk.vcproj index f484304..18c5890 100644 --- a/windows/test/chunk/chunk.vcproj +++ b/windows/test/chunk/chunk.vcproj @@ -78,7 +78,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/chunk/Debug/chunk.pdb" SubSystem="1" @@ -171,7 +171,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/chunk/Debug/chunk.pdb" SubSystem="1" @@ -264,7 +264,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/chunk/Release/chunk.pdb" SubSystem="1" TargetMachine="1" @@ -357,7 +357,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/chunk/Release/chunk.pdb" SubSystem="1" TargetMachine="17" diff --git a/windows/test/cmpd_dset/cmpd_dset.vcproj b/windows/test/cmpd_dset/cmpd_dset.vcproj index 9b2a188..603d57d 100644 --- a/windows/test/cmpd_dset/cmpd_dset.vcproj +++ b/windows/test/cmpd_dset/cmpd_dset.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/cmpd_dset/Release/cmpd_dset.pdb" SubSystem="1" TargetMachine="1" @@ -172,7 +172,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/cmpd_dset/Release/cmpd_dset.pdb" SubSystem="1" TargetMachine="17" @@ -262,7 +262,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/cmpd_dset/Debug/cmpd_dset.pdb" SubSystem="1" @@ -354,7 +354,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/cmpd_dset/Debug/cmpd_dset.pdb" SubSystem="1" diff --git a/windows/test/cross_read/cross_read.vcproj b/windows/test/cross_read/cross_read.vcproj index 08db1eb..da38205 100644 --- a/windows/test/cross_read/cross_read.vcproj +++ b/windows/test/cross_read/cross_read.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/cross_read/Release/cross_read.pdb" SubSystem="1" TargetMachine="1" @@ -172,7 +172,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/cross_read/Release/cross_read.pdb" SubSystem="1" TargetMachine="17" @@ -263,7 +263,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/cross_read/Debug/cross_read.pdb" SubSystem="1" @@ -356,7 +356,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/cross_read/Debug/cross_read.pdb" SubSystem="1" diff --git a/windows/test/dangle/dangle.vcproj b/windows/test/dangle/dangle.vcproj index 325427d..7c65251 100644 --- a/windows/test/dangle/dangle.vcproj +++ b/windows/test/dangle/dangle.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/dangle/Release/dangle.pdb" SubSystem="1" TargetMachine="1" @@ -172,7 +172,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/dangle/Release/dangle.pdb" SubSystem="1" TargetMachine="17" @@ -263,7 +263,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/dangle/Debug/dangle.pdb" SubSystem="1" @@ -356,7 +356,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/dangle/Debug/dangle.pdb" SubSystem="1" diff --git a/windows/test/dsets/dsets.vcproj b/windows/test/dsets/dsets.vcproj index 1bed8f9..af31658 100644 --- a/windows/test/dsets/dsets.vcproj +++ b/windows/test/dsets/dsets.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/dsets/Release/dsets.pdb" SubSystem="1" TargetMachine="1" @@ -172,7 +172,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/dsets/Release/dsets.pdb" SubSystem="1" TargetMachine="17" @@ -262,7 +262,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/dsets/Debug/dsets.pdb" SubSystem="1" @@ -354,7 +354,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/dsets/Debug/dsets.pdb" SubSystem="1" diff --git a/windows/test/dt_arith/dt_arith.vcproj b/windows/test/dt_arith/dt_arith.vcproj index 8b4b44c..ee6c652 100644 --- a/windows/test/dt_arith/dt_arith.vcproj +++ b/windows/test/dt_arith/dt_arith.vcproj @@ -78,7 +78,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/dt_arith/Debug/dt_arith.pdb" SubSystem="1" @@ -171,7 +171,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/dt_arith/Debug/dt_arith.pdb" SubSystem="1" @@ -264,7 +264,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/dt_arith/Release/dt_arith.pdb" SubSystem="1" TargetMachine="1" @@ -357,7 +357,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/dt_arith/Release/dt_arith.pdb" SubSystem="1" TargetMachine="17" diff --git a/windows/test/dtransform/dtransform.vcproj b/windows/test/dtransform/dtransform.vcproj index c07286a..43d9a7c 100644 --- a/windows/test/dtransform/dtransform.vcproj +++ b/windows/test/dtransform/dtransform.vcproj @@ -78,7 +78,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/dtransform/Debug/dtransform.pdb" SubSystem="1" @@ -171,7 +171,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/dtransform/Debug/dtransform.pdb" SubSystem="1" @@ -264,7 +264,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/dtransform/Release/dtransform.pdb" SubSystem="1" TargetMachine="1" @@ -357,7 +357,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/dtransform/Release/dtransform.pdb" SubSystem="1" TargetMachine="17" diff --git a/windows/test/dtypes/dtypes.vcproj b/windows/test/dtypes/dtypes.vcproj index c859e79..5bedd1e 100644 --- a/windows/test/dtypes/dtypes.vcproj +++ b/windows/test/dtypes/dtypes.vcproj @@ -77,7 +77,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/dtypes/Debug/dtypes.pdb" SubSystem="1" @@ -169,7 +169,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/dtypes/Debug/dtypes.pdb" SubSystem="1" @@ -262,7 +262,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/dtypes/Release/dtypes.pdb" SubSystem="1" TargetMachine="1" @@ -355,7 +355,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/dtypes/Release/dtypes.pdb" SubSystem="1" TargetMachine="17" diff --git a/windows/test/enum/enum.vcproj b/windows/test/enum/enum.vcproj index f23c4b3..679824c 100644 --- a/windows/test/enum/enum.vcproj +++ b/windows/test/enum/enum.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/enum/Release/enum.pdb" SubSystem="1" TargetMachine="1" @@ -172,7 +172,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/enum/Release/enum.pdb" SubSystem="1" TargetMachine="17" @@ -262,7 +262,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/enum/Debug/enum.pdb" SubSystem="1" @@ -354,7 +354,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/enum/Debug/enum.pdb" SubSystem="1" diff --git a/windows/test/err_compat/err_compat.vcproj b/windows/test/err_compat/err_compat.vcproj index 861d007..b2057fe 100644 --- a/windows/test/err_compat/err_compat.vcproj +++ b/windows/test/err_compat/err_compat.vcproj @@ -78,7 +78,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/err_compat/Debug/err_compat.pdb" SubSystem="1" @@ -171,7 +171,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/err_compat/Debug/err_compat.pdb" SubSystem="1" @@ -264,7 +264,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/err_compat/Release/err_compat.pdb" SubSystem="1" TargetMachine="1" @@ -357,7 +357,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/err_compat/Release/err_compat.pdb" SubSystem="1" TargetMachine="17" diff --git a/windows/test/error_test/error_test.vcproj b/windows/test/error_test/error_test.vcproj index bacea65..bddee37 100644 --- a/windows/test/error_test/error_test.vcproj +++ b/windows/test/error_test/error_test.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/error_test/Release/error_test.pdb" SubSystem="1" TargetMachine="1" @@ -172,7 +172,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/error_test/Release/error_test.pdb" SubSystem="1" TargetMachine="17" @@ -263,7 +263,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/error_test/Debug/error_test.pdb" SubSystem="1" @@ -356,7 +356,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/error_test/Debug/error_test.pdb" SubSystem="1" diff --git a/windows/test/extend/extend.vcproj b/windows/test/extend/extend.vcproj index a5812c1..5ab5bb1 100644 --- a/windows/test/extend/extend.vcproj +++ b/windows/test/extend/extend.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/extend/Release/extend.pdb" SubSystem="1" TargetMachine="1" @@ -172,7 +172,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/extend/Release/extend.pdb" SubSystem="1" TargetMachine="17" @@ -262,7 +262,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/extend/Debug/extend.pdb" SubSystem="1" @@ -354,7 +354,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/extend/Debug/extend.pdb" SubSystem="1" diff --git a/windows/test/external/external.vcproj b/windows/test/external/external.vcproj index d300c9d..0a4838a 100644 --- a/windows/test/external/external.vcproj +++ b/windows/test/external/external.vcproj @@ -77,7 +77,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/external/Debug/external.pdb" SubSystem="1" @@ -169,7 +169,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/external/Debug/external.pdb" SubSystem="1" @@ -262,7 +262,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/external/Release/external.pdb" SubSystem="1" TargetMachine="1" @@ -355,7 +355,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/external/Release/external.pdb" SubSystem="1" TargetMachine="17" diff --git a/windows/test/fheap/fheap.vcproj b/windows/test/fheap/fheap.vcproj index 5ddc9c2..3234940 100644 --- a/windows/test/fheap/fheap.vcproj +++ b/windows/test/fheap/fheap.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/fheap/Release/fheap.pdb" SubSystem="1" TargetMachine="1" @@ -172,7 +172,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/fheap/Release/fheap.pdb" SubSystem="1" TargetMachine="17" @@ -263,7 +263,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/fheap/Debug/fheap.pdb" SubSystem="1" @@ -356,7 +356,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/fheap/Debug/fheap.pdb" SubSystem="1" diff --git a/windows/test/fillval/fillval.vcproj b/windows/test/fillval/fillval.vcproj index aa27f18..62492bf 100644 --- a/windows/test/fillval/fillval.vcproj +++ b/windows/test/fillval/fillval.vcproj @@ -77,7 +77,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/fillval/Debug/fillval.pdb" SubSystem="1" @@ -169,7 +169,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/fillval/Debug/fillval.pdb" SubSystem="1" @@ -262,7 +262,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/fillval/Release/fillval.pdb" SubSystem="1" TargetMachine="1" @@ -355,7 +355,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/fillval/Release/fillval.pdb" SubSystem="1" TargetMachine="17" diff --git a/windows/test/flush1/flush1.vcproj b/windows/test/flush1/flush1.vcproj index c951019..4fc3716 100644 --- a/windows/test/flush1/flush1.vcproj +++ b/windows/test/flush1/flush1.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/flush1/Release/flush1.pdb" SubSystem="1" TargetMachine="1" @@ -172,7 +172,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/flush1/Release/flush1.pdb" SubSystem="1" TargetMachine="17" @@ -262,7 +262,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/flush1/Debug/flush1.pdb" SubSystem="1" @@ -354,7 +354,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/flush1/Debug/flush1.pdb" SubSystem="1" diff --git a/windows/test/flush2/flush2.vcproj b/windows/test/flush2/flush2.vcproj index 8c8d17b..6249729 100644 --- a/windows/test/flush2/flush2.vcproj +++ b/windows/test/flush2/flush2.vcproj @@ -77,7 +77,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/flush2/Debug/flush2.pdb" SubSystem="1" @@ -169,7 +169,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/flush2/Debug/flush2.pdb" SubSystem="1" @@ -262,7 +262,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/flush2/Release/flush2.pdb" SubSystem="1" TargetMachine="1" @@ -355,7 +355,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/flush2/Release/flush2.pdb" SubSystem="1" TargetMachine="17" diff --git a/windows/test/getname/getname.vcproj b/windows/test/getname/getname.vcproj index 13a00dd..142efbc 100644 --- a/windows/test/getname/getname.vcproj +++ b/windows/test/getname/getname.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/getname/Release/getname.pdb" SubSystem="1" TargetMachine="1" @@ -172,7 +172,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/getname/Release/getname.pdb" SubSystem="1" TargetMachine="17" @@ -263,7 +263,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/getname/Debug/getname.pdb" SubSystem="1" @@ -356,7 +356,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/getname/Debug/getname.pdb" SubSystem="1" diff --git a/windows/test/getnamedll/getnamedll.vcproj b/windows/test/getnamedll/getnamedll.vcproj index 3aef1df..d1b9175 100644 --- a/windows/test/getnamedll/getnamedll.vcproj +++ b/windows/test/getnamedll/getnamedll.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/getnamedll/Release/getnamedll.pdb" SubSystem="1" TargetMachine="1" @@ -172,7 +172,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/getnamedll/Release/getnamedll.pdb" SubSystem="1" TargetMachine="17" @@ -263,7 +263,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/getnamedll/Debug/getnamedll.pdb" SubSystem="1" @@ -356,7 +356,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/getnamedll/Debug/getnamedll.pdb" SubSystem="1" diff --git a/windows/test/getub/getub.vcproj b/windows/test/getub/getub.vcproj index d053aa1..e73ea24 100644 --- a/windows/test/getub/getub.vcproj +++ b/windows/test/getub/getub.vcproj @@ -78,7 +78,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/getub/Debug/getub.pdb" SubSystem="1" @@ -171,7 +171,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/getub/Debug/getub.pdb" SubSystem="1" diff --git a/windows/test/gheap/gheap.vcproj b/windows/test/gheap/gheap.vcproj index 4691880..c53915c 100644 --- a/windows/test/gheap/gheap.vcproj +++ b/windows/test/gheap/gheap.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/gheap/Release/gheap.pdb" SubSystem="1" TargetMachine="1" @@ -172,7 +172,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/gheap/Release/gheap.pdb" SubSystem="1" TargetMachine="17" @@ -262,7 +262,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/gheap/Debug/gheap.pdb" SubSystem="1" @@ -354,7 +354,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/gheap/Debug/gheap.pdb" SubSystem="1" diff --git a/windows/test/hyperslab/hyperslab.vcproj b/windows/test/hyperslab/hyperslab.vcproj index b52426c..3df094a 100644 --- a/windows/test/hyperslab/hyperslab.vcproj +++ b/windows/test/hyperslab/hyperslab.vcproj @@ -77,7 +77,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/hyperslab/Debug/hyperslab.pdb" SubSystem="1" @@ -169,7 +169,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/hyperslab/Debug/hyperslab.pdb" SubSystem="1" @@ -262,7 +262,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/hyperslab/Release/hyperslab.pdb" SubSystem="1" TargetMachine="1" @@ -355,7 +355,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/hyperslab/Release/hyperslab.pdb" SubSystem="1" TargetMachine="17" diff --git a/windows/test/iopipe/iopipe.vcproj b/windows/test/iopipe/iopipe.vcproj index ef46bb1..50e8fc5 100644 --- a/windows/test/iopipe/iopipe.vcproj +++ b/windows/test/iopipe/iopipe.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/iopipe/Release/iopipe.pdb" SubSystem="1" TargetMachine="1" @@ -172,7 +172,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/iopipe/Release/iopipe.pdb" SubSystem="1" TargetMachine="17" @@ -262,7 +262,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/iopipe/Debug/iopipe.pdb" SubSystem="1" @@ -354,7 +354,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/iopipe/Debug/iopipe.pdb" SubSystem="1" diff --git a/windows/test/istore/istore.vcproj b/windows/test/istore/istore.vcproj index 79e9ad1..3405a8a 100644 --- a/windows/test/istore/istore.vcproj +++ b/windows/test/istore/istore.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/istore/Release/istore.pdb" SubSystem="1" TargetMachine="1" @@ -172,7 +172,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/istore/Release/istore.pdb" SubSystem="1" TargetMachine="17" @@ -262,7 +262,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/istore/Debug/istore.pdb" SubSystem="1" @@ -354,7 +354,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/istore/Debug/istore.pdb" SubSystem="1" diff --git a/windows/test/lheap/lheap.vcproj b/windows/test/lheap/lheap.vcproj index 857afb2..1ecc92c 100644 --- a/windows/test/lheap/lheap.vcproj +++ b/windows/test/lheap/lheap.vcproj @@ -77,7 +77,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/lheap/Debug/lheap.pdb" SubSystem="1" @@ -169,7 +169,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/lheap/Debug/lheap.pdb" SubSystem="1" @@ -262,7 +262,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/lheap/Release/lheap.pdb" SubSystem="1" TargetMachine="1" @@ -355,7 +355,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/lheap/Release/lheap.pdb" SubSystem="1" TargetMachine="17" diff --git a/windows/test/links/links.vcproj b/windows/test/links/links.vcproj index ec0800f..bcb675c 100644 --- a/windows/test/links/links.vcproj +++ b/windows/test/links/links.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/links/Release/links.pdb" SubSystem="1" TargetMachine="1" @@ -172,7 +172,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/links/Release/links.pdb" SubSystem="1" TargetMachine="17" @@ -262,7 +262,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/links/Debug/links.pdb" SubSystem="1" @@ -354,7 +354,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/links/Debug/links.pdb" SubSystem="1" diff --git a/windows/test/mount/mount.vcproj b/windows/test/mount/mount.vcproj index 78ce772..c184a38 100644 --- a/windows/test/mount/mount.vcproj +++ b/windows/test/mount/mount.vcproj @@ -77,7 +77,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/mount/Debug/mount.pdb" SubSystem="1" @@ -169,7 +169,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/mount/Debug/mount.pdb" SubSystem="1" @@ -262,7 +262,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/mount/Release/mount.pdb" SubSystem="1" TargetMachine="1" @@ -355,7 +355,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/mount/Release/mount.pdb" SubSystem="1" TargetMachine="17" diff --git a/windows/test/mtime/mtime.vcproj b/windows/test/mtime/mtime.vcproj index 0490df9..11f52d2 100644 --- a/windows/test/mtime/mtime.vcproj +++ b/windows/test/mtime/mtime.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/mtime/Release/mtime.pdb" SubSystem="1" TargetMachine="1" @@ -172,7 +172,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/mtime/Release/mtime.pdb" SubSystem="1" TargetMachine="17" @@ -262,7 +262,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/mtime/Debug/mtime.pdb" SubSystem="1" @@ -354,7 +354,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/mtime/Debug/mtime.pdb" SubSystem="1" diff --git a/windows/test/ntypes/ntypes.vcproj b/windows/test/ntypes/ntypes.vcproj index 934e7f1..6b921e7 100644 --- a/windows/test/ntypes/ntypes.vcproj +++ b/windows/test/ntypes/ntypes.vcproj @@ -78,7 +78,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/ntypes/Debug/ntypes.pdb" SubSystem="1" @@ -171,7 +171,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/ntypes/Debug/ntypes.pdb" SubSystem="1" @@ -264,7 +264,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/ntypes/Release/ntypes.pdb" SubSystem="1" TargetMachine="1" @@ -357,7 +357,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/ntypes/Release/ntypes.pdb" SubSystem="1" TargetMachine="17" diff --git a/windows/test/ntypesdll/ntypesdll.vcproj b/windows/test/ntypesdll/ntypesdll.vcproj index 22c2c31..6bcd02b5 100644 --- a/windows/test/ntypesdll/ntypesdll.vcproj +++ b/windows/test/ntypesdll/ntypesdll.vcproj @@ -78,7 +78,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/ntypesdll/Debug/ntypesdll.pdb" SubSystem="1" @@ -171,7 +171,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/ntypesdll/Debug/ntypesdll.pdb" SubSystem="1" @@ -264,7 +264,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/ntypesdll/Release/ntypesdll.pdb" SubSystem="1" TargetMachine="1" @@ -357,7 +357,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/ntypesdll/Release/ntypesdll.pdb" SubSystem="1" TargetMachine="17" diff --git a/windows/test/objcopy/objcopy.vcproj b/windows/test/objcopy/objcopy.vcproj index 087aa01..4406ee9 100644 --- a/windows/test/objcopy/objcopy.vcproj +++ b/windows/test/objcopy/objcopy.vcproj @@ -262,7 +262,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/objcopy/Release/objcopy.pdb" SubSystem="1" TargetMachine="1" @@ -355,7 +355,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/objcopy/Release/objcopy.pdb" SubSystem="1" TargetMachine="17" diff --git a/windows/test/ohdr/ohdr.vcproj b/windows/test/ohdr/ohdr.vcproj index d63d07e..c82e950 100644 --- a/windows/test/ohdr/ohdr.vcproj +++ b/windows/test/ohdr/ohdr.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/ohdr/Release/ohdr.pdb" SubSystem="1" TargetMachine="1" @@ -172,7 +172,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/ohdr/Release/ohdr.pdb" SubSystem="1" TargetMachine="17" @@ -262,7 +262,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/ohdr/Debug/ohdr.pdb" SubSystem="1" @@ -354,7 +354,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/ohdr/Debug/ohdr.pdb" SubSystem="1" diff --git a/windows/test/overhead/overhead.vcproj b/windows/test/overhead/overhead.vcproj index 4eec985..9e8709f 100644 --- a/windows/test/overhead/overhead.vcproj +++ b/windows/test/overhead/overhead.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/overhead/Release/overhead.pdb" SubSystem="1" TargetMachine="1" @@ -172,7 +172,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/overhead/Release/overhead.pdb" SubSystem="1" TargetMachine="17" @@ -262,7 +262,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/overhead/Debug/overhead.pdb" SubSystem="1" @@ -354,7 +354,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/overhead/Debug/overhead.pdb" SubSystem="1" diff --git a/windows/test/pool/pool.vcproj b/windows/test/pool/pool.vcproj index 9af229b..7330838 100644 --- a/windows/test/pool/pool.vcproj +++ b/windows/test/pool/pool.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/pool/Release/pool.pdb" SubSystem="1" TargetMachine="1" @@ -172,7 +172,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/pool/Release/pool.pdb" SubSystem="1" TargetMachine="17" @@ -263,7 +263,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/pool/Debug/pool.pdb" SubSystem="1" @@ -356,7 +356,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/pool/Debug/pool.pdb" SubSystem="1" diff --git a/windows/test/reserved/reserved.vcproj b/windows/test/reserved/reserved.vcproj index 1c79666..ed711db 100644 --- a/windows/test/reserved/reserved.vcproj +++ b/windows/test/reserved/reserved.vcproj @@ -78,7 +78,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/reserved/Debug/reserved.pdb" SubSystem="1" @@ -171,7 +171,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/reserved/Debug/reserved.pdb" SubSystem="1" @@ -264,7 +264,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/reserved/Release/reserved.pdb" SubSystem="1" TargetMachine="1" @@ -357,7 +357,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/reserved/Release/reserved.pdb" SubSystem="1" TargetMachine="17" diff --git a/windows/test/set_extent/set_extent.vcproj b/windows/test/set_extent/set_extent.vcproj index ab5fd9a..c2a9222 100644 --- a/windows/test/set_extent/set_extent.vcproj +++ b/windows/test/set_extent/set_extent.vcproj @@ -78,7 +78,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/set_extent/Debug/set_extent.pdb" SubSystem="1" @@ -171,7 +171,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/set_extent/Debug/set_extent.pdb" SubSystem="1" @@ -264,7 +264,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/set_extent/Release/set_extent.pdb" SubSystem="1" TargetMachine="1" @@ -357,7 +357,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/set_extent/Release/set_extent.pdb" SubSystem="1" TargetMachine="17" diff --git a/windows/test/stab/stab.vcproj b/windows/test/stab/stab.vcproj index e35c24e..e645c89 100644 --- a/windows/test/stab/stab.vcproj +++ b/windows/test/stab/stab.vcproj @@ -77,7 +77,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/stab/Debug/stab.pdb" SubSystem="1" @@ -169,7 +169,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/stab/Debug/stab.pdb" SubSystem="1" @@ -262,7 +262,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/stab/Release/stab.pdb" SubSystem="1" TargetMachine="1" @@ -355,7 +355,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/stab/Release/stab.pdb" SubSystem="1" TargetMachine="17" diff --git a/windows/test/tellub/tellub.vcproj b/windows/test/tellub/tellub.vcproj index 0cde288..b7fb49e 100644 --- a/windows/test/tellub/tellub.vcproj +++ b/windows/test/tellub/tellub.vcproj @@ -261,7 +261,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/tellub/Debug/tellub.pdb" SubSystem="1" @@ -354,7 +354,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/tellub/Debug/tellub.pdb" SubSystem="1" diff --git a/windows/test/testhdf5/testhdf5.vcproj b/windows/test/testhdf5/testhdf5.vcproj index 35e2163..9ebfcff 100644 --- a/windows/test/testhdf5/testhdf5.vcproj +++ b/windows/test/testhdf5/testhdf5.vcproj @@ -77,7 +77,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/testhdf5/Debug/testhdf5.pdb" SubSystem="1" @@ -169,7 +169,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/testhdf5/Debug/testhdf5.pdb" SubSystem="1" @@ -262,7 +262,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/testhdf5/Release/testhdf5.pdb" SubSystem="1" TargetMachine="1" @@ -355,7 +355,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/testhdf5/Release/testhdf5.pdb" SubSystem="1" TargetMachine="17" diff --git a/windows/test/unlink/unlink.vcproj b/windows/test/unlink/unlink.vcproj index ad39064..624f8f2 100644 --- a/windows/test/unlink/unlink.vcproj +++ b/windows/test/unlink/unlink.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/unlink/Release/unlink.pdb" SubSystem="1" TargetMachine="1" @@ -172,7 +172,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/unlink/Release/unlink.pdb" SubSystem="1" TargetMachine="17" @@ -262,7 +262,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/unlink/Debug/unlink.pdb" SubSystem="1" @@ -354,7 +354,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/unlink/Debug/unlink.pdb" SubSystem="1" diff --git a/windows/test/vfd/vfd.vcproj b/windows/test/vfd/vfd.vcproj index 461b1fd..1eb6e19 100644 --- a/windows/test/vfd/vfd.vcproj +++ b/windows/test/vfd/vfd.vcproj @@ -78,7 +78,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/vfd/Debug/vfd.pdb" SubSystem="1" @@ -171,7 +171,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/vfd/Debug/vfd.pdb" SubSystem="1" @@ -264,7 +264,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/vfd/release/vfd.pdb" SubSystem="1" TargetMachine="1" @@ -357,7 +357,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/vfd/release/vfd.pdb" SubSystem="1" TargetMachine="17" diff --git a/windows/test/vfddll/vfddll.vcproj b/windows/test/vfddll/vfddll.vcproj index 3fa4b16..b868a6f 100644 --- a/windows/test/vfddll/vfddll.vcproj +++ b/windows/test/vfddll/vfddll.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/vfddll/release/vfddll.pdb" SubSystem="1" TargetMachine="1" @@ -172,7 +172,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/vfddll/release/vfddll.pdb" SubSystem="1" TargetMachine="17" @@ -263,7 +263,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/vfddll/Debug/vfddll.pdb" SubSystem="1" @@ -356,7 +356,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../test/vfddll/Debug/vfddll.pdb" SubSystem="1" diff --git a/windows/tools/h5copy/h5copy.vcproj b/windows/tools/h5copy/h5copy.vcproj index c714d28..112c83b 100644 --- a/windows/tools/h5copy/h5copy.vcproj +++ b/windows/tools/h5copy/h5copy.vcproj @@ -78,7 +78,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../tools/h5copy/Debug/h5copy.pdb" SubSystem="1" @@ -171,7 +171,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../tools/h5copy/Debug/h5copy.pdb" SubSystem="1" @@ -264,7 +264,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../tools/h5copy/Release/h5copy.pdb" SubSystem="1" TargetMachine="1" @@ -357,7 +357,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../tools/h5copy/Release/h5copy.pdb" SubSystem="1" TargetMachine="17" diff --git a/windows/tools/h5debug/h5debug.vcproj b/windows/tools/h5debug/h5debug.vcproj index d894f31..090eef2 100644 --- a/windows/tools/h5debug/h5debug.vcproj +++ b/windows/tools/h5debug/h5debug.vcproj @@ -77,7 +77,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../tools/h5debug/Debug/h5debug.pdb" SubSystem="1" @@ -169,7 +169,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../tools/h5debug/Debug/h5debug.pdb" SubSystem="1" @@ -262,7 +262,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../tools/h5debug/Release/h5debug.pdb" SubSystem="1" TargetMachine="1" @@ -355,7 +355,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../tools/h5debug/Release/h5debug.pdb" SubSystem="1" TargetMachine="17" diff --git a/windows/tools/h5diff/h5diff.vcproj b/windows/tools/h5diff/h5diff.vcproj index b5ad479..4beada9 100644 --- a/windows/tools/h5diff/h5diff.vcproj +++ b/windows/tools/h5diff/h5diff.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../tools/h5diff/Debug/h5diff.pdb" SubSystem="1" @@ -173,7 +173,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../tools/h5diff/Debug/h5diff.pdb" SubSystem="1" @@ -266,7 +266,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../tools/h5diff/Release/h5diff.pdb" SubSystem="1" TargetMachine="1" @@ -359,7 +359,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../tools/h5diff/Release/h5diff.pdb" SubSystem="1" TargetMachine="17" diff --git a/windows/tools/h5dump/h5dump.vcproj b/windows/tools/h5dump/h5dump.vcproj index 10a2265..6f5450a 100644 --- a/windows/tools/h5dump/h5dump.vcproj +++ b/windows/tools/h5dump/h5dump.vcproj @@ -77,7 +77,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../tools/h5dump/Debug/h5dump.pdb" SubSystem="1" @@ -169,7 +169,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../tools/h5dump/Debug/h5dump.pdb" SubSystem="1" @@ -262,7 +262,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../tools/h5dump/Release/h5dump.pdb" SubSystem="1" TargetMachine="1" @@ -355,7 +355,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../tools/h5dump/Release/h5dump.pdb" SubSystem="1" TargetMachine="17" diff --git a/windows/tools/h5import/h5import.vcproj b/windows/tools/h5import/h5import.vcproj index 1ec9656..afc4826 100644 --- a/windows/tools/h5import/h5import.vcproj +++ b/windows/tools/h5import/h5import.vcproj @@ -76,7 +76,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../tools/h5import/Release/h5import.pdb" SubSystem="1" TargetMachine="1" @@ -166,7 +166,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../tools/h5import/Release/h5import.pdb" SubSystem="1" TargetMachine="17" @@ -256,7 +256,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../tools/h5import/Debug/h5import.pdb" SubSystem="1" @@ -348,7 +348,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../tools/h5import/Debug/h5import.pdb" SubSystem="1" diff --git a/windows/tools/h5jam/h5jam.vcproj b/windows/tools/h5jam/h5jam.vcproj index 6b03953..a4f820d 100644 --- a/windows/tools/h5jam/h5jam.vcproj +++ b/windows/tools/h5jam/h5jam.vcproj @@ -261,7 +261,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../tools/h5jam/Debug/h5jam.pdb" SubSystem="1" @@ -354,7 +354,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../tools/h5jam/Debug/h5jam.pdb" SubSystem="1" diff --git a/windows/tools/h5ls/h5ls.vcproj b/windows/tools/h5ls/h5ls.vcproj index 80b03fb..93655c0 100644 --- a/windows/tools/h5ls/h5ls.vcproj +++ b/windows/tools/h5ls/h5ls.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../tools/h5ls/Release/h5ls.pdb" SubSystem="1" TargetMachine="1" @@ -172,7 +172,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../tools/h5ls/Release/h5ls.pdb" SubSystem="1" TargetMachine="17" @@ -262,7 +262,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../tools/h5ls/Debug/h5ls.pdb" SubSystem="1" @@ -354,7 +354,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../tools/h5ls/Debug/h5ls.pdb" SubSystem="1" diff --git a/windows/tools/h5repack/h5repack.vcproj b/windows/tools/h5repack/h5repack.vcproj index 996e71d..f066a7d 100644 --- a/windows/tools/h5repack/h5repack.vcproj +++ b/windows/tools/h5repack/h5repack.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../tools/h5repack/Release/h5repack.pdb" SubSystem="1" TargetMachine="1" @@ -172,7 +172,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../tools/h5repack/Release/h5repack.pdb" SubSystem="1" TargetMachine="17" @@ -265,7 +265,7 @@ LinkIncremental="0" SuppressStartupBanner="true" AdditionalLibraryDirectories="" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../tools/h5repack/Debug/h5repack.pdb" SubSystem="1" @@ -360,7 +360,7 @@ LinkIncremental="0" SuppressStartupBanner="true" AdditionalLibraryDirectories="" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../tools/h5repack/Debug/h5repack.pdb" SubSystem="1" diff --git a/windows/tools/h5repart/h5repart.vcproj b/windows/tools/h5repart/h5repart.vcproj index c197f52..f4ff3c3 100644 --- a/windows/tools/h5repart/h5repart.vcproj +++ b/windows/tools/h5repart/h5repart.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../tools/h5repart/Release/h5repart.pdb" SubSystem="1" TargetMachine="1" @@ -172,7 +172,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../tools/h5repart/Release/h5repart.pdb" SubSystem="1" TargetMachine="17" @@ -262,7 +262,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../tools/h5repart/Debug/h5repart.pdb" SubSystem="1" @@ -354,7 +354,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../tools/h5repart/Debug/h5repart.pdb" SubSystem="1" diff --git a/windows/tools/h5unjam/h5unjam.vcproj b/windows/tools/h5unjam/h5unjam.vcproj index c5aea7f..e770123 100644 --- a/windows/tools/h5unjam/h5unjam.vcproj +++ b/windows/tools/h5unjam/h5unjam.vcproj @@ -261,7 +261,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../tools/h5unjam/Debug/h5unjam.pdb" SubSystem="1" @@ -354,7 +354,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../tools/h5unjam/Debug/h5unjam.pdb" SubSystem="1" diff --git a/windows/tools/talign/talign.vcproj b/windows/tools/talign/talign.vcproj index 4aef90d..637757c 100644 --- a/windows/tools/talign/talign.vcproj +++ b/windows/tools/talign/talign.vcproj @@ -78,7 +78,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../tools/talign/Debug/talign.pdb" SubSystem="1" @@ -171,7 +171,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../tools/talign/Debug/talign.pdb" SubSystem="1" @@ -264,7 +264,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../tools/talign/Release/talign.pdb" SubSystem="1" TargetMachine="1" @@ -357,7 +357,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../tools/talign/Release/talign.pdb" SubSystem="1" TargetMachine="17" diff --git a/windows/tools/testfiles/h5difftst/h5difftst.vcproj b/windows/tools/testfiles/h5difftst/h5difftst.vcproj index 942106b..b4e415e 100644 --- a/windows/tools/testfiles/h5difftst/h5difftst.vcproj +++ b/windows/tools/testfiles/h5difftst/h5difftst.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../../tools/testfiles/h5difftst/Release/h5difftst.pdb" SubSystem="1" TargetMachine="1" @@ -172,7 +172,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../../tools/testfiles/h5difftst/Release/h5difftst.pdb" SubSystem="1" TargetMachine="17" @@ -263,7 +263,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../../tools/testfiles/h5difftst/Debug/h5difftst.pdb" SubSystem="1" @@ -356,7 +356,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../../tools/testfiles/h5difftst/Debug/h5difftst.pdb" SubSystem="1" diff --git a/windows/tools/testfiles/h5dumptst/h5dumptst.vcproj b/windows/tools/testfiles/h5dumptst/h5dumptst.vcproj index 24f1256..f212621 100644 --- a/windows/tools/testfiles/h5dumptst/h5dumptst.vcproj +++ b/windows/tools/testfiles/h5dumptst/h5dumptst.vcproj @@ -77,7 +77,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../../tools/testfiles/h5dumptst/Debug/h5dumptst.pdb" SubSystem="1" @@ -169,7 +169,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../../tools/testfiles/h5dumptst/Debug/h5dumptst.pdb" SubSystem="1" @@ -262,7 +262,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../../tools/testfiles/h5dumptst/Release/h5dumptst.pdb" SubSystem="1" TargetMachine="1" @@ -355,7 +355,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../../tools/testfiles/h5dumptst/Release/h5dumptst.pdb" SubSystem="1" TargetMachine="17" diff --git a/windows/tools/testfiles/h5jamtst/h5jamtst.vcproj b/windows/tools/testfiles/h5jamtst/h5jamtst.vcproj index a3d8b43..d18d8d6 100644 --- a/windows/tools/testfiles/h5jamtst/h5jamtst.vcproj +++ b/windows/tools/testfiles/h5jamtst/h5jamtst.vcproj @@ -78,7 +78,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../../tools/testfiles/h5jamtst/Debug/h5jamtst.pdb" SubSystem="1" @@ -171,7 +171,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../../tools/testfiles/h5jamtst/Debug/h5jamtst.pdb" SubSystem="1" diff --git a/windows/tools/testfiles/h5repacktst/h5repacktst.vcproj b/windows/tools/testfiles/h5repacktst/h5repacktst.vcproj index abedb7c..7c8a757 100644 --- a/windows/tools/testfiles/h5repacktst/h5repacktst.vcproj +++ b/windows/tools/testfiles/h5repacktst/h5repacktst.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../../tools/testfiles/h5repacktst/Debug/h5repacktst.pdb" SubSystem="1" @@ -173,7 +173,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../../tools/testfiles/h5repacktst/Debug/h5repacktst.pdb" SubSystem="1" diff --git a/windows/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.vcproj b/windows/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.vcproj index fd29d62..969d605 100644 --- a/windows/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.vcproj +++ b/windows/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.vcproj @@ -261,7 +261,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../../tools/testfiles/testh5repack_detect_szip/Debug/testh5repack_detect_szip.pdb" SubSystem="1" @@ -354,7 +354,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="0" SuppressStartupBanner="true" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../../tools/testfiles/testh5repack_detect_szip/Debug/testh5repack_detect_szip.pdb" SubSystem="1" diff --git a/windows_vnet/c++/examples/chunkstest/chunkstest.vcproj b/windows_vnet/c++/examples/chunkstest/chunkstest.vcproj index cdaae91..83ed76e 100644 --- a/windows_vnet/c++/examples/chunkstest/chunkstest.vcproj +++ b/windows_vnet/c++/examples/chunkstest/chunkstest.vcproj @@ -44,7 +44,7 @@ LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\release,..\..\..\..\hdf5lib\release\lib" - IgnoreDefaultLibraryNames="libcpp.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../../c++/examples/chunkstest/Release/chunkstest.pdb" SubSystem="1" TargetMachine="1"/> @@ -106,7 +106,7 @@ LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\debug,..\..\..\..\hdf5lib\debug\lib" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../../c++/examples/chunkstest/Debug/chunkstest.pdb" SubSystem="1" diff --git a/windows_vnet/c++/examples/compoundtest/compoundtest.vcproj b/windows_vnet/c++/examples/compoundtest/compoundtest.vcproj index 5f46551..0119a5d 100644 --- a/windows_vnet/c++/examples/compoundtest/compoundtest.vcproj +++ b/windows_vnet/c++/examples/compoundtest/compoundtest.vcproj @@ -44,7 +44,7 @@ LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\release,..\..\..\..\hdf5lib\release\lib" - IgnoreDefaultLibraryNames="libcpp.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../../c++/examples/compoundtest/Release/compoundtest.pdb" SubSystem="1" TargetMachine="1"/> @@ -106,7 +106,7 @@ LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\debug,..\..\..\..\hdf5lib\debug\lib" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../../c++/examples/compoundtest/Debug/compoundtest.pdb" SubSystem="1" diff --git a/windows_vnet/c++/examples/createtest/createtest.vcproj b/windows_vnet/c++/examples/createtest/createtest.vcproj index 8832d78..1cf4ae5 100644 --- a/windows_vnet/c++/examples/createtest/createtest.vcproj +++ b/windows_vnet/c++/examples/createtest/createtest.vcproj @@ -43,7 +43,7 @@ LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\debug,..\..\..\..\hdf5lib\debug\lib" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../../c++/examples/createtest/Debug/createtest.pdb" SubSystem="1" @@ -107,7 +107,7 @@ LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\release,..\..\..\..\hdf5lib\release\lib" - IgnoreDefaultLibraryNames="libcpp.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../../c++/examples/createtest/Release/createtest.pdb" SubSystem="1" TargetMachine="1"/> diff --git a/windows_vnet/c++/examples/extend_dstest/extend_dstest.vcproj b/windows_vnet/c++/examples/extend_dstest/extend_dstest.vcproj index ecf1879..76d790e 100644 --- a/windows_vnet/c++/examples/extend_dstest/extend_dstest.vcproj +++ b/windows_vnet/c++/examples/extend_dstest/extend_dstest.vcproj @@ -44,7 +44,7 @@ LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\release,..\..\..\..\hdf5lib\release\lib" - IgnoreDefaultLibraryNames="libcpp.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../../c++/examples/extend_dstest/Release/extend_dstest.pdb" SubSystem="1" TargetMachine="1"/> @@ -106,7 +106,7 @@ LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\debug,..\..\..\..\hdf5lib\debug\lib" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../../c++/examples/extend_dstest/Debug/extend_dstest.pdb" SubSystem="1" diff --git a/windows_vnet/c++/examples/h5grouptest/h5grouptest.vcproj b/windows_vnet/c++/examples/h5grouptest/h5grouptest.vcproj index af56199..e391a05 100644 --- a/windows_vnet/c++/examples/h5grouptest/h5grouptest.vcproj +++ b/windows_vnet/c++/examples/h5grouptest/h5grouptest.vcproj @@ -44,7 +44,7 @@ LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\release,..\..\..\..\hdf5lib\release\lib" - IgnoreDefaultLibraryNames="libcpp.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../../c++/examples/h5grouptest/Release/h5grouptest.pdb" SubSystem="1" TargetMachine="1"/> @@ -106,7 +106,7 @@ LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\debug,..\..\..\..\hdf5lib\debug\lib" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../../c++/examples/h5grouptest/Debug/h5grouptest.pdb" SubSystem="1" diff --git a/windows_vnet/c++/examples/readdatatest/readdatatest.vcproj b/windows_vnet/c++/examples/readdatatest/readdatatest.vcproj index ce636e1..8466fbb 100644 --- a/windows_vnet/c++/examples/readdatatest/readdatatest.vcproj +++ b/windows_vnet/c++/examples/readdatatest/readdatatest.vcproj @@ -43,7 +43,7 @@ LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\debug,..\..\..\..\hdf5lib\debug\lib" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../../c++/examples/readdatatest/Debug/readdatatest.pdb" SubSystem="1" @@ -107,7 +107,7 @@ LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\release,..\..\..\..\hdf5lib\release\lib" - IgnoreDefaultLibraryNames="libcpp.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../../c++/examples/readdatatest/Release/readdatatest.pdb" SubSystem="1" TargetMachine="1"/> diff --git a/windows_vnet/c++/examples/writedatatest/writedatatest.vcproj b/windows_vnet/c++/examples/writedatatest/writedatatest.vcproj index f541b9a..44a4a3c 100644 --- a/windows_vnet/c++/examples/writedatatest/writedatatest.vcproj +++ b/windows_vnet/c++/examples/writedatatest/writedatatest.vcproj @@ -44,7 +44,7 @@ LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\release,..\..\..\..\hdf5lib\release\lib" - IgnoreDefaultLibraryNames="libcpp.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../../c++/examples/writedatatest/Release/writedatatest.pdb" SubSystem="1" TargetMachine="1"/> @@ -106,7 +106,7 @@ LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\debug,..\..\..\..\hdf5lib\debug\lib" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../../c++/examples/writedatatest/Debug/writedatatest.pdb" SubSystem="1" diff --git a/windows_vnet/c++/test/dsets_cpp/dsets_cpp.vcproj b/windows_vnet/c++/test/dsets_cpp/dsets_cpp.vcproj index 588dbba..a946b7e 100644 --- a/windows_vnet/c++/test/dsets_cpp/dsets_cpp.vcproj +++ b/windows_vnet/c++/test/dsets_cpp/dsets_cpp.vcproj @@ -42,7 +42,7 @@ OutputFile="../../../../c++/test/dsets_cpp/Debug/dsets_cpp.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../../test/dsets_cpp/Debug/dsets_cpp.pdb" @@ -106,7 +106,7 @@ OutputFile="../../../../c++/test/dsets_cpp/Release/dsets_cpp.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../../test/dsets_cpp/Release/dsets_cpp.pdb" SubSystem="1" diff --git a/windows_vnet/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj b/windows_vnet/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj index 0022809..f4696b9 100644 --- a/windows_vnet/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj +++ b/windows_vnet/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj @@ -43,7 +43,7 @@ OutputFile=".\../../../../c++/test/testhdf5_cpp/Release/testhdf5_cpp.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../../c++/test/testhdf5_cpp/Release/testhdf5_cpp.pdb" SubSystem="1" @@ -105,7 +105,7 @@ OutputFile=".\../../../../c++/test/testhdf5_cpp/Debug/testhdf5_cpp.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../../c++/test/testhdf5_cpp/Debug/testhdf5_cpp.pdb" diff --git a/windows_vnet/examples/attributetest/attributetest.vcproj b/windows_vnet/examples/attributetest/attributetest.vcproj index 86a8932..cf638a3 100644 --- a/windows_vnet/examples/attributetest/attributetest.vcproj +++ b/windows_vnet/examples/attributetest/attributetest.vcproj @@ -42,7 +42,7 @@ LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\..\proj\hdf5\debug,..\..\..\hdf5lib\debug\lib" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../examples/attributest/Debug/attributetest.pdb" SubSystem="1" diff --git a/windows_vnet/examples/chunkread/chunkread.vcproj b/windows_vnet/examples/chunkread/chunkread.vcproj index 4222314..4c00847 100644 --- a/windows_vnet/examples/chunkread/chunkread.vcproj +++ b/windows_vnet/examples/chunkread/chunkread.vcproj @@ -104,7 +104,7 @@ LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\..\proj\hdf5\debug,..\..\..\hdf5lib\debug\lib" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../examples/chunkread/Debug/chunkread.pdb" SubSystem="1" diff --git a/windows_vnet/examples/compoundtest/compoundtest.vcproj b/windows_vnet/examples/compoundtest/compoundtest.vcproj index 3f026b1..5ecbd33 100644 --- a/windows_vnet/examples/compoundtest/compoundtest.vcproj +++ b/windows_vnet/examples/compoundtest/compoundtest.vcproj @@ -104,7 +104,7 @@ LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\..\proj\hdf5\debug,..\..\..\hdf5lib\debug\lib" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../examples/compoundtest/Debug/compoundtest.pdb" SubSystem="1" diff --git a/windows_vnet/examples/extendwritetest/extendwritetest.vcproj b/windows_vnet/examples/extendwritetest/extendwritetest.vcproj index 631b112..bfa2bb6 100644 --- a/windows_vnet/examples/extendwritetest/extendwritetest.vcproj +++ b/windows_vnet/examples/extendwritetest/extendwritetest.vcproj @@ -42,7 +42,7 @@ LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\..\proj\hdf5\debug,..\..\..\hdf5lib\debug\lib" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../examples/extendwritetest/Debug/extendwritetest.pdb" SubSystem="1" diff --git a/windows_vnet/examples/grouptest/grouptest.vcproj b/windows_vnet/examples/grouptest/grouptest.vcproj index 5354d8b..bcda8d7 100644 --- a/windows_vnet/examples/grouptest/grouptest.vcproj +++ b/windows_vnet/examples/grouptest/grouptest.vcproj @@ -42,7 +42,7 @@ LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\..\proj\hdf5\debug,..\..\..\hdf5lib\debug\lib" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../examples/grouptest/Debug/grouptest.pdb" SubSystem="1" diff --git a/windows_vnet/examples/intermgrouptest/intermgrouptest.vcproj b/windows_vnet/examples/intermgrouptest/intermgrouptest.vcproj index d1585d9..0d5fea3 100644 --- a/windows_vnet/examples/intermgrouptest/intermgrouptest.vcproj +++ b/windows_vnet/examples/intermgrouptest/intermgrouptest.vcproj @@ -43,7 +43,7 @@ LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\..\proj\hdf5\debug,..\..\..\hdf5lib\debug\lib" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../examples/intermgrouptest/Debug/intermgrouptest.pdb" SubSystem="1" diff --git a/windows_vnet/examples/readtest/readtest.vcproj b/windows_vnet/examples/readtest/readtest.vcproj index 3416b50..9639749 100644 --- a/windows_vnet/examples/readtest/readtest.vcproj +++ b/windows_vnet/examples/readtest/readtest.vcproj @@ -42,7 +42,7 @@ LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\..\proj\hdf5\debug,..\..\..\hdf5lib\debug\lib" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../examples/readtest/Debug/readtest.pdb" SubSystem="1" diff --git a/windows_vnet/examples/selectest/selectest.vcproj b/windows_vnet/examples/selectest/selectest.vcproj index da87dfb..64a9906 100644 --- a/windows_vnet/examples/selectest/selectest.vcproj +++ b/windows_vnet/examples/selectest/selectest.vcproj @@ -42,7 +42,7 @@ LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\..\proj\hdf5\debug,..\..\..\hdf5lib\debug\lib" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../examples/selectest/Debug/selectest.pdb" SubSystem="1" diff --git a/windows_vnet/examples/writetest/writetest.vcproj b/windows_vnet/examples/writetest/writetest.vcproj index b1eda06..677c147 100644 --- a/windows_vnet/examples/writetest/writetest.vcproj +++ b/windows_vnet/examples/writetest/writetest.vcproj @@ -104,7 +104,7 @@ LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\..\proj\hdf5\debug,..\..\..\hdf5lib\debug\lib" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../examples/writetest/Debug/writetest.pdb" SubSystem="1" diff --git a/windows_vnet/hl/test/hl_test_ds/hl_test_ds.vcproj b/windows_vnet/hl/test/hl_test_ds/hl_test_ds.vcproj index 815622d..a23b776 100644 --- a/windows_vnet/hl/test/hl_test_ds/hl_test_ds.vcproj +++ b/windows_vnet/hl/test/hl_test_ds/hl_test_ds.vcproj @@ -42,7 +42,7 @@ OutputFile=".\../../../../hl/test/hl_test_ds/Debug/hl_test_ds.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../../hl/test/hl_test_ds/Debug/hl_test_ds.pdb" SubSystem="1" diff --git a/windows_vnet/hl/test/hl_test_image/hl_test_image.vcproj b/windows_vnet/hl/test/hl_test_image/hl_test_image.vcproj index 2c5992d..0aebbfb 100644 --- a/windows_vnet/hl/test/hl_test_image/hl_test_image.vcproj +++ b/windows_vnet/hl/test/hl_test_image/hl_test_image.vcproj @@ -42,7 +42,7 @@ OutputFile=".\../../../../hl/test/hl_test_image/Debug/hl_test_image.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../../hl/test/hl_test_image/Debug/hl_test_image.pdb" SubSystem="1" diff --git a/windows_vnet/hl/test/hl_test_lite/hl_test_lite.vcproj b/windows_vnet/hl/test/hl_test_lite/hl_test_lite.vcproj index bf61de9..0d9ecea 100644 --- a/windows_vnet/hl/test/hl_test_lite/hl_test_lite.vcproj +++ b/windows_vnet/hl/test/hl_test_lite/hl_test_lite.vcproj @@ -103,7 +103,7 @@ OutputFile=".\../../../../hl/test/hl_test_lite/Debug/hl_test_lite.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../../hl/test/hl_test_lite/Debug/hl_test_lite.pdb" SubSystem="1" diff --git a/windows_vnet/hl/test/hl_test_packet/hl_test_packet.vcproj b/windows_vnet/hl/test/hl_test_packet/hl_test_packet.vcproj index a1bdfe5..85514c4 100644 --- a/windows_vnet/hl/test/hl_test_packet/hl_test_packet.vcproj +++ b/windows_vnet/hl/test/hl_test_packet/hl_test_packet.vcproj @@ -104,7 +104,7 @@ OutputFile=".\../../../../hl/test/hl_test_packet/Debug/hl_test_packet.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../../hl/test/hl_test_packet/Debug/hl_test_packet.pdb" diff --git a/windows_vnet/hl/test/hl_test_table/hl_test_table.vcproj b/windows_vnet/hl/test/hl_test_table/hl_test_table.vcproj index 309d7c9..4ae5dd1 100644 --- a/windows_vnet/hl/test/hl_test_table/hl_test_table.vcproj +++ b/windows_vnet/hl/test/hl_test_table/hl_test_table.vcproj @@ -103,7 +103,7 @@ OutputFile=".\../../../../hl/test/hl_test_table/Debug/hl_test_table.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../../hl/test/hl_test_table/Debug/hl_test_table.pdb" SubSystem="1" diff --git a/windows_vnet/hl/tools/gifconv/gif2h5.vcproj b/windows_vnet/hl/tools/gifconv/gif2h5.vcproj index f3d510d..5e6647a 100644 --- a/windows_vnet/hl/tools/gifconv/gif2h5.vcproj +++ b/windows_vnet/hl/tools/gifconv/gif2h5.vcproj @@ -42,7 +42,7 @@ OutputFile=".\..\..\..\..\hl\tools\gifconv\gif2h5\Debug/gif2h5.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\..\..\..\..\hl\tools\gifconv\gif2h5\Debug/gif2h5.pdb" SubSystem="1" @@ -105,7 +105,7 @@ OutputFile=".\..\..\..\..\hl\tools\gifconv\gif2h5\Release/gif2h5.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\..\..\..\..\hl\tools\gifconv\gif2h5\Release/gif2h5.pdb" SubSystem="1" TargetMachine="1"/> diff --git a/windows_vnet/hl/tools/gifconv/h52gif.vcproj b/windows_vnet/hl/tools/gifconv/h52gif.vcproj index 96be977..8787b81 100644 --- a/windows_vnet/hl/tools/gifconv/h52gif.vcproj +++ b/windows_vnet/hl/tools/gifconv/h52gif.vcproj @@ -43,7 +43,7 @@ OutputFile=".\..\..\..\..\hl\tools\gifconv\h52gif\Release/h52gif.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\..\..\..\..\hl\tools\gifconv\h52gif\Release/h52gif.pdb" SubSystem="1" TargetMachine="1"/> @@ -104,7 +104,7 @@ OutputFile=".\..\..\..\..\hl\tools\gifconv\h52gif\Debug/h52gif.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\..\..\..\..\hl\tools\gifconv\h52gif\Debug/h52gif.pdb" SubSystem="1" diff --git a/windows_vnet/test/big/big.vcproj b/windows_vnet/test/big/big.vcproj index a6e1343..a771937 100644 --- a/windows_vnet/test/big/big.vcproj +++ b/windows_vnet/test/big/big.vcproj @@ -43,7 +43,7 @@ OutputFile=".\../../../test/big/Release/big.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/big/Release/big.pdb" SubSystem="1" @@ -105,7 +105,7 @@ OutputFile=".\../../../test/big/Debug/big.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/big/Debug/big.pdb" diff --git a/windows_vnet/test/bittests/bittests.vcproj b/windows_vnet/test/bittests/bittests.vcproj index a526a9e..a53fae7 100644 --- a/windows_vnet/test/bittests/bittests.vcproj +++ b/windows_vnet/test/bittests/bittests.vcproj @@ -158,7 +158,7 @@ OutputFile=".\../../../test/bittests/Debug/bittests.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/bittests/Debug/bittests.pdb" SubSystem="1" @@ -221,7 +221,7 @@ OutputFile=".\../../../test/bittests/Release/bittests.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/bittests/Release/bittests.pdb" SubSystem="1" TargetMachine="1"/> diff --git a/windows_vnet/test/btree2/btree2.vcproj b/windows_vnet/test/btree2/btree2.vcproj index 953f739..eae9acd 100644 --- a/windows_vnet/test/btree2/btree2.vcproj +++ b/windows_vnet/test/btree2/btree2.vcproj @@ -42,7 +42,7 @@ OutputFile=".\../../../test/btree2/Debug/btree2.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/btree2/Debug/btree2.pdb" @@ -106,7 +106,7 @@ OutputFile=".\../../../test/btree2/Release/btree2.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/btree2/Release/btree2.pdb" SubSystem="1" diff --git a/windows_vnet/test/cache/cache.vcproj b/windows_vnet/test/cache/cache.vcproj index c46ff24..0371d58 100644 --- a/windows_vnet/test/cache/cache.vcproj +++ b/windows_vnet/test/cache/cache.vcproj @@ -42,7 +42,7 @@ OutputFile=".\../../../test/cache/Debug/cache.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/cache/Debug/cache.pdb" SubSystem="1" @@ -105,7 +105,7 @@ OutputFile=".\../../../test/cache/Release/cache.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/cache/Release/cache.pdb" SubSystem="1" TargetMachine="1"/> diff --git a/windows_vnet/test/cache_api/cache_api.vcproj b/windows_vnet/test/cache_api/cache_api.vcproj index 568c009..0089bcc 100644 --- a/windows_vnet/test/cache_api/cache_api.vcproj +++ b/windows_vnet/test/cache_api/cache_api.vcproj @@ -42,7 +42,7 @@ OutputFile=".\../../../test/cache_api/Debug/cache_api.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/cache_api/Debug/cache_api.pdb" SubSystem="1" @@ -105,7 +105,7 @@ OutputFile=".\../../../test/cache_api/Release/cache_api.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/cache_api/Release/cache_api.pdb" SubSystem="1" TargetMachine="1"/> diff --git a/windows_vnet/test/chunk/chunk.vcproj b/windows_vnet/test/chunk/chunk.vcproj index b67f7ee..3aa7166 100644 --- a/windows_vnet/test/chunk/chunk.vcproj +++ b/windows_vnet/test/chunk/chunk.vcproj @@ -101,7 +101,7 @@ OutputFile=".\../../../test/chunk/Debug/chunk.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/chunk/Debug/chunk.pdb" SubSystem="1" @@ -164,7 +164,7 @@ OutputFile=".\../../../test/chunk/Release/chunk.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/chunk/Release/chunk.pdb" SubSystem="1" TargetMachine="1"/> diff --git a/windows_vnet/test/cmpd_dset/cmpd_dset.vcproj b/windows_vnet/test/cmpd_dset/cmpd_dset.vcproj index f006e59..c907ea9 100644 --- a/windows_vnet/test/cmpd_dset/cmpd_dset.vcproj +++ b/windows_vnet/test/cmpd_dset/cmpd_dset.vcproj @@ -43,7 +43,7 @@ OutputFile=".\../../../test/cmpd_dset/Release/cmpd_dset.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/cmpd_dset/Release/cmpd_dset.pdb" SubSystem="1" @@ -221,7 +221,7 @@ OutputFile=".\../../../test/cmpd_dset/Debug/cmpd_dset.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/cmpd_dset/Debug/cmpd_dset.pdb" diff --git a/windows_vnet/test/cross_read/cross_read.vcproj b/windows_vnet/test/cross_read/cross_read.vcproj index e46fb5f..a59344f 100644 --- a/windows_vnet/test/cross_read/cross_read.vcproj +++ b/windows_vnet/test/cross_read/cross_read.vcproj @@ -43,7 +43,7 @@ OutputFile=".\../../../test/cross_read/Release/cross_read.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/cross_read/Release/cross_read.pdb" SubSystem="1" @@ -105,7 +105,7 @@ OutputFile=".\../../../test/cross_read/Debug/cross_read.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/cross_read/Debug/cross_read.pdb" diff --git a/windows_vnet/test/dangle/dangle.vcproj b/windows_vnet/test/dangle/dangle.vcproj index a963d9f..75c1b7b 100644 --- a/windows_vnet/test/dangle/dangle.vcproj +++ b/windows_vnet/test/dangle/dangle.vcproj @@ -43,7 +43,7 @@ OutputFile=".\../../../test/dangle/Release/dangle.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/dangle/Release/dangle.pdb" SubSystem="1" TargetMachine="1"/> @@ -104,7 +104,7 @@ OutputFile=".\../../../test/dangle/Debug/dangle.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/dangle/Debug/dangle.pdb" SubSystem="1" diff --git a/windows_vnet/test/dsets/dsets.vcproj b/windows_vnet/test/dsets/dsets.vcproj index a21173b..cd86f91 100644 --- a/windows_vnet/test/dsets/dsets.vcproj +++ b/windows_vnet/test/dsets/dsets.vcproj @@ -160,7 +160,7 @@ OutputFile=".\../../../test/dsets/Release/dsets.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/dsets/Release/dsets.pdb" SubSystem="1" @@ -221,7 +221,7 @@ OutputFile=".\../../../test/dsets/Debug/dsets.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/dsets/Debug/dsets.pdb" diff --git a/windows_vnet/test/dt_arith/dt_arith.vcproj b/windows_vnet/test/dt_arith/dt_arith.vcproj index 676afe5..c1bf7b5 100644 --- a/windows_vnet/test/dt_arith/dt_arith.vcproj +++ b/windows_vnet/test/dt_arith/dt_arith.vcproj @@ -42,7 +42,7 @@ OutputFile=".\../../../test/dt_arith/Debug/dt_arith.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/dt_arith/Debug/dt_arith.pdb" @@ -106,7 +106,7 @@ OutputFile=".\../../../test/dt_arith/Release/dt_arith.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/dt_arith/Release/dt_arith.pdb" SubSystem="1" diff --git a/windows_vnet/test/dtransform/dtransform.vcproj b/windows_vnet/test/dtransform/dtransform.vcproj index 7db8d33..e5cf5ed 100644 --- a/windows_vnet/test/dtransform/dtransform.vcproj +++ b/windows_vnet/test/dtransform/dtransform.vcproj @@ -42,7 +42,7 @@ OutputFile=".\../../../test/dtransform/Debug/dtransform.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/dtransform/Debug/dtransform.pdb" SubSystem="1" @@ -105,7 +105,7 @@ OutputFile=".\../../../test/dtransform/Release/dtransform.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/dtransform/Release/dtransform.pdb" SubSystem="1" TargetMachine="1"/> diff --git a/windows_vnet/test/dtypes/dtypes.vcproj b/windows_vnet/test/dtypes/dtypes.vcproj index 9e2cfc8..562c844 100644 --- a/windows_vnet/test/dtypes/dtypes.vcproj +++ b/windows_vnet/test/dtypes/dtypes.vcproj @@ -41,7 +41,7 @@ OutputFile=".\../../../test/dtypes/Debug/dtypes.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/dtypes/Debug/dtypes.pdb" @@ -222,7 +222,7 @@ OutputFile=".\../../../test/dtypes/Release/dtypes.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/dtypes/Release/dtypes.pdb" SubSystem="1" diff --git a/windows_vnet/test/enum/enum.vcproj b/windows_vnet/test/enum/enum.vcproj index dff35ff..ff89bfb 100644 --- a/windows_vnet/test/enum/enum.vcproj +++ b/windows_vnet/test/enum/enum.vcproj @@ -43,7 +43,7 @@ OutputFile=".\../../../test/enum/Release/enum.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/enum/Release/enum.pdb" SubSystem="1" @@ -104,7 +104,7 @@ OutputFile=".\../../../test/enum/Debug/enum.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/enum/Debug/enum.pdb" diff --git a/windows_vnet/test/err_compat/err_compat.vcproj b/windows_vnet/test/err_compat/err_compat.vcproj index 4b0b6f4..61129e4 100644 --- a/windows_vnet/test/err_compat/err_compat.vcproj +++ b/windows_vnet/test/err_compat/err_compat.vcproj @@ -43,7 +43,7 @@ OutputFile=".\../../../test/err_compat/Release/err_compat.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/err_compat/Release/err_compat.pdb" SubSystem="1" @@ -105,7 +105,7 @@ OutputFile=".\../../../test/err_compat/Debug/err_compat.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/err_compat/Debug/err_compat.pdb" diff --git a/windows_vnet/test/error_test/error_test.vcproj b/windows_vnet/test/error_test/error_test.vcproj index a00c973..159db8a 100644 --- a/windows_vnet/test/error_test/error_test.vcproj +++ b/windows_vnet/test/error_test/error_test.vcproj @@ -42,7 +42,7 @@ OutputFile=".\../../../test/error_test/Debug/error_test.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/error_test/Debug/error_test.pdb" @@ -106,7 +106,7 @@ OutputFile=".\../../../test/error_test/Release/error_test.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/error_test/Release/error_test.pdb" SubSystem="1" diff --git a/windows_vnet/test/extend/extend.vcproj b/windows_vnet/test/extend/extend.vcproj index 1d0848f..cdfbc5b 100644 --- a/windows_vnet/test/extend/extend.vcproj +++ b/windows_vnet/test/extend/extend.vcproj @@ -101,7 +101,7 @@ OutputFile=".\../../../test/extend/Release/extend.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/extend/Release/extend.pdb" SubSystem="1" @@ -221,7 +221,7 @@ OutputFile=".\../../../test/extend/Debug/extend.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/extend/Debug/extend.pdb" diff --git a/windows_vnet/test/external/external.vcproj b/windows_vnet/test/external/external.vcproj index f17da03..162d507 100644 --- a/windows_vnet/test/external/external.vcproj +++ b/windows_vnet/test/external/external.vcproj @@ -41,7 +41,7 @@ OutputFile=".\../../../test/external/Debug/external.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/external/Debug/external.pdb" @@ -105,7 +105,7 @@ OutputFile=".\../../../test/external/Release/external.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/external/Release/external.pdb" SubSystem="1" diff --git a/windows_vnet/test/fheap/fheap.vcproj b/windows_vnet/test/fheap/fheap.vcproj index 15f2259..107919b 100644 --- a/windows_vnet/test/fheap/fheap.vcproj +++ b/windows_vnet/test/fheap/fheap.vcproj @@ -43,7 +43,7 @@ OutputFile=".\../../../test/fheap/Release/fheap.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/fheap/Release/fheap.pdb" SubSystem="1" @@ -105,7 +105,7 @@ OutputFile=".\../../../test/fheap/Debug/fheap.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/fheap/Debug/fheap.pdb" diff --git a/windows_vnet/test/fillval/fillval.vcproj b/windows_vnet/test/fillval/fillval.vcproj index 6b8e321..27cd223 100644 --- a/windows_vnet/test/fillval/fillval.vcproj +++ b/windows_vnet/test/fillval/fillval.vcproj @@ -41,7 +41,7 @@ OutputFile=".\../../../test/fillval/Debug/fillval.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/fillval/Debug/fillval.pdb" @@ -105,7 +105,7 @@ OutputFile=".\../../../test/fillval/Release/fillval.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/fillval/Release/fillval.pdb" SubSystem="1" diff --git a/windows_vnet/test/flush1/flush1.vcproj b/windows_vnet/test/flush1/flush1.vcproj index 885526b..3173ab6 100644 --- a/windows_vnet/test/flush1/flush1.vcproj +++ b/windows_vnet/test/flush1/flush1.vcproj @@ -160,7 +160,7 @@ OutputFile=".\../../../test/flush1/Release/flush1.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/flush1/Release/flush1.pdb" SubSystem="1" @@ -221,7 +221,7 @@ OutputFile=".\../../../test/flush1/Debug/flush1.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/flush1/Debug/flush1.pdb" diff --git a/windows_vnet/test/flush2/flush2.vcproj b/windows_vnet/test/flush2/flush2.vcproj index c2370bb..1aeb1a5 100644 --- a/windows_vnet/test/flush2/flush2.vcproj +++ b/windows_vnet/test/flush2/flush2.vcproj @@ -158,7 +158,7 @@ OutputFile=".\../../../test/flush2/Debug/flush2.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/flush2/Debug/flush2.pdb" @@ -222,7 +222,7 @@ OutputFile=".\../../../test/flush2/Release/flush2.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/flush2/Release/flush2.pdb" SubSystem="1" diff --git a/windows_vnet/test/getname/getname.vcproj b/windows_vnet/test/getname/getname.vcproj index 7027db9..6c31a03 100644 --- a/windows_vnet/test/getname/getname.vcproj +++ b/windows_vnet/test/getname/getname.vcproj @@ -43,7 +43,7 @@ OutputFile=".\../../../test/getname/Release/getname.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/getname/Release/getname.pdb" SubSystem="1" @@ -105,7 +105,7 @@ OutputFile=".\../../../test/getname/Debug/getname.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/getname/Debug/getname.pdb" diff --git a/windows_vnet/test/getnamedll/getnamedll.vcproj b/windows_vnet/test/getnamedll/getnamedll.vcproj index 1ce7406..1c62770 100644 --- a/windows_vnet/test/getnamedll/getnamedll.vcproj +++ b/windows_vnet/test/getnamedll/getnamedll.vcproj @@ -43,7 +43,7 @@ OutputFile=".\../../../test/getnamedll/Release/getnamedll.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/getnamedll/Release/getnamedll.pdb" SubSystem="1" @@ -105,7 +105,7 @@ OutputFile=".\../../../test/getnamedll/Debug/getnamedll.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/getnamedll/Debug/getnamedll.pdb" diff --git a/windows_vnet/test/getub/getub.vcproj b/windows_vnet/test/getub/getub.vcproj index a5d36ee..f8908ad 100644 --- a/windows_vnet/test/getub/getub.vcproj +++ b/windows_vnet/test/getub/getub.vcproj @@ -42,7 +42,7 @@ OutputFile=".\../../../test/getub/Debug/getub.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/getub/Debug/getub.pdb" SubSystem="1" diff --git a/windows_vnet/test/gheap/gheap.vcproj b/windows_vnet/test/gheap/gheap.vcproj index b05c39e..23280bd 100644 --- a/windows_vnet/test/gheap/gheap.vcproj +++ b/windows_vnet/test/gheap/gheap.vcproj @@ -43,7 +43,7 @@ OutputFile=".\../../../test/gheap/Release/gheap.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/gheap/Release/gheap.pdb" SubSystem="1" @@ -221,7 +221,7 @@ OutputFile=".\../../../test/gheap/Debug/gheap.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/gheap/Debug/gheap.pdb" diff --git a/windows_vnet/test/hyperslab/hyperslab.vcproj b/windows_vnet/test/hyperslab/hyperslab.vcproj index 2d2ba00..2ff5051 100644 --- a/windows_vnet/test/hyperslab/hyperslab.vcproj +++ b/windows_vnet/test/hyperslab/hyperslab.vcproj @@ -158,7 +158,7 @@ OutputFile=".\../../../test/hyperslab/Debug/hyperslab.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/hyperslab/Debug/hyperslab.pdb" SubSystem="1" @@ -221,7 +221,7 @@ OutputFile=".\../../../test/hyperslab/Release/hyperslab.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/hyperslab/Release/hyperslab.pdb" SubSystem="1" TargetMachine="1"/> diff --git a/windows_vnet/test/iopipe/iopipe.vcproj b/windows_vnet/test/iopipe/iopipe.vcproj index 2263925..7a94c01 100644 --- a/windows_vnet/test/iopipe/iopipe.vcproj +++ b/windows_vnet/test/iopipe/iopipe.vcproj @@ -160,7 +160,7 @@ OutputFile=".\../../../test/iopipe/Release/iopipe.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/iopipe/Release/iopipe.pdb" SubSystem="1" TargetMachine="1"/> @@ -220,7 +220,7 @@ OutputFile=".\../../../test/iopipe/Debug/iopipe.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/iopipe/Debug/iopipe.pdb" SubSystem="1" diff --git a/windows_vnet/test/istore/istore.vcproj b/windows_vnet/test/istore/istore.vcproj index d5a228b..b267f6d 100644 --- a/windows_vnet/test/istore/istore.vcproj +++ b/windows_vnet/test/istore/istore.vcproj @@ -160,7 +160,7 @@ OutputFile=".\../../../test/istore/Release/istore.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/istore/Release/istore.pdb" SubSystem="1" @@ -221,7 +221,7 @@ OutputFile=".\../../../test/istore/Debug/istore.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/istore/Debug/istore.pdb" diff --git a/windows_vnet/test/lheap/lheap.vcproj b/windows_vnet/test/lheap/lheap.vcproj index 06b3585..e6ce45f 100644 --- a/windows_vnet/test/lheap/lheap.vcproj +++ b/windows_vnet/test/lheap/lheap.vcproj @@ -158,7 +158,7 @@ OutputFile=".\../../../test/lheap/Debug/lheap.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/lheap/Debug/lheap.pdb" @@ -222,7 +222,7 @@ OutputFile=".\../../../test/lheap/Release/lheap.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/lheap/Release/lheap.pdb" SubSystem="1" diff --git a/windows_vnet/test/links/links.vcproj b/windows_vnet/test/links/links.vcproj index 37bb9f2..dbdf216 100644 --- a/windows_vnet/test/links/links.vcproj +++ b/windows_vnet/test/links/links.vcproj @@ -43,7 +43,7 @@ OutputFile=".\../../../test/links/Release/links.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/links/Release/links.pdb" SubSystem="1" @@ -221,7 +221,7 @@ OutputFile=".\../../../test/links/Debug/links.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/links/Debug/links.pdb" diff --git a/windows_vnet/test/mount/mount.vcproj b/windows_vnet/test/mount/mount.vcproj index 2d6fb2a..9cfd1ee 100644 --- a/windows_vnet/test/mount/mount.vcproj +++ b/windows_vnet/test/mount/mount.vcproj @@ -158,7 +158,7 @@ OutputFile=".\../../../test/mount/Debug/mount.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/mount/Debug/mount.pdb" @@ -222,7 +222,7 @@ OutputFile=".\../../../test/mount/Release/mount.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/mount/Release/mount.pdb" SubSystem="1" diff --git a/windows_vnet/test/mtime/mtime.vcproj b/windows_vnet/test/mtime/mtime.vcproj index e758c2f..7e2141b 100644 --- a/windows_vnet/test/mtime/mtime.vcproj +++ b/windows_vnet/test/mtime/mtime.vcproj @@ -43,7 +43,7 @@ OutputFile=".\../../../test/mtime/Release/mtime.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/mtime/Release/mtime.pdb" SubSystem="1" @@ -221,7 +221,7 @@ OutputFile=".\../../../test/mtime/Debug/mtime.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/mtime/Debug/mtime.pdb" diff --git a/windows_vnet/test/ntypes/ntypes.vcproj b/windows_vnet/test/ntypes/ntypes.vcproj index 93acb17..0d6dd7d 100644 --- a/windows_vnet/test/ntypes/ntypes.vcproj +++ b/windows_vnet/test/ntypes/ntypes.vcproj @@ -42,7 +42,7 @@ OutputFile=".\../../../test/ntypes/Debug/ntypes.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/ntypes/Debug/ntypes.pdb" @@ -106,7 +106,7 @@ OutputFile=".\../../../test/ntypes/Release/ntypes.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/ntypes/Release/ntypes.pdb" SubSystem="1" diff --git a/windows_vnet/test/ntypesdll/ntypesdll.vcproj b/windows_vnet/test/ntypesdll/ntypesdll.vcproj index 3b1bbed..2b3e805 100644 --- a/windows_vnet/test/ntypesdll/ntypesdll.vcproj +++ b/windows_vnet/test/ntypesdll/ntypesdll.vcproj @@ -42,7 +42,7 @@ OutputFile=".\../../../test/ntypesdll/Debug/ntypesdll.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/ntypesdll/Debug/ntypesdll.pdb" @@ -106,7 +106,7 @@ OutputFile=".\../../../test/ntypesdll/Release/ntypesdll.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/ntypesdll/Release/ntypesdll.pdb" SubSystem="1" diff --git a/windows_vnet/test/objcopy/objcopy.vcproj b/windows_vnet/test/objcopy/objcopy.vcproj index e5dfcc1..3b426bf 100644 --- a/windows_vnet/test/objcopy/objcopy.vcproj +++ b/windows_vnet/test/objcopy/objcopy.vcproj @@ -104,7 +104,7 @@ OutputFile=".\../../../test/objcopy/Release/objcopy.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/objcopy/Release/objcopy.pdb" SubSystem="1" diff --git a/windows_vnet/test/ohdr/ohdr.vcproj b/windows_vnet/test/ohdr/ohdr.vcproj index a241522..2f0fd81 100644 --- a/windows_vnet/test/ohdr/ohdr.vcproj +++ b/windows_vnet/test/ohdr/ohdr.vcproj @@ -43,7 +43,7 @@ OutputFile=".\../../../test/ohdr/Release/ohdr.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/ohdr/Release/ohdr.pdb" SubSystem="1" @@ -221,7 +221,7 @@ OutputFile=".\../../../test/ohdr/Debug/ohdr.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/ohdr/Debug/ohdr.pdb" diff --git a/windows_vnet/test/overhead/overhead.vcproj b/windows_vnet/test/overhead/overhead.vcproj index d223a5b..3af1c06 100644 --- a/windows_vnet/test/overhead/overhead.vcproj +++ b/windows_vnet/test/overhead/overhead.vcproj @@ -160,7 +160,7 @@ OutputFile=".\../../../test/overhead/Release/overhead.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/overhead/Release/overhead.pdb" SubSystem="1" TargetMachine="1"/> @@ -220,7 +220,7 @@ OutputFile=".\../../../test/overhead/Debug/overhead.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/overhead/Debug/overhead.pdb" SubSystem="1" diff --git a/windows_vnet/test/pool/pool.vcproj b/windows_vnet/test/pool/pool.vcproj index 301d16d..a14e8ea 100644 --- a/windows_vnet/test/pool/pool.vcproj +++ b/windows_vnet/test/pool/pool.vcproj @@ -43,7 +43,7 @@ OutputFile=".\../../../test/pool/Release/pool.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/pool/Release/pool.pdb" SubSystem="1" @@ -105,7 +105,7 @@ OutputFile=".\../../../test/pool/Debug/pool.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/pool/Debug/pool.pdb" diff --git a/windows_vnet/test/reserved/reserved.vcproj b/windows_vnet/test/reserved/reserved.vcproj index d2cd2e7..e129fd8 100644 --- a/windows_vnet/test/reserved/reserved.vcproj +++ b/windows_vnet/test/reserved/reserved.vcproj @@ -42,7 +42,7 @@ OutputFile=".\../../../test/reserved/Debug/reserved.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/reserved/Debug/reserved.pdb" SubSystem="1" @@ -105,7 +105,7 @@ OutputFile=".\../../../test/reserved/Release/reserved.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/reserved/Release/reserved.pdb" SubSystem="1" TargetMachine="1"/> diff --git a/windows_vnet/test/set_extent/set_extent.vcproj b/windows_vnet/test/set_extent/set_extent.vcproj index b78a75d..a6e4a26 100644 --- a/windows_vnet/test/set_extent/set_extent.vcproj +++ b/windows_vnet/test/set_extent/set_extent.vcproj @@ -42,7 +42,7 @@ OutputFile=".\../../../test/set_extent/Debug/set_extent.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/set_extent/Debug/set_extent.pdb" SubSystem="1" @@ -105,7 +105,7 @@ OutputFile=".\../../../test/set_extent/Release/set_extent.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../test/set_extent/Release/set_extent.pdb" SubSystem="1" TargetMachine="1"/> diff --git a/windows_vnet/test/stab/stab.vcproj b/windows_vnet/test/stab/stab.vcproj index bc94d40..7a17d00 100644 --- a/windows_vnet/test/stab/stab.vcproj +++ b/windows_vnet/test/stab/stab.vcproj @@ -99,7 +99,7 @@ OutputFile=".\../../../test/stab/Debug/stab.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/stab/Debug/stab.pdb" @@ -163,7 +163,7 @@ OutputFile=".\../../../test/stab/Release/stab.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/stab/Release/stab.pdb" SubSystem="1" diff --git a/windows_vnet/test/tellub/tellub.vcproj b/windows_vnet/test/tellub/tellub.vcproj index f8369a4..27ab082 100644 --- a/windows_vnet/test/tellub/tellub.vcproj +++ b/windows_vnet/test/tellub/tellub.vcproj @@ -103,7 +103,7 @@ OutputFile=".\../../../test/tellub/Debug/tellub.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/tellub/Debug/tellub.pdb" SubSystem="1" diff --git a/windows_vnet/test/testhdf5/testhdf5.vcproj b/windows_vnet/test/testhdf5/testhdf5.vcproj index b9e521b..1cec3a7 100644 --- a/windows_vnet/test/testhdf5/testhdf5.vcproj +++ b/windows_vnet/test/testhdf5/testhdf5.vcproj @@ -158,7 +158,7 @@ OutputFile=".\../../../test/testhdf5/Debug/testhdf5.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/testhdf5/Debug/testhdf5.pdb" @@ -222,7 +222,7 @@ OutputFile=".\../../../test/testhdf5/Release/testhdf5.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/testhdf5/Release/testhdf5.pdb" SubSystem="1" diff --git a/windows_vnet/test/unlink/unlink.vcproj b/windows_vnet/test/unlink/unlink.vcproj index 4459ae3..8000938 100644 --- a/windows_vnet/test/unlink/unlink.vcproj +++ b/windows_vnet/test/unlink/unlink.vcproj @@ -160,7 +160,7 @@ OutputFile=".\../../../test/unlink/Release/unlink.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/unlink/Release/unlink.pdb" SubSystem="1" @@ -221,7 +221,7 @@ OutputFile=".\../../../test/unlink/Debug/unlink.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/unlink/Debug/unlink.pdb" diff --git a/windows_vnet/test/vfd/vfd.vcproj b/windows_vnet/test/vfd/vfd.vcproj index 8ed82a8..31b7e72 100644 --- a/windows_vnet/test/vfd/vfd.vcproj +++ b/windows_vnet/test/vfd/vfd.vcproj @@ -42,7 +42,7 @@ OutputFile=".\../../../test/vfd/Debug/vfd.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/vfd/Debug/vfd.pdb" @@ -106,7 +106,7 @@ OutputFile=".\../../../test/vfd/release/vfd.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/vfd/release/vfd.pdb" SubSystem="1" diff --git a/windows_vnet/test/vfddll/vfddll.vcproj b/windows_vnet/test/vfddll/vfddll.vcproj index 2ce9831..1c536da 100644 --- a/windows_vnet/test/vfddll/vfddll.vcproj +++ b/windows_vnet/test/vfddll/vfddll.vcproj @@ -43,7 +43,7 @@ OutputFile=".\../../../test/vfddll/release/vfddll.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" ProgramDatabaseFile=".\../../../test/vfddll/release/vfddll.pdb" SubSystem="1" @@ -105,7 +105,7 @@ OutputFile=".\../../../test/vfddll/Debug/vfddll.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../test/vfddll/Debug/vfddll.pdb" diff --git a/windows_vnet/tools/h5copy/h5copy.vcproj b/windows_vnet/tools/h5copy/h5copy.vcproj index 1493f62..8615755 100644 --- a/windows_vnet/tools/h5copy/h5copy.vcproj +++ b/windows_vnet/tools/h5copy/h5copy.vcproj @@ -42,7 +42,7 @@ OutputFile=".\../../../tools/h5copy/Debug/h5copy.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../tools/h5copy/Debug/h5copy.pdb" SubSystem="1" @@ -105,7 +105,7 @@ OutputFile=".\../../../tools/h5copy/Release/h5copy.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../tools/h5copy/Release/h5copy.pdb" SubSystem="1" TargetMachine="1"/> diff --git a/windows_vnet/tools/h5debug/h5debug.vcproj b/windows_vnet/tools/h5debug/h5debug.vcproj index 5f6d5a1..6941e6c 100644 --- a/windows_vnet/tools/h5debug/h5debug.vcproj +++ b/windows_vnet/tools/h5debug/h5debug.vcproj @@ -41,7 +41,7 @@ OutputFile=".\../../../tools/h5debug/Debug/h5debug.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../tools/h5debug/Debug/h5debug.pdb" SubSystem="1" @@ -221,7 +221,7 @@ OutputFile=".\../../../tools/h5debug/Release/h5debug.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../tools/h5debug/Release/h5debug.pdb" SubSystem="1" TargetMachine="1"/> diff --git a/windows_vnet/tools/h5diff/h5diff.vcproj b/windows_vnet/tools/h5diff/h5diff.vcproj index 47c04d0..08d32e7 100644 --- a/windows_vnet/tools/h5diff/h5diff.vcproj +++ b/windows_vnet/tools/h5diff/h5diff.vcproj @@ -43,7 +43,7 @@ OutputFile=".\../../../tools/h5diff/Debug/h5diff.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../tools/h5diff/Debug/h5diff.pdb" SubSystem="1" @@ -106,7 +106,7 @@ OutputFile=".\../../../tools/h5diff/Release/h5diff.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../tools/h5diff/Release/h5diff.pdb" SubSystem="1" TargetMachine="1"/> diff --git a/windows_vnet/tools/h5dump/h5dump.vcproj b/windows_vnet/tools/h5dump/h5dump.vcproj index 4efdf07..6a033c7 100644 --- a/windows_vnet/tools/h5dump/h5dump.vcproj +++ b/windows_vnet/tools/h5dump/h5dump.vcproj @@ -41,7 +41,7 @@ OutputFile=".\../../../tools/h5dump/Debug/h5dump.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../tools/h5dump/Debug/h5dump.pdb" SubSystem="1" @@ -104,7 +104,7 @@ OutputFile=".\../../../tools/h5dump/Release/h5dump.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../tools/h5dump/Release/h5dump.pdb" SubSystem="1" TargetMachine="1"/> diff --git a/windows_vnet/tools/h5import/h5import.vcproj b/windows_vnet/tools/h5import/h5import.vcproj index 6e0bfbf..a5277c1 100644 --- a/windows_vnet/tools/h5import/h5import.vcproj +++ b/windows_vnet/tools/h5import/h5import.vcproj @@ -40,7 +40,7 @@ OutputFile=".\../../../tools/h5import/Release/h5import.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../tools/h5import/Release/h5import.pdb" SubSystem="1" TargetMachine="1"/> @@ -217,7 +217,7 @@ OutputFile=".\../../../tools/h5import/Debug/h5import.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../tools/h5import/Debug/h5import.pdb" SubSystem="1" diff --git a/windows_vnet/tools/h5jam/h5jam.vcproj b/windows_vnet/tools/h5jam/h5jam.vcproj index c871c84..8eccf7f 100644 --- a/windows_vnet/tools/h5jam/h5jam.vcproj +++ b/windows_vnet/tools/h5jam/h5jam.vcproj @@ -103,7 +103,7 @@ OutputFile=".\../../../tools/h5jam/Debug/h5jam.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../tools/h5jam/Debug/h5jam.pdb" SubSystem="1" diff --git a/windows_vnet/tools/h5ls/h5ls.vcproj b/windows_vnet/tools/h5ls/h5ls.vcproj index efae8be..65aeb32 100644 --- a/windows_vnet/tools/h5ls/h5ls.vcproj +++ b/windows_vnet/tools/h5ls/h5ls.vcproj @@ -43,7 +43,7 @@ OutputFile=".\../../../tools/h5ls/Release/h5ls.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../tools/h5ls/Release/h5ls.pdb" SubSystem="1" TargetMachine="1"/> @@ -103,7 +103,7 @@ OutputFile=".\../../../tools/h5ls/Debug/h5ls.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../tools/h5ls/Debug/h5ls.pdb" SubSystem="1" diff --git a/windows_vnet/tools/h5repack/h5repack.vcproj b/windows_vnet/tools/h5repack/h5repack.vcproj index 60568b1..8262c04 100644 --- a/windows_vnet/tools/h5repack/h5repack.vcproj +++ b/windows_vnet/tools/h5repack/h5repack.vcproj @@ -43,7 +43,7 @@ OutputFile=".\../../../tools/h5repack/Release/h5repack.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../tools/h5repack/Release/h5repack.pdb" SubSystem="1" TargetMachine="1"/> @@ -106,7 +106,7 @@ LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../tools/h5repack/Debug/h5repack.pdb" SubSystem="1" diff --git a/windows_vnet/tools/h5repart/h5repart.vcproj b/windows_vnet/tools/h5repart/h5repart.vcproj index c3782e5..6dbaf5a 100644 --- a/windows_vnet/tools/h5repart/h5repart.vcproj +++ b/windows_vnet/tools/h5repart/h5repart.vcproj @@ -43,7 +43,7 @@ OutputFile=".\../../../tools/h5repart/Release/h5repart.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../tools/h5repart/Release/h5repart.pdb" SubSystem="1" TargetMachine="1"/> @@ -103,7 +103,7 @@ OutputFile=".\../../../tools/h5repart/Debug/h5repart.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../tools/h5repart/Debug/h5repart.pdb" SubSystem="1" diff --git a/windows_vnet/tools/h5unjam/h5unjam.vcproj b/windows_vnet/tools/h5unjam/h5unjam.vcproj index 9af9423..2880e1d 100644 --- a/windows_vnet/tools/h5unjam/h5unjam.vcproj +++ b/windows_vnet/tools/h5unjam/h5unjam.vcproj @@ -103,7 +103,7 @@ OutputFile=".\../../../tools/h5unjam/Debug/h5unjam.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../tools/h5unjam/Debug/h5unjam.pdb" SubSystem="1" diff --git a/windows_vnet/tools/talign/talign.vcproj b/windows_vnet/tools/talign/talign.vcproj index 95c42b6..06f4636 100644 --- a/windows_vnet/tools/talign/talign.vcproj +++ b/windows_vnet/tools/talign/talign.vcproj @@ -42,7 +42,7 @@ OutputFile=".\../../../tools/talign/Debug/talign.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../tools/talign/Debug/talign.pdb" SubSystem="1" @@ -105,7 +105,7 @@ OutputFile=".\../../../tools/talign/Release/talign.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../tools/talign/Release/talign.pdb" SubSystem="1" TargetMachine="1"/> diff --git a/windows_vnet/tools/testfiles/h5difftst/h5difftst.vcproj b/windows_vnet/tools/testfiles/h5difftst/h5difftst.vcproj index c4be8a6..bd9e7f4 100644 --- a/windows_vnet/tools/testfiles/h5difftst/h5difftst.vcproj +++ b/windows_vnet/tools/testfiles/h5difftst/h5difftst.vcproj @@ -43,7 +43,7 @@ OutputFile=".\../../../../tools/testfiles/h5difftst/Release/h5difftst.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../../tools/testfiles/h5difftst/Release/h5difftst.pdb" SubSystem="1" TargetMachine="1"/> @@ -104,7 +104,7 @@ OutputFile=".\../../../../tools/testfiles/h5difftst/Debug/h5difftst.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../../tools/testfiles/h5difftst/Debug/h5difftst.pdb" SubSystem="1" diff --git a/windows_vnet/tools/testfiles/h5dumptst/h5dumptst.vcproj b/windows_vnet/tools/testfiles/h5dumptst/h5dumptst.vcproj index 7ea2947..e49b549 100644 --- a/windows_vnet/tools/testfiles/h5dumptst/h5dumptst.vcproj +++ b/windows_vnet/tools/testfiles/h5dumptst/h5dumptst.vcproj @@ -41,7 +41,7 @@ OutputFile=".\../../../../tools/testfiles/h5dumptst/Debug/h5dumptst.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../../tools/testfiles/h5dumptst/Debug/h5dumptst.pdb" SubSystem="1" @@ -104,7 +104,7 @@ OutputFile=".\../../../../tools/testfiles/h5dumptst/Release/h5dumptst.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libcd.lib" + IgnoreDefaultLibraryNames="" ProgramDatabaseFile=".\../../../../tools/testfiles/h5dumptst/Release/h5dumptst.pdb" SubSystem="1" TargetMachine="1"/> diff --git a/windows_vnet/tools/testfiles/h5jamtst/h5jamtst.vcproj b/windows_vnet/tools/testfiles/h5jamtst/h5jamtst.vcproj index bac1195..5baa450 100644 --- a/windows_vnet/tools/testfiles/h5jamtst/h5jamtst.vcproj +++ b/windows_vnet/tools/testfiles/h5jamtst/h5jamtst.vcproj @@ -42,7 +42,7 @@ OutputFile=".\../../../../tools/testfiles/h5jamtst/Debug/h5jamtst.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../../tools/testfiles/h5jamtst/Debug/h5jamtst.pdb" SubSystem="1" diff --git a/windows_vnet/tools/testfiles/h5repacktst/h5repacktst.vcproj b/windows_vnet/tools/testfiles/h5repacktst/h5repacktst.vcproj index c73cbfd..e93ca3a 100644 --- a/windows_vnet/tools/testfiles/h5repacktst/h5repacktst.vcproj +++ b/windows_vnet/tools/testfiles/h5repacktst/h5repacktst.vcproj @@ -43,7 +43,7 @@ OutputFile=".\../../../../tools/testfiles/h5repacktst/Debug/h5repacktst.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" ForceSymbolReferences="_gethostname@8" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../../tools/testfiles/h5repacktst/Debug/h5repacktst.pdb" diff --git a/windows_vnet/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.vcproj b/windows_vnet/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.vcproj index 1b3a1f1..078f074 100644 --- a/windows_vnet/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.vcproj +++ b/windows_vnet/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.vcproj @@ -103,7 +103,7 @@ OutputFile=".\../../../../tools/testfiles/testh5repack_detect_szip/Debug/testh5repack_detect_szip.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../../tools/testfiles/testh5repack_detect_szip/Debug/testh5repack_detect_szip.pdb" SubSystem="1" -- cgit v0.12