mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Added _WIN64 to preprocessor for 64bit resource compiler.
This commit is contained in:
@ -160,7 +160,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
PreprocessorDefinitions="_DEBUG;_WIN64"
|
||||
Culture="1033"
|
||||
/>
|
||||
<Tool
|
||||
@ -341,7 +341,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="NDEBUG"
|
||||
PreprocessorDefinitions="NDEBUG;_WIN64"
|
||||
Culture="1033"
|
||||
/>
|
||||
<Tool
|
||||
@ -527,7 +527,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="NDEBUG"
|
||||
PreprocessorDefinitions="NDEBUG;_WIN64"
|
||||
Culture="1033"
|
||||
/>
|
||||
<Tool
|
||||
|
Reference in New Issue
Block a user