diff options
-rw-r--r-- | The Mana World.dev | 2 | ||||
-rw-r--r-- | src/gui/browserbox.cpp | 2 | ||||
-rw-r--r-- | src/resources/buddylist.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/The Mana World.dev b/The Mana World.dev index b97db722..433b3bb1 100644 --- a/The Mana World.dev +++ b/The Mana World.dev @@ -11,7 +11,7 @@ PrivateResource=The_Mana_World_private.rc ResourceIncludes= MakeIncludes= Compiler=-Dmain=SDL_main_@@_ -CppCompiler=-funroll-loops_@@_-ffast-math_@@_-fomit-frame-pointer_@@_-pipe_@@_ +CppCompiler=-funroll-loops_@@_-ffast-math_@@_-fomit-frame-pointer_@@_-pipe_@@_-DUSE_OPENGL_@@_ Linker=-lguichan_@@_-lguichan_sdl_@@_-lguichan_opengl_@@_-lwsock32_@@_-lSDL_image_@@_-lSDL_mixer_@@_-lmingw32_@@_-lSDLmain_@@_-lSDL_@@_-llibxml2_@@_-lopengl32_@@_-lphysfs_@@_ IsCpp=1 Icon=The Mana World.ico diff --git a/src/gui/browserbox.cpp b/src/gui/browserbox.cpp index fd1a235c..51cc7fb3 100644 --- a/src/gui/browserbox.cpp +++ b/src/gui/browserbox.cpp @@ -23,7 +23,7 @@ #include "browserbox.h" #include "gui.h" -#include "main.h" +#include "../main.h" int BrowserBox::instances = 0; gcn::ImageFont* BrowserBox::browserFont; diff --git a/src/resources/buddylist.cpp b/src/resources/buddylist.cpp index ed80eaf9..3e40ec86 100644 --- a/src/resources/buddylist.cpp +++ b/src/resources/buddylist.cpp @@ -22,7 +22,7 @@ */ #include "buddylist.h" -#include "main.h" +#include "../main.h" #include <iostream> #include <fstream> |