mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
- Modified font caching. (Fixed an issue that LocalFont file is locked until exiting Rainmeter.)
- Disabled checked iterators in release mode. (_SECURE_SCL=0) http://msdn.microsoft.com/en-us/library/aa985965.aspx Note: _SECURE_SCL defaults to 0 in release mode in VC10(=VC2010).
This commit is contained in:
@ -196,7 +196,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="if not exist ..\testbench\x64\debug\skins (mkdir ..\testbench\x64\debug\skins)
if not exist ..\testbench\x64\debug\themes (mkdir ..\testbench\x64\debug\themes)
echo "Copying the skins..."
xcopy /Q /S /Y ..\Install\Skins ..\testbench\x64\debug\skins
xcopy /Q /S /Y ..\Install\Themes ..\testbench\x64\debug\themes
xcopy /Q /S /Y ..\Install\Default.ini ..\testbench\x64\debug\"
|
||||
CommandLine="if not exist ..\testbench\x64\debug\skins (mkdir ..\testbench\x64\debug\skins)
if not exist ..\testbench\x64\debug\themes (mkdir ..\testbench\x64\debug\themes)
echo "Copying the skins..."
xcopy /Q /S /Y ..\Install\Skins ..\testbench\x64\debug\skins
xcopy /Q /S /Y ..\Install\Themes ..\testbench\x64\debug\themes
xcopy /Q /S /Y ..\Install\Default.ini ..\testbench\x64\debug\
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
@ -234,7 +234,7 @@
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="1"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;UNICODE"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;UNICODE;_SECURE_SCL=0"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
@ -330,7 +330,7 @@
|
||||
AdditionalOptions="/GL /GA "
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="1"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;UNICODE"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;UNICODE;_SECURE_SCL=0"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
|
Reference in New Issue
Block a user