adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[adonthell-commits] master 552f89f: FIXED compilation under mingw64


From: Kai Sterker
Subject: [adonthell-commits] master 552f89f: FIXED compilation under mingw64
Date: Sat, 20 Aug 2016 13:52:56 +0000 (UTC)

branch: master
commit 552f89f646e8c5011e2b514ffc9efd3f21180657
Author: Kai Sterker <address@hidden>
Commit: Kai Sterker <address@hidden>

    FIXED compilation under mingw64
---
 .gitignore         |    2 ++
 src/py_adonthell.i |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 5aeb5b8..0b92ce4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,8 @@ remove-potcdate.sed
 py_adonthell_wrap.cc
 libadonthell.a
 adonthell-0.3
+adonthell-0.3.exe
+src/lex.prefs.cc
 src/tools/dlgedit/adonthell-dlgedit
 html
 latex
diff --git a/src/py_adonthell.i b/src/py_adonthell.i
index 0f0661e..f8d10b3 100644
--- a/src/py_adonthell.i
+++ b/src/py_adonthell.i
@@ -13,7 +13,7 @@
 #include "storage.h"
 #include "gametime.h"
 #include "gamedate.h"
-#include <SDL2/SDL_keycode.h>
+#include <SDL_keycode.h>
 #include "input.h"
 #include "audio.h"
 #include "character_base.h"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]