Add manifests. Let's hope MSVC build survives this...

svn path=/trunk/; revision=67289
This commit is contained in:
Daniel Reimer 2015-04-19 01:38:13 +00:00
parent b76b713a6b
commit 9d66b452ee
30 changed files with 58 additions and 22 deletions

View file

@ -12,6 +12,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDI_CPLSYSTEM ICON "resources/applet.ico"
#include <reactos/manifest_dll.rc>
/* UTF-8 */
#pragma code_page(65001)

View file

@ -18,6 +18,8 @@ IDI_REGISTRYVALUE ICON "resources/8.ico"
IDR_NTOBJECTFOLDER REGISTRY "resources/rgs/ntobjectfolder.rgs"
IDR_REGISTRYFOLDER REGISTRY "resources/rgs/regfolder.rgs"
#include <reactos/manifest_dll.rc>
/* UTF-8 */
#pragma code_page(65001)

View file

@ -12,6 +12,8 @@
IDB_USRGRPIMAGES BITMAP "res/usrgrp.bmp"
#include <reactos/manifest_dll.rc>
/* UTF-8 */
#pragma code_page(65001)

View file

@ -38,6 +38,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#include <wine/wine_common_ver.rc>
#include <reactos/manifest_dll.rc>
/* UTF-8 */
#pragma code_page(65001)

View file

@ -45,32 +45,12 @@ IDR_EXPLORERBAND REGISTRY "res/explorerband.rgs"
IDR_PROGRESSDIALOG REGISTRY "res/progressdialog.rgs"
IDR_AUTOCOMPLETE REGISTRY "res/autocomplete.rgs"
#include <reactos/manifest_dll.rc>
/*
* Everything specific to any language goes
* in one of the specific files.
*/
//#include "lang/ca-ES.rc"
//#include "lang/cs-CZ.rc"
//#include "lang/da-DK.rc"
//#include "lang/el-GR.rc"
//#include "lang/en-GB.rc"
//#include "lang/fi-FI.rc"
//#include "lang/fr-FR.rc"
//#include "lang/he-IL.rc"
//#include "lang/hu-HU.rc"
//#include "lang/it-IT.rc"
//#include "lang/ja-JP.rc"
//#include "lang/ko-KR.rc"
//#include "lang/nl-NL.rc"
//#include "lang/no-NO.rc"
//#include "lang/pt-BR.rc"
//#include "lang/pt-PT.rc"
//#include "lang/ru-RU.rc"
//#include "lang/sl-SI.rc"
//#include "lang/sk-SK.rc"
//#include "lang/sv-SE.rc"
//#include "lang/zh-CN.rc"
//#include "lang/zh-TW.rc"
/* UTF-8 */
#pragma code_page(65001)

View file

@ -33,6 +33,8 @@
*/
#include "cdlg_xx.rc"
#include <reactos/manifest_dll.rc>
/*
* Everything specific to any language goes
* in one of the specific files.

View file

@ -26,6 +26,8 @@
/* @makedep: banner.bmp */
IDB_BANNER BITMAP "res/banner.bmp"
#include <reactos/manifest_dll.rc>
/* UTF-8 */
#pragma code_page(65001)

View file

@ -46,6 +46,8 @@ IDB_CERT_WATERMARK BITMAP "res/certwatermark.bmp"
/* @makedep: certheader.bmp */
IDB_CERT_HEADER BITMAP "res/certheader.bmp"
#include <reactos/manifest_dll.rc>
/* UTF-8 */
#pragma code_page(65001)

View file

@ -14,6 +14,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDI_DEVMGR ICON "resources/devmgr.ico"
#include <reactos/manifest_dll.rc>
/* UTF-8 */
#pragma code_page(65001)

View file

@ -21,6 +21,7 @@
#include "resource.h"
#include <reactos/manifest_dll.rc>
/* UTF-8 */
#pragma code_page(65001)

View file

@ -36,6 +36,8 @@
#include "wine/wine_common_ver.rc"
#include <reactos/manifest_dll.rc>
/* UTF-8 */
#pragma code_page(65001)

View file

@ -15,6 +15,8 @@ IDI_701 ICON "res/701.ico"
IDI_702 ICON "res/702.ico"
IDI_703 ICON "res/703.ico"
#include <reactos/manifest_dll.rc>
/* UTF-8 */
#pragma code_page(65001)

View file

@ -24,6 +24,7 @@
#include "version.rc"
#include <reactos/manifest_dll.rc>
/* UTF-8 */
#pragma code_page(65001)

View file

@ -22,6 +22,8 @@
#include <winuser.h>
#include <msacmdlg.h>
#include <reactos/manifest_dll.rc>
/* UTF-8 */
#pragma code_page(65001)

