diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-13 21:33:04 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-13 21:33:04 +0000 |
commit | 83d9f66c8297da7a529f78117618889f68bd29f5 (patch) | |
tree | 68660d3fdc134c1f02fc81860fdcf28cc3dc5327 | |
parent | 3cca94c77f727b671bc8a3e3d646837d0aa24d25 (diff) | |
download | mana-client-83d9f66c8297da7a529f78117618889f68bd29f5.tar.gz mana-client-83d9f66c8297da7a529f78117618889f68bd29f5.tar.bz2 mana-client-83d9f66c8297da7a529f78117618889f68bd29f5.tar.xz mana-client-83d9f66c8297da7a529f78117618889f68bd29f5.zip |
Removed missing weapon.h from Dev-C++ project file.
-rw-r--r-- | The Mana World.dev | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/The Mana World.dev b/The Mana World.dev index e92f18bd..d4594e7c 100644 --- a/The Mana World.dev +++ b/The Mana World.dev @@ -1,7 +1,7 @@ [Project] FileName=The Mana World.dev Name=tmw -UnitCount=47 +UnitCount=46 Type=0 Ver=1 ObjFiles= @@ -484,9 +484,9 @@ OverrideBuildCmd=0 BuildCmd= [Unit44] -FileName=src\weapon.h +FileName=src\graphic\image.h CompileCpp=1 -Folder=tmw +Folder=graphic Compile=1 Link=1 Priority=1000 @@ -494,7 +494,7 @@ OverrideBuildCmd=0 BuildCmd= [Unit46] -FileName=src\gui\setup.h +FileName=src\gui\setup.cpp CompileCpp=1 Folder=gui Compile=1 @@ -524,9 +524,9 @@ OverrideBuildCmd=0 BuildCmd= [Unit45] -FileName=src\graphic\image.h +FileName=src\gui\setup.h CompileCpp=1 -Folder=graphic +Folder=gui Compile=1 Link=1 Priority=1000 |