summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorMagnus Holmgren <magnushol@gmail.com>2005-07-21 09:54:04 +0000
committerMagnus Holmgren <magnushol@gmail.com>2005-07-21 09:54:04 +0000
commit6e5171d354260890263702125333a9d005eea22b (patch)
treef74f46b8c83b73f7d36d40724c406ed093db24b1 /apps
parent5755ffe60cec69d905211b5011b03bdd4808cad4 (diff)
downloadrockbox-6e5171d354260890263702125333a9d005eea22b.tar.gz
rockbox-6e5171d354260890263702125333a9d005eea22b.zip
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
Diffstat (limited to 'apps')
-rw-r--r--apps/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 348aba5db8..fc0753eb9a 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -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