diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-06-10 19:36:47 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-06-10 19:36:47 (GMT) |
commit | 6637dff29e67058498d2736511b81a204e8456c4 (patch) | |
tree | 3f2875f9a97d20f0031e35a54af89970de1f3a93 /windows | |
parent | 5404f6e02699d0ef5d7bb94ad08cec348e895306 (diff) | |
download | hdf5-6637dff29e67058498d2736511b81a204e8456c4.zip hdf5-6637dff29e67058498d2736511b81a204e8456c4.tar.gz hdf5-6637dff29e67058498d2736511b81a204e8456c4.tar.bz2 |
[svn-r10904] Purpose:
Support command line build HDF5 with Visual C++ .Net and Intel compiler
Description:
We can not find a way to convert workspace to solution format from command line.
typegen.sln will be provided in order to support command line build HDF5
with MSVS .Net and Intel Compiler.
Solution:
Platforms tested:
MSVS .NET on windows XP.
Misc. update:
Diffstat (limited to 'windows')
-rwxr-xr-x | windows/misc/typegen/typegen.sln | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/windows/misc/typegen/typegen.sln b/windows/misc/typegen/typegen.sln new file mode 100755 index 0000000..cb692a3 --- /dev/null +++ b/windows/misc/typegen/typegen.sln @@ -0,0 +1,25 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "h5tinit", "h5tinit\h5tinit.icproj", "{042099BB-201E-49B3-B80A-A09C0E3D2379}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {042099BB-201E-49B3-B80A-A09C0E3D2379}.Debug.ActiveCfg = Debug|Win32 + {042099BB-201E-49B3-B80A-A09C0E3D2379}.Debug.Build.0 = Debug|Win32 + {042099BB-201E-49B3-B80A-A09C0E3D2379}.Release.ActiveCfg = Release|Win32 + {042099BB-201E-49B3-B80A-A09C0E3D2379}.Release.Build.0 = Release|Win32 + {F0E7CEDD-E730-448D-B187-2CDB575A498C}.Release.Build.0 = Release|Win32 + {F0E7CEDD-E730-448D-B187-2CDB575A498C}.Release.ActiveCfg = Release|Win32 + {F0E7CEDD-E730-448D-B187-2CDB575A498C}.Debug.Build.0 = Debug|Win32 + {F0E7CEDD-E730-448D-B187-2CDB575A498C}.Debug.ActiveCfg = Debug|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal |