mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
1. Restore hardware wiz cpl, fix the comping error. Do not delete rbuild file when some thing does not build.
2. fixing the comping problem for hardware wiz cpl 3. Langues Nl.rc patch from i386dx see wiki how have done the translate svn path=/trunk/; revision=22402
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
<directory name="desk">
|
||||
<xi:include href="desk/desk.rbuild" />
|
||||
</directory>
|
||||
<directory name="hdwwiz">
|
||||
<xi:include href="hdwwiz/hdwwiz.xml" />
|
||||
</directory>
|
||||
<directory name="intl">
|
||||
<xi:include href="intl/intl.rbuild" />
|
||||
</directory>
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_CPLNAME "Hardware toevoegen"
|
||||
IDS_CPLDESCRIPTION "Voeg hardware toe aan uw computer."
|
||||
END
|
||||
@@ -5,10 +5,4 @@ BEGIN
|
||||
IDS_CPLNAME "Добавить оборудование"
|
||||
IDS_CPLDESCRIPTION "Добавить оборудование в компьютер"
|
||||
END
|
||||
LANGUAGE LANG_RUSSIAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_CPLNAME "Добавить оборудование"
|
||||
IDS_CPLDESCRIPTION "Добавить оборудование в компьютер"
|
||||
END
|
||||
|
||||
@@ -21,6 +21,7 @@ IDI_CPLICON ICON "resources/applet.ico"
|
||||
#include "En.rc"
|
||||
#include "Fr.rc"
|
||||
#include "Ja.rc"
|
||||
#include "Hu.rc"
|
||||
#include "Es.rc"
|
||||
#include "Hu.rc"
|
||||
#include "Nl.rc"
|
||||
#include "Ru.rc"
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
<module name="hdwwiz" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_HDWWIZ}" installbase="system32" installname="hdwwiz.cpl">
|
||||
<importlibrary definition="hdwwiz.def" />
|
||||
<include base="hdwwiz">.</include>
|
||||
<define name="UNICODE" />
|
||||
<define name="_UNICODE" />
|
||||
<define name="__REACTOS__" />
|
||||
<define name="__USE_W32API" />
|
||||
<define name="_WIN32_IE">0x600</define>
|
||||
<define name="_WIN32_WINNT">0x501</define>
|
||||
<library>setupapi</library>
|
||||
<file>hdwwiz.c</file>
|
||||
<file>hdwwiz.rc</file>
|
||||
</module>
|
||||
Reference in New Issue
Block a user