News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

CBP2MAKEFILE 2

Started by netpipe, July 02, 2021, 05:24:59 AM

Previous topic - Next topic

ollydbg

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

cacb

This does not work if your project search paths include Code::Blocks global variables.

It would be useful if global variable definitions could be exported to the makefile so that the include paths etc. would work.