diff options
author | robertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-21 13:51:41 +0000 |
---|---|---|
committer | robertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-21 13:51:41 +0000 |
commit | 5ff238bc23e3839bd332e8808b44f78245caf33d (patch) | |
tree | 0e8e71ff7c40de5a0145c22446de2782b4eeeeaf /chrome_frame/chrome_tab_version.rc | |
parent | 8ddb57924349567a94419878536c781cd7791847 (diff) | |
download | chromium_src-5ff238bc23e3839bd332e8808b44f78245caf33d.zip chromium_src-5ff238bc23e3839bd332e8808b44f78245caf33d.tar.gz chromium_src-5ff238bc23e3839bd332e8808b44f78245caf33d.tar.bz2 |
Fix the tangled ball of poo that was our resource scripts. We previously had two version info resources, one of which got updated correctly during incremental builds, the other of which was used. Bring this down to the conventional one and make sure it gets updated.
BUG=Version information didn't get updated through incremental builds.
TEST=Now it does.
Review URL: http://codereview.chromium.org/3974001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63355 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_tab_version.rc')
-rw-r--r-- | chrome_frame/chrome_tab_version.rc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome_frame/chrome_tab_version.rc b/chrome_frame/chrome_tab_version.rc index e9d38a1..f533bba 100644 --- a/chrome_frame/chrome_tab_version.rc +++ b/chrome_frame/chrome_tab_version.rc @@ -1,7 +1,9 @@ #include "version.h" +#include "winres.h" + #ifdef APSTUDIO_INVOKED -# error Don't open this in the GUI, it'll be massacred on save. +# error Don't open this in the GUI, it'll be massacred on save. Don't do it. #endif // APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// |