Enable full command line in console output

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

Enable full command line in console output

Post by miskol »

I am building project like this
msbuild /verbosity:normal /consoleloggerparameters:ShowCommandLine /t:build /p:Configuration=Release /p:config=Release MyGroupProject.groupproj

And is it possible to see full command line how TwineCompile build every file
I know that it is all in twfiles.@@@ file
But I want to see that in console. google gemini told me about /p:TwineCompileLogging=Verbose but I can't find anything so it is pure LLM hallucination :mrgreen:

It will be nice if twinecopile will follow settings from /consoleloggerparameters:ShowCommandLine :mrgreen:
jomitech
Site Admin
Posts: 2208
Joined: Wed Oct 08, 2008 12:23 am

Re: Enable full command line in console output

Post by jomitech »

Would it be possible to share why you need to see this information?

For all builds, except for Win64 Modern, TwineCompile doesn't actually use a command-line build - it directly invokes the compiler DLL and passes the arguments into it, so there isn't a true 1-1 mapping available. If you're looking for the options for each file, twfiles.@@@ is the source, as you have discovered.
Jon
Post Reply