diff options
| author | XTZGZoReX <none@none> | 2009-03-19 19:53:14 +0100 |
|---|---|---|
| committer | XTZGZoReX <none@none> | 2009-03-19 19:53:14 +0100 |
| commit | fd2f768dfd7c877880942477a7d1b1645f5bfab9 (patch) | |
| tree | 0e80c33636dddd86cd20818bfa15f49ed701b318 /win/VC80 | |
| parent | 6c32bd5441ce4195eec7204dc8193a43b611a0e1 (diff) | |
* Move WheatyExceptionReport back to realmd/worldd. Apparently, it doesn't work when in the shared library.
* Fixed debug build on Windows (no more warnings).
* Spaces->tabs in some .vcproj's; these files are not meant to be composed of spaces (Visual Studio plainly doesn't like it).
--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 | 8 |
3 files changed, 16 insertions, 8 deletions
diff --git a/win/VC80/mangosd.vcproj b/win/VC80/mangosd.vcproj index 222440991a5..a6294ae5fc6 100644 --- a/win/VC80/mangosd.vcproj +++ b/win/VC80/mangosd.vcproj @@ -502,6 +502,14 @@ > </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 b854ceeef64..16f6c8565f9 100644 --- a/win/VC80/realmd.vcproj +++ b/win/VC80/realmd.vcproj @@ -445,6 +445,14 @@ 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 673f900332c..5964d2502a0 100644 --- a/win/VC80/shared.vcproj +++ b/win/VC80/shared.vcproj @@ -797,14 +797,6 @@ RelativePath="..\..\src\shared\SystemConfig.h" > </File> - <File - RelativePath="..\..\src\shared\WheatyExceptionReport.cpp" - > - </File> - <File - RelativePath="..\..\src\shared\WheatyExceptionReport.h" - > - </File> </Files> <Globals> </Globals> |
