Build keyboard layout DLLs Modified: branches/xmlbuildsystem/reactos/lib/directory.xml Added: branches/xmlbuildsystem/reactos/lib/kbdda/kbdda.xml Added: branches/xmlbuildsystem/reactos/lib/kbddv/kbddv.xml Added: branches/xmlbuildsystem/reactos/lib/kbdfr/kbdfr.xml Added: branches/xmlbuildsystem/reactos/lib/kbdgr/kbdgr.xml Added: branches/xmlbuildsystem/reactos/lib/kbdse/kbdse.xml Added: branches/xmlbuildsystem/reactos/lib/kbduk/kbduk.xml Added: branches/xmlbuildsystem/reactos/lib/kbdus/kbdus.xml _____
Modified: branches/xmlbuildsystem/reactos/lib/directory.xml --- branches/xmlbuildsystem/reactos/lib/directory.xml 2005-02-03 19:08:54 UTC (rev 13394) +++ branches/xmlbuildsystem/reactos/lib/directory.xml 2005-02-03 19:14:46 UTC (rev 13395) @@ -88,6 +88,27 @@
<directory name="iphlpapi"> <xi:include href="iphlpapi/iphlpapi.xml" /> </directory> +<directory name="kbdda"> + <xi:include href="kbdda/kbdda.xml" /> +</directory> +<directory name="kbddv"> + <xi:include href="kbddv/kbddv.xml" /> +</directory> +<directory name="kbdfr"> + <xi:include href="kbdfr/kbdfr.xml" /> +</directory> +<directory name="kbdgr"> + <xi:include href="kbdgr/kbdgr.xml" /> +</directory> +<directory name="kbdse"> + <xi:include href="kbdse/kbdse.xml" /> +</directory> +<directory name="kbduk"> + <xi:include href="kbduk/kbduk.xml" /> +</directory> +<directory name="kbdus"> + <xi:include href="kbdus/kbdus.xml" /> +</directory> <directory name="kernel32"> <xi:include href="kernel32/kernel32.xml" /> </directory> _____
Added: branches/xmlbuildsystem/reactos/lib/kbdda/kbdda.xml --- branches/xmlbuildsystem/reactos/lib/kbdda/kbdda.xml 2005-02-03 19:08:54 UTC (rev 13394) +++ branches/xmlbuildsystem/reactos/lib/kbdda/kbdda.xml 2005-02-03 19:14:46 UTC (rev 13395) @@ -0,0 +1,7 @@
+<module name="kbdda" type="kernelmodedll" entrypoint="0"> + <importlibrary definition="kbdda.def" /> + <include base="ntoskrnl">include</include> + <define name="_DISABLE_TIDENTS" /> + <file>kbdda.c</file> + <file>kbdda.rc</file> +</module> _____
Added: branches/xmlbuildsystem/reactos/lib/kbddv/kbddv.xml --- branches/xmlbuildsystem/reactos/lib/kbddv/kbddv.xml 2005-02-03 19:08:54 UTC (rev 13394) +++ branches/xmlbuildsystem/reactos/lib/kbddv/kbddv.xml 2005-02-03 19:14:46 UTC (rev 13395) @@ -0,0 +1,7 @@
+<module name="kbddv" type="kernelmodedll" entrypoint="0"> + <importlibrary definition="kbddv.def" /> + <include base="ntoskrnl">include</include> + <define name="_DISABLE_TIDENTS" /> + <file>kbddv.c</file> + <file>kbddv.rc</file> +</module> _____
Added: branches/xmlbuildsystem/reactos/lib/kbdfr/kbdfr.xml --- branches/xmlbuildsystem/reactos/lib/kbdfr/kbdfr.xml 2005-02-03 19:08:54 UTC (rev 13394) +++ branches/xmlbuildsystem/reactos/lib/kbdfr/kbdfr.xml 2005-02-03 19:14:46 UTC (rev 13395) @@ -0,0 +1,7 @@
+<module name="kbdfr" type="kernelmodedll" entrypoint="0"> + <importlibrary definition="kbdfr.def" /> + <include base="ntoskrnl">include</include> + <define name="_DISABLE_TIDENTS" /> + <file>kbdfr.c</file> + <file>kbdfr.rc</file> +</module> _____
Added: branches/xmlbuildsystem/reactos/lib/kbdgr/kbdgr.xml --- branches/xmlbuildsystem/reactos/lib/kbdgr/kbdgr.xml 2005-02-03 19:08:54 UTC (rev 13394) +++ branches/xmlbuildsystem/reactos/lib/kbdgr/kbdgr.xml 2005-02-03 19:14:46 UTC (rev 13395) @@ -0,0 +1,7 @@
+<module name="kbdgr" type="kernelmodedll" entrypoint="0"> + <importlibrary definition="kbdgr.def" /> + <include base="ntoskrnl">include</include> + <define name="_DISABLE_TIDENTS" /> + <file>kbdgr.c</file> + <file>kbdgr.rc</file> +</module> _____
Added: branches/xmlbuildsystem/reactos/lib/kbdse/kbdse.xml --- branches/xmlbuildsystem/reactos/lib/kbdse/kbdse.xml 2005-02-03 19:08:54 UTC (rev 13394) +++ branches/xmlbuildsystem/reactos/lib/kbdse/kbdse.xml 2005-02-03 19:14:46 UTC (rev 13395) @@ -0,0 +1,7 @@
+<module name="kbdse" type="kernelmodedll" entrypoint="0"> + <importlibrary definition="kbdse.def" /> + <include base="ntoskrnl">include</include> + <define name="_DISABLE_TIDENTS" /> + <file>kbdse.c</file> + <file>kbdse.rc</file> +</module> _____
Added: branches/xmlbuildsystem/reactos/lib/kbduk/kbduk.xml --- branches/xmlbuildsystem/reactos/lib/kbduk/kbduk.xml 2005-02-03 19:08:54 UTC (rev 13394) +++ branches/xmlbuildsystem/reactos/lib/kbduk/kbduk.xml 2005-02-03 19:14:46 UTC (rev 13395) @@ -0,0 +1,7 @@
+<module name="kbduk" type="kernelmodedll" entrypoint="0"> + <importlibrary definition="kbduk.def" /> + <include base="ntoskrnl">include</include> + <define name="_DISABLE_TIDENTS" /> + <file>kbduk.c</file> + <file>kbduk.rc</file> +</module> _____
Added: branches/xmlbuildsystem/reactos/lib/kbdus/kbdus.xml --- branches/xmlbuildsystem/reactos/lib/kbdus/kbdus.xml 2005-02-03 19:08:54 UTC (rev 13394) +++ branches/xmlbuildsystem/reactos/lib/kbdus/kbdus.xml 2005-02-03 19:14:46 UTC (rev 13395) @@ -0,0 +1,7 @@
+<module name="kbdus" type="kernelmodedll" entrypoint="0"> + <importlibrary definition="kbdus.def" /> + <include base="ntoskrnl">include</include> + <define name="_DISABLE_TIDENTS" /> + <file>kbdus.c</file> + <file>kbdus.rc</file> +</module>