Link against static lib instead of dll
Modified: branches/xmlbuildsystem/reactos/subsys/smss/smss.xml

Modified: branches/xmlbuildsystem/reactos/subsys/smss/smss.xml
--- branches/xmlbuildsystem/reactos/subsys/smss/smss.xml	2005-05-06 22:25:30 UTC (rev 15063)
+++ branches/xmlbuildsystem/reactos/subsys/smss/smss.xml	2005-05-06 22:38:00 UTC (rev 15064)
@@ -1,8 +1,8 @@
 <module name="smss" type="nativecui" installbase="system32" installname="smss.exe">
 	<include base="smss">.</include>
 	<define name="_DISABLE_TIDENTS" />
+	<library>smlib</library>
 	<library>ntdll</library>
-	<library>smdll</library>
 	<linkerflag>-lgcc</linkerflag>
 	<file>client.c</file>
 	<file>debug.c</file>