added missing shell32.lib
Modified: trunk/reactos/subsys/system/regsvr32/regsvr32.xml
--- trunk/reactos/subsys/system/regsvr32/regsvr32.xml 2005-10-18 23:48:37 UTC (rev 18580) +++ trunk/reactos/subsys/system/regsvr32/regsvr32.xml 2005-10-18 23:53:47 UTC (rev 18581) @@ -4,6 +4,7 @@
<define name="__USE_W32API" /> <library>kernel32</library> <library>user32</library>
+ <library>shell32</library>
<library>ole32</library> <file>regsvr32.c</file> <file>regsvr32.rc</file>