diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2004-09-15 17:11:32 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2004-09-15 17:11:32 +0000 |
commit | de9748c3f12f63a77e088e6425e74b59a5f6e1d7 (patch) | |
tree | 312081671b87cadc1116e2eabe1f97413997a0e3 | |
parent | b27e95de57b8e9f583bccea2014f8ea58d147ba6 (diff) | |
download | mana-de9748c3f12f63a77e088e6425e74b59a5f6e1d7.tar.gz mana-de9748c3f12f63a77e088e6425e74b59a5f6e1d7.tar.bz2 mana-de9748c3f12f63a77e088e6425e74b59a5f6e1d7.tar.xz mana-de9748c3f12f63a77e088e6425e74b59a5f6e1d7.zip |
*** empty log message ***
-rw-r--r-- | ManaWorld.vcproj | 12 | ||||
-rw-r--r-- | The Mana World.dev | 25 | ||||
-rw-r--r-- | tmw.ini | 2 |
3 files changed, 35 insertions, 4 deletions
diff --git a/ManaWorld.vcproj b/ManaWorld.vcproj index da7a5238..77d6e39a 100644 --- a/ManaWorld.vcproj +++ b/ManaWorld.vcproj @@ -255,6 +255,9 @@ RelativePath=".\map.h"> </File> <File + RelativePath=".\resrc1.h"> + </File> + <File RelativePath=".\Sound\sound.h"> </File> <File @@ -300,6 +303,15 @@ Name="Resource Files" Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> + <File + RelativePath=".\icon1.ico"> + </File> + <File + RelativePath=".\resource.rc"> + </File> + <File + RelativePath=".\tmw.ico"> + </File> </Filter> </Files> <Globals> diff --git a/The Mana World.dev b/The Mana World.dev index 9414badc..60dda4d9 100644 --- a/The Mana World.dev +++ b/The Mana World.dev @@ -1,7 +1,7 @@ [Project] FileName=The Mana World.dev Name=The Mana World -UnitCount=34 +UnitCount=36 Type=0 Ver=1 ObjFiles= @@ -14,7 +14,7 @@ Compiler= CppCompiler= Linker=-ljgmod_@@_-lalfont_@@_-lalleg_@@_-lwsock32_@@_ IsCpp=1 -Icon= +Icon=The Mana World.ico ExeOutput= ObjectOutput= OverrideOutput=0 @@ -388,6 +388,25 @@ Link=1 Priority=1000 OverrideBuildCmd=0 BuildCmd= +########Text Field info##### +[Unit35] +FileName=Gui\skill.h +CompileCpp=1 +Folder=The Mana World +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[Unit36] +FileName=Gui\skill.cpp +CompileCpp=1 +Folder=The Mana World +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= -########Text Field info##### @@ -28,4 +28,4 @@ stretch = 1 [login] remember = 1 -username = kth5 +username = elven |