jtmake to build Release build of groupproj
Posted: Tue Apr 22, 2025 4:00 pm
I am trying to build Release build of my groupproj and without success
in command line
jtmake -B -threads8 -c"Release" -p:config=Release MyGroupProject.groupproj
TwineCompile Project Build Tool 5.8
Copyright JomiTech 2024. All Rights Reserved.
Building MyGroupProject.groupproj using default platform, Release configuration
Building MyGroupProject.groupproj (Release)...
and then everything end in Debug
All works fine when I want to build just one cbproj
or when I use msbuild /verbosity:normal /consoleloggerparameters:ShowCommandLine /t:build /p:Configuration=Release /p:config=Release MyGroupProject.groupproj
in command line
jtmake -B -threads8 -c"Release" -p:config=Release MyGroupProject.groupproj
TwineCompile Project Build Tool 5.8
Copyright JomiTech 2024. All Rights Reserved.
Building MyGroupProject.groupproj using default platform, Release configuration
Building MyGroupProject.groupproj (Release)...
and then everything end in Debug
All works fine when I want to build just one cbproj
or when I use msbuild /verbosity:normal /consoleloggerparameters:ShowCommandLine /t:build /p:Configuration=Release /p:config=Release MyGroupProject.groupproj