Buildsystem/Windows: Fix a typo in the worldserver/authserver .rc files - fixes debug builds on Windows

This commit is contained in:
click
2011-08-05 23:35:09 +02:00
parent 287b9e423c
commit 5b0b53a8c0
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifndef _DEBUG
FILEFLAGS 0
#else
FILEFLAGS (VER_PRIVATEBUILD|VER_PRERELASE|VER_DEBUG)
FILEFLAGS (VER_PRIVATEBUILD|VER_PRERELEASE|VER_DEBUG)
#endif
FILEOS VOS_NT_WINDOWS32

View File

@@ -63,7 +63,7 @@ FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifndef _DEBUG
FILEFLAGS 0
#else
FILEFLAGS (VER_PRIVATEBUILD|VER_PRERELASE|VER_DEBUG)
FILEFLAGS (VER_PRIVATEBUILD|VER_PRERELEASE|VER_DEBUG)
#endif
FILEOS VOS_NT_WINDOWS32