02-01-2021, 04:59 AM
OK. I just said 'screw it' and filled in the fields
Now I get...
Getting warmer... Damn, they do NOT make this easy.
Code:
includedir=<my project path>/includes
libdir=<my project path>/libs
Name: GIMP UI
Description: GIMP User Interface Library
Version: 2.0
Libs: -L${libdir} -lgimpui-2.0 -lgimpwidgets-2.0 -lgimpmodule-2.0
Cflags: -I${includedir}/gimp-2.0
Now I get...
Code:
gcc -I<my project path> -o'main' 'main.cpp' -mwindows -L<my project path> -lgimpui-2.0 -lgimpwidgets-2.0 -lgimpmodule-2.0
gcc: error: 'main.cpp': No such file or directory
Getting warmer... Damn, they do NOT make this easy.