Remove the #include of verrsrc.h from mini_installer_version.rc.version. This...

Remove the #include of verrsrc.h from mini_installer_version.rc.version. This makes building mini_installer on platforms with different SDK levels irksome.

BUG=NONE
TEST=NONE
Review URL: http://codereview.chromium.org/8761013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112590 0039d316-1c4b-4281-b951-d872f2087c98
parent a402c117
......@@ -2,9 +2,12 @@
//
// Version
//
#include "verrsrc.h"
VS_VERSION_INFO VERSIONINFO
// Use the ordinal 1 here, to avoid needing to #include a header file
// to use the VS_VERSION_INFO macro. This header file changes with different
// SDK versions which causes headaches building in some environments. The
// VERSIONINFO resource will always be at index 1.
1 VERSIONINFO
FILEVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
PRODUCTVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
FILEFLAGSMASK 0x17L
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment