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 | |
| parent | 5f47775ac36c78512e9a233ad31db657045617fb (diff) | |
[7552] Move client version dependend DBC code to src/game. Author: VladimirMangos
--HG--
branch : trunk
Diffstat (limited to 'win')
| -rw-r--r-- | win/VC71/game.vcproj | 15 | ||||
| -rw-r--r-- | win/VC71/shared.vcproj | 27 | ||||
| -rw-r--r-- | win/VC80/game.vcproj | 20 | ||||
| -rw-r--r-- | win/VC80/shared.vcproj | 50 | ||||
| -rw-r--r-- | win/VC90/game.vcproj | 20 | ||||
| -rw-r--r-- | win/VC90/shared.vcproj | 50 |
6 files changed, 64 insertions, 118 deletions
diff --git a/win/VC71/game.vcproj b/win/VC71/game.vcproj index 0a226b5db42..9431fa87980 100644 --- a/win/VC71/game.vcproj +++ b/win/VC71/game.vcproj @@ -898,6 +898,21 @@ <Filter 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> <File diff --git a/win/VC71/shared.vcproj b/win/VC71/shared.vcproj index 58421a75b8a..163fa41df9a 100644 --- a/win/VC71/shared.vcproj +++ b/win/VC71/shared.vcproj @@ -195,34 +195,13 @@ <Filter 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="Debug|Win32"> - <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> </Filter> 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> diff --git a/win/VC90/game.vcproj b/win/VC90/game.vcproj index 3eabeb0e139..39661291afd 100644 --- a/win/VC90/game.vcproj +++ b/win/VC90/game.vcproj @@ -1331,6 +1331,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/VC90/shared.vcproj b/win/VC90/shared.vcproj index ff0ebfa41cb..8a1d5ee4d9e 100644 --- a/win/VC90/shared.vcproj +++ b/win/VC90/shared.vcproj @@ -447,59 +447,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> |
