mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-15 02:29:10 +00:00
(svn r2330) - Fix: link error when compiling as dedicated. Add sdl.c to always compile in makefile as it is always protected by WITH_SDL and add a stub for ToggleFullScreen()
This commit is contained in:
5
Makefile
5
Makefile
@@ -687,13 +687,10 @@ C_SOURCES += water_cmd.c
|
||||
C_SOURCES += waypoint.c
|
||||
C_SOURCES += widget.c
|
||||
C_SOURCES += window.c
|
||||
C_SOURCES += sdl.c
|
||||
|
||||
CXX_SOURCES =
|
||||
|
||||
ifdef WITH_SDL
|
||||
C_SOURCES += sdl.c
|
||||
endif
|
||||
|
||||
ifdef WIN32
|
||||
C_SOURCES += win32.c w32dm.c
|
||||
else
|
||||
|
Reference in New Issue
Block a user