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:
parent
5755ffe60c
commit
6e5171d354
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ else
|
|||
ifeq ($(SIMVER), win32)
|
||||
# OK, this is ugly but we need it on the link line to make it do right
|
||||
EXTRAOBJ = $(BUILDDIR)/sim/uisw32-res.o
|
||||
LDOPTS += -lwinmm
|
||||
endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue