Build.exe does not pick up UnitOutputPaths changes in Build.Settings.ini

Issue #24 resolved
Giovanni Van Geel created an issue

I checked out the latest master, made changed to the Build.Settings.ini concerning the UnitOutputPaths, fired up Build.exe and started the build. The dcu's are however still output'd to the default directories.

Comments (2)

  1. Stefan Glienke repo owner

    Thanks for your report.

    This has never been supported as it always used the dcu output directory from the selected config (which is the default when using msbuild unless specified otherwise). The value in the ini file was just for setting the library path.

    When fixed it will properly pass the value to msbuild.exe (/p:DCC_DcuOutput) and support relative and absolute paths.

  2. Log in to comment