Added minimal support for new cpp parser when AndroidBuilder is active

git-svn-id: svn://ultimatepp.org/upp/trunk@8759 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2015-07-27 20:41:06 +00:00
parent 060d1c488c
commit 4eff8fd81e
6 changed files with 131 additions and 3 deletions

View file

@ -31,6 +31,7 @@ public:
public:
String GetBinDir() const { return path + DIR_SEPS + "bin"; }
String GetIncludeDir() const { return path + DIR_SEPS + "include"; }
String GetJarPath() const { return GetBinDir() + DIR_SEPS + "jar" + GetExeExt(); }
String GetJavacPath() const { return GetBinDir() + DIR_SEPS + "javac" + GetExeExt(); }