mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +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:
parent
b18e4d1a8d
commit
3bd76dad5b
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
|
||||
|
Loading…
Reference in New Issue
Block a user