mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- removed ddraw.lib from CMake files because that library is not used anymore.
This commit is contained in:
parent
31c9a0b0e8
commit
74dee4cd63
1 changed files with 0 additions and 7 deletions
|
@ -104,9 +104,6 @@ if( WIN32 )
|
|||
include_directories( ${XINPUT_INCLUDE_DIR} )
|
||||
endif( NOT XINPUT_INCLUDE_DIR )
|
||||
|
||||
find_library( DX_ddraw_LIBRARY ddraw
|
||||
PATHS ENV DXSDK_DIR
|
||||
PATH_SUFFIXES Lib Lib/${XBITS} )
|
||||
find_library( DX_dxguid_LIBRARY dxguid
|
||||
PATHS ENV DXSDK_DIR
|
||||
PATH_SUFFIXES Lib Lib/${XBITS} )
|
||||
|
@ -115,9 +112,6 @@ if( WIN32 )
|
|||
PATH_SUFFIXES Lib Lib/${XBITS} )
|
||||
|
||||
set( DX_LIBS_FOUND YES )
|
||||
if( NOT DX_ddraw_LIBRARY )
|
||||
set( DX_LIBS_FOUND NO )
|
||||
endif( NOT DX_ddraw_LIBRARY )
|
||||
if( NOT DX_dxguid_LIBRARY )
|
||||
set( DX_LIBS_FOUND NO )
|
||||
endif( NOT DX_dxguid_LIBRARY )
|
||||
|
@ -132,7 +126,6 @@ if( WIN32 )
|
|||
set( ZDOOM_LIBS
|
||||
wsock32
|
||||
winmm
|
||||
"${DX_ddraw_LIBRARY}"
|
||||
"${DX_dxguid_LIBRARY}"
|
||||
"${DX_dinput8_LIBRARY}"
|
||||
ole32
|
||||
|
|
Loading…
Reference in a new issue