diff options
| author | click <none@none> | 2010-08-08 03:33:21 +0200 |
|---|---|---|
| committer | click <none@none> | 2010-08-08 03:33:21 +0200 |
| commit | 9a8342abb76e15a194d40be7d568ba9442ac7214 (patch) | |
| tree | c723764074ae8e20d3da065acc1c2298f4aae820 /src/server/authserver/authserver.rc | |
| parent | 8082363fc10419f61dba85e4668b8401bb0cc28f (diff) | |
Buildsystem: Make core buildable under Windows again
- changed OpenSSL detection of headers around slightly
- changed paths to MySQL-headers on Windows in a few files
- removed precompiled header for scripts being built when building game
- added requirement of building revision.h to be built before building shared
- added some generic buildfixes (thanks zor)
- use resource-files, allowing for icons to show up on windows
--HG--
branch : trunk
Diffstat (limited to 'src/server/authserver/authserver.rc')
| -rw-r--r-- | src/server/authserver/authserver.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authserver/authserver.rc b/src/server/authserver/authserver.rc index 74ce7f43858..bb8542c7dd5 100644 --- a/src/server/authserver/authserver.rc +++ b/src/server/authserver/authserver.rc @@ -17,7 +17,7 @@ */ #include "resource.h" -#include "../shared/revision.h" +#include "revision.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// |
