From 383c2e0962454b6779a0f3c2619fbf98242a31f2 Mon Sep 17 00:00:00 2001 From: jsmorley Date: Thu, 22 Apr 2010 02:16:01 +0000 Subject: [PATCH] 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. --- Application/Application.rc | 3 ++- revision-number.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Application/Application.rc b/Application/Application.rc index b36d9e5e..d46fe1ca 100644 --- a/Application/Application.rc +++ b/Application/Application.rc @@ -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" diff --git a/revision-number.h b/revision-number.h index 7a11342f..dc699ad4 100644 --- a/revision-number.h +++ b/revision-number.h @@ -1,2 +1,2 @@ #pragma once -const int revision_number = 386; \ No newline at end of file +const int revision_number = 387; \ No newline at end of file