mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-12 07:34:50 +00:00
- Move sdlglvideo code from sdl to posix/sdl.
Re-add sdlglvideo.cpp path in CMakeLists.txt . Warning: it won't compile yet.
This commit is contained in:
parent
c424a1afcb
commit
c9150497e3
3 changed files with 2 additions and 4 deletions
|
@ -584,13 +584,11 @@ set( PLAT_SDL_SOURCES
|
|||
posix/sdl/i_joystick.cpp
|
||||
posix/sdl/i_main.cpp
|
||||
posix/sdl/i_timer.cpp
|
||||
posix/sdl/sdlvideo.cpp )
|
||||
posix/sdl/sdlvideo.cpp
|
||||
posix/sdl/sdlglvideo.cpp )
|
||||
set( PLAT_OSX_SOURCES
|
||||
posix/osx/iwadpicker_cocoa.mm
|
||||
posix/osx/zdoom.icns )
|
||||
|
||||
# Fixme: This must be adjusted to the new way of doing things:
|
||||
# sdl/sdlglvideo.cpp
|
||||
set( PLAT_COCOA_SOURCES
|
||||
posix/cocoa/hid/HID_Config_Utilities.c
|
||||
posix/cocoa/hid/HID_Error_Handler.c
|
||||
|
|
Loading…
Reference in a new issue