diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-08-09 18:06:13 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-08-09 18:06:13 (GMT) |
commit | eced247f5a4c2a8197d2139e948da8b717632472 (patch) | |
tree | e3fec4b28ae43ab0775b88c2336e8ae1a44cdd04 /windows/proj | |
parent | c558ac0191a190d6362dadb54d580447e4ca4fda (diff) | |
download | hdf5-eced247f5a4c2a8197d2139e948da8b717632472.zip hdf5-eced247f5a4c2a8197d2139e948da8b717632472.tar.gz hdf5-eced247f5a4c2a8197d2139e948da8b717632472.tar.bz2 |
[svn-r11224] Purpose:
Maintenance on Windows
Description:
Update workspace to include newly added file H5Fsfile.c
Solution:
Platforms tested:
MSVS 6.0 on Windows XP
Misc. update:
Diffstat (limited to 'windows/proj')
-rwxr-xr-x | windows/proj/hdf5dll/hdf5dll.dsp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/windows/proj/hdf5dll/hdf5dll.dsp b/windows/proj/hdf5dll/hdf5dll.dsp index deb0461..03937a9 100755 --- a/windows/proj/hdf5dll/hdf5dll.dsp +++ b/windows/proj/hdf5dll/hdf5dll.dsp @@ -912,6 +912,21 @@ SOURCE=..\..\..\src\H5FO.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5Fsfile.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\H5Fsuper.c !IF "$(CFG)" == "hdf5dll - Win32 Release" |