diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-07-14 05:41:50 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-07-14 05:41:50 (GMT) |
commit | b69cf7ea840f2c34dd5b4368c8e52beb815b48f0 (patch) | |
tree | d20838ffb617c8c030924baec220987c218ff42e /windows/tools/toolslib | |
parent | 801b5b09f26dac69e77bb4a794f2785977f9eb7e (diff) | |
download | hdf5-b69cf7ea840f2c34dd5b4368c8e52beb815b48f0.zip hdf5-b69cf7ea840f2c34dd5b4368c8e52beb815b48f0.tar.gz hdf5-b69cf7ea840f2c34dd5b4368c8e52beb815b48f0.tar.bz2 |
[svn-r12464] Changed "eol-style" property on all Windows-specific files to be "CRLF"
instead of "native".
Diffstat (limited to 'windows/tools/toolslib')
-rwxr-xr-x | windows/tools/toolslib/toolslib.dsp | 748 |
1 files changed, 374 insertions, 374 deletions
diff --git a/windows/tools/toolslib/toolslib.dsp b/windows/tools/toolslib/toolslib.dsp index a693110..4d70e89 100755 --- a/windows/tools/toolslib/toolslib.dsp +++ b/windows/tools/toolslib/toolslib.dsp @@ -1,374 +1,374 @@ -# Microsoft Developer Studio Project File - Name="toolslib" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (ALPHA) Static Library" 0x0604 -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=toolslib - Win32 Alphadbg -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "toolslib.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "toolslib.mak" CFG="toolslib - Win32 Alphadbg" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "toolslib - Win32 Release" (based on "Win32 (x86) Static Library") -!MESSAGE "toolslib - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE "toolslib - Win32 AlphaRel" (based on "Win32 (ALPHA) Static Library") -!MESSAGE "toolslib - Win32 Alphadbg" (based on "Win32 (ALPHA) Static Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "toolslib - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\..\tools\toolslib\Release" -# PROP Intermediate_Dir "..\..\..\tools\toolslib\Release" -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\tools\toolslib\Debug" -# PROP Intermediate_Dir "..\..\..\tools\toolslib\Debug" -# PROP Target_Dir "" -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /Z7 /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c -RSC=rc.exe -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "toolslib" -# PROP BASE Intermediate_Dir "toolslib" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "toolslib" -# PROP Intermediate_Dir "toolslib" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I ".." /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I ".." /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /include:"toolslib/" /nologo /warn:nofileopt -# ADD F90 /compile_only /include:"toolslib/" /nologo /warn:nofileopt -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "toolsli0" -# PROP BASE Intermediate_Dir "toolsli0" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "toolsli0" -# PROP Intermediate_Dir "toolsli0" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /Gt0 /W3 /GX /Z7 /Od /I ".." /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /Gt0 /W3 /GX /Z7 /Od /I ".." /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c -F90=df.exe -# ADD BASE F90 /compile_only /debug:full /include:"toolsli0/" /nologo /warn:nofileopt -# ADD F90 /compile_only /debug:full /include:"toolsli0/" /nologo /warn:nofileopt -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ENDIF - -# Begin Target - -# Name "toolslib - Win32 Release" -# Name "toolslib - Win32 Debug" -# Name "toolslib - Win32 AlphaRel" -# Name "toolslib - Win32 Alphadbg" -# Begin Group "source" - -# PROP Default_Filter "*.c" -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5diff.c - -!IF "$(CFG)" == "toolslib - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5diff_array.c - -!IF "$(CFG)" == "toolslib - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5diff_attr.c - -!IF "$(CFG)" == "toolslib - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5diff_dset.c - -!IF "$(CFG)" == "toolslib - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5diff_util.c - -!IF "$(CFG)" == "toolslib - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5tools.c - -!IF "$(CFG)" == "toolslib - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5tools_filters.c - -!IF "$(CFG)" == "toolslib - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5tools_ref.c - -!IF "$(CFG)" == "toolslib - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5tools_str.c - -!IF "$(CFG)" == "toolslib - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5tools_type.c - -!IF "$(CFG)" == "toolslib - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5tools_utils.c - -!IF "$(CFG)" == "toolslib - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5trav.c - -!IF "$(CFG)" == "toolslib - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5trav_table.c - -!IF "$(CFG)" == "toolslib - Win32 Release" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Debug" - -!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel" - -!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg" - -!ENDIF - -# End Source File -# End Group -# Begin Group "headers" - -# PROP Default_Filter "*.h" -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5diff.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5tools.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5tools_ref.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5tools_str.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5tools_utils.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\tools\lib\h5trav.h -# End Source File -# End Group -# End Target -# End Project +# Microsoft Developer Studio Project File - Name="toolslib" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (ALPHA) Static Library" 0x0604
+# TARGTYPE "Win32 (x86) Static Library" 0x0104
+
+CFG=toolslib - Win32 Alphadbg
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "toolslib.mak".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "toolslib.mak" CFG="toolslib - Win32 Alphadbg"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "toolslib - Win32 Release" (based on "Win32 (x86) Static Library")
+!MESSAGE "toolslib - Win32 Debug" (based on "Win32 (x86) Static Library")
+!MESSAGE "toolslib - Win32 AlphaRel" (based on "Win32 (ALPHA) Static Library")
+!MESSAGE "toolslib - Win32 Alphadbg" (based on "Win32 (ALPHA) Static Library")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+
+!IF "$(CFG)" == "toolslib - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "Release"
+# PROP BASE Intermediate_Dir "Release"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "..\..\..\tools\toolslib\Release"
+# PROP Intermediate_Dir "..\..\..\tools\toolslib\Release"
+# PROP Target_Dir ""
+F90=df.exe
+# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt
+# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
+# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\src" /I "..\..\..\tools\lib" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
+RSC=rc.exe
+# ADD BASE RSC /l 0x409
+# ADD RSC /l 0x409
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "Debug"
+# PROP BASE Intermediate_Dir "Debug"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "..\..\..\tools\toolslib\Debug"
+# PROP Intermediate_Dir "..\..\..\tools\toolslib\Debug"
+# PROP Target_Dir ""
+F90=df.exe
+# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt
+# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
+# ADD CPP /nologo /W3 /GX /Z7 /Od /I "..\..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
+RSC=rc.exe
+# ADD BASE RSC /l 0x409
+# ADD RSC /l 0x409
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "toolslib"
+# PROP BASE Intermediate_Dir "toolslib"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "toolslib"
+# PROP Intermediate_Dir "toolslib"
+# PROP Target_Dir ""
+CPP=cl.exe
+# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I ".." /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
+# ADD CPP /nologo /Gt0 /W3 /GX /O2 /I ".." /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
+F90=df.exe
+# ADD BASE F90 /compile_only /include:"toolslib/" /nologo /warn:nofileopt
+# ADD F90 /compile_only /include:"toolslib/" /nologo /warn:nofileopt
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "toolsli0"
+# PROP BASE Intermediate_Dir "toolsli0"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "toolsli0"
+# PROP Intermediate_Dir "toolsli0"
+# PROP Target_Dir ""
+CPP=cl.exe
+# ADD BASE CPP /nologo /Gt0 /W3 /GX /Z7 /Od /I ".." /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
+# ADD CPP /nologo /Gt0 /W3 /GX /Z7 /Od /I ".." /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
+F90=df.exe
+# ADD BASE F90 /compile_only /debug:full /include:"toolsli0/" /nologo /warn:nofileopt
+# ADD F90 /compile_only /debug:full /include:"toolsli0/" /nologo /warn:nofileopt
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+
+!ENDIF
+
+# Begin Target
+
+# Name "toolslib - Win32 Release"
+# Name "toolslib - Win32 Debug"
+# Name "toolslib - Win32 AlphaRel"
+# Name "toolslib - Win32 Alphadbg"
+# Begin Group "source"
+
+# PROP Default_Filter "*.c"
+# Begin Source File
+
+SOURCE=..\..\..\tools\lib\h5diff.c
+
+!IF "$(CFG)" == "toolslib - Win32 Release"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\tools\lib\h5diff_array.c
+
+!IF "$(CFG)" == "toolslib - Win32 Release"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\tools\lib\h5diff_attr.c
+
+!IF "$(CFG)" == "toolslib - Win32 Release"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\tools\lib\h5diff_dset.c
+
+!IF "$(CFG)" == "toolslib - Win32 Release"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\tools\lib\h5diff_util.c
+
+!IF "$(CFG)" == "toolslib - Win32 Release"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\tools\lib\h5tools.c
+
+!IF "$(CFG)" == "toolslib - Win32 Release"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\tools\lib\h5tools_filters.c
+
+!IF "$(CFG)" == "toolslib - Win32 Release"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\tools\lib\h5tools_ref.c
+
+!IF "$(CFG)" == "toolslib - Win32 Release"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\tools\lib\h5tools_str.c
+
+!IF "$(CFG)" == "toolslib - Win32 Release"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\tools\lib\h5tools_type.c
+
+!IF "$(CFG)" == "toolslib - Win32 Release"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\tools\lib\h5tools_utils.c
+
+!IF "$(CFG)" == "toolslib - Win32 Release"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\tools\lib\h5trav.c
+
+!IF "$(CFG)" == "toolslib - Win32 Release"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\tools\lib\h5trav_table.c
+
+!IF "$(CFG)" == "toolslib - Win32 Release"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 AlphaRel"
+
+!ELSEIF "$(CFG)" == "toolslib - Win32 Alphadbg"
+
+!ENDIF
+
+# End Source File
+# End Group
+# Begin Group "headers"
+
+# PROP Default_Filter "*.h"
+# Begin Source File
+
+SOURCE=..\..\..\tools\lib\h5diff.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\tools\lib\h5tools.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\tools\lib\h5tools_ref.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\tools\lib\h5tools_str.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\tools\lib\h5tools_utils.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\tools\lib\h5trav.h
+# End Source File
+# End Group
+# End Target
+# End Project
|