From 507e84085d7a8a10f59fe6c8ec2f366f4497aa26 Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Fri, 5 May 2006 13:41:55 -0500 Subject: [svn-r12333] Purpose: Updating windows project file Description: new file H5HFiter.c has been added project file needs to be reflected Solution: Updating the project file Platforms tested: VS 6.0 Misc. update: --- windows/proj/hdf5/hdf5.dsp | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/windows/proj/hdf5/hdf5.dsp b/windows/proj/hdf5/hdf5.dsp index 886e95b..77b1b03 100755 --- a/windows/proj/hdf5/hdf5.dsp +++ b/windows/proj/hdf5/hdf5.dsp @@ -43,7 +43,7 @@ CFG=hdf5 - Win32 AlphaDbg # 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 +# ADD F90 /compile_only /include:"..\..\..\proj\hdf5\Release/" /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 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c @@ -71,7 +71,7 @@ LIB32=link.exe -lib # PROP Target_Dir "" F90=df.exe # ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt -# ADD F90 /browser /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt +# ADD F90 /browser /compile_only /debug:full /include:"..\..\..\proj\hdf5\Debug/" /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 /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /YX /FD /c @@ -1142,6 +1142,21 @@ SOURCE=..\..\..\src\H5HFint.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5HFiter.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\H5HFstat.c !IF "$(CFG)" == "hdf5 - Win32 Release" -- cgit v0.12