mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
43 lines
1.0 KiB
Plaintext
43 lines
1.0 KiB
Plaintext
#include <windows.h>
|
|
#include "cmdver.h"
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Command Processor\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "cmd\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "cmd.exe\0"
|
|
#define REACTOS_STR_ORIGINAL_COPYRIGHT "Copyright (C) 1994-1998 Tim Norman and others\0"
|
|
#define REACTOS_STR_LEGAL_COPYRIGHT "Copyright (C) 1998-2006 Eric Kohl and others\0"
|
|
|
|
#include <reactos/version.rc>
|
|
#include "de-DE.rc"
|
|
#include "en-US.rc"
|
|
#include "es-ES.rc"
|
|
#include "fr-FR.rc"
|
|
#include "hu-HU.rc"
|
|
#include "id-ID.rc"
|
|
#include "it-IT.rc"
|
|
#include "ja-JP.rc"
|
|
#include "nb-NO.rc"
|
|
#include "ru-RU.rc"
|
|
#include "uk-UA.rc"
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
{
|
|
STRING_FREEDOS_DEV, " Tim Norman Matt Rains\n\
|
|
Evan Jeffrey Steffen Kaiser\n\
|
|
Svante Frey Oliver Mueller\n\
|
|
Aaron Kaufman Marc Desrochers\n\
|
|
Rob Lake John P Price\n\
|
|
Hans B Pufal\n"
|
|
|
|
STRING_REACTOS_DEV, " Eric Kohl Emanuele Aliberti\n\
|
|
Paolo Pantaleo Phillip Susi\n\
|
|
Sylvain Petreolle\n"
|
|
}
|
|
|
|
1 ICON DISCARDABLE res/terminal.ico
|
|
|
|
|
|
|
|
|
|
|