Visual C++ backend for rbuild (for now just a hacked mingw backend) and related compi...
[reactos.git] / base / shell / explorer-new / explorer.rc
1 #include <windows.h>
2 #include "resource.h"
3
4 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Explorer\0"
5 #define REACTOS_STR_INTERNAL_NAME "explorer\0"
6 #define REACTOS_STR_ORIGINAL_FILENAME "explorer.exe\0"
7 #include <reactos/version.rc>
8
9 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
10
11 IDI_START ICON DISCARDABLE res/start.ico
12 IDB_STARTMENU BITMAP DISCARDABLE res/logov.bmp
13
14 #include "lang/bg-BG.rc"
15 #include "lang/cs-CZ.rc"
16 #include "lang/de-DE.rc"
17 #include "lang/en-US.rc"
18 #include "lang/es-ES.rc"
19 #include "lang/fr-FR.rc"
20 #include "lang/it-IT.rc"
21 #include "lang/ko-KR.rc"
22 #include "lang/lt-LT.rc"
23 #include "lang/no-NO.rc"
24 #include "lang/pl-PL.rc"
25 #include "lang/ru-RU.rc"
26 #include "lang/sk-SK.rc"
27 #include "lang/uk-UA.rc"