Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
cannonball
Commits
2074166a
Commit
2074166a
authored
Jun 30, 2013
by
reassembler
Browse files
Fixes for GCC compilers
parent
2012ea73
Changes
3
Hide whitespace changes
Inline
Side-by-side
cmake/mingw.cmake
View file @
2074166a
...
...
@@ -20,12 +20,17 @@ include_directories(
link_libraries
(
cannonball
${
SDL_LIBRARY
}
SDLmain
opengl32
# For OpenGL
glu32
# For OpenGL
dxguid
dinput8
)
set
(
CMAKE_CXX_FLAGS
"-Ofast -static-libgcc -static-libstdc++"
)
# Use OpenGL for rendering. Disable to use software rendering.
add_definitions
(
-DWITH_OPENGL
)
# Location for Cannonball to create save files
# Used to auto-generate setup.hpp with various file paths
set
(
xml_directory ./
)
...
...
src/main/engine/ohud.cpp
View file @
2074166a
...
...
@@ -11,6 +11,8 @@
See license.txt for more details.
***************************************************************************/
#include <cstring>
#include "engine/oferrari.hpp"
#include "engine/outils.hpp"
#include "engine/ohud.hpp"
...
...
src/main/tracked/tracked.cpp
View file @
2074166a
#include <iostream>
#include <sstream>
#include <algorithm> // std::reverse
#include "main.hpp"
#include "trackloader.hpp"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment