Skip to content

Releases: continuous-delphi/delphi-msbuild

delphi-msbuild v0.6.0

01 Apr 23:11
v0.6.0
91b275b

Choose a tag to compare

delphi-msbuild logo

https://github.com/continuous-delphi/delphi-msbuild

Tag: v0.6.0

Direct download: delphi-msbuild.ps1

This release improves delphi-msbuild, a Continuous Delphi utility that builds
Delphi .dproj projects using MSBuild from the command line. It sources
rsvars.bat before invoking MSBuild and is designed to accept piped output
from delphi-inspect -DetectLatest -BuildSystem MSBuild.



Change Log

  • .output is now always populated in the result object -- previously it was
    $null when -ShowOutput was used; output is now captured and streamed
  • .exeOutputDir and .dcuOutputDir are now resolved from the dcc32 compiler
    invocation in the build output when not supplied as parameters
  • .warnings and .errors integer counts added to the result object, parsed
    from the MSBuild summary line
  • Fix: duplicate /p:DCC_UnitSearchPath argument when -UnitSearchPath was
    supplied (the unquoted copy was appended first, then the quoted copy)

delphi-msbuild v0.5.0

19 Mar 22:37
91e6166

Choose a tag to compare

delphi-msbuild logo

https://github.com/continuous-delphi/delphi-msbuild

Tag: v0.5.0

Direct download: delphi-msbuild.ps1

This release improves delphi-msbuild, a Continuous Delphi utility that builds
Delphi .dproj projects using MSBuild from the command line. It sources
rsvars.bat before invoking MSBuild and is designed to accept piped output
from delphi-inspect -DetectLatest -BuildSystem MSBuild.



Change Log

  • -Define parameter broken - MSBuild thinks it's a switch
    #16

delphi-msbuild v0.4.0

17 Mar 17:47
2a90ec6

Choose a tag to compare

delphi-msbuild logo

https://github.com/continuous-delphi/delphi-msbuild

Tag: v0.4.0

Direct download: delphi-msbuild.ps1

This release improves delphi-msbuild, a Continuous Delphi utility that builds
Delphi .dproj projects using MSBuild from the command line. It sources
rsvars.bat before invoking MSBuild and is designed to accept piped output
from delphi-inspect -DetectLatest -BuildSystem MSBuild.



Change Log

  • Ensure PowerShell 5.1 compatibility for the delphi-msbuild.ps1 script
    (Tests remain the newer pwsh)
    #13

delphi-msbuild v0.3.0

17 Mar 04:05
2c5cf74

Choose a tag to compare

delphi-msbuild logo

https://github.com/continuous-delphi/delphi-msbuild

Tag: v0.3.0

Direct download: delphi-msbuild.ps1

This release improves delphi-msbuild, a Continuous Delphi utility that builds
Delphi .dproj projects using MSBuild from the command line. It sources
rsvars.bat before invoking MSBuild and is designed to accept piped output
from delphi-inspect -DetectLatest -BuildSystem MSBuild.



Change Log

  • Add -ExeOutputDir parameter to set the compiled executable output directory
    via /p:DCC_ExeOutput

  • Add -DcuOutputDir parameter to set the compiled DCU output directory
    via /p:DCC_DcuOutput

  • Add -UnitSearchPath parameter to append additional unit search paths
    via /p:DCC_UnitSearchPath=$(DCC_UnitSearchPath);..., preserving paths
    already set by the project's PropertyGroups
    #11

  • Add support for passing compiler defines to MSBUILD
    #9

delphi-msbuild v0.2.0

16 Mar 22:39
aafa2d1

Choose a tag to compare

delphi-msbuild logo

https://github.com/continuous-delphi/delphi-msbuild

Tag: v0.2.0

Direct download: delphi-msbuild.ps1

This release improves delphi-msbuild, a Continuous Delphi utility that builds
Delphi .dproj projects using MSBuild from the command line. It sources
rsvars.bat before invoking MSBuild and is designed to accept piped output
from delphi-inspect -DetectLatest -BuildSystem MSBuild.



Change Log

  • Added delphi-msbuild.ps1 to be a direct download on the release page
    #5

delphi-msbuild v0.1.0

16 Mar 22:15
9fba712

Choose a tag to compare

delphi-msbuild logo

https://github.com/continuous-delphi/delphi-msbuild

Tag: v0.1.0

This release improves delphi-msbuild, a Continuous Delphi utility that builds
Delphi .dproj projects using MSBuild from the command line. It sources
rsvars.bat before invoking MSBuild and is designed to accept piped output
from delphi-inspect -DetectLatest -BuildSystem MSBuild.



Change Log

  • Initial release of delphi-msbuild.ps1 -- build Delphi .dproj projects
    via MSBuild from the command line, with support for piped output from
    delphi-inspect and automatic rsvars.bat environment sourcing.


delphi-msbuild - a developer tool from Continuous Delphi

continuous-delphi logo

https://github.com/continuous-delphi