mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
* Added .rc files for each of the plugins / updated the project files to use these resource files.
* This will allow a user to verify the version and architecture (x32/x64) by using the "Properties / Details" dialog in Windows Explorer on plugin dll files just as can be done today with Rainmeter.exe. * Added a new AutoIt utility UpdatePluginRC.exe and source which will modify the new .rc files during the build to set the current Rainmeter version and the x32/x64 architecture. * Modified the existing Build.py and UpdateRevision.py to use this new functionality (NOTE: WHEN YOU DOWNLOAD BUILD.PY, BE SURE TO CHANGE THE PATHS AT THE TOP TO YOURS) JamesAC & JSMorley ==== * Minor change to RainThemes.au3 to address an issue where on some systems it was failing to stop Rainemter.exe properly.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Version="9.00"
|
||||
Name="PluginPerfMon"
|
||||
ProjectGUID="{5344B52B-BAC3-479C-B41D-D465B8BDA1AD}"
|
||||
TargetFrameworkVersion="0"
|
||||
@ -952,6 +952,10 @@
|
||||
RelativePath="PerfSnap.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\PluginPerfMon.rc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Titledb.cpp"
|
||||
>
|
||||
|
Reference in New Issue
Block a user