Removed excess l

pull/13383/head
Andrey Kamaev 14 years ago
parent cce26e58b8
commit 43f12fa96b
  1. 2
      android/scripts/cmake_android.cmd
  2. 2
      android/scripts/cmake_android_armeabi.cmd
  3. 2
      android/scripts/cmake_android_neon.cmd

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

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

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

Loading…
Cancel
Save