Fix scons and Linux builds
This commit is contained in:
@@ -16,8 +16,7 @@ tools = Split("""
|
|||||||
../fileio/special_parse.cpp
|
../fileio/special_parse.cpp
|
||||||
../fileio/tarball.cpp
|
../fileio/tarball.cpp
|
||||||
../fileio/gzstream/gzstream.cpp
|
../fileio/gzstream/gzstream.cpp
|
||||||
../fileio/resmgr/restypes.cpp
|
""") + Glob("../fileio/resmgr/*.cpp") + Glob("../gfx/*.cpp") + Glob("../scenario/*.cpp")
|
||||||
""") + Glob("../gfx/*.cpp") + Glob("../scenario/*.cpp")
|
|
||||||
|
|
||||||
if str(platform) == "darwin":
|
if str(platform) == "darwin":
|
||||||
tools.extend(Glob("*.mac.*"))
|
tools.extend(Glob("*.mac.*"))
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
#include "cursors.hpp"
|
#include "cursors.hpp"
|
||||||
// #include "restypes.hpp" // Include before X11 to avoid macro conflicts in SFML
|
// #include "restypes.hpp" // Include before X11 to avoid macro conflicts in SFML
|
||||||
#include "res_cursor.hpp"
|
#include "res_cursor.hpp"
|
||||||
|
#include <SFML/Graphics.hpp>
|
||||||
|
|
||||||
namespace x11 {
|
namespace x11 {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user