mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
MSVC: fix error in README and update librbspeex build folder.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31594 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ade55fd3d4
commit
f22ecf6726
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ ucl.dll:
|
|||
CROSS=$(CROSS) CC=$(CC) APPVERSION=dll dll
|
||||
rbspeex.dll:
|
||||
$(SILENT)$(MAKE) -C ../../../tools/rbspeex \
|
||||
TARGET_DIR=$(PWD)/ OUT=$(PWD)/build-dll/$(basename $@) \
|
||||
TARGET_DIR=$(PWD)/ BUILD_DIR=$(PWD)/build-dll/$(basename $@) \
|
||||
CROSS=$(CROSS) CC=$(CC) STATIC=1 APPVERSION=dll dll
|
||||
|
||||
%.dll:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue