Rainmeter Build: Added a small app UpdateApplicationRC.exe called by the build process to set the proper revision number in Applicaton.rc so this no longer has to be done manually prior to the install. Poiru, you can remove the lines warning you to edit Application.rc and the "pause" in Build.bat in the VC++ folder. AutoIt3 source for the app is included, but not compiled during the build as it is static.

This commit is contained in:
jsmorley 2010-04-22 02:16:01 +00:00
parent 2c9829381f
commit 383c2e0962
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
//Microsoft Developer Studio generated resource script.
// Microsoft Developer Studio generated resource script.
// Caution! Do not modify this file without changing \install\UpdateApplicationRC.au3
//
#include "resource.h"

View File

@ -1,2 +1,2 @@
#pragma once
const int revision_number = 386;
const int revision_number = 387;