Browse Source

Added an icon for the Android build of the demo.

tags/2021-05-28
jules 11 years ago
parent
commit
33b8c017f7
6 changed files with 7903 additions and 2280 deletions
  1. BIN
      extras/Demo/Builds/Android/res/drawable-mdpi/icon.png
  2. +3071
    -2277
      extras/Demo/Builds/MacOSX/JuceDemo.xcodeproj/project.pbxproj
  3. +1
    -1
      extras/Demo/JuceDemo.jucer
  4. +0
    -2
      extras/Introjucer/Builds/CodeBlocks/The Introjucer.cbp
  5. +2064
    -0
      extras/audio plugin demo/Builds/VisualStudio2008/JuceDemoPlugin.vcxproj
  6. +2767
    -0
      extras/audio plugin demo/Builds/VisualStudio2008/JuceDemoPlugin.vcxproj.filters

BIN
extras/Demo/Builds/Android/res/drawable-mdpi/icon.png View File

Before After
Width: 128  |  Height: 128  |  Size: 17KB

+ 3071
- 2277
extras/Demo/Builds/MacOSX/JuceDemo.xcodeproj/project.pbxproj
File diff suppressed because it is too large
View File


+ 1
- 1
extras/Demo/JuceDemo.jucer View File

@@ -147,7 +147,7 @@
androidMinimumSDK="9" androidInternetNeeded="1" androidKeyStore="${user.home}/.android/debug.keystore"
androidKeyStorePass="android" androidKeyAlias="androiddebugkey"
androidKeyAliasPass="android" androidMicNeeded="1" bigIcon="xycKOk"
androidCpp11="1">
androidCpp11="1" smallIcon="BvyE0d">
<CONFIGURATIONS>
<CONFIGURATION name="Debug" androidArchitectures="armeabi armeabi-v7a" isDebug="1"
optimisation="1" targetName="JuceDemo"/>


+ 0
- 2
extras/Introjucer/Builds/CodeBlocks/The Introjucer.cbp View File

@@ -17,7 +17,6 @@
<Compiler>
<Add option="-O0"/>
<Add option="-std=gnu++0x"/>
<Add option="-march=pentium4"/>
<Add option="-mstackrealign"/>
<Add option="-g"/>
<Add option="-D__MINGW__=1"/>
@@ -51,7 +50,6 @@
<Compiler>
<Add option="-Os"/>
<Add option="-std=gnu++0x"/>
<Add option="-march=pentium4"/>
<Add option="-mstackrealign"/>
<Add option="-D__MINGW__=1"/>
<Add option="-D__MINGW_EXTENSION="/>


+ 2064
- 0
extras/audio plugin demo/Builds/VisualStudio2008/JuceDemoPlugin.vcxproj
File diff suppressed because it is too large
View File


+ 2767
- 0
extras/audio plugin demo/Builds/VisualStudio2008/JuceDemoPlugin.vcxproj.filters
File diff suppressed because it is too large
View File


Loading…
Cancel
Save