diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-03-24 15:12:36 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-03-24 15:12:36 (GMT) |
commit | 00ef6f0e17b90badc0b128648d9d197677e1d726 (patch) | |
tree | 0397fcf3a0575eaee6ea2b25e25be77db86de2f3 /windows/hl/fortran | |
parent | 27c56d323ddf444999f56beb3985b54e010f8dee (diff) | |
download | hdf5-00ef6f0e17b90badc0b128648d9d197677e1d726.zip hdf5-00ef6f0e17b90badc0b128648d9d197677e1d726.tar.gz hdf5-00ef6f0e17b90badc0b128648d9d197677e1d726.tar.bz2 |
[svn-r10399] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Update hl_test_table_fortran high level fortran project file.
Solution:
Platforms tested:
COMPAQ VISUAL FORTRAN 6.0.
Misc. update:
Diffstat (limited to 'windows/hl/fortran')
-rwxr-xr-x | windows/hl/fortran/test/hl_test_table_fortran/hl_test_table_fortran.dsp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/windows/hl/fortran/test/hl_test_table_fortran/hl_test_table_fortran.dsp b/windows/hl/fortran/test/hl_test_table_fortran/hl_test_table_fortran.dsp index c3a670b..e22e23f 100755 --- a/windows/hl/fortran/test/hl_test_table_fortran/hl_test_table_fortran.dsp +++ b/windows/hl/fortran/test/hl_test_table_fortran/hl_test_table_fortran.dsp @@ -43,7 +43,7 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE F90 /compile_only /nologo /warn:nofileopt -# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"..\..\..\..\proj\hdf5_fortran\Release/" /include:"..\..\..\..\proj\hdf5_hl_fortran\Release/" /nologo /warn:nofileopt +# ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"..\..\..\..\..\proj\hdf5_fortran\Release/" /include:"..\..\..\..\..\proj\hdf5_hl_fortran\Release/" /nologo /warn:nofileopt # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c # ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c # ADD BASE RSC /l 0x409 /d "NDEBUG" @@ -69,7 +69,7 @@ LINK32=link.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt -# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"..\..\..\..\proj\hdf5_fortran\Debug/" /include:"..\..\..\..\proj\hdf5_hl_fortran\Debug/" /nologo /traceback /warn:argument_checking /warn:nofileopt +# ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"..\..\..\..\..\proj\hdf5_fortran\Debug/" /include:"..\..\..\..\..\proj\hdf5_hl_fortran\Debug/" /nologo /traceback /warn:argument_checking /warn:nofileopt # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c # ADD BASE RSC /l 0x409 /d "_DEBUG" @@ -95,8 +95,8 @@ LINK32=link.exe SOURCE=..\..\..\..\..\hl\fortran\test\tsttable.f90 NODEP_F90_TSTTA=\ - "..\..\..\..\proj\hdf5_fortran\Release\HDF5.MOD"\ - "..\..\..\..\proj\hdf5_hl_fortran\Release\H5TB.MOD"\ + "..\..\..\..\..\hl\fortran\test\hl_test_table_fortran\Debug\H5TB.mod"\ + "..\..\..\..\..\hl\fortran\test\hl_test_table_fortran\Debug\HDF5.mod"\ # End Source File # End Target |