diff options
author | Ira Rice <irarice@gmail.com> | 2008-11-02 04:42:27 +0000 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2008-11-02 04:42:27 +0000 |
commit | 247fd9993dd95f411eeaf2a1a98887684ab9cb6c (patch) | |
tree | a5c0825cc52d1a5a5546543b626ea5e6b9f9f8a2 | |
parent | da8d03a095ff2ef34f688db8c602c974be956223 (diff) | |
download | mana-247fd9993dd95f411eeaf2a1a98887684ab9cb6c.tar.gz mana-247fd9993dd95f411eeaf2a1a98887684ab9cb6c.tar.bz2 mana-247fd9993dd95f411eeaf2a1a98887684ab9cb6c.tar.xz mana-247fd9993dd95f411eeaf2a1a98887684ab9cb6c.zip |
Fixed a few windows compiler errors, as well as rolled out a new Windows build.
-rw-r--r-- | AethyraLin2WinXcompile.cbp | 3 | ||||
-rw-r--r-- | src/gui/skill.cpp | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/AethyraLin2WinXcompile.cbp b/AethyraLin2WinXcompile.cbp index 2abfefb8..50881830 100644 --- a/AethyraLin2WinXcompile.cbp +++ b/AethyraLin2WinXcompile.cbp @@ -240,9 +240,6 @@ <Unit filename="src\gui\viewport.h" /> <Unit filename="src\gui\widgets\dropdown.cpp" /> <Unit filename="src\gui\widgets\dropdown.h" /> - <Unit filename="src\gui\widgets\gettext.h" /> - <Unit filename="src\gui\widgets\layout.cpp" /> - <Unit filename="src\gui\widgets\layout.h" /> <Unit filename="src\gui\widgets\resizegrip.cpp" /> <Unit filename="src\gui\widgets\resizegrip.h" /> <Unit filename="src\gui\window.cpp" /> diff --git a/src/gui/skill.cpp b/src/gui/skill.cpp index 4296c506..5a23e2a8 100644 --- a/src/gui/skill.cpp +++ b/src/gui/skill.cpp @@ -35,7 +35,7 @@ #include "../utils/dtor.h" #include "../utils/xml.h" -#include "log.h" +#include "../log.h" #define SKILLS_FILE "skills.xml" |