mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 22:03:07 -06:00
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:
parent
060d1c488c
commit
4eff8fd81e
6 changed files with 131 additions and 3 deletions
|
|
@ -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(); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue