Main idea is to check are we building project within the IDE or from the command line. Does anybody know, is it possible?
Main idea is to check are we building project within the IDE or from the command line. Does anybody know, is it possible?
You can check symbols affecting your builds in Project/Properties, Carbide.c++/Build Configurations, Paths and Symbols. I can not relly identify anything that would help differentiating between Carbide/non-Carbide builds.
What do you want to achieve?
I need to #ifdef when build is made locally by developer within Carbide C++ or by autobuild machine within command line. I already checked these macroses in Build Configurations settings, but it's not clear, which one is defined only within Carbide.
There is no such symbol. Let us extend the question: what do you want to achieve via differentiating between Carbide.c++ and command-line builds?
Make local non-device locked build for developers to test. This is done with another #defines.