diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-04-16 14:18:33 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-04-16 14:18:33 +0000 |
commit | f34960bc4a774764062a7bff70596779006c9413 (patch) | |
tree | eff906ad2f016a47689e3d19902057c13e00d7e5 /The Mana World.dev | |
parent | 62de779017018a6e8f89fed9e0c930fc4904f5d2 (diff) | |
download | mana-f34960bc4a774764062a7bff70596779006c9413.tar.gz mana-f34960bc4a774764062a7bff70596779006c9413.tar.bz2 mana-f34960bc4a774764062a7bff70596779006c9413.tar.xz mana-f34960bc4a774764062a7bff70596779006c9413.zip |
- Readding stripping to executable (Dev-cpp project options)
- New slider skin
- Some updates to win32 compile guide
- Cleaned sound engine
- Improved setup window (need testing)
Diffstat (limited to 'The Mana World.dev')
-rw-r--r-- | The Mana World.dev | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/The Mana World.dev b/The Mana World.dev index cb2833c9..0300aefa 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 @@ -27,13 +27,13 @@ CustomMakefile= IncludeVersionInfo=1 SupportXPThemes=0 CompilerSet=0 -CompilerSettings=0010001001001001001001 +CompilerSettings=0010001001001001001101 [VersionInfo] Major=0 Minor=0 -Release=11 -Build=1 +Release=12 +Build=0 LanguageID=1033 CharsetID=1252 CompanyName=The Mana World Development Team |