added missing advapi32.lib to fix build with msvc

svn path=/trunk/; revision=19214
This commit is contained in:
Christoph von Wittich 2005-11-13 23:05:41 +00:00
parent 1bd2bae415
commit 2aa1842c68

View file

@ -8,6 +8,7 @@
<define name="_WIN32_WINNT">0x501</define>
<library>kernel32</library>
<library>user32</library>
<library>advapi32</library>
<library>version</library>
<library>comctl32</library>
<library>shell32</library>