- always add DelayImp.lib for MSVC.

This commit is contained in:
Christoph Oelckers 2013-11-24 10:27:08 +01:00
parent fe67ae5e54
commit 8bf5872fc0

View file

@ -142,12 +142,8 @@ if( WIN32 )
comdlg32 comdlg32
ws2_32 ws2_32
setupapi setupapi
oleaut32 ) oleaut32
DelayImp )
# For some reason this isn't implied on 2005
if( MSVC80 )
set( ZDOOM_LIBS ${ZDOOM_LIBS} DelayImp )
endif( MSVC80 )
else( WIN32 ) else( WIN32 )
if( APPLE ) if( APPLE )
set( FMOD_SEARCH_PATHS "/Developer/FMOD Programmers API Mac/api" ) set( FMOD_SEARCH_PATHS "/Developer/FMOD Programmers API Mac/api" )