- 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
ws2_32
setupapi
oleaut32 )
# For some reason this isn't implied on 2005
if( MSVC80 )
set( ZDOOM_LIBS ${ZDOOM_LIBS} DelayImp )
endif( MSVC80 )
oleaut32
DelayImp )
else( WIN32 )
if( APPLE )
set( FMOD_SEARCH_PATHS "/Developer/FMOD Programmers API Mac/api" )