Add missing Makefile modification for sound in the Win32 simulator.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7208 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Magnus Holmgren 2005-07-21 09:54:04 +00:00
parent 5755ffe60c
commit 6e5171d354

View file

@ -109,6 +109,7 @@ else
ifeq ($(SIMVER), win32) ifeq ($(SIMVER), win32)
# OK, this is ugly but we need it on the link line to make it do right # OK, this is ugly but we need it on the link line to make it do right
EXTRAOBJ = $(BUILDDIR)/sim/uisw32-res.o EXTRAOBJ = $(BUILDDIR)/sim/uisw32-res.o
LDOPTS += -lwinmm
endif endif