Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: BlueHazzard on January 27, 2021, 01:17:52 am

Title: CommandsOnly target
Post by: BlueHazzard on January 27, 2021, 01:17:52 am
As described here: https://sourceforge.net/p/codeblocks/tickets/1056/
i have quite some problems understanding how command only target is intended to work...
Is someone out there that uses this build target?
Can someone explain to me how it is intended to work, because in the code is quite some mixture and i think it does not work as intended...

Title: Re: CommandsOnly target
Post by: ollydbg on February 07, 2021, 02:28:30 am
I use this kind of target to copy files, like update.bat.
Title: Re: CommandsOnly target
Post by: BlueHazzard on February 07, 2021, 07:56:14 pm
Can you post an example?
Do you use the pre/post build steps?
Do you use special variables in the command?
Title: Re: CommandsOnly target
Post by: LETARTARE on February 07, 2021, 08:18:20 pm
here are some examples with Win?:
1- with compiler: for *.bat

2- no compiler : for documentation,...