diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-06-02 20:28:18 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-06-02 20:28:18 (GMT) |
commit | cfb75e1f7f1cc084ca63ef9c63bc2a7779a384d9 (patch) | |
tree | 5b46ed9e132d50ca9a0be32bac6a68ef31d81ef7 /windows_vnet/misc | |
parent | fc7aea6f7fdbec7e005f90570f75df86ae8b7b0c (diff) | |
download | hdf5-cfb75e1f7f1cc084ca63ef9c63bc2a7779a384d9.zip hdf5-cfb75e1f7f1cc084ca63ef9c63bc2a7779a384d9.tar.gz hdf5-cfb75e1f7f1cc084ca63ef9c63bc2a7779a384d9.tar.bz2 |
[svn-r15126] 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/misc')
-rw-r--r-- | windows_vnet/misc/typegen/h5tinit/h5tinit.vcproj | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/windows_vnet/misc/typegen/h5tinit/h5tinit.vcproj b/windows_vnet/misc/typegen/h5tinit/h5tinit.vcproj index 4ed9f1c..81d75d6 100644 --- a/windows_vnet/misc/typegen/h5tinit/h5tinit.vcproj +++ b/windows_vnet/misc/typegen/h5tinit/h5tinit.vcproj @@ -12,8 +12,8 @@ <Configurations>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\..\..\..\..\src"
- IntermediateDirectory=".\..\..\..\..\src"
+ OutputDirectory=".\..\..\..\..\src\h5tinit\Release"
+ IntermediateDirectory=".\..\..\..\..\src\h5tinit\Release"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -27,10 +27,10 @@ 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
@@ -38,10 +38,10 @@ <Tool
Name="VCLinkerTool"
AdditionalDependencies="WS2_32.lib"
- OutputFile=".\..\..\..\..\src/h5tinit.exe"
+ 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
@@ -51,7 +51,7 @@ <Tool
Name="VCPostBuildEventTool"
Description="Generating H5tinit.c"
- CommandLine="..\..\..\..\src\h5tinit.exe > ..\..\..\..\src\H5tinit.c"/>
+ CommandLine=".\..\..\..\..\src\h5tinit\Release\h5tinit.exe > ..\..\..\..\src\H5tinit.c"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
@@ -73,8 +73,8 @@ </Configuration>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\..\..\..\..\src"
- IntermediateDirectory=".\..\..\..\..\src"
+ OutputDirectory=".\..\..\..\..\src\h5tinit\Debug"
+ IntermediateDirectory=".\..\..\..\..\src\h5tinit\Debug"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -86,10 +86,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"/>
@@ -98,12 +98,12 @@ <Tool
Name="VCLinkerTool"
AdditionalDependencies="WS2_32.lib"
- OutputFile=".\..\..\..\..\src/h5tinit.exe"
+ 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
@@ -113,7 +113,7 @@ <Tool
Name="VCPostBuildEventTool"
Description="Generating H5tinit.c"
- CommandLine="..\..\..\..\src\h5tinit.exe > ..\..\..\..\src\H5tinit.c"/>
+ CommandLine=".\..\..\..\..\src\h5tinit\Debug\h5tinit.exe > ..\..\..\..\src\H5tinit.c"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
|