mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-09 22:04:22 -06:00
.ide Removed unused CreateSymbolicLink method in AndroidBuilder
git-svn-id: svn://ultimatepp.org/upp/trunk@10736 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
25063b64f7
commit
09dddb4df9
2 changed files with 0 additions and 4 deletions
|
|
@ -260,7 +260,6 @@ bool AndroidBuilder::Link(
|
|||
dxCmd << " --dex ";
|
||||
dxCmd << "--output=" << project->GetBinDir() << DIR_SEPS << "classes.dex ";
|
||||
dxCmd << project->GetClassesDir();
|
||||
// PutConsole(dxCmd);
|
||||
if(Execute(dxCmd, ss) != 0) {
|
||||
PutConsole(ss.GetResult());
|
||||
return false;
|
||||
|
|
|
|||
|
|
@ -127,9 +127,6 @@ public:
|
|||
AndroidBuilderUtils& operator=(AndroidBuilderUtils&) = delete;
|
||||
~AndroidBuilderUtils() = delete;
|
||||
|
||||
// TODO: Core should support creating symbolic link - not builder...
|
||||
static bool CreateSymlink(const String& symbolicLink, const String& target);
|
||||
|
||||
static String GetAssemblyDir(const String& package);
|
||||
static String GetAssemblyDir(const String& packageDir, const String& package);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue