diff options
-rw-r--r-- | The Mana World.dev | 4 | ||||
-rw-r--r-- | docs/INSTALL/debian.txt | 4 | ||||
-rw-r--r-- | src/gui/gui.h | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/The Mana World.dev b/The Mana World.dev index c0099311..7298c404 100644 --- a/The Mana World.dev +++ b/The Mana World.dev @@ -12,9 +12,9 @@ ResourceIncludes= MakeIncludes= Compiler=-Dmain=SDL_main_@@_ CppCompiler=-funroll-loops_@@_-ffast-math_@@_-fomit-frame-pointer_@@_-pipe_@@__@@__@@_ -Linker=-lguichan_@@_-lguichan_sdl_@@_-lguichan_opengl_@@_-lwsock32_@@_-lSDL_image_@@_-lSDL_mixer_@@_-lmingw32_@@_-lSDLmain_@@_-lSDL_@@_-llibxml2_@@_-lopengl32_@@_-lphysfs_static_@@_ +Linker=-lguichan_@@_-lguichan_sdl_@@_-lguichan_opengl_@@_-lwsock32_@@_-lSDL_image_@@_-lSDL_mixer_@@_-lmingw32_@@_-lSDLmain_@@_-lSDL_@@_-llibxml2_@@_-lopengl32_@@_-lphysfs_@@_ IsCpp=1 -Icon=data\icons\tmw-icon.ico +Icon=The Mana World.ico ExeOutput= ObjectOutput=obj OverrideOutput=1 diff --git a/docs/INSTALL/debian.txt b/docs/INSTALL/debian.txt index 418e8bef..349451c0 100644 --- a/docs/INSTALL/debian.txt +++ b/docs/INSTALL/debian.txt @@ -91,8 +91,8 @@ A Debian Repository has been created. Simply add in your /etc/apt/sources.list file : - deb http://www.themanaworld.org/files/debrepo ./ - deb-src http://www.themanaworld.org/files/debrepo ./ + deb http://themanaworld.org/files/debrepo ./ + deb-src http://themanaworld.org/files/debrepo ./ Then, as root, do : diff --git a/src/gui/gui.h b/src/gui/gui.h index 599203e9..ff1f4889 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -31,6 +31,9 @@ /** * \defgroup GUI Core GUI related classes (widgets) + */ + +/** * \defgroup Interface User interface related classes (windows, dialogs) */ |