Browse Source

adding a mac project for the binarybuilder

tags/2021-05-28
jules 16 years ago
parent
commit
8df9179c04
2 changed files with 12 additions and 0 deletions
  1. +1
    -0
      extras/amalgamator/mac/Amalgamator.xcodeproj/project.pbxproj
  2. +11
    -0
      extras/binarybuilder/juce_LibrarySource.mm

+ 1
- 0
extras/amalgamator/mac/Amalgamator.xcodeproj/project.pbxproj View File

@@ -195,6 +195,7 @@
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
GCC_C_LANGUAGE_STANDARD = c99;
GCC_PREPROCESSOR_DEFINITIONS = "NDEBUG=1";
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;


+ 11
- 0
extras/binarybuilder/juce_LibrarySource.mm View File

@@ -0,0 +1,11 @@
/*
This file includes the entire juce source tree via the amalgamated file.
You could add the amalgamated file directly to your project, but doing it
like this allows you to put your app's config settings in the
juce_AppConfig.h file and have them applied to both the juce headers and
the source code.
*/
#include "juce_LibrarySource.cpp"

Loading…
Cancel
Save