Topic: include path for resource files?
My resource file requires an additional include directory, but I haven't found any way to specify it other than manually editing the Makefile. Am I missing something?
The automatically generated Makefile includes:
RCFLAGS=-O coff --use-temp-file
It needs to be:
RCFLAGS=-O coff --use-temp-file --include-dir C:/wxWidgets-3.2.6/include