mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-09-23 05:46:27 +00:00
Fix DEBUG builds
This commit is contained in:
@@ -211,6 +211,9 @@
|
||||
<Command>
|
||||
</Command>
|
||||
</PreBuildEvent>
|
||||
<ResourceCompile>
|
||||
<PreprocessorDefinitions>_DEBUG ;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ResourceCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
|
||||
@@ -2,7 +2,12 @@
|
||||
// Microsoft Visual C++ generated include file.
|
||||
// Used by OptiScaler.rc
|
||||
//
|
||||
#ifdef _DEBUG
|
||||
#define VER_BUILD_DATE "Debug Build"
|
||||
#else
|
||||
#include "resource_build_date.h"
|
||||
#endif // !_DEBUG
|
||||
|
||||
|
||||
#define VS_VERSION_INFO 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user