Guest User

Untitled

a guest
Jul 20th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. naruse@dyn-150 ~/Desktop/UnityJSToBooCompiler/bin $:mkbundle -o testCompiler booconverter.exe -L ./*.dll --deps
  2. OS is: Darwin
  3. Sources: 10 Auto-dependencies: True
  4. embedding: /Users/naruse/Desktop/UnityJSToBooCompiler/bin/booconverter.exe
  5. embedding: /Users/naruse/Desktop/UnityJSToBooCompiler/bin/Boo.Lang.Compiler.dll
  6. embedding: /Library/Frameworks/Mono.framework/Versions/2.4.2.3/lib/mono/2.0/mscorlib.dll
  7. embedding: /Users/naruse/Desktop/UnityJSToBooCompiler/bin/Boo.Lang.dll
  8. embedding: /Library/Frameworks/Mono.framework/Versions/2.4.2.3/lib/mono/gac/System/2.0.0.0__b77a5c561934e089/System.dll
  9. embedding: /Library/Frameworks/Mono.framework/Versions/2.4.2.3/lib/mono/gac/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  10. embedding: /Library/Frameworks/Mono.framework/Versions/2.4.2.3/lib/mono/gac/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  11. embedding: /Library/Frameworks/Mono.framework/Versions/2.4.2.3/lib/mono/gac/System.Security/2.0.0.0__b03f5f7f11d50a3a/System.Security.dll
  12. embedding: /Library/Frameworks/Mono.framework/Versions/2.4.2.3/lib/mono/gac/Mono.Security/2.0.0.0__0738eb9f132ed756/Mono.Security.dll
  13. embedding: /Users/naruse/Desktop/UnityJSToBooCompiler/bin/Boo.Lang.PatternMatching.dll
  14. embedding: /Users/naruse/Desktop/UnityJSToBooCompiler/bin/UnityScript.dll
  15. embedding: /Users/naruse/Desktop/UnityJSToBooCompiler/bin/Boo.Lang.Parser.dll
  16. embedding: /Users/naruse/Desktop/UnityJSToBooCompiler/bin/UnityScript.Lang.dll
  17. embedding: /Library/Frameworks/Mono.framework/Versions/2.4.2.3/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
  18. embedding: /Users/naruse/Desktop/UnityJSToBooCompiler/bin/Boo.Lang.Useful.dll
  19. embedding: /Users/naruse/Desktop/UnityJSToBooCompiler/bin/Boo.Lang.Extensions.dll
  20. embedding: /Users/naruse/Desktop/UnityJSToBooCompiler/bin/Boo.Lang.Interpreter.dll
  21. Compiling:
  22. as -o temp.o temp.s
  23. cc -g -o testCompiler -Wall temp.c `pkg-config --cflags --libs mono` temp.o
  24. Done
  25. naruse@dyn-150 ~/Desktop/UnityJSToBooCompiler/bin $:
Add Comment
Please, Sign In to add comment