My favorites | Sign in
Project Home Downloads Wiki Issues Source
Repository:
Checkout   Browse   Changes   Clones    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@echo off
setlocal

set PROJPATH=%~dp0
set CYGWIN=%CYGWIN% nodosfilewarning

rem Failed builds leave around some cruft that confuses the ndk-build script.
rem Remove that cruft now.
del /s obj\*.o.d

rem Run the build script in cygwin.
c:\cygwin\bin\bash --login %PROJPATH%\build

@echo on

Change log

3b768ee2ca4c by Ian Lewis <ile...@google.com> on Dec 29, 2010   Diff
added build script that works in MSVS
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 302 bytes, 14 lines
Powered by Google Project Hosting