diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-05-23 20:52:54 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-05-23 20:52:54 (GMT) |
commit | 2b4e592fe8aed00fc6ea4c2391e8a6e4a7afb456 (patch) | |
tree | 19d9f2ff2a03584054e0582699a69e32d17a8115 /windows/test | |
parent | 8c9ec24371b018642c027ad6c92b841df2542f3b (diff) | |
download | hdf5-2b4e592fe8aed00fc6ea4c2391e8a6e4a7afb456.zip hdf5-2b4e592fe8aed00fc6ea4c2391e8a6e4a7afb456.tar.gz hdf5-2b4e592fe8aed00fc6ea4c2391e8a6e4a7afb456.tar.bz2 |
[svn-r10792] Purpose:
Add new source code tunicode.c to project file testhdf5dll.dsp
Description:
Solution:
Platforms tested:
MSVS 6.0 on windows XP.
Misc. update:
Diffstat (limited to 'windows/test')
-rwxr-xr-x | windows/test/testhdf5dll/testhdf5dll.dsp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/windows/test/testhdf5dll/testhdf5dll.dsp b/windows/test/testhdf5dll/testhdf5dll.dsp index 4b76971..1563449 100755 --- a/windows/test/testhdf5dll/testhdf5dll.dsp +++ b/windows/test/testhdf5dll/testhdf5dll.dsp @@ -425,6 +425,21 @@ SOURCE=..\..\..\test\ttst.c # End Source File # Begin Source File +SOURCE=..\..\..\test\tunicode.c + +!IF "$(CFG)" == "testhdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=..\..\..\test\tvlstr.c !IF "$(CFG)" == "testhdf5dll - Win32 Release" |