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/VC90 | |
| 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/VC90')
| -rw-r--r-- | win/VC90/mangosd.vcproj | 8 | ||||
| -rw-r--r-- | win/VC90/realmd.vcproj | 8 | ||||
| -rw-r--r-- | win/VC90/shared.vcproj | 32 |
3 files changed, 12 insertions, 36 deletions
diff --git a/win/VC90/mangosd.vcproj b/win/VC90/mangosd.vcproj index 48f01ea5744..8a0251fd66e 100644 --- a/win/VC90/mangosd.vcproj +++ b/win/VC90/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/VC90/realmd.vcproj b/win/VC90/realmd.vcproj index 5fae602e911..efe3fbf0832 100644 --- a/win/VC90/realmd.vcproj +++ b/win/VC90/realmd.vcproj @@ -446,14 +446,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/VC90/shared.vcproj b/win/VC90/shared.vcproj index 02452340e8b..496932dca6a 100644 --- a/win/VC90/shared.vcproj +++ b/win/VC90/shared.vcproj @@ -520,14 +520,6 @@ Name="Util" > <File - RelativePath="..\..\src\shared\Base.cpp" - > - </File> - <File - RelativePath="..\..\src\shared\Base.h" - > - </File> - <File RelativePath="..\..\src\shared\ByteBuffer.h" > </File> @@ -540,14 +532,6 @@ > </File> <File - RelativePath="..\..\src\shared\Mthread.cpp" - > - </File> - <File - RelativePath="..\..\src\shared\Mthread.h" - > - </File> - <File RelativePath="..\..\src\shared\ProgressBar.cpp" > </File> @@ -768,7 +752,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" @@ -779,7 +763,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" @@ -790,7 +774,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" @@ -801,7 +785,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" @@ -820,6 +804,14 @@ RelativePath="..\..\src\shared\SystemConfig.h" > </File> + <File + RelativePath="..\..\src\shared\WheatyExceptionReport.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\WheatyExceptionReport.h" + > + </File> </Files> <Globals> </Globals> |
