diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-07-20 10:10:23 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-07-20 10:10:23 +0000 |
commit | b9d581cf5f7c1439f391d3f4906308f9e40d8012 (patch) | |
tree | 75dfaf6dc906754f38e430c750ede54d41b28ec1 /The Mana World.dev | |
parent | 50277d3c253ecba4b15398264c7bf1f0408b3481 (diff) | |
download | mana-b9d581cf5f7c1439f391d3f4906308f9e40d8012.tar.gz mana-b9d581cf5f7c1439f391d3f4906308f9e40d8012.tar.bz2 mana-b9d581cf5f7c1439f391d3f4906308f9e40d8012.tar.xz mana-b9d581cf5f7c1439f391d3f4906308f9e40d8012.zip |
Added a resource script to let both Dev-Cpp and Code::Blocks share the same binary icon and version infos.
Diffstat (limited to 'The Mana World.dev')
-rw-r--r-- | The Mana World.dev | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/The Mana World.dev b/The Mana World.dev index b929434a..f222a04a 100644 --- a/The Mana World.dev +++ b/The Mana World.dev @@ -1,7 +1,7 @@ [Project] FileName=The Mana World.dev Name=tmw -UnitCount=229 +UnitCount=230 Type=0 Ver=1 ObjFiles= @@ -14,7 +14,7 @@ Compiler= CppCompiler=-DUSE_OPENGL_@@_-Wall_@@_ Linker=-lguichan_@@_-lguichan_sdl_@@_-lguichan_opengl_@@_-lwsock32_@@_-lSDL_image.dll_@@_-lSDL_mixer.dll_@@_-lSDL_net.dll_@@_-lmingw32_@@_-lSDLmain_@@_-lSDL.dll_@@_-lxml2.dll_@@_-lopengl32_@@_-lpng12.dll_@@_-lz.dll_@@_-lphysfs_@@_-lcurl_@@_ IsCpp=1 -Icon=The Mana World.ico +Icon= ExeOutput= ObjectOutput=obj OverrideOutput=1 @@ -24,10 +24,10 @@ Folders=graphic,graphic/header,graphic/source,gui,gui/header,gui/source,header,n CommandLine= UseCustomMakefile=0 CustomMakefile= -IncludeVersionInfo=1 +IncludeVersionInfo=0 SupportXPThemes=0 CompilerSet=0 -CompilerSettings=0010001001000001001001 +CompilerSettings=0010001001000001001101 [VersionInfo] Major=0 @@ -2347,3 +2347,12 @@ Priority=1000 OverrideBuildCmd=0 BuildCmd= +[Unit230] +FileName=src\tmw.rc +Folder=tmw +Compile=1 +Link=0 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + |