Hi
I do not understand why it is not possible to change the resource file extension to the resource extensions in the extended resource settings and why the extension is not by default as
.obj or
.o
-------------- Clean: Release in sdl_samples (compiler: MinGW-W64 Compiler)---------------
Cleaned "sdl_samples - Release"
-------------- Build: Release in sdl_samples (compiler: MinGW-W64 Compiler)---------------
x86_64-w64-mingw32-gcc.exe -Wall -m64 -O2 -Wall -m64 -march=athlon64 -std=c11 -I..\..\IDE\codeblocks-16.01mingw-nosetup\MinGW64\mingw64\include\sdl2 -I..\..\IDE\codeblocks-16.01mingw-nosetup\MinGW64\mingw64\include\sdl2 -IE:\Install\0_PROGRAMING\C\lib\SDL2-2.0.7\x86_64-w64-mingw32\include\SDL2 -c C:\sdl\main.c -o obj\Release\main.o
GoRC.exe /machine X64 /fo C:\sdl\obj\Release\res.obj C:\sdl\res.rc
GoRC.Exe Version 1.0.1.0 - Copyright Jeremy Gordon 1998-2013 - JG@JGnet.co.uk
Output file: C:\sdl\obj\Release\res.obj format: X64
GoRC.exe /machine X64 /fo C:\sdl\obj\Release\resource.obj C:\sdl\resource.rc
GoRC.Exe Version 1.0.1.0 - Copyright Jeremy Gordon 1998-2013 - JG@JGnet.co.uk
Output file: C:\sdl\obj\Release\resource.obj format: X64
x86_64-w64-mingw32-gcc.exe -L..\..\IDE\codeblocks-16.01mingw-nosetup\MinGW64\mingw64\lib -L..\..\IDE\codeblocks-16.01mingw-nosetup\MinGW64\mingw64\lib -LE:\Install\0_PROGRAMING\C\lib\SDL2-2.0.7\x86_64-w64-mingw32\lib -o bin\Release\sdl_samples.exe obj\Release\main.o
obj\Release\res.res obj\Release\resource.res -m64 -lSDL2 -lSDL2main -s -m64
C:\sdl\main.c: In function 'WinMain':
C:\sdl\main.c:34:10: warning: variable 'drawing' set but not used [-Wunused-but-set-variable]
bool drawing = false;
^~~~~~~
x86_64-w64-mingw32-gcc.exe: error: obj\Release\res.res: No such file or directory
x86_64-w64-mingw32-gcc.exe: error: obj\Release\resource.res: No such file or directory
Process terminated with status 1 (0 minute(s), 4 second(s))
2 error(s), 1 warning(s) (0 minute(s), 4 second(s))