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
|