diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2007-11-13 15:17:49 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2007-11-13 15:17:49 (GMT) |
commit | 9743541227cef8cf8e928f05512148c0a496331f (patch) | |
tree | 534a89887af3e6315cd905ea9cc2e233c83cc5df /windows_vs6/proj | |
parent | 956ae9b581623756093d9d1e7e5497e2e2406b53 (diff) | |
download | hdf5-9743541227cef8cf8e928f05512148c0a496331f.zip hdf5-9743541227cef8cf8e928f05512148c0a496331f.tar.gz hdf5-9743541227cef8cf8e928f05512148c0a496331f.tar.bz2 |
[svn-r14255] Purpose: Add h5tinit.c to default Windows build process
Description:
Previously, we provided a static h5tinit.c with our Windows distribution, and provided instructions to optionally generate it. Now, we will incorporate it as part of the default build process, to emulate other platforms more closely.
Tested:
VS6
VS2005
Diffstat (limited to 'windows_vs6/proj')
-rwxr-xr-x | windows_vs6/proj/all/all.dsw | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/windows_vs6/proj/all/all.dsw b/windows_vs6/proj/all/all.dsw index d348b36..1474436 100755 --- a/windows_vs6/proj/all/all.dsw +++ b/windows_vs6/proj/all/all.dsw @@ -2031,6 +2031,18 @@ Package=<4> ###############################################################################
+Project: "h5tinit"="..\..\misc\typegen\h5tinit\h5tinit.dsp" - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
Project: "h5unjam"="..\..\TOOLS\h5unjam\h5unjam.dsp" - Package Owner=<4>
Package=<5>
@@ -2057,6 +2069,9 @@ Package=<5> Package=<4>
{{{
+ Begin Project Dependency
+ Project_Dep_Name h5tinit
+ End Project Dependency
}}}
###############################################################################
@@ -2291,6 +2306,9 @@ Package=<5> Package=<4>
{{{
+ Begin Project Dependency
+ Project_Dep_Name h5tinit
+ End Project Dependency
}}}
###############################################################################
|