diff options
| author | XTZGZoReX <none@none> | 2009-03-19 15:32:16 +0100 |
|---|---|---|
| committer | XTZGZoReX <none@none> | 2009-03-19 15:32:16 +0100 |
| commit | a075d37fdda31bca4a116444f7ce893f8e596bf8 (patch) | |
| tree | 28e2153158cf59ffe7c019c8d4a49c2220cb01e9 /win/VC80 | |
| parent | 3ff11b64bae87a8c33aede71816ed7fb8b82f766 (diff) | |
* Removed unused/unneeded classes: Base, Mthread
* Fixed a merge issue that broke VC71 files.
* Moved WheatyExceptionReport to shared, where it should be.
--HG--
branch : trunk
Diffstat (limited to 'win/VC80')
| -rw-r--r-- | win/VC80/mangosd.vcproj | 8 | ||||
| -rw-r--r-- | win/VC80/realmd.vcproj | 8 | ||||
| -rw-r--r-- | win/VC80/shared.vcproj | 32 |
3 files changed, 12 insertions, 36 deletions
diff --git a/win/VC80/mangosd.vcproj b/win/VC80/mangosd.vcproj index a6294ae5fc6..222440991a5 100644 --- a/win/VC80/mangosd.vcproj +++ b/win/VC80/mangosd.vcproj @@ -502,14 +502,6 @@ > </File> <File - RelativePath="..\..\src\shared\WheatyExceptionReport.cpp" - > - </File> - <File - RelativePath="..\..\src\shared\WheatyExceptionReport.h" - > - </File> - <File RelativePath="..\..\src\mangosd\WorldRunnable.cpp" > </File> diff --git a/win/VC80/realmd.vcproj b/win/VC80/realmd.vcproj index 16f6c8565f9..b854ceeef64 100644 --- a/win/VC80/realmd.vcproj +++ b/win/VC80/realmd.vcproj @@ -445,14 +445,6 @@ RelativePath="..\..\src\realmd\RealmList.h" > </File> - <File - RelativePath="..\..\src\shared\WheatyExceptionReport.cpp" - > - </File> - <File - RelativePath="..\..\src\shared\WheatyExceptionReport.h" - > - </File> </Files> <Globals> </Globals> diff --git a/win/VC80/shared.vcproj b/win/VC80/shared.vcproj index 3824e5ae494..673f900332c 100644 --- a/win/VC80/shared.vcproj +++ b/win/VC80/shared.vcproj @@ -513,14 +513,6 @@ Name="Util" > <File - RelativePath="..\..\src\shared\Base.cpp" - > - </File> - <File - RelativePath="..\..\src\shared\Base.h" - > - </File> - <File RelativePath="..\..\src\shared\ByteBuffer.h" > </File> @@ -533,14 +525,6 @@ > </File> <File - RelativePath="..\..\src\shared\Mthread.cpp" - > - </File> - <File - RelativePath="..\..\src\shared\Mthread.h" - > - </File> - <File RelativePath="..\..\src\shared\ProgressBar.cpp" > </File> @@ -761,7 +745,7 @@ > <Tool Name="VCCustomBuildTool" - Description="Getting Version... :)" + Description="Getting Version..." CommandLine="cd $(InputDir)
"$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe" "..\.."
" AdditionalDependencies="$(SolutionDir)../.hg/branch.cache" Outputs="revision.h" @@ -772,7 +756,7 @@ > <Tool Name="VCCustomBuildTool" - Description="Getting Version... :)" + Description="Getting Version..." CommandLine="cd $(InputDir)
"$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe" "..\.."
" AdditionalDependencies="$(SolutionDir)../.hg/branch.cache" Outputs="revision.h" @@ -783,7 +767,7 @@ > <Tool Name="VCCustomBuildTool" - Description="Getting Version... :)" + Description="Getting Version..." CommandLine="cd $(InputDir)
"$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe" "..\.."
" AdditionalDependencies="$(SolutionDir)../.hg/branch.cache" Outputs="revision.h" @@ -794,7 +778,7 @@ > <Tool Name="VCCustomBuildTool" - Description="Getting Version... :)" + Description="Getting Version..." CommandLine="cd $(InputDir)
"$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe" "..\.."
" AdditionalDependencies="$(SolutionDir)../.hg/branch.cache" Outputs="revision.h" @@ -813,6 +797,14 @@ RelativePath="..\..\src\shared\SystemConfig.h" > </File> + <File + RelativePath="..\..\src\shared\WheatyExceptionReport.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\WheatyExceptionReport.h" + > + </File> </Files> <Globals> </Globals> |
