[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'UPasConf' (#Pkg)

Reference for unit 'UPasConf'

Create configuration programs easily.

uses

  System,

  Classes,

  SysUtils,

  Contnrs,

  Types;

Overview

The UPasConf unit has been designed to facilitate the creation of Pascal programs for configuring the software source code. It allows to create easily programs behaving like the famous ./configure generated by autoconf (in much less powerful).

WARNING : UPasConf does not support strange characters in filenames. By strange characters I mean spaces, tabs, control characters, etc. To avoid problems use only the following characters : a-z A-Z 0-9 . _

Related topics

SimpleExample

  

Simple example

BasicPrinciples

  

Basic principles

ConfigurationVariables

  

Configuration variables

Templates

  

Templates

VarsDefInTTemplateApplication

  

Variables defined in TTemplateApplication

VarsDefInTPasConfApplication

  

Variables defined in TPasConfApplication

TagsDefInTPasConfApplication

  

Tags defined in TPasConfApplication

TemplateFunctions

  

Template Functions

AutomaticMakefiles

  

Automatic makefiles