[ros-diffs] [mpiulachs] 30483: Tag some modules for testing purposes now you can : make shells make shells_clean make services make services_clean

mpiulachs at svn.reactos.org mpiulachs at svn.reactos.org
Thu Nov 15 23:45:49 CET 2007


Author: mpiulachs
Date: Fri Nov 16 01:45:49 2007
New Revision: 30483

URL: http://svn.reactos.org/svn/reactos?rev=30483&view=rev
Log:
Tag some modules for testing purposes
now you can : 
make shells
make shells_clean
make services
make services_clean

Modified:
    branches/rbuild/reactos/base/services/audiosrv/audiosrv.rbuild
    branches/rbuild/reactos/base/services/dhcp/dhcp.rbuild
    branches/rbuild/reactos/base/services/eventlog/eventlog.rbuild
    branches/rbuild/reactos/base/services/rpcss/rpcss.rbuild
    branches/rbuild/reactos/base/services/tcpsvcs/tcpsvcs.rbuild
    branches/rbuild/reactos/base/services/umpnpmgr/umpnpmgr.rbuild
    branches/rbuild/reactos/base/shell/cmd/cmd.rbuild
    branches/rbuild/reactos/base/shell/explorer-new/explorer.rbuild
    branches/rbuild/reactos/base/shell/explorer/explorer.rbuild

Modified: branches/rbuild/reactos/base/services/audiosrv/audiosrv.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/rbuild/reactos/base/services/audiosrv/audiosrv.rbuild?rev=30483&r1=30482&r2=30483&view=diff
==============================================================================
--- branches/rbuild/reactos/base/services/audiosrv/audiosrv.rbuild (original)
+++ branches/rbuild/reactos/base/services/audiosrv/audiosrv.rbuild Fri Nov 16 01:45:49 2007
@@ -5,6 +5,7 @@
 	<define name="__USE_W32API" />
 	<define name="_WIN32_WINNT">0x0501</define>
 	<define name="WINVER">0x0501</define>
+	<family>services</family>
 	<library>kernel32</library>
 	<library>advapi32</library>
 	<library>user32</library>

Modified: branches/rbuild/reactos/base/services/dhcp/dhcp.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/rbuild/reactos/base/services/dhcp/dhcp.rbuild?rev=30483&r1=30482&r2=30483&view=diff
==============================================================================
--- branches/rbuild/reactos/base/services/dhcp/dhcp.rbuild (original)
+++ branches/rbuild/reactos/base/services/dhcp/dhcp.rbuild Fri Nov 16 01:45:49 2007
@@ -10,6 +10,7 @@
 	<library>ws2_32</library>
 	<library>iphlpapi</library>
 	<library>advapi32</library>
+	<family>services</family>
 	<pch>include/rosdhcp.h</pch>
 	<file>adapter.c</file>
 	<file>alloc.c</file>

Modified: branches/rbuild/reactos/base/services/eventlog/eventlog.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/rbuild/reactos/base/services/eventlog/eventlog.rbuild?rev=30483&r1=30482&r2=30483&view=diff
==============================================================================
--- branches/rbuild/reactos/base/services/eventlog/eventlog.rbuild (original)
+++ branches/rbuild/reactos/base/services/eventlog/eventlog.rbuild Fri Nov 16 01:45:49 2007
@@ -12,6 +12,7 @@
 	<library>eventlog_server</library>
 	<library>rpcrt4</library>
 	<library>pseh</library>
+	<family>services</family>
 	<file>eventlog.c</file>
 	<file>logport.c</file>
 	<file>eventlog.rc</file>

Modified: branches/rbuild/reactos/base/services/rpcss/rpcss.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/rbuild/reactos/base/services/rpcss/rpcss.rbuild?rev=30483&r1=30482&r2=30483&view=diff
==============================================================================
--- branches/rbuild/reactos/base/services/rpcss/rpcss.rbuild (original)
+++ branches/rbuild/reactos/base/services/rpcss/rpcss.rbuild Fri Nov 16 01:45:49 2007
@@ -5,6 +5,7 @@
 	<define name="__USE_W32API" />
 	<library>kernel32</library>
 	<library>advapi32</library>
