- Removed example plugins (will be available tomorrow from http://rainmeter.net/cms/Developers)

- Changed new plugin API exports to __stdcall calling convention
- Disabled /DEBUG for Release configurations
This commit is contained in:
Birunthan Mohanathas
2012-01-28 16:14:03 +00:00
parent fd48b9f24a
commit 81b6813e3a
35 changed files with 33 additions and 805 deletions

View File

@ -219,7 +219,6 @@ xcopy /Q /S /Y ..\Install\Default.ini ..\testbench\x32\release\
<OutputFile>../TestBench/x32/Release/Rainmeter.exe</OutputFile>
<SuppressStartupBanner>true</SuppressStartupBanner>
<AdditionalLibraryDirectories>..\Library\x32\Release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<GenerateDebugInformation>true</GenerateDebugInformation>
<ProgramDatabaseFile>.\x32/Release/Rainmeter.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
<EntryPointSymbol>wWinMainCRTStartup</EntryPointSymbol>