1
0
Fork 0
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:
Dominik Riebeling 2012-01-06 19:29:29 +00:00
parent ade55fd3d4
commit f22ecf6726
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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.