+	<family>services</family>
 	<file>rpcss.c</file>
 	<file>endpoint.c</file>
 	<file>rpcss.rc</file>

Modified: branches/rbuild/reactos/base/services/tcpsvcs/tcpsvcs.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/rbuild/reactos/base/services/tcpsvcs/tcpsvcs.rbuild?rev=30483&r1=30482&r2=30483&view=diff
==============================================================================
--- branches/rbuild/reactos/base/services/tcpsvcs/tcpsvcs.rbuild (original)
+++ branches/rbuild/reactos/base/services/tcpsvcs/tcpsvcs.rbuild Fri Nov 16 01:45:49 2007
@@ -9,6 +9,7 @@
 	<library>shlwapi</library>
 	<library>advapi32</library>
 	<library>user32</library>
+	<family>services</family>
 	<file>tcpsvcs.c</file>
 	<file>skelserver.c</file>
 	<file>echo.c</file>

Modified: branches/rbuild/reactos/base/services/umpnpmgr/umpnpmgr.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/rbuild/reactos/base/services/umpnpmgr/umpnpmgr.rbuild?rev=30483&r1=30482&r2=30483&view=diff
==============================================================================
--- branches/rbuild/reactos/base/services/umpnpmgr/umpnpmgr.rbuild (original)
+++ branches/rbuild/reactos/base/services/umpnpmgr/umpnpmgr.rbuild Fri Nov 16 01:45:49 2007
@@ -17,6 +17,7 @@
 	<library>rpcrt4</library>
 	<library>pseh</library>
 	<library>wdmguid</library>
+	<family>services</family>
 	<file>umpnpmgr.c</file>
 	<file>umpnpmgr.rc</file>
 </module>

Modified: branches/rbuild/reactos/base/shell/cmd/cmd.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/rbuild/reactos/base/shell/cmd/cmd.rbuild?rev=30483&r1=30482&r2=30483&view=diff
==============================================================================
--- branches/rbuild/reactos/base/shell/cmd/cmd.rbuild (original)
+++ branches/rbuild/reactos/base/shell/cmd/cmd.rbuild Fri Nov 16 01:45:49 2007
@@ -10,6 +10,7 @@
 	<define name="_DEBUG_MEM" />
 	<define name="UNICODE" />
 	<define name="_UNICODE" />
+	<family>shells</family>
 	<pch>precomp.h</pch>
 	<compilationunit name="unit.c">
 		<file>alias.c</file>

Modified: branches/rbuild/reactos/base/shell/explorer-new/explorer.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/rbuild/reactos/base/shell/explorer-new/explorer.rbuild?rev=30483&r1=30482&r2=30483&view=diff
==============================================================================
--- branches/rbuild/reactos/base/shell/explorer-new/explorer.rbuild (original)
+++ branches/rbuild/reactos/base/shell/explorer-new/explorer.rbuild Fri Nov 16 01:45:49 2007
@@ -19,6 +19,7 @@
 	<library>shell32</library>
 	<library>shlwapi</library>
 	<library>uuid</library>
+	<family>shells</family>
 	<pch>precomp.h</pch>
 	<file>desktop.c</file>
 	<file>dragdrop.c</file>

Modified: branches/rbuild/reactos/base/shell/explorer/explorer.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/rbuild/reactos/base/shell/explorer/explorer.rbuild?rev=30483&r1=30482&r2=30483&view=diff
==============================================================================
--- branches/rbuild/reactos/base/shell/explorer/explorer.rbuild (original)
+++ branches/rbuild/reactos/base/shell/explorer/explorer.rbuild Fri Nov 16 01:45:49 2007
@@ -23,6 +23,7 @@
 	<library>shell32</library>
 	<library>uuid</library>
 	<library>notifyhook</library>
+	<family>shells</family>
 	<pch>precomp.h</pch>
 	<directory name="desktop">
 		<file>desktop.cpp</file>




More information about the Ros-diffs mailing list