Search code examples
delphidelphi-7

use 2 directories output in Delphi 7?


i like to know if there's a way to use 2 directories output in delphi 7, to create the compiled project in 2 diferent folders Like : c:\test ; c:\testx

i already tried the semicolon and didn't work.

Thank you!


Solution

  • There is no way to make the compiler or IDE output the executable file to multiple directories. You'll have to copy it yourself as a post build action. You'll have to script that yourself since Delphi 7 does not have post build actions built in.