From 2767e008a0ff3bb749f4de072d5fa9a18ce3bf64 Mon Sep 17 00:00:00 2001 From: Colin Finck Date: Sun, 8 Jul 2007 10:55:58 +0000 Subject: [PATCH] Fix the "intl_new" build (add an "rsrc.rc" file) svn path=/trunk/; revision=27463 --- reactos/dll/cpl/intl_new/rsrc.rc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 reactos/dll/cpl/intl_new/rsrc.rc diff --git a/reactos/dll/cpl/intl_new/rsrc.rc b/reactos/dll/cpl/intl_new/rsrc.rc new file mode 100644 index 00000000000..0a50798b0ba --- /dev/null +++ b/reactos/dll/cpl/intl_new/rsrc.rc @@ -0,0 +1,10 @@ +#include +#include "resource.h" + +/* Language-specific resources */ +#include "lang/en-US.rc" +#include "lang/fr-FR.rc" +#include "lang/id-ID.rc" +#include "lang/it-IT.rc" +#include "lang/pl-PL.rc" +#include "lang/ru-RU.rc"