9586a42a30
so there's a precompiled binary included, with a hack in Android.mk to make it work on NDK r4b
8 lines
239 B
Batchfile
8 lines
239 B
Batchfile
@rem Used by the buildbot "clean" step.
|
|
call "%VS90COMNTOOLS%vsvars32.bat"
|
|
@echo Deleting .pyc/.pyo files ...
|
|
del /s Lib\*.pyc Lib\*.pyo
|
|
cd PCbuild
|
|
vcbuild /clean pcbuild.sln "Release|Win32"
|
|
vcbuild /clean pcbuild.sln "Debug|Win32"
|