forked from len0rd/rockbox
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
|
CROSS=$(CROSS) CC=$(CC) APPVERSION=dll dll
|
||||||
rbspeex.dll:
|
rbspeex.dll:
|
||||||
$(SILENT)$(MAKE) -C ../../../tools/rbspeex \
|
$(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
|
CROSS=$(CROSS) CC=$(CC) STATIC=1 APPVERSION=dll dll
|
||||||
|
|
||||||
%.dll:
|
%.dll:
|
||||||
|
|
|
@ -75,7 +75,7 @@ Create a VS project file
|
||||||
------------------------
|
------------------------
|
||||||
To create a project file for VS, run
|
To create a project file for VS, run
|
||||||
|
|
||||||
c:\QtSDK\Desktop\Qt\4.7.4\msvc2008\bin\qmake.exe -tp vc
|
c:\QtSDK\Desktop\Qt\4.7.4\msvc2008\bin\qmake.exe -tp vc ..
|
||||||
|
|
||||||
This creates a file RockboxUtility.vcproj.
|
This creates a file RockboxUtility.vcproj.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue