diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-05-14 15:42:54 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-05-14 15:42:54 +0000 |
commit | e7d91341bc0ee21f4b31fefb77c34b14c13c618d (patch) | |
tree | baae42ab78d103308358425711928fa70522edcd | |
parent | 0dd8bc994b172f65d96e11e50e51643c24111907 (diff) | |
download | mana-e7d91341bc0ee21f4b31fefb77c34b14c13c618d.tar.gz mana-e7d91341bc0ee21f4b31fefb77c34b14c13c618d.tar.bz2 mana-e7d91341bc0ee21f4b31fefb77c34b14c13c618d.tar.xz mana-e7d91341bc0ee21f4b31fefb77c34b14c13c618d.zip |
Fixed .dev, GUI groups and updated Debian repository links.
-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) */ |