Created
October 23, 2012 09:12
-
-
Save yfrancis/3937788 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xcrun -sdk iphoneos g++ -L/Users/francis/Developer/theos/lib -lsqlite3 -FFrameworks -framework Gremlin -lsubstrate -lobjc -framework Foundation -framework CoreFoundation -framework UIKit -framework MusicLibrary -framework CoreAudio -framework AVFoundation -framework CoreGraphics -framework CoreMedia -framework AudioToolbox -framework QuartzCore -framework CoreText -framework CoreImage -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk/System/Library/PrivateFrameworks -framework AppSupport -dynamiclib -install_name "/Library/ActionMenu/Plugins/Rinngo.dylib" -isysroot "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk" -arch armv6 -arch armv7 -D__IPHONE_OS_VERSION_MIN_REQUIRED=__IPHONE_5_0 -miphoneos-version-min=5.0 -multiply_defined suppress -o "obj/Rinngo.dylib.unsigned" obj/RNGremlinClient.m.o obj/RNPlayButton.m.o obj/RNRingtoneViewController.m.o obj/RNStartupAnimationLayer.m.o obj/RNTrackBackground.m.o obj/RNTrackScrubber.m.o obj/rinngomenu.m.o rinngoservices/obj/rinngoservices.dylib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xcrun -sdk iphoneos g++ -L/Users/francis/Developer/theos/lib -lsqlite3 -FFrameworks -framework Gremlin -lsubstrate -lobjc -framework Foundation -framework CoreFoundation -framework UIKit -framework MusicLibrary -framework CoreAudio -framework AVFoundation -framework CoreGraphics -framework CoreMedia -framework AudioToolbox -framework QuartzCore -framework CoreText -framework CoreImage -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk/System/Library/PrivateFrameworks -framework AppSupport -dynamiclib -install_name "/Library/ActionMenu/Plugins/Rinngo.dylib" -isysroot "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk" -arch armv6 -D__IPHONE_OS_VERSION_MIN_REQUIRED=__IPHONE_5_0 -miphoneos-version-min=5.0 -multiply_defined suppress -F/Users/francis/Developer/theos/Frameworks/iphone -o obj/Rinngo.dylib obj/RNGremlinClient.m.o obj/RNPlayButton.m.o obj/RNRingtoneViewController.m.o obj/RNStartupAnimationLayer.m.o obj/RNTrackBackground.m.o obj/RNTrackScrubber.m.o obj/rinngomenu.m.o rinngoservices/obj/rinngoservices.dylib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment