mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
set eol-style for all remaining XML files
svn path=/trunk/; revision=16916
This commit is contained in:
parent
6540f242bf
commit
6859ea0c71
8 changed files with 114 additions and 114 deletions
|
@ -1,12 +1,12 @@
|
|||
<module name="finger" type="win32cui" installbase="system32" installname="finger.exe">
|
||||
<include base="finger">.</include>
|
||||
<module name="finger" type="win32cui" installbase="system32" installname="finger.exe">
|
||||
<include base="finger">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
<define name="__USE_W32_SOCKETS" />
|
||||
<library>kernel32</library>
|
||||
<library>ws2_32</library>
|
||||
<file>finger.c</file>
|
||||
<file>err.c</file>
|
||||
<file>getopt.c</file>
|
||||
<file>net.c</file>
|
||||
<file>finger.rc</file>
|
||||
</module>
|
||||
<define name="__USE_W32_SOCKETS" />
|
||||
<library>kernel32</library>
|
||||
<library>ws2_32</library>
|
||||
<file>finger.c</file>
|
||||
<file>err.c</file>
|
||||
<file>getopt.c</file>
|
||||
<file>net.c</file>
|
||||
<file>finger.rc</file>
|
||||
</module>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<module name="whois" type="win32cui" installbase="system32" installname="whois.exe">
|
||||
<module name="whois" type="win32cui" installbase="system32" installname="whois.exe">
|
||||
<define name="__USE_W32API" />
|
||||
<include base="whois">.</include>
|
||||
<library>kernel32</library>
|
||||
<library>ws2_32</library>
|
||||
<file>whois.c</file>
|
||||
<file>whois.rc</file>
|
||||
</module>
|
||||
<include base="whois">.</include>
|
||||
<library>kernel32</library>
|
||||
<library>ws2_32</library>
|
||||
<file>whois.c</file>
|
||||
<file>whois.rc</file>
|
||||
</module>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<module name="usbehci" type="kernelmodedriver" installbase="system32/drivers" installname="usbehci.sys">
|
||||
<module name="usbehci" type="kernelmodedriver" installbase="system32/drivers" installname="usbehci.sys">
|
||||
<define name="__USE_W32API" />
|
||||
<include base="ntoskrnl">include</include>
|
||||
<library>ntoskrnl</library>
|
||||
<include base="ntoskrnl">include</include>
|
||||
<library>ntoskrnl</library>
|
||||
<library>hal</library>
|
||||
<library>usbport</library>
|
||||
<file>usbehci.c</file>
|
||||
<file>usbehci.rc</file>
|
||||
</module>
|
||||
<library>usbport</library>
|
||||
<file>usbehci.c</file>
|
||||
<file>usbehci.rc</file>
|
||||
</module>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<module name="usbohci" type="kernelmodedriver" installbase="system32/drivers" installname="usbohci.sys">
|
||||
<define name="__USE_W32API" />
|
||||
<module name="usbohci" type="kernelmodedriver" installbase="system32/drivers" installname="usbohci.sys">
|
||||
<define name="__USE_W32API" />
|
||||
<include base="ntoskrnl">include</include>
|
||||
<library>ntoskrnl</library>
|
||||
<library>ntoskrnl</library>
|
||||
<library>hal</library>
|
||||
<library>usbport</library>
|
||||
<file>usbohci.c</file>
|
||||
<file>usbohci.rc</file>
|
||||
</module>
|
||||
<library>usbport</library>
|
||||
<file>usbohci.c</file>
|
||||
<file>usbohci.rc</file>
|
||||
</module>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<module name="usbuhci" type="kernelmodedriver" installbase="system32/drivers" installname="usbuhci.sys">
|
||||
<module name="usbuhci" type="kernelmodedriver" installbase="system32/drivers" installname="usbuhci.sys">
|
||||
<define name="__USE_W32API" />
|
||||
<include base="ntoskrnl">include</include>
|
||||
<library>ntoskrnl</library>
|
||||
<include base="ntoskrnl">include</include>
|
||||
<library>ntoskrnl</library>
|
||||
<library>hal</library>
|
||||
<library>usbport</library>
|
||||
<file>usbuhci.c</file>
|
||||
<file>usbuhci.rc</file>
|
||||
</module>
|
||||
<library>usbport</library>
|
||||
<file>usbuhci.c</file>
|
||||
<file>usbuhci.rc</file>
|
||||
</module>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<module name="usbd" type="kernelmodedriver" installbase="system32/drivers" installname="usbd.sys">
|
||||
<module name="usbd" type="kernelmodedriver" installbase="system32/drivers" installname="usbd.sys">
|
||||
<importlibrary definition="usbd.def" />
|
||||
<define name="__USE_W32API" />
|
||||
<library>ntoskrnl</library>
|
||||
<library>hal</library>
|
||||
<file>usbd.c</file>
|
||||
<file>usbd.rc</file>
|
||||
</module>
|
||||
<define name="__USE_W32API" />
|
||||
<library>ntoskrnl</library>
|
||||
<library>hal</library>
|
||||
<file>usbd.c</file>
|
||||
<file>usbd.rc</file>
|
||||
</module>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<module name="usbport" type="kernelmodedriver" installbase="system32/drivers" installname="usbport.sys">
|
||||
<module name="usbport" type="kernelmodedriver" installbase="system32/drivers" installname="usbport.sys">
|
||||
<importlibrary definition="usbport.def" />
|
||||
<define name="__USE_W32API" />
|
||||
<include base="ntoskrnl">include</include>
|
||||
<library>ntoskrnl</library>
|
||||
<library>hal</library>
|
||||
<file>usbport.c</file>
|
||||
<file>usbport.rc</file>
|
||||
</module>
|
||||
<library>ntoskrnl</library>
|
||||
<library>hal</library>
|
||||
<file>usbport.c</file>
|
||||
<file>usbport.rc</file>
|
||||
</module>
|
||||
|
|
|
@ -1,62 +1,62 @@
|
|||
<module name="shell32" type="win32dll" baseaddress="${BASEADDRESS_SHELL32}" installbase="system32" installname="shell32.dll" warnings="true">
|
||||
<importlibrary definition="shell32.spec.def" />
|
||||
<include base="shell32">.</include>
|
||||
<include base="ReactOS">include/wine</include>
|
||||
<define name="__REACTOS__" />
|
||||
<define name="__USE_W32API" />
|
||||
<define name="_WIN32_IE">0x600</define>
|
||||
<define name="_WIN32_WINNT">0x501</define>
|
||||
<define name="WINVER">0x501</define>
|
||||
<define name="_SHELL32_" />
|
||||
<define name="COM_NO_WINDOWS_H" />
|
||||
<library>wine</library>
|
||||
<library>uuid</library>
|
||||
<library>ntdll</library>
|
||||
<library>kernel32</library>
|
||||
<library>advapi32</library>
|
||||
<library>gdi32</library>
|
||||
<library>user32</library>
|
||||
<library>comctl32</library>
|
||||
<library>shlwapi</library>
|
||||
<library>ole32</library>
|
||||
<file>authors.c</file>
|
||||
<file>autocomplete.c</file>
|
||||
<file>brsfolder.c</file>
|
||||
<file>changenotify.c</file>
|
||||
<file>classes.c</file>
|
||||
<file>clipboard.c</file>
|
||||
<file>control.c</file>
|
||||
<file>cpanelfolder.c</file>
|
||||
<file>dataobject.c</file>
|
||||
<file>debughlp.c</file>
|
||||
<file>dialogs.c</file>
|
||||
<file>dragdrophelper.c</file>
|
||||
<file>enumidlist.c</file>
|
||||
<file>folders.c</file>
|
||||
<file>iconcache.c</file>
|
||||
<file>memorystream.c</file>
|
||||
<file>pidl.c</file>
|
||||
<file>regsvr.c</file>
|
||||
<file>shell32_main.c</file>
|
||||
<file>shelllink.c</file>
|
||||
<file>shellole.c</file>
|
||||
<file>shellord.c</file>
|
||||
<file>shellpath.c</file>
|
||||
<file>shellreg.c</file>
|
||||
<file>shellstring.c</file>
|
||||
<file>shfldr_desktop.c</file>
|
||||
<file>shfldr_fs.c</file>
|
||||
<file>shfldr_mycomp.c</file>
|
||||
<file>shlexec.c</file>
|
||||
<file>shlfileop.c</file>
|
||||
<file>shlfolder.c</file>
|
||||
<file>shlfsbind.c</file>
|
||||
<file>shlmenu.c</file>
|
||||
<file>shlview.c</file>
|
||||
<file>shpolicy.c</file>
|
||||
<file>shv_bg_cmenu.c</file>
|
||||
<file>shv_item_cmenu.c</file>
|
||||
<file>ros-systray.c</file>
|
||||
<file>shres.rc</file>
|
||||
<file>shell32.spec</file>
|
||||
</module>
|
||||
<module name="shell32" type="win32dll" baseaddress="${BASEADDRESS_SHELL32}" installbase="system32" installname="shell32.dll" warnings="true">
|
||||
<importlibrary definition="shell32.spec.def" />
|
||||
<include base="shell32">.</include>
|
||||
<include base="ReactOS">include/wine</include>
|
||||
<define name="__REACTOS__" />
|
||||
<define name="__USE_W32API" />
|
||||
<define name="_WIN32_IE">0x600</define>
|
||||
<define name="_WIN32_WINNT">0x501</define>
|
||||
<define name="WINVER">0x501</define>
|
||||
<define name="_SHELL32_" />
|
||||
<define name="COM_NO_WINDOWS_H" />
|
||||
<library>wine</library>
|
||||
<library>uuid</library>
|
||||
<library>ntdll</library>
|
||||
<library>kernel32</library>
|
||||
<library>advapi32</library>
|
||||
<library>gdi32</library>
|
||||
<library>user32</library>
|
||||
<library>comctl32</library>
|
||||
<library>shlwapi</library>
|
||||
<library>ole32</library>
|
||||
<file>authors.c</file>
|
||||
<file>autocomplete.c</file>
|
||||
<file>brsfolder.c</file>
|
||||
<file>changenotify.c</file>
|
||||
<file>classes.c</file>
|
||||
<file>clipboard.c</file>
|
||||
<file>control.c</file>
|
||||
<file>cpanelfolder.c</file>
|
||||
<file>dataobject.c</file>
|
||||
<file>debughlp.c</file>
|
||||
<file>dialogs.c</file>
|
||||
<file>dragdrophelper.c</file>
|
||||
<file>enumidlist.c</file>
|
||||
<file>folders.c</file>
|
||||
<file>iconcache.c</file>
|
||||
<file>memorystream.c</file>
|
||||
<file>pidl.c</file>
|
||||
<file>regsvr.c</file>
|
||||
<file>shell32_main.c</file>
|
||||
<file>shelllink.c</file>
|
||||
<file>shellole.c</file>
|
||||
<file>shellord.c</file>
|
||||
<file>shellpath.c</file>
|
||||
<file>shellreg.c</file>
|
||||
<file>shellstring.c</file>
|
||||
<file>shfldr_desktop.c</file>
|
||||
<file>shfldr_fs.c</file>
|
||||
<file>shfldr_mycomp.c</file>
|
||||
<file>shlexec.c</file>
|
||||
<file>shlfileop.c</file>
|
||||
<file>shlfolder.c</file>
|
||||
<file>shlfsbind.c</file>
|
||||
<file>shlmenu.c</file>
|
||||
<file>shlview.c</file>
|
||||
<file>shpolicy.c</file>
|
||||
<file>shv_bg_cmenu.c</file>
|
||||
<file>shv_item_cmenu.c</file>
|
||||
<file>ros-systray.c</file>
|
||||
<file>shres.rc</file>
|
||||
<file>shell32.spec</file>
|
||||
</module>
|
||||
|
|
Loading…
Reference in a new issue