diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-03-16 20:11:54 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-03-16 20:11:54 (GMT) |
commit | 2b3c1b781270a35933700be942d83af42d6022bb (patch) | |
tree | 03ac1b200294b7b34786f53f8cdd41522aef7219 /windows/test/mount/mount.vcproj | |
parent | b992a1965944e5a5fb497628c3c048c50d5652b0 (diff) | |
download | hdf5-2b3c1b781270a35933700be942d83af42d6022bb.zip hdf5-2b3c1b781270a35933700be942d83af42d6022bb.tar.gz hdf5-2b3c1b781270a35933700be942d83af42d6022bb.tar.bz2 |
[svn-r20263] Merge in lahey project files.
Tested: windows
Diffstat (limited to 'windows/test/mount/mount.vcproj')
-rw-r--r-- | windows/test/mount/mount.vcproj | 49 |
1 files changed, 5 insertions, 44 deletions
diff --git a/windows/test/mount/mount.vcproj b/windows/test/mount/mount.vcproj index 2505272..a378e07 100644 --- a/windows/test/mount/mount.vcproj +++ b/windows/test/mount/mount.vcproj @@ -4,6 +4,7 @@ Version="9.00"
Name="mount"
ProjectGUID="{4EE91AD5-8332-4FD3-A5E3-BF4C145BB53A}"
+ RootNamespace="mount"
TargetFrameworkVersion="131072"
>
<Platforms>
@@ -75,7 +76,7 @@ Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
OutputFile="$(OutDir)\$(ProjectName).exe"
- LinkIncremental="1"
+ LinkIncremental="0"
SuppressStartupBanner="true"
IgnoreDefaultLibraryNames=""
GenerateDebugInformation="true"
@@ -166,7 +167,7 @@ Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
OutputFile="$(OutDir)\$(ProjectName).exe"
- LinkIncremental="1"
+ LinkIncremental="0"
SuppressStartupBanner="true"
IgnoreDefaultLibraryNames=""
GenerateDebugInformation="true"
@@ -258,7 +259,7 @@ Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
OutputFile="$(OutDir)\$(ProjectName).exe"
- LinkIncremental="1"
+ LinkIncremental="0"
SuppressStartupBanner="true"
IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../test/mount/Release/mount.pdb"
@@ -350,7 +351,7 @@ Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib WS2_32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
OutputFile="$(OutDir)\$(ProjectName).exe"
- LinkIncremental="1"
+ LinkIncremental="0"
SuppressStartupBanner="true"
IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../test/mount/Release/mount.pdb"
@@ -388,46 +389,6 @@ <File
RelativePath="..\..\..\test\mount.c"
>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;"
- />
- </FileConfiguration>
</File>
</Files>
<Globals>
|