reactos/base/applications/paint/rsrc.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

40 lines
909 B
Plaintext

/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/paint/rsrc.rc
* PURPOSE: Managing the resources
* PROGRAMMERS: Benedikt Freisen
*/
/* INCLUDES *********************************************************/
#include <windows.h>
#include "definitions.h"
#include "icons.rc"
// cp 1252 languages
#include "lang/de-DE.rc"
#include "lang/en-GB.rc"
#include "lang/en-US.rc"
#include "lang/es-ES.rc"
#include "lang/eu-ES.rc"
#include "lang/fr-FR.rc"
#include "lang/it-IT.rc"
//#include "lang/ja-JP.rc" FIXME: iconv issue
#include "lang/nl-NL.rc"
#include "lang/no-NO.rc"
#include "lang/pl-PL.rc"
#include "lang/pt-BR.rc"
#include "lang/pt-PT.rc"
// cp 1250 languages
#include "lang/cs-CZ.rc"
#include "lang/hu-HU.rc"
#include "lang/ro-RO.rc"
#include "lang/sk-SK.rc"
// cp 1251 languages
#include "lang/bg-BG.rc"
#include "lang/ru-RU.rc"
#include "lang/uk-UA.rc"