Skip to main content
Glama

Delphi Build Server

by flydev-fr

delphi.build

Build Delphi projects (.dproj/.groupproj) using MSBuild in a RAD Studio environment. Customize configuration, platform, and paths for project compilation.

Instructions

Build a Delphi .dproj or .groupproj using MSBuild with RAD Studio environment

Input Schema

NameRequiredDescriptionDefault
configurationNoRelease
msbuildPathNoOptional path to msbuild.exe to use
platformNoWin32
projectYesPath to a Delphi .dproj or .groupproj file
rsvarsPathNoOptional path to rsvars.bat to initialize RAD Studio env

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "configuration": { "default": "Release", "type": "string" }, "msbuildPath": { "description": "Optional path to msbuild.exe to use", "type": "string" }, "platform": { "default": "Win32", "type": "string" }, "project": { "description": "Path to a Delphi .dproj or .groupproj file", "type": "string" }, "rsvarsPath": { "description": "Optional path to rsvars.bat to initialize RAD Studio env", "type": "string" } }, "required": [ "project" ], "type": "object" }
Install Server

Other Tools from Delphi Build Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/flydev-fr/mcp-delphi'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server