diff options
| author | megamage <none@none> | 2009-03-27 09:58:20 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-03-27 09:58:20 -0600 |
| commit | bc2f2bc56a0c4c1a732911c52cb405af6af309c9 (patch) | |
| tree | 7f27f5edafdfa6f7f9aa93c16ca0c53bfd1f1b49 /win/VC80 | |
| parent | 5f47775ac36c78512e9a233ad31db657045617fb (diff) | |
[7552] Move client version dependend DBC code to src/game. Author: VladimirMangos
--HG--
branch : trunk
Diffstat (limited to 'win/VC80')
| -rw-r--r-- | win/VC80/game.vcproj | 20 | ||||
| -rw-r--r-- | win/VC80/shared.vcproj | 50 |
2 files changed, 23 insertions, 47 deletions
diff --git a/win/VC80/game.vcproj b/win/VC80/game.vcproj index 2d8b79365b5..1a43ce4d14b 100644 --- a/win/VC80/game.vcproj +++ b/win/VC80/game.vcproj @@ -1332,6 +1332,26 @@ Name="Server" > <File + RelativePath="..\..\src\game\DBCEnums.h" + > + </File> + <File + RelativePath="..\..\src\game\DBCfmt.h" + > + </File> + <File + RelativePath="..\..\src\game\DBCStores.cpp" + > + </File> + <File + RelativePath="..\..\src\game\DBCStores.h" + > + </File> + <File + RelativePath="..\..\src\game\DBCStructure.h" + > + </File> + <File RelativePath="..\..\src\game\GlobalEvents.cpp" > </File> diff --git a/win/VC80/shared.vcproj b/win/VC80/shared.vcproj index 5964d2502a0..8b00f9b7606 100644 --- a/win/VC80/shared.vcproj +++ b/win/VC80/shared.vcproj @@ -440,59 +440,15 @@ Name="DataStores" > <File - RelativePath="..\..\src\shared\Database\dbcfile.cpp" + RelativePath="..\..\src\shared\Database\DBCFileLoader.cpp" > </File> <File - RelativePath="..\..\src\shared\Database\dbcfile.h" + RelativePath="..\..\src\shared\Database\DBCFileLoader.h" > </File> <File - RelativePath="..\..\src\shared\Database\DBCfmt.cpp" - > - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - ObjectFile="$(IntDir)/$(InputName)1.obj" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - > - <Tool - Name="VCCLCompilerTool" - ObjectFile="$(IntDir)/$(InputName)1.obj" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - ObjectFile="$(IntDir)/$(InputName)1.obj" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|x64" - > - <Tool - Name="VCCLCompilerTool" - ObjectFile="$(IntDir)/$(InputName)1.obj" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\..\src\shared\Database\DBCStores.cpp" - > - </File> - <File - RelativePath="..\..\src\shared\Database\DBCStores.h" - > - </File> - <File - RelativePath="..\..\src\shared\Database\DBCStructure.h" + RelativePath="..\..\src\shared\Database\DBCStore.h" > </File> </Filter> |