View file

@ -13,6 +13,8 @@ IDI_ROSLOGO BITMAP "resources/reactos.bmp"
IDI_LOCKICON ICON "resources/21.ico"
IDI_SHELL_SHUTDOWN ICON "resources/shutdown.ico"
#include <reactos/manifest_dll.rc>
/* UTF-8 */
#pragma code_page(65001)

View file

@ -32,6 +32,8 @@
#include <wine/wine_common_ver.rc>
#include <reactos/manifest_dll.rc>
/* UTF-8 */
#pragma code_page(65001)

View file

@ -9,6 +9,8 @@
#define REACTOS_STR_ORIGINAL_FILENAME "msports.dll"
#include <reactos/version.rc>
#include <reactos/manifest_dll.rc>
/* UTF-8 */
#pragma code_page(65001)

View file

@ -21,6 +21,8 @@
#include "resource.h"
#include <reactos/manifest_dll.rc>
/* UTF-8 */
#pragma code_page(65001)

View file

@ -15,6 +15,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_STR_FILE_VERSION "5.1.2600.3264"
#include <reactos/version.rc>
#include <reactos/manifest_dll.rc>
/* UTF-8 */
#pragma code_page(65001)

View file

@ -12,6 +12,8 @@
IDI_COMPNAME ICON "res/101.ico"
IDI_WARNINGICO ICON "res/102.ico"
#include <reactos/manifest_dll.rc>
/* UTF-8 */
#pragma code_page(65001)

View file

@ -6,6 +6,8 @@
IDB_WATERMARK BITMAP "resources/watermark.bmp"
IDB_HEADER BITMAP "resources/header.bmp"
#include <reactos/manifest_dll.rc>
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
/* UTF-8 */

View file

@ -30,6 +30,8 @@
* get localized bitmaps for example.
*/
#include <reactos/manifest_dll.rc>
/* UTF-8 */
#pragma code_page(65001)

View file

@ -34,6 +34,8 @@
101 BITMAP "res/bitmaps/101.bmp"
102 BITMAP "res/bitmaps/102.bmp"
#include <reactos/manifest_dll.rc>
/* UTF-8 */
#pragma code_page(65001)

View file

@ -8,6 +8,8 @@
#define REACTOS_STR_ORIGINAL_FILENAME "serialui.dll"
#include <reactos/version.rc>
#include <reactos/manifest_dll.rc>
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
/* UTF-8 */

View file

@ -25,6 +25,8 @@
#include "res/icons_res.rc"
#include <reactos/manifest_dll.rc>
/* UTF-8 */
#pragma code_page(65001)

View file

@ -77,6 +77,8 @@ END
#include "avi_res.rc"
#include "rgs_res.rc"
#include <reactos/manifest_dll.rc>
/*
* Everything specific to any language goes
* in one of the specific files.

View file

@ -24,6 +24,8 @@
#include "version.rc"
#include <reactos/manifest_dll.rc>
/* UTF-8 */
#pragma code_page(65001)

View file

@ -22,6 +22,8 @@ IDI_ICON3 ICON "resources/3.ico"
IDI_ICON4 ICON "resources/4.ico"
IDI_ICON5 ICON "resources/5.ico"
#include <reactos/manifest_dll.rc>
STRINGTABLE
BEGIN
IDS_ACKPROJECTS "Wine - http://www.winehq.org\nFreeType - http://www.freetype.org\nSYSLINUX - http://syslinux.zytor.com\nMinGW - http://www.mingw.org\nBochs - http://bochs.sourceforge.net\nQEMU - http://fabrice.bellard.free.fr/qemu\nMesa3D - http://www.mesa3d.org\nadns - http://www.gnu.org/software/adns\nICU - http://www.icu-project.org/\nGraphApp - http://enchantia.com/software/graphapp/\nExt2 - http://winext2fsd.sourceforge.net/\nGNU FreeFont - http://savannah.gnu.org/projects/freefont/\nDejaVu Fonts - http://dejavu.sourceforge.net\nLiberation(tm) Fonts - https://fedorahosted.org/liberation-fonts/"

View file

@ -17,6 +17,8 @@ IDI_SEC ICON "res/504.ico"
IDB_RADIO BITMAP "res/301.bmp"
IDB_WIZARD BITMAP "res/302.bmp"
#include <reactos/manifest_dll.rc>
/* UTF-8 */
#pragma code_page(65001)

View file

@ -31,6 +31,8 @@
*/
/* #include "wininet_xx.rc" */
#include <reactos/manifest_dll.rc>
/*
* Everything specific to any language goes
* in one of the specific files.