Skip to content

Instantly share code, notes, and snippets.

@Varriount
Created October 29, 2013 19:55
Show Gist options
  • Save Varriount/7221460 to your computer and use it in GitHub Desktop.
Save Varriount/7221460 to your computer and use it in GitHub Desktop.
C:\common\Nimwrappers>nimrod compile helloworld.nim
c:\64\nimrod\config\nimrod.cfg(36, 2) Hint: added path: 'C:\Users\Clay\.babel\pkgs\' [Path]
Hint: used config file 'C:\64\nimrod\config\nimrod.cfg' [Conf]
Hint: system [Processing]
Hint: helloworld [Processing]
gcc.exe -c -w -IC:\64\nimrod\lib -o c:\common\nimwrappers\nimcache\nimwrappers_helloworld.o
gcc.exe -c -w -IC:\64\nimrod\lib -o c:\common\nimwrappers\nimcache\nimrod_system.o c:\common
gcc.exe -o c:\common\nimwrappers\helloworld.exe c:\common\nimwrappers\nimcache\nimrod_sys
Hint: operation successful (7828 lines compiled; 3.338 sec total; 13.133MB) [SuccessX]
C:\common\Nimwrappers>helloworld.exe
hello world
C:\common\Nimwrappers>nimrod compile helloworld.nim
c:\64\nimrod\config\nimrod.cfg(36, 2) Hint: added path: 'C:\Users\Clay\.babel\pkgs\' [Path]
Hint: used config file 'C:\64\nimrod\config\nimrod.cfg' [Conf]
Hint: system [Processing]
Hint: helloworld [Processing]
Hint: operation successful (7828 lines compiled; 1.296 sec total; 13.133MB) [SuccessX]
C:\common\Nimwrappers>helloworld.exe
hello world
C:\common\Nimwrappers>nimrod compile helloworld.nim
c:\64\nimrod\config\nimrod.cfg(36, 2) Hint: added path: 'C:\Users\Clay\.babel\pkgs\' [Path]
Hint: used config file 'C:\64\nimrod\config\nimrod.cfg' [Conf]
Hint: system [Processing]
Hint: helloworld [Processing]
Hint: operation successful (7828 lines compiled; 1.313 sec total; 13.133MB) [SuccessX]
C:\common\Nimwrappers>helloworld.exe
hello world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment