diff options
| author | panaut0lordv <panaut0lordv@gmail.com> | 2009-01-30 16:54:29 +0100 |
|---|---|---|
| committer | panaut0lordv <panaut0lordv@gmail.com> | 2009-01-30 16:54:29 +0100 |
| commit | 16f52bd90649603c21f3c7f1556bd4db1d869d50 (patch) | |
| tree | a779b18284176e7b7ff4a4ef375e0e6a3f796c29 | |
| parent | 282fdeed2b8f3fb12861264a9a458f02d8f132ad (diff) | |
VC80 project file fix. Patch by deicide.
--HG--
branch : trunk
| -rw-r--r-- | win/VC80/game.vcproj | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/win/VC80/game.vcproj b/win/VC80/game.vcproj index bf4b93c1ef6..46911487f83 100644 --- a/win/VC80/game.vcproj +++ b/win/VC80/game.vcproj @@ -415,7 +415,10 @@ > </File> <File - RelativePath="..\..\src\game\BattleGroundBE.h" + RelativePath="..\..\src\game\BattleGroundBE.h"> + </File> + </Filter> + <Filter Name="AuctionHouseBot" > <File @@ -426,8 +429,8 @@ </File> </Filter> <Filter - > - </File> + Name="Objects" + > <File RelativePath="..\..\src\game\BattleGroundDS.cpp" > |
