I wanted to add additional command line options to windres (like -DYYY) for conditionnal compilation of resources, but none of the existing columns in Project / Parameters (CFLAGS or CXXFLAGS in the generated makefile) is used in the windres command line.
The only solution I have found is to use a custom Makefile, but it is not a convenient solution as I have a lot of .dev files: I need a makefile for each...
Perhaps there should be a column for windres in the Project / Parameters dialog and a RESFLAG in the generated makefile
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I wanted to add additional command line options to windres (like -DYYY) for conditionnal compilation of resources, but none of the existing columns in Project / Parameters (CFLAGS or CXXFLAGS in the generated makefile) is used in the windres command line.
The only solution I have found is to use a custom Makefile, but it is not a convenient solution as I have a lot of .dev files: I need a makefile for each...
Perhaps there should be a column for windres in the Project / Parameters dialog and a RESFLAG in the generated makefile
please put it in RFE