From c1be347a3d26dca740b6782c2762afd6fb80d6f8 Mon Sep 17 00:00:00 2001 From: Timur Doumler Date: Mon, 7 Mar 2016 18:15:57 +0000 Subject: [PATCH] Introjucer: Refactored the Android exporters; fixed several bugs in Android Studio exporter and added some missing build properties along the way. --- .../Builds/CodeBlocks/The Introjucer.cbp | 6 +- .../The Introjucer.xcodeproj/project.pbxproj | 6 +- .../VisualStudio2010/The Introjucer.vcxproj | 3 +- .../The Introjucer.vcxproj.filters | 5 +- .../VisualStudio2012/The Introjucer.vcxproj | 3 +- .../The Introjucer.vcxproj.filters | 5 +- .../VisualStudio2013/The Introjucer.vcxproj | 3 +- .../The Introjucer.vcxproj.filters | 5 +- .../VisualStudio2015/The Introjucer.vcxproj | 3 +- .../The Introjucer.vcxproj.filters | 5 +- extras/Introjucer/Introjucer.jucer | 6 +- .../jucer_ProjectExport_AndroidAnt.h | 459 +++++++++++ ...id.h => jucer_ProjectExport_AndroidBase.h} | 602 +++----------- .../jucer_ProjectExport_AndroidStudio.h | 777 +++++++++++------- .../Project Saving/jucer_ProjectExporter.cpp | 3 +- .../Source/Utility/jucer_PresetIDs.h | 5 +- 16 files changed, 1076 insertions(+), 820 deletions(-) create mode 100644 extras/Introjucer/Source/Project Saving/jucer_ProjectExport_AndroidAnt.h rename extras/Introjucer/Source/Project Saving/{jucer_ProjectExport_Android.h => jucer_ProjectExport_AndroidBase.h} (51%) diff --git a/extras/Introjucer/Builds/CodeBlocks/The Introjucer.cbp b/extras/Introjucer/Builds/CodeBlocks/The Introjucer.cbp index ef08b18e77..1eb5947afc 100644 --- a/extras/Introjucer/Builds/CodeBlocks/The Introjucer.cbp +++ b/extras/Introjucer/Builds/CodeBlocks/The Introjucer.cbp @@ -429,7 +429,7 @@