mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-19 01:04:20 +00:00
Another update to the UnitTestRunner project
This commit is contained in:
parent
325c367c8d
commit
647fc06a8d
2 changed files with 4 additions and 4 deletions
|
|
@ -2083,9 +2083,9 @@
|
|||
HEADER_SEARCH_PATHS = ("../../JuceLibraryCode", "../../../../modules", "$(inherited)");
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
INSTALL_PATH = "/usr/bin";
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.10;
|
||||
MACOSX_DEPLOYMENT_TARGET_ppc = 10.4;
|
||||
OTHER_CPLUSPLUSFLAGS = "-pedantic-errors -Wreorder -Wconstant-conversion -Wint-conversion -Woverloaded-virtual -Wuninitialized -Wunused-parameter -Wshorten-64-to-32 -Wstrict-aliasing -Wshadow -Wconversion -Wsign-compare -Wsign-conversion";
|
||||
SDKROOT = macosx10.10;
|
||||
SDKROOT_ppc = macosx10.5; }; name = Debug; };
|
||||
CB72F298783F8212D048A91B = {isa = XCBuildConfiguration; buildSettings = {
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
||||
|
|
@ -2107,9 +2107,9 @@
|
|||
HEADER_SEARCH_PATHS = ("../../JuceLibraryCode", "../../../../modules", "$(inherited)");
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
INSTALL_PATH = "/usr/bin";
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.10;
|
||||
MACOSX_DEPLOYMENT_TARGET_ppc = 10.4;
|
||||
OTHER_CPLUSPLUSFLAGS = "-pedantic-errors -Wreorder -Wconstant-conversion -Wint-conversion -Woverloaded-virtual -Wuninitialized -Wunused-parameter -Wshorten-64-to-32 -Wstrict-aliasing -Wshadow -Wconversion -Wsign-compare -Wsign-conversion";
|
||||
SDKROOT = macosx10.10;
|
||||
SDKROOT_ppc = macosx10.5; }; name = Release; };
|
||||
53146F81C8222491DC6DF2A5 = {isa = XCBuildConfiguration; buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
|
|
|
|||
|
|
@ -11,9 +11,9 @@
|
|||
<EXPORTFORMATS>
|
||||
<XCODE_MAC targetFolder="Builds/MacOSX" extraCompilerFlags="-pedantic-errors -Wreorder -Wconstant-conversion -Wint-conversion -Woverloaded-virtual -Wuninitialized -Wunused-parameter -Wshorten-64-to-32 -Wstrict-aliasing -Wshadow -Wconversion -Wsign-compare -Wsign-conversion">
|
||||
<CONFIGURATIONS>
|
||||
<CONFIGURATION name="Debug" osxSDK="10.10 SDK" osxCompatibility="default" osxArchitecture="default"
|
||||
<CONFIGURATION name="Debug" osxSDK="default" osxCompatibility="10.10 SDK" osxArchitecture="default"
|
||||
isDebug="1" optimisation="1" targetName="UnitTestRunner"/>
|
||||
<CONFIGURATION name="Release" osxSDK="10.10 SDK" osxCompatibility="default"
|
||||
<CONFIGURATION name="Release" osxSDK="default" osxCompatibility="10.10 SDK"
|
||||
osxArchitecture="default" isDebug="0" optimisation="3" targetName="UnitTestRunner"/>
|
||||
</CONFIGURATIONS>
|
||||
<MODULEPATHS>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue