When compiling a project with a resource script (.rc) using MinGW i get this:
windres.exe: invalid option -- J
The command line is this:
windres.exe -i code\resource.rc -J rc -o code\.objs\code\resource.res -O coff
Shouldn't it be like this:
windres.exe -i code\resource.rc -I rc -o code\.objs\code\resource.res -O coff
* Notice the -I instead of -J! *
If that's the problem then how can I replace the -J that goes into the command line (in CB)?
Thanks! (Hope I didn't post a complete bullshit, I'm not sure if that's the problem)
Oh... almost forgot... beta7!