jtmake to build Release build of groupproj

TwineCompile - Cut C++Builder compile times by up to 50x!
Post Reply
miskol
Posts: 7
Joined: Mon Mar 10, 2025 3:28 pm

jtmake to build Release build of groupproj

Post by miskol »

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
jomitech
Site Admin
Posts: 2189
Joined: Wed Oct 08, 2008 12:23 am

Re: jtmake to build Release build of groupproj

Post by jomitech »

This is a known issue with 5.8. Please download the following file and extract into the TwineCompile installation directory to resolve the issue.

https://jomitech.com/downloads/TCBuildInterop121.zip
Jon
Post Reply