Removed excess l

This commit is contained in:
Andrey Kamaev 2011-05-06 18:42:25 +00:00
parent cce26e58b8
commit 43f12fa96b
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
cd %~dp0\..
::rmdir /S /Q build
mkdir build 2>null
mkdir build 2>nul
SET ANDROID_NDK=C:\apps\android-ndk-r5b
SET CMAKE_EXE=C:\apps\cmake\bin\cmake.exe

View File

@ -1,7 +1,7 @@
cd %~dp0\..
::rmdir /S /Q build
mkdir build 2>null
mkdir build 2>nul
SET ANDROID_NDK=C:\apps\android-ndk-r5b
SET CMAKE_EXE=C:\apps\cmake\bin\cmake.exe

View File

@ -1,7 +1,7 @@
cd %~dp0\..
::rmdir /S /Q build
mkdir build 2>null
mkdir build 2>nul
SET ANDROID_NDK=C:\apps\android-ndk-r5b
SET CMAKE_EXE=C:\apps\cmake\bin\cmake.exe