With cmd its the same.
Code is a simple Hello world exe.
#include <stdio.h>
int main(void)
{
printf("Hallo world");
return 0;
}
oh sry
-------------- Clean: Release in HalloWorld (compiler: GNU GCC Compiler)---------------
Cleaned "HalloWorld - Release"
-------------- Build: Release in HalloWorld (compiler: GNU GCC Compiler)---------------
mingw32-g++.exe -Wall -fexceptions -O2 -Wextra -IC:\SDL\SDL-1.2.13\include -IC:\SDL\SDL_image-1.2.12\include -IC:\Users\-\Documents\SDLmenu\lib -IC:\Users\-\Documents\SDLmenu\include -c C:\Users\-\Documents\HalloWorld\main.cpp -o obj\Release\main.o
mingw32-g++.exe -LC:\SDL\SDL-1.2.13\lib -LC:\SDL\SDL_image-1.2.12\lib -LC:\Users\-\Documents\SDLmenu\lib -o bin\Release\HalloWorld.exe obj\Release\main.o -s -lmingw32 -lSDLmain -lSDL "C:\Program Files (x86)\CodeBlocks\MinGW\lib\libSDLmain.a" "C:\Program Files (x86)\CodeBlocks\MinGW\lib\libSDL.dll.a" "C:\Program Files (x86)\CodeBlocks\MinGW\lib\libmingw32.a" "C:\Program Files (x86)\CodeBlocks\MinGW\lib\SDL_image.lib" "C:\Program Files (x86)\CodeBlocks\MinGW\lib\libwinmm.a"
Output size is 9.50 KB
Process terminated with status 0 (0 minutes, 0 seconds)
0 errors, 0 warnings (0 minutes, 0 seconds)
is that what you are looking for?
no didn't ...
-------------- Clean: Release in HalloWorld (compiler: GNU GCC Compiler)---------------
Cleaned "HalloWorld - Release"
-------------- Build: Release in HalloWorld (compiler: GNU GCC Compiler)---------------
mingw32-g++.exe -Wall -fexceptions -O2 -Wextra -c C:\Users\-\Documents\HalloWorld\main.cpp -o obj\Release\main.o
mingw32-g++.exe -o bin\Release\HalloWorld.exe obj\Release\main.o -s
Output size is 9.50 KB
Process terminated with status 0 (0 minutes, 0 seconds)
0 errors, 0 warnings (0 minutes, 0 seconds)