Fixing mingw bustage

git-svn-id: svn://10.0.0.236/trunk@139508 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org 2003-03-15 07:12:52 +00:00
parent f74fe46d32
commit ebc3913260

View File

@ -111,6 +111,6 @@ EXTRA_DSO_LDOPTS += \
endif
ifeq ($(OS_ARCH),WINNT)
OS_LIBS += shell32.lib
OS_LIBS += $(call EXPAND_LIBNAME, shell32)
endif