summaryrefslogtreecommitdiffstats
path: root/windows_vnet
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-06-02 19:59:45 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-06-02 19:59:45 (GMT)
commit73fe71235694756962867bd2491d86dac82cad93 (patch)
tree341434a85be93c5c78c4205bd213aa79ae07ff1d /windows_vnet
parentf1bfdda38c4e8153708d54caff0352c7e642efc4 (diff)
downloadhdf5-73fe71235694756962867bd2491d86dac82cad93.zip
hdf5-73fe71235694756962867bd2491d86dac82cad93.tar.gz
hdf5-73fe71235694756962867bd2491d86dac82cad93.tar.bz2
[svn-r15125] Purpose: Cleanup unneeded Windows source
Description: Previously, we maintained some source files that are commonly generated dynamically on other systems. Now, we also generate them on Windows as well. We should remove them from the repository so old versions are not accidentally used. Also, clean up the project files to organize generator programs. Tested: VS2005 on WinXP VS2005 on WinXP x64 VS.NET on WinXP
Diffstat (limited to 'windows_vnet')
-rw-r--r--windows_vnet/misc/typegen/h5tinit/h5tinit.vcproj36
1 files changed, 19 insertions, 17 deletions
diff --git a/windows_vnet/misc/typegen/h5tinit/h5tinit.vcproj b/windows_vnet/misc/typegen/h5tinit/h5tinit.vcproj
index 31d93b4..4ca9f9e 100644
--- a/windows_vnet/misc/typegen/h5tinit/h5tinit.vcproj
+++ b/windows_vnet/misc/typegen/h5tinit/h5tinit.vcproj
@@ -3,6 +3,7 @@
ProjectType="Visual C++"
Version="7.10"
Name="h5tinit"
+ RootNamespace="h5tinit"
SccProjectName=""
SccLocalPath="">
<Platforms>
@@ -12,7 +13,7 @@
<Configurations>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\..\..\..\..\src"
+ OutputDirectory=".\..\..\..\..\src\h5tinit\Release"
IntermediateDirectory=".\..\..\..\..\src"
ConfigurationType="1"
UseOfMFC="0"
@@ -27,20 +28,21 @@
RuntimeLibrary="4"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2"
- PrecompiledHeaderFile=".\..\..\..\..\src/h5tinit.pch"
- AssemblerListingLocation=".\..\..\..\..\src/"
- ObjectFile=".\..\..\..\..\src/"
- ProgramDataBaseFileName=".\..\..\..\..\src/"
+ PrecompiledHeaderFile=".\..\..\..\..\src\h5tinit\Release/h5tinit.pch"
+ AssemblerListingLocation=".\..\..\..\..\src\h5tinit\Release"
+ ObjectFile=".\..\..\..\..\src\h5tinit\Release"
+ ProgramDataBaseFileName=".\..\..\..\..\src\h5tinit\Release"
WarningLevel="3"
SuppressStartupBanner="TRUE"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- OutputFile=".\..\..\..\..\src/h5tinit.exe"
+ AdditionalDependencies="WS2_32.lib"
+ OutputFile=".\..\..\..\..\src\h5tinit\Release/h5tinit.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- ProgramDatabaseFile=".\..\..\..\..\src/h5tinit.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\src\h5tinit\Release/h5tinit.pdb"
SubSystem="1"
TargetMachine="1"/>
<Tool
@@ -50,7 +52,7 @@
<Tool
Name="VCPostBuildEventTool"
Description="Generating H5tinit.c"
- CommandLine="..\..\..\..\src\h5tinit.exe &gt; ..\..\..\..\src\H5tinit.c"/>
+ CommandLine=".\..\..\..\..\src\h5tinit\Release\h5tinit.exe &gt;.\..\..\..\..\src\H5tinit.c"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
@@ -72,7 +74,7 @@
</Configuration>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\..\..\..\..\src"
+ OutputDirectory=".\..\..\..\..\src\h5tinit\Debug"
IntermediateDirectory=".\..\..\..\..\src"
ConfigurationType="1"
UseOfMFC="0"
@@ -85,10 +87,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="5"
UsePrecompiledHeader="2"
- PrecompiledHeaderFile=".\..\..\..\..\src/h5tinit.pch"
- AssemblerListingLocation=".\..\..\..\..\src/"
- ObjectFile=".\..\..\..\..\src/"
- ProgramDataBaseFileName=".\..\..\..\..\src/"
+ PrecompiledHeaderFile=".\..\..\..\..\src\h5tinit\Debug/h5tinit.pch"
+ AssemblerListingLocation=".\..\..\..\..\src\h5tinit\Debug"
+ ObjectFile=".\..\..\..\..\src\h5tinit\Debug"
+ ProgramDataBaseFileName=".\..\..\..\..\src\h5tinit\Debug"
WarningLevel="3"
SuppressStartupBanner="TRUE"
DebugInformationFormat="3"/>
@@ -96,13 +98,13 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="odbc32.lib odbccp32.lib WS2_32.lib"
- OutputFile=".\..\..\..\..\src/h5tinit.exe"
+ AdditionalDependencies="WS2_32.lib"
+ OutputFile=".\..\..\..\..\src\h5tinit\Debug/h5tinit.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
- ProgramDatabaseFile=".\..\..\..\..\src/h5tinit.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\src\h5tinit\Debug/h5tinit.pdb"
SubSystem="1"
TargetMachine="1"/>
<Tool
@@ -112,7 +114,7 @@
<Tool
Name="VCPostBuildEventTool"
Description="Generating H5tinit.c"
- CommandLine="..\..\..\..\src\h5tinit.exe &gt; ..\..\..\..\src\H5tinit.c"/>
+ CommandLine=".\..\..\..\..\src\h5tinit\Debug\h5tinit.exe &gt; .\..\..\..\..\src\H5tinit.c"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool