cbp2make icon indicating copy to clipboard operation
cbp2make copied to clipboard

Makefile generation tool for Code::Blocks IDE

Results 3 cbp2make issues
Sort by recently updated
recently updated
newest added

I have such example of include dirs: ``` INC = -I$(WXWIN)\include -I$(PYTHONHOME)\include -I$(WXCURL)\include ``` where environmental constants are used. As we see here, backslash is not escaped. Must be: ```...

It is specified how to use the tool, but regarding the installation there is nothing. The most intuitive approach for me was to clone the repo and run the install...

Hello, If I've defined custom compiler profile in the Code::Clocks the cbp2make does not importing this custom profile in to cbp2make.cfg