2009-04-10 19:03:02 +00:00
|
|
|
/*
|
2009-08-17 01:42:32 +00:00
|
|
|
* Copyright 2007 Jason Edmeades
|
2009-04-10 19:03:02 +00:00
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
|
|
|
*/
|
|
|
|
|
2009-08-17 01:42:32 +00:00
|
|
|
#include "xcopy.h"
|
2009-04-10 19:03:02 +00:00
|
|
|
|
2009-08-17 01:42:32 +00:00
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
2009-04-10 19:03:02 +00:00
|
|
|
|
2009-08-17 01:42:32 +00:00
|
|
|
#define REACTOS_VERSION_DLL
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "xcopy command\0"
|
|
|
|
#define REACTOS_STR_INTERNAL_NAME "xcopy\0"
|
|
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "xcopy.exe\0"
|
|
|
|
#include <reactos/version.rc>
|
2009-04-10 19:03:02 +00:00
|
|
|
|
2009-08-17 01:42:32 +00:00
|
|
|
#include "Da.rc"
|
|
|
|
#include "En.rc"
|
2010-03-06 16:04:27 +00:00
|
|
|
#include "Ko.rc"
|
|
|
|
#include "No.rc"
|
|
|
|
#include "Pl.rc"
|
|
|
|
|
|
|
|
/* UTF-8 */
|
|
|
|
#include "De.rc"
|
2009-08-17 01:42:32 +00:00
|
|
|
#include "Fr.rc"
|
2010-02-08 10:49:03 +00:00
|
|
|
#include "It.rc"
|
2009-09-27 12:09:18 +00:00
|
|
|
#include "Ja.rc"
|
2009-08-17 01:42:32 +00:00
|
|
|
#include "Lt.rc"
|
|
|
|
#include "Nl.rc"
|
2010-07-23 08:36:51 +00:00
|
|
|
#include "Pt.rc"
|
2010-06-26 13:56:41 +00:00
|
|
|
#include "Ro.rc"
|
2009-08-17 01:42:32 +00:00
|
|
|
#include "Ru.rc"
|
|
|
|
#include "Si.rc"
|
2010-02-08 10:49:03 +00:00
|
|
|
#include "Uk.rc"
|