Hi,
When I execute delphi 2009 project using MSBuild command line, output always goes to C: drive
C:\MyProjects>MSbuild "C:\MyTestProject\Test.dproj" /t:Build /p:OutDir="C:\Output\bin\"
Why is this happening?
Thanks & Regards, Pavan.
|
3
|
Hi, When I execute delphi 2009 project using MSBuild command line, output always goes to C: drive
Why is this happening? Thanks & Regards, Pavan.
|
|||
|
|
|
|
I know the docs say otherwise, but try OutputPath instead of OutDir. |
||
|
|
|
For Delphi projects you need to use DCC_ExeOutput to specify where the EXE should go.
Take a look inside Test.dproj for any other options you might want to specify. |
||
|
|