61
Development / Re: svn rev 13798 issue?
« Last post by ollydbg on February 26, 2026, 01:46:50 am »You must have the compiler global variable CODEBLOCKS defined.
But that was not necessary. For example, if you look at this cbp file and other cbp files.
https://github.com/arnholm/codeblocks_sfmirror/blob/master/src/plugins/contrib/SmartIndent/SmartIndent_wx32_64.cbp
You don't see any CODEBLOCKS variable needed.
I'm not sure you can understand my explanations. But this compiler macro is not needed in cbp file and the update file.
But that was not necessary. For example, if you look at this cbp file and other cbp files.
https://github.com/arnholm/codeblocks_sfmirror/blob/master/src/plugins/contrib/SmartIndent/SmartIndent_wx32_64.cbp
You don't see any CODEBLOCKS variable needed.
I'm not sure you can understand my explanations. But this compiler macro is not needed in cbp file and the update file.
Recent Posts