Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.29 KB | None | 0 0
  1. ------ Rebuild All started: Project: Nemerle.Compiler.Utils, Configuration: Debug Any CPU ------
  2. Build started 11/2/2010 8:15:09 PM.
  3. CoreCompile:
  4. C:\Program Files (x86)\Nemerle\ncc.exe
  5. /no-color
  6. /greedy-references:-
  7. /define:DEBUG;TRACE
  8. /target:library
  9. /debug+
  10. /project-path:C:\Users\ogumus\Desktop\nemerle9\snippets\VS2010\Nemerle.Compiler.Utils\Nemerle.Compiler.Utils.csproj
  11. /root-namespace:Nemerle.Compiler.Utils
  12. /ref:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Microsoft.CSharp.dll"
  13. /ref:"C:\Program Files (x86)\Nemerle\Nemerle.Compiler.dll"
  14. /ref:"C:\Program Files (x86)\Nemerle\Nemerle.dll"
  15. /ref:"C:\Program Files (x86)\Nemerle\Nemerle.Macros.dll"
  16. /ref:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Core.dll"
  17. /ref:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Data.DataSetExtensions.dll"
  18. /ref:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Data.dll"
  19. /ref:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.dll"
  20. /ref:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Xml.dll"
  21. /ref:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Xml.Linq.dll"
  22.  
  23. /out:obj\Debug\Nemerle.Compiler.Utils.dll
  24. C:\Program Files (x86)\Nemerle\ncc.exe: need at least one file to compile
  25. -i, -indentation-syntax Turn on indentation-based syntax (similar to Python)
  26. -o, -out:STRING Output file name
  27. -pp, -project-path:STRING Root path of project
  28. -rns, -root-namespace:STRING Root namespace
  29. -t, -target:STRING Specifies the target (exe, library, winexe)
  30. -r, -ref, -reference:STRING Link specified assembly
  31. -lib, -L, -library-path:STRING Add specified directory to library search path
  32. -d, -def, -define:STRING Define preprocessor symbol for conditional compilation
  33. -doc:STRING Output XML documentation of program's class hierarchy
  34. -win32res, -win32-resource:STRING Embed unmanaged resource file to output (only one allowed)
  35. -platform:STRING Specifies the CPU that must be present to host the assembly (x86, x64, anycpu, ia64). The default is anycpu.
  36. -res, -resource:STRING Embed resource file to output
  37. -linkres, -linkresource:STRING Link resource file from output assembly
  38. -g, -debug+/- Enable debug symbols generation
  39. -pkg, -p, -pkg-config:STRING Link to assemblies listed by pkg-config run on given string
  40. @, -from-file:STRING Read command line options from given file
  41. -m, -macros:STRING Load macros from given library (without loading types from library into the scope)
  42. -W, -warn:STRING Specify warning level
  43. -nowarn:STRING Suppress Specified Warnings
  44. -dowarn:STRING Enable Specified Warnings
  45. -warnaserror+/- Treat warnings as errors
  46. -keyfile:STRING Specify a strong name key file
  47. -greedy, -greedy-references+/- Recursive loading references of used assemblies
  48. -Ot, -general-tail-call-opt Enable general tail call optimization (programs are slower on MS.NET, but faster on Mono)
  49. -no-keyword, -disable-keyword:STRING Prevent given identifiers from being reserved as keywords (it only works for keywords introduced by syntax extensions)
  50. -nostdmacros, -no-stdmacros Do not load standard macros
  51. -nostdlib, -no-stdlib Do not load Nemerle.dll
  52. -use-loaded-corlib Use already loaded mscorlib.dll and System.dll
  53. -ignore-confusion Output stack trace even when seen errors
  54. -throw-on-error Output stack trace on first error
  55. -early-exit Exit just after first method with an error
  56. -dt, -dump-typed-tree Pretty prints the typed tree on stdout
  57. -pet, -print-expressions-type Pretty prints types of expressions in dump (use with -dt)
  58. -dm, -dump-typed-method:STRING Pretty prints the named typed tree on stdout
  59. -nologo Suppress compiler copyright message
  60. -no-color Disable ANSI coloring of error/warning/hint messages
  61. -pedantic-lexer Enable some pedantic checks for illegal characters in input stream (default at warning level 5)
  62. -bar, -progress-bar+/- Enable / disable progress bar for compilation
  63. -warn-help Display help about available warnings.
  64. -main:STRING Specify the class that contains the entry point
  65. -O, -optimize Enable / disable code optimalizations
  66. -Oopt, -optimize-options:STRING
  67. -checked+/- Enable / disable integer overflow check (default: +)
  68. -Oswv, -min-switch-size-variants:INT Minimum size of switch table used for matching variants (0 disables this optimization).
  69. -Oswo, -min-switch-size-ordinals:INT Minimum size of switch table used for matching ordinals (0 disables this optimization).
  70. -stack-size:INT Set stack size of the compiler to INT megabytes
  71. -V, -version Output version information and exit
  72. -h, -help Display this usage message and exit
  73. -debugger Display assert dialog for user can start debug session
  74. STRING Specify file to compile
  75.  
  76.  
  77. Build FAILED.
  78.  
  79. Time Elapsed 00:00:00.28
  80. ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement