I am new to all this devkit I would like to know how to enable the settings that come by default, such as
Quote:
I understand that they can be enabled at compile time by using
Quote:
In my case I already enabled some of the ones I need but at the moment of putting the case above
Quote:
"C:\Program Files\CMake\bin\cmake.exe" -G "Visual Studio 10 2010" -T v80 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCONFIG_IMGUI=OFF -CONFIG_OLD_UNDERBAR=ON -DCONFIG_DEBUG_REDIRECT_PUTDUMP=OFF -DCONFIG_DEBUG_CONSOLE=OFF ..
pause
|
Quote:
It gives me an error because it can't find said file, how could I solve that?