Advertisement
Guest User

hagwgweg

a guest
May 31st, 2015
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1.  
  2. -------------- Clean: Debug in mujs_test (compiler: GNU GCC Compiler)---------------
  3.  
  4. Cleaned "mujs_test - Debug"
  5.  
  6. -------------- Build: Debug in mujs_test (compiler: GNU GCC Compiler)---------------
  7.  
  8. mingw32-gcc.exe -Wall -g -I"C:\CodeBlocks\MinGW\bin" -I"C:\CodeBlocks\MinGW\include" -c E:\CB_Projects\mujs_test\main.c -o obj\Debug\main.o
  9. mingw32-gcc.exe -Wall -g -I"C:\CodeBlocks\MinGW\bin" -I"C:\CodeBlocks\MinGW\include" -c E:\CB_Projects\mujs_test\one.c -o obj\Debug\one.o
  10. mingw32-g++.exe -L"C:\CodeBlocks\MinGW\lib" -o bin\Debug\mujs_test.exe obj\Debug\main.o obj\Debug\one.o -static-libstdc++ -static-libgcc
  11. Output file is bin\Debug\mujs_test.exe with size 407.05 KB
  12. Process terminated with status 0 (0 minute(s), 4 second(s))
  13. 0 error(s), 0 warning(s) (0 minute(s), 4 second(s))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement