Fossil SCM
Minor consistency fixes to the Win32 RC file.
Commit
45d93e157594d9f8988d66c4cac69455d34ea021
Parent
fea040240f51345…
1 file changed
+8
-4
+8
-4
| --- win/fossil.rc | ||
| +++ win/fossil.rc | ||
| @@ -21,10 +21,14 @@ | ||
| 21 | 21 | #if !defined(_WIN32_WCE) |
| 22 | 22 | #include "winresrc.h" |
| 23 | 23 | #else |
| 24 | 24 | #include "windows.h" |
| 25 | 25 | #endif |
| 26 | + | |
| 27 | +#ifndef VS_FF_NONE | |
| 28 | +# define VS_FF_NONE 0x00000000L | |
| 29 | +#endif | |
| 26 | 30 | |
| 27 | 31 | #include "VERSION.h" |
| 28 | 32 | #define _RC_COMPILE_ |
| 29 | 33 | #include "config.h" |
| 30 | 34 | #include "sqlite3.h" |
| @@ -64,23 +68,23 @@ | ||
| 64 | 68 | */ |
| 65 | 69 | |
| 66 | 70 | VS_VERSION_INFO VERSIONINFO |
| 67 | 71 | FILEVERSION RELEASE_RESOURCE_VERSION |
| 68 | 72 | PRODUCTVERSION RELEASE_RESOURCE_VERSION |
| 69 | - FILEFLAGSMASK 0x3F | |
| 73 | + FILEFLAGSMASK VS_FFI_FILEFLAGSMASK | |
| 70 | 74 | #if defined(_DEBUG) |
| 71 | - FILEFLAGS 0x1L | |
| 75 | + FILEFLAGS VS_FF_DEBUG | |
| 72 | 76 | #else |
| 73 | - FILEFLAGS 0x0L | |
| 77 | + FILEFLAGS VS_FF_NONE | |
| 74 | 78 | #endif |
| 75 | 79 | FILEOS VOS__WINDOWS32 |
| 76 | 80 | FILETYPE VFT_APP |
| 77 | 81 | FILESUBTYPE VFT2_UNKNOWN |
| 78 | 82 | BEGIN |
| 79 | 83 | BLOCK "StringFileInfo" |
| 80 | 84 | BEGIN |
| 81 | - BLOCK "040904B0" | |
| 85 | + BLOCK "040904b0" | |
| 82 | 86 | BEGIN |
| 83 | 87 | VALUE "CompanyName", "Fossil Development Team\0" |
| 84 | 88 | VALUE "FileDescription", "Simple, high-reliability, distributed software configuration management system.\0" |
| 85 | 89 | VALUE "ProductName", "Fossil\0" |
| 86 | 90 | VALUE "ProductVersion", "Fossil " RELEASE_VERSION " " MANIFEST_VERSION " " MANIFEST_DATE " UTC\0" |
| 87 | 91 |
| --- win/fossil.rc | |
| +++ win/fossil.rc | |
| @@ -21,10 +21,14 @@ | |
| 21 | #if !defined(_WIN32_WCE) |
| 22 | #include "winresrc.h" |
| 23 | #else |
| 24 | #include "windows.h" |
| 25 | #endif |
| 26 | |
| 27 | #include "VERSION.h" |
| 28 | #define _RC_COMPILE_ |
| 29 | #include "config.h" |
| 30 | #include "sqlite3.h" |
| @@ -64,23 +68,23 @@ | |
| 64 | */ |
| 65 | |
| 66 | VS_VERSION_INFO VERSIONINFO |
| 67 | FILEVERSION RELEASE_RESOURCE_VERSION |
| 68 | PRODUCTVERSION RELEASE_RESOURCE_VERSION |
| 69 | FILEFLAGSMASK 0x3F |
| 70 | #if defined(_DEBUG) |
| 71 | FILEFLAGS 0x1L |
| 72 | #else |
| 73 | FILEFLAGS 0x0L |
| 74 | #endif |
| 75 | FILEOS VOS__WINDOWS32 |
| 76 | FILETYPE VFT_APP |
| 77 | FILESUBTYPE VFT2_UNKNOWN |
| 78 | BEGIN |
| 79 | BLOCK "StringFileInfo" |
| 80 | BEGIN |
| 81 | BLOCK "040904B0" |
| 82 | BEGIN |
| 83 | VALUE "CompanyName", "Fossil Development Team\0" |
| 84 | VALUE "FileDescription", "Simple, high-reliability, distributed software configuration management system.\0" |
| 85 | VALUE "ProductName", "Fossil\0" |
| 86 | VALUE "ProductVersion", "Fossil " RELEASE_VERSION " " MANIFEST_VERSION " " MANIFEST_DATE " UTC\0" |
| 87 |
| --- win/fossil.rc | |
| +++ win/fossil.rc | |
| @@ -21,10 +21,14 @@ | |
| 21 | #if !defined(_WIN32_WCE) |
| 22 | #include "winresrc.h" |
| 23 | #else |
| 24 | #include "windows.h" |
| 25 | #endif |
| 26 | |
| 27 | #ifndef VS_FF_NONE |
| 28 | # define VS_FF_NONE 0x00000000L |
| 29 | #endif |
| 30 | |
| 31 | #include "VERSION.h" |
| 32 | #define _RC_COMPILE_ |
| 33 | #include "config.h" |
| 34 | #include "sqlite3.h" |
| @@ -64,23 +68,23 @@ | |
| 68 | */ |
| 69 | |
| 70 | VS_VERSION_INFO VERSIONINFO |
| 71 | FILEVERSION RELEASE_RESOURCE_VERSION |
| 72 | PRODUCTVERSION RELEASE_RESOURCE_VERSION |
| 73 | FILEFLAGSMASK VS_FFI_FILEFLAGSMASK |
| 74 | #if defined(_DEBUG) |
| 75 | FILEFLAGS VS_FF_DEBUG |
| 76 | #else |
| 77 | FILEFLAGS VS_FF_NONE |
| 78 | #endif |
| 79 | FILEOS VOS__WINDOWS32 |
| 80 | FILETYPE VFT_APP |
| 81 | FILESUBTYPE VFT2_UNKNOWN |
| 82 | BEGIN |
| 83 | BLOCK "StringFileInfo" |
| 84 | BEGIN |
| 85 | BLOCK "040904b0" |
| 86 | BEGIN |
| 87 | VALUE "CompanyName", "Fossil Development Team\0" |
| 88 | VALUE "FileDescription", "Simple, high-reliability, distributed software configuration management system.\0" |
| 89 | VALUE "ProductName", "Fossil\0" |
| 90 | VALUE "ProductVersion", "Fossil " RELEASE_VERSION " " MANIFEST_VERSION " " MANIFEST_DATE " UTC\0" |
| 91 |