Author: sginsberg Date: Sat Jul 11 03:13:13 2009 New Revision: 41854
URL: http://svn.reactos.org/svn/reactos?rev=41854&view=rev Log: - Don't link portcls and kmixer to the static version rtl -- those routines are exported by ntoskrnl (and all imports were resolved there anyway).
Modified: trunk/reactos/drivers/wdm/audio/backpln/portcls/portcls.rbuild trunk/reactos/drivers/wdm/audio/filters/kmixer/kmixer.rbuild
Modified: trunk/reactos/drivers/wdm/audio/backpln/portcls/portcls.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/wdm/audio/backpln/p... ============================================================================== --- trunk/reactos/drivers/wdm/audio/backpln/portcls/portcls.rbuild [iso-8859-1] (original) +++ trunk/reactos/drivers/wdm/audio/backpln/portcls/portcls.rbuild [iso-8859-1] Sat Jul 11 03:13:13 2009 @@ -8,7 +8,6 @@ <library>ntoskrnl</library> <library>ks</library> <library>drmk</library> - <library>rtl</library> <library>hal</library> <library>libcntpr</library> <file>adapter.c</file>
Modified: trunk/reactos/drivers/wdm/audio/filters/kmixer/kmixer.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/wdm/audio/filters/k... ============================================================================== --- trunk/reactos/drivers/wdm/audio/filters/kmixer/kmixer.rbuild [iso-8859-1] (original) +++ trunk/reactos/drivers/wdm/audio/filters/kmixer/kmixer.rbuild [iso-8859-1] Sat Jul 11 03:13:13 2009 @@ -5,7 +5,6 @@ <include base="libsamplerate">.</include> <library>ntoskrnl</library> <library>ks</library> - <library>rtl</library> <library>hal</library> <library>libcntpr</library> <library>libsamplerate</library>