Fixing mingw bustage

This commit is contained in:
cls%seawood.org 2003-03-15 07:12:52 +00:00
parent da805c6ad1
commit 0aa749f07c

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