Move console.dll properly, Part 2/2. This commit will fix build again.
authorColin Finck <colin@reactos.org>
Sun, 4 May 2008 09:04:14 +0000 (09:04 +0000)
committerColin Finck <colin@reactos.org>
Sun, 4 May 2008 09:04:14 +0000 (09:04 +0000)
commit8cfcdea5fab775b47b336416c286acf100af3c4b
treed441aa656e24e1445ddea941a590980f7070f459
parenta9824091f9bb298bc4f7403ed8c046323eb71eda
Move console.dll properly, Part 2/2. This commit will fix build again.

svn path=/trunk/; revision=33262
19 files changed:
reactos/dll/cpl/console/colors.c [new file with mode: 0644]
reactos/dll/cpl/console/console.c [new file with mode: 0644]
reactos/dll/cpl/console/console.def [new file with mode: 0644]
reactos/dll/cpl/console/console.h [new file with mode: 0644]
reactos/dll/cpl/console/console.rbuild [new file with mode: 0644]
reactos/dll/cpl/console/console.rc [new file with mode: 0644]
reactos/dll/cpl/console/font.c [new file with mode: 0644]
reactos/dll/cpl/console/lang/de-DE.rc [new file with mode: 0644]
reactos/dll/cpl/console/lang/en-US.rc [new file with mode: 0644]
reactos/dll/cpl/console/lang/es-ES.rc [new file with mode: 0644]
reactos/dll/cpl/console/lang/id-ID.rc [new file with mode: 0644]
reactos/dll/cpl/console/lang/it-IT.rc [new file with mode: 0644]
reactos/dll/cpl/console/lang/pl-PL.rc [new file with mode: 0644]
reactos/dll/cpl/console/lang/ru-RU.rc [new file with mode: 0644]
reactos/dll/cpl/console/lang/uk-UA.rc [new file with mode: 0644]
reactos/dll/cpl/console/layout.c [new file with mode: 0644]
reactos/dll/cpl/console/options.c [new file with mode: 0644]
reactos/dll/cpl/console/resource.h [new file with mode: 0644]
reactos/dll/cpl/console/rsrc.rc [new file with mode: 0644]