mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
f3b33304fe
- Exclude all templates from the build. They are templates, useful as a source code, not as a binary. - Delete packmgr. svn path=/trunk/; revision=40345
22 lines
484 B
Plaintext
22 lines
484 B
Plaintext
#include <windows.h>
|
|
#include "resource.h"
|
|
|
|
/* define language neutral resources */
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
/* include localised resources */
|
|
#include "lang/bg-BG.rc"
|
|
#include "lang/en-GB.rc"
|
|
#include "lang/en-US.rc"
|
|
#include "lang/es-ES.rc"
|
|
#include "lang/fr-FR.rc"
|
|
#include "lang/id-ID.rc"
|
|
#include "lang/it-IT.rc"
|
|
#include "lang/no-NO.rc"
|
|
#include "lang/pl-PL.rc"
|
|
#include "lang/ru-RU.rc"
|
|
#include "lang/sk-SK.rc"
|
|
#include "lang/th-TH.rc"
|
|
#include "lang/uk-UA.rc"
|