diff options
Diffstat (limited to 'win')
-rw-r--r-- | win/VC71/mangosd.vcproj | 18 | ||||
-rw-r--r-- | win/VC71/realmd.vcproj | 8 | ||||
-rw-r--r-- | win/VC71/shared.vcproj | 24 | ||||
-rw-r--r-- | win/VC80/mangosd.vcproj | 8 | ||||
-rw-r--r-- | win/VC80/realmd.vcproj | 8 | ||||
-rw-r--r-- | win/VC80/shared.vcproj | 32 | ||||
-rw-r--r-- | win/VC90/mangosd.vcproj | 8 | ||||
-rw-r--r-- | win/VC90/realmd.vcproj | 8 | ||||
-rw-r--r-- | win/VC90/shared.vcproj | 32 |
9 files changed, 34 insertions, 112 deletions
diff --git a/win/VC71/mangosd.vcproj b/win/VC71/mangosd.vcproj index a008f365030..f7f375562de 100644 --- a/win/VC71/mangosd.vcproj +++ b/win/VC71/mangosd.vcproj @@ -23,13 +23,8 @@ <Tool Name="VCCLCompilerTool" InlineFunctionExpansion="1" -<<<<<<< HEAD:win/VC71/mangosd.vcproj - AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore;..\..\dep\ACE_wrappers" - PreprocessorDefinitions="VERSION="0.12.0-SVN";WIN32;NDEBUG;_CONSOLE;ENABLE_CLI" -======= AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers" PreprocessorDefinitions="VERSION="0.13.0-DEV";WIN32;NDEBUG;_CONSOLE;ENABLE_CLI" ->>>>>>> upstream/master:win/VC71/mangosd.vcproj StringPooling="TRUE" RuntimeLibrary="2" EnableFunctionLevelLinking="TRUE" @@ -99,13 +94,8 @@ copy ..\..\src\trinitycore\trinitycore.conf.dist ..\..\bin\$(PlatformName)_$(Con <Tool Name="VCCLCompilerTool" Optimization="0" -<<<<<<< HEAD:win/VC71/mangosd.vcproj - AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore;..\..\dep\ACE_wrappers" - PreprocessorDefinitions="VERSION="0.12.0-SVN";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI" -======= AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers" PreprocessorDefinitions="VERSION="0.13.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI" ->>>>>>> upstream/master:win/VC71/mangosd.vcproj IgnoreStandardIncludePath="FALSE" BasicRuntimeChecks="3" RuntimeLibrary="3" @@ -222,14 +212,6 @@ copy ..\..\src\trinitycore\trinitycore.conf.dist ..\..\bin\$(PlatformName)_$(Con RelativePath="..\..\src\trinitycore\TrinityCore.rc"> </File> <File - RelativePath="..\..\src\shared\WheatyExceptionReport.cpp" - > - </File> - <File - RelativePath="..\..\src\shared\WheatyExceptionReport.h" - > - </File> - <File RelativePath="..\..\src\trinitycore\WorldRunnable.cpp"> </File> <File diff --git a/win/VC71/realmd.vcproj b/win/VC71/realmd.vcproj index 10fabaf899c..dc37ff1bbbd 100644 --- a/win/VC71/realmd.vcproj +++ b/win/VC71/realmd.vcproj @@ -176,14 +176,6 @@ <File RelativePath="..\..\src\trinityrealm\TrinityRealm.rc"> </File> - <File - RelativePath="..\..\src\shared\WheatyExceptionReport.cpp" - > - </File> - <File - RelativePath="..\..\src\shared\WheatyExceptionReport.h" - > - </File> </Files> <Globals> </Globals> diff --git a/win/VC71/shared.vcproj b/win/VC71/shared.vcproj index 1d9f80dcc3e..0737f6bfe5a 100644 --- a/win/VC71/shared.vcproj +++ b/win/VC71/shared.vcproj @@ -238,12 +238,6 @@ <Filter Name="Util"> <File - RelativePath="..\..\src\shared\Base.cpp"> - </File> - <File - RelativePath="..\..\src\shared\Base.h"> - </File> - <File RelativePath="..\..\src\shared\ByteBuffer.h"> </File> <File @@ -253,12 +247,6 @@ RelativePath="..\..\dep\include\mersennetwister\MersenneTwister.h"> </File> <File - RelativePath="..\..\src\shared\Mthread.cpp"> - </File> - <File - RelativePath="..\..\src\shared\Mthread.h"> - </File> - <File RelativePath="..\..\src\shared\ProgressBar.cpp"> </File> <File @@ -427,7 +415,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" @@ -438,7 +426,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" @@ -454,6 +442,14 @@ <File RelativePath="..\..\src\shared\SystemConfig.h"> </File> + <File + RelativePath="..\..\src\shared\WheatyExceptionReport.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\WheatyExceptionReport.h" + > + </File> </Files> <Globals> </Globals> 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> 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> |