Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(626)

Unified Diff: runtime/macos_compile_extension_command.txt

Issue 9599014: Add native extensions for the Dart shell to the MacOs platform (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« runtime/bin/extensions_posix.cc ('K') | « runtime/bin/test_extension_posix.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/macos_compile_extension_command.txt
diff --git a/runtime/macos_compile_extension_command.txt b/runtime/macos_compile_extension_command.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0acc884a9823a7a6eb5b9fc0151bfdb01a45d2ea
--- /dev/null
+++ b/runtime/macos_compile_extension_command.txt
@@ -0,0 +1,2 @@
+
+/Developer/usr/bin/g++-4.2 -arch i386 -bundle -undefined dynamic_lookup -isysroot /Developer/SDKs/MacOSX10.5.sdk -L/Users/whesse/trunk/dart/runtime/xcodebuild/Debug_ia32 -F/Users/whesse/trunk/dart/runtime/xcodebuild/Debug_ia32 -filelist /Users/whesse/trunk/dart/runtime/xcodebuild/dart-runtime.build/Debug_ia32/test_extension.build/Objects-normal/i386/test_extension.LinkFileList -mmacosx-version-min=10.5 -single_module -o /Users/whesse/trunk/dart/runtime/xcodebuild/Debug_ia32/libtest_extension.so
Mads Ager (google) 2012/03/06 07:39:50 We need to get rid of this and integrate the build
« runtime/bin/extensions_posix.cc ('K') | « runtime/bin/test_extension_posix.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698