diff options
| author | Neo2003 <none@none> | 2008-10-06 12:01:03 -0500 |
|---|---|---|
| committer | Neo2003 <none@none> | 2008-10-06 12:01:03 -0500 |
| commit | 954fd22ab06ee557b2932748afe8db410e3d88cb (patch) | |
| tree | 0bd8cb85b2c4730a9088d351fa4385db2b1c166c | |
| parent | ead15d48afa79087a9d79a04d03568b04c88a2a3 (diff) | |
[svn] * Windows 32/64 compilation fix after Rev.20
--HG--
branch : trunk
| -rw-r--r-- | win/VC71/game.vcproj | 6 | ||||
| -rw-r--r-- | win/VC80/game.vcproj | 8 | ||||
| -rw-r--r-- | win/VC90/game.vcproj | 8 |
3 files changed, 0 insertions, 22 deletions
diff --git a/win/VC71/game.vcproj b/win/VC71/game.vcproj index 2b1339b2b3d..07ca4975abc 100644 --- a/win/VC71/game.vcproj +++ b/win/VC71/game.vcproj @@ -637,12 +637,6 @@ RelativePath="..\..\src\game\ObjectMgr.h">
</File>
<File
- RelativePath="..\..\src\game\ObjectPosSelector.cpp">
- </File>
- <File
- RelativePath="..\..\src\game\ObjectPosSelector.h">
- </File>
- <File
RelativePath="..\..\src\game\Pet.cpp">
</File>
<File
diff --git a/win/VC80/game.vcproj b/win/VC80/game.vcproj index bd3b27a0664..450e47755ef 100644 --- a/win/VC80/game.vcproj +++ b/win/VC80/game.vcproj @@ -1027,14 +1027,6 @@ >
</File>
<File
- RelativePath="..\..\src\game\ObjectPosSelector.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ObjectPosSelector.h"
- >
- </File>
- <File
RelativePath="..\..\src\game\Pet.cpp"
>
</File>
diff --git a/win/VC90/game.vcproj b/win/VC90/game.vcproj index 7bfc613e37d..a21d5c1d5e7 100644 --- a/win/VC90/game.vcproj +++ b/win/VC90/game.vcproj @@ -1032,14 +1032,6 @@ >
</File>
<File
- RelativePath="..\..\src\game\ObjectPosSelector.cpp"
- >
- </File>
- <File
- RelativePath="..\..\src\game\ObjectPosSelector.h"
- >
- </File>
- <File
RelativePath="..\..\src\game\Pet.cpp"
>
</File>
|
