Added Python (Thanks to Beholder) - it fails to build properly using my build system,
so there's a precompiled binary included, with a hack in Android.mk to make it work on NDK r4b
This commit is contained in:
14
project/jni/python/src/PCbuild/pgupdate.vsprops
Normal file
14
project/jni/python/src/PCbuild/pgupdate.vsprops
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioPropertySheet
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="pgupdate"
|
||||
OutputDirectory="$(SolutionDir)$(PlatformName)-pgo\"
|
||||
InheritedPropertySheets="$(SolutionDir)\pginstrument.vsprops"
|
||||
>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalManifestDependencies=""
|
||||
LinkTimeCodeGeneration="4"
|
||||
/>
|
||||
</VisualStudioPropertySheet>
|
||||
Reference in New Issue
Block a user