diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2007-06-29 22:31:17 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2007-06-29 22:31:17 (GMT) |
commit | 0b0c229df92d3b8446c848cb7757fe71aedf1096 (patch) | |
tree | 2ce012a86f19292a9a610bcc0159a57efd4c2654 | |
parent | 1d7e8f9deedf6b2ce1cb6b7eea92236ed2f8dc28 (diff) | |
download | hdf5-0b0c229df92d3b8446c848cb7757fe71aedf1096.zip hdf5-0b0c229df92d3b8446c848cb7757fe71aedf1096.tar.gz hdf5-0b0c229df92d3b8446c848cb7757fe71aedf1096.tar.bz2 |
[svn-r13929] Purpose: Add source to Windows projects
Description:
Added new H5WB.c and H5WBprivate.h files to our Windows .NET / 6.0 project files.
Tested:
VS.NET on WinXP
-rw-r--r-- | windows/proj/hdf5/hdf5.vcproj | 6 | ||||
-rw-r--r-- | windows/proj/hdf5dll/hdf5dll.vcproj | 6 | ||||
-rwxr-xr-x | windows_vs6/proj/hdf5/hdf5.dsp | 31 | ||||
-rwxr-xr-x | windows_vs6/proj/hdf5dll/hdf5dll.dsp | 31 |
4 files changed, 62 insertions, 12 deletions
diff --git a/windows/proj/hdf5/hdf5.vcproj b/windows/proj/hdf5/hdf5.vcproj index ed27926..822095c 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -7053,6 +7053,9 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5WB.c">
+ </File>
+ <File
RelativePath="..\..\..\src\H5Z.c">
<FileConfiguration
Name="Debug|Win32">
@@ -7504,6 +7507,9 @@ RelativePath="..\..\..\src\H5Vprivate.h">
</File>
<File
+ RelativePath="..\..\..\src\H5WBprivate.h">
+ </File>
+ <File
RelativePath="..\..\..\src\H5Zprivate.h">
</File>
<File
diff --git a/windows/proj/hdf5dll/hdf5dll.vcproj b/windows/proj/hdf5dll/hdf5dll.vcproj index 295deee..e6f7a0e 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -7112,6 +7112,9 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5WB.c">
+ </File>
+ <File
RelativePath="..\..\..\src\H5Z.c">
<FileConfiguration
Name="Debug|Win32">
@@ -7418,6 +7421,9 @@ <File
RelativePath="..\..\..\src\H5ACprivate.h">
</File>
+ <File
+ RelativePath="..\..\..\src\H5WBprivate.h">
+ </File>
</Filter>
<File
RelativePath="..\..\..\src\H5ACpublic.h">
diff --git a/windows_vs6/proj/hdf5/hdf5.dsp b/windows_vs6/proj/hdf5/hdf5.dsp index f92823a..0d01791 100755 --- a/windows_vs6/proj/hdf5/hdf5.dsp +++ b/windows_vs6/proj/hdf5/hdf5.dsp @@ -97,12 +97,12 @@ LIB32=link.exe -lib # PROP Output_Dir "Debug"
# PROP Intermediate_Dir "Debug"
# PROP Target_Dir ""
-F90=df.exe
-# ADD BASE F90 /browser /compile_only /debug:full /include:"hdf5___W/" /nologo /warn:nofileopt
-# ADD F90 /browser /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt
CPP=cl.exe
# ADD BASE CPP /nologo /Gt0 /W3 /GX /Z7 /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /YX /FD /c
# ADD CPP /nologo /Gt0 /W3 /GX /Z7 /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /YX /FD /c
+F90=df.exe
+# ADD BASE F90 /browser /compile_only /debug:full /include:"hdf5___W/" /nologo /warn:nofileopt
+# ADD F90 /browser /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
@@ -122,12 +122,12 @@ LIB32=link.exe -lib # PROP Output_Dir "Release"
# PROP Intermediate_Dir "Release"
# PROP Target_Dir ""
-F90=df.exe
-# ADD BASE F90 /compile_only /include:"hdf5___0/" /nologo /warn:nofileopt
-# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt
CPP=cl.exe
# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
+F90=df.exe
+# ADD BASE F90 /compile_only /include:"hdf5___0/" /nologo /warn:nofileopt
+# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
@@ -3203,6 +3203,21 @@ SOURCE=..\..\..\src\H5V.c # End Source File
# Begin Source File
+SOURCE=..\..\..\src\H5WB.c
+
+!IF "$(CFG)" == "hdf5 - Win32 Release"
+
+!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg"
+
+!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\src\H5Z.c
!IF "$(CFG)" == "hdf5 - Win32 Release"
@@ -3545,6 +3560,10 @@ SOURCE=..\..\..\src\H5Vprivate.h # End Source File
# Begin Source File
+SOURCE=..\..\..\src\H5WBprivate.h
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\src\H5Zprivate.h
# End Source File
# Begin Source File
diff --git a/windows_vs6/proj/hdf5dll/hdf5dll.dsp b/windows_vs6/proj/hdf5dll/hdf5dll.dsp index 2f40c54..bc2e68e 100755 --- a/windows_vs6/proj/hdf5dll/hdf5dll.dsp +++ b/windows_vs6/proj/hdf5dll/hdf5dll.dsp @@ -107,12 +107,12 @@ LINK32=link.exe # PROP Intermediate_Dir "Debug"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
-F90=df.exe
-# ADD BASE F90 /compile_only /debug:full /include:"hdf5dll_/" /dll /nologo /warn:nofileopt
-# ADD F90 /compile_only /debug:full /include:"Debug/" /dll /nologo /warn:nofileopt
CPP=cl.exe
# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_HDF5DLL_" /YX /FD /MTd /c
# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_HDF5DLL_" /YX /FD /MDd /c
+F90=df.exe
+# ADD BASE F90 /compile_only /debug:full /include:"hdf5dll_/" /dll /nologo /warn:nofileopt
+# ADD F90 /compile_only /debug:full /include:"Debug/" /dll /nologo /warn:nofileopt
MTL=midl.exe
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
@@ -138,12 +138,12 @@ LINK32=link.exe # PROP Output_Dir "Release"
# PROP Intermediate_Dir "Release"
# PROP Target_Dir ""
-F90=df.exe
-# ADD BASE F90 /compile_only /include:"hdf5dll0/" /dll /nologo /warn:nofileopt
-# ADD F90 /compile_only /include:"Release/" /dll /nologo /warn:nofileopt
CPP=cl.exe
# ADD BASE CPP /nologo /MT /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_HDF5DLL_" /YX /FD /c
# ADD CPP /nologo /MD /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_HDF5DLL_" /YX /FD /c
+F90=df.exe
+# ADD BASE F90 /compile_only /include:"hdf5dll0/" /dll /nologo /warn:nofileopt
+# ADD F90 /compile_only /include:"Release/" /dll /nologo /warn:nofileopt
MTL=midl.exe
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
@@ -3415,6 +3415,21 @@ SOURCE=..\..\..\src\H5V.c # End Source File
# Begin Source File
+SOURCE=..\..\..\src\H5WB.c
+
+!IF "$(CFG)" == "hdf5dll - Win32 Release"
+
+!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg"
+
+!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\src\H5Z.c
!IF "$(CFG)" == "hdf5dll - Win32 Release"
@@ -3763,6 +3778,10 @@ SOURCE=..\..\..\src\H5Vprivate.h # End Source File
# Begin Source File
+SOURCE=..\..\..\src\H5WBprivate.h
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\src\H5Zprivate.h
# End Source File
# Begin Source File
|