reactos/dll/win32/syssetup/syssetup.rc
Amine Khaldi fce639e14b [CMAKE]
- Disable some resource files (mostly japanese ones) with a FIXME. They prevent us from compiling in unix due to an iconv issue.
- Lower the minimum required cmake version to 2.6
- Fix browseui resource paths.

svn path=/branches/cmake-bringup/; revision=50224
2010-12-30 15:39:10 +00:00

76 lines
2.3 KiB
Plaintext

/* $Id$ */
#include <windows.h>
#include "resource.h"
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "System Setup DLL\0"
#define REACTOS_STR_INTERNAL_NAME "syssetup\0"
#define REACTOS_STR_ORIGINAL_FILENAME "syssetup.dll\0"
#include <reactos/version.rc>
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
/* Bitmaps */
IDB_WATERMARK BITMAP "resources/watermark.bmp"
IDB_HEADER BITMAP "resources/header.bmp"
IDI_ICON1 ICON "resources/1.ico"
IDI_ICON2 ICON "resources/2.ico"
IDI_ICON3 ICON "resources/3.ico"
IDI_ICON4 ICON "resources/4.ico"
IDI_ICON5 ICON "resources/5.ico"
STRINGTABLE
BEGIN
IDS_ACKPROJECTS "Wine - http://www.winehq.org\n"\
"FreeType - http://www.freetype.org\n"\
"Expat - http://expat.sourceforge.net\n"\
"DJGPP - http://www.delorie.com/djgpp\n"\
"SYSLINUX - http://syslinux.zytor.com\n"\
"Xbox Linux - http://www.xbox-linux.org\n"\
"MinGW - http://www.mingw.org\n"\
"Bochs - http://bochs.sourceforge.net\n"\
"QEMU - http://fabrice.bellard.free.fr/qemu\n"\
"Mesa3D - http://www.mesa3d.org\n"\
"FreeBSD - http://www.freebsd.org\n"\
"adns - http://adns.jgaa.com\n"\
"ICU - http://www.icu-project.org/\n"\
"GraphApp - http://enchantia.com/software/graphapp/\n"\
"Ext2 - http://winext2fsd.sourceforge.net/\n"\
"X - http://www.x.org/\n"\
""
END
IDR_GPL RT_TEXT "COPYING"
/*
* Everything specific to any language goes in one of the specific
* files. Note that you can and may override resources which also have
* a neutral version. This is to get localized bitmaps for example.
*/
#include "lang/bg-BG.rc"
#include "lang/cs-CZ.rc"
#include "lang/de-DE.rc"
#include "lang/el-GR.rc"
#include "lang/en-US.rc"
#include "lang/es-ES.rc"
#include "lang/et-EE.rc"
#include "lang/fr-FR.rc"
#include "lang/hu-HU.rc"
#include "lang/id-ID.rc"
#include "lang/it-IT.rc"
//#include "lang/ja-JP.rc" FIXME: iconv issue
#include "lang/no-NO.rc"
#include "lang/nl-NL.rc"
#include "lang/pl-PL.rc"
#include "lang/pt-BR.rc"
#include "lang/sk-SK.rc"
#include "lang/uk-UA.rc"
#include "lang/zh-CN.rc"
#include "lang/ro-RO.rc"
#include "lang/ru-RU.rc"