mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
Buildsystem/Windows: Fix a typo in the worldserver/authserver .rc files - fixes debug builds on Windows
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user