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