mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-28 15:02:39 +00:00
- always add DelayImp.lib for MSVC.
This commit is contained in:
parent
fe67ae5e54
commit
8bf5872fc0
1 changed files with 2 additions and 6 deletions
|
@ -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" )
|
||||||
|
|
Loading…
Reference in a new issue