diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2006-05-05 18:41:55 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2006-05-05 18:41:55 (GMT) |
commit | 507e84085d7a8a10f59fe6c8ec2f366f4497aa26 (patch) | |
tree | 058c7b2a55380e1984e351f785f14939f88e2cd4 | |
parent | 451f0c884f3363966fac13b66bf41e4524964176 (diff) | |
download | hdf5-507e84085d7a8a10f59fe6c8ec2f366f4497aa26.zip hdf5-507e84085d7a8a10f59fe6c8ec2f366f4497aa26.tar.gz hdf5-507e84085d7a8a10f59fe6c8ec2f366f4497aa26.tar.bz2 |
[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:
-rwxr-xr-x | windows/proj/hdf5/hdf5.dsp | 19 |
1 files 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" |