mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-28 06:12:37 -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
1421c87e8c
commit
d112aac4bc
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