Bustage fix from bug 351949 - link against shell32 for ShellExecute

git-svn-id: svn://10.0.0.236/trunk@219287 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
benjamin%smedbergs.us 2007-01-31 20:29:11 +00:00
parent 3d88b98363
commit 07d98cdffe

View File

@ -89,3 +89,7 @@ endif
endif
include $(topsrcdir)/config/rules.mk
ifeq ($(OS_ARCH),WINNT)
OS_LIBS += $(call EXPAND_LIBNAME,shell32)
endif