mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r12334] Purpose:
Updating the windows DLL project file Description: new file H5HFiter.c has been added project file needs to be reflected Solution: Platforms tested: VSMS 6.0 Misc. update:
This commit is contained in:
parent
507e84085d
commit
37a9d44194
@ -43,8 +43,8 @@ CFG=hdf5dll - Win32 AlphaDbg
|
||||
# PROP Ignore_Export_Lib 0
|
||||
# PROP Target_Dir ""
|
||||
F90=df.exe
|
||||
# ADD BASE F90 /compile_only /include:"Release/" /dll /nologo /warn:nofileopt
|
||||
# ADD F90 /compile_only /include:"../../../proj/hdf5dll/Release/" /include:"Release/" /dll /nologo /warn:nofileopt
|
||||
# ADD BASE F90 /compile_only /include:"Release/" /nologo /warn:nofileopt /dll
|
||||
# ADD F90 /compile_only /include:"../../../proj/hdf5dll/Release/" /include:"Release/" /nologo /warn:nofileopt /dll
|
||||
CPP=cl.exe
|
||||
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
|
||||
# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_HDF5DLL_" /D "ZLIB_DLL" /D "_SZDLL_" /YX /FD /c
|
||||
@ -75,8 +75,8 @@ LINK32=link.exe
|
||||
# PROP Ignore_Export_Lib 0
|
||||
# PROP Target_Dir ""
|
||||
F90=df.exe
|
||||
# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /dll /nologo /warn:nofileopt
|
||||
# ADD F90 /compile_only /debug:full /include:"../../../proj/hdf5dll/Debug/" /include:"Debug/" /dll /nologo /warn:nofileopt
|
||||
# ADD BASE F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt /dll
|
||||
# ADD F90 /compile_only /debug:full /include:"../../../proj/hdf5dll/Debug/" /include:"Debug/" /nologo /warn:nofileopt /dll
|
||||
CPP=cl.exe
|
||||
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
|
||||
# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_HDF5DLL_" /D "ZLIB_DLL" /D "_SZDLL_" /YX /FD /c
|
||||
@ -111,8 +111,8 @@ CPP=cl.exe
|
||||
# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_HDF5DLL_" /YX /FD /MTd /c
|
||||
# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_HDF5DLL_" /YX /FD /MDd /c
|
||||
F90=df.exe
|
||||
# ADD BASE F90 /compile_only /debug:full /include:"hdf5dll_/" /dll /nologo /warn:nofileopt
|
||||
# ADD F90 /compile_only /debug:full /include:"Debug/" /dll /nologo /warn:nofileopt
|
||||
# ADD BASE F90 /compile_only /debug:full /include:"hdf5dll_/" /nologo /warn:nofileopt /dll
|
||||
# ADD F90 /compile_only /debug:full /include:"Debug/" /nologo /warn:nofileopt /dll
|
||||
MTL=midl.exe
|
||||
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
|
||||
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
|
||||
@ -142,8 +142,8 @@ CPP=cl.exe
|
||||
# ADD BASE CPP /nologo /MT /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_HDF5DLL_" /YX /FD /c
|
||||
# ADD CPP /nologo /MD /Gt0 /W3 /GX /O2 /I "..\..\src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_HDF5DLL_" /YX /FD /c
|
||||
F90=df.exe
|
||||
# ADD BASE F90 /compile_only /include:"hdf5dll0/" /dll /nologo /warn:nofileopt
|
||||
# ADD F90 /compile_only /include:"Release/" /dll /nologo /warn:nofileopt
|
||||
# ADD BASE F90 /compile_only /include:"hdf5dll0/" /nologo /warn:nofileopt /dll
|
||||
# ADD F90 /compile_only /include:"Release/" /nologo /warn:nofileopt /dll
|
||||
MTL=midl.exe
|
||||
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
|
||||
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
|
||||
@ -1228,6 +1228,21 @@ SOURCE=..\..\..\src\H5HFint.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\H5HFiter.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\H5HFstat.c
|
||||
|
||||
!IF "$(CFG)" == "hdf5dll - Win32 Release"
|
||||
|
Loading…
x
Reference in New Issue
Block a user