
License | Documentation | Changes | Downloads
UPasConf is a small build system for Free Pascal and Lazarus. It allows you to create a program for your project that mimics the script ./configure, and, based on the parameters of the command line, generates a Makefile (and / or other files according to your needs) which is able to build, install and package your project.
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
As a special exception, the copyright holders of this library give you permission to link this library with independent modules to produce an executable, regardless of the license terms of these independent modules,and to copy and distribute the resulting executable under terms of your choice, provided that you also meet, for each linked independent module, the terms and conditions of the license of that module. An independent module is a module which is not derived from or based on this library. If you modify this library, you may extend this exception to your version of the library, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version.
You should have received a copy of the GNU Lesser General Public License along with this library. If not, see <http://www.gnu.org/licenses/>.
Documentation for the latest version is available here.
v0.8.2 (28/07/2015) - Changed: documentation format to Txt2FPDoc - Added: option '-e' to print evaluated variables after template generation v0.8.0 (25/05/2015) - New configuration variable WidgetSet for lazarus applications - New command line options '-w+' & '-w-' to set warnings on and off - New function and template function JOINPATHS - Now warnings are activated by default - Removed configuration variables : Debug, Heaptrace, Profile, IsWindows, IsUnix, IsLinux - Renamed : * LazAutoFlags to LazBuildAutoFlags * FpcTargetCPU to TargetCPU * FpcTargetOS to TargetOS - TargetOS and TargetCPU can be changed by command line (useful for cross compilation) - New example hello6 : shows how build modes can be implemented - Added FpcExtraFlags and LazBuildExtraFlags configuration variables - Added CHANGELOG v0.6.6 (30/07/2014) - License changed to LGPL v2.1+ with Linking exception v0.6.4 (03/03/2014) - License changed to GPL v2+ with Linking exception v0.6.2 (25/02/2014) - First release
Version 0.8.2 for FPC 2.6.4
Source |
Version 0.8.0 for FPC 2.6.4
Source |
|
Documentation |
Version 0.6.6 for FPC 2.6.4
Source |
|
Documentation |
Version 0.6.4 for FPC 2.6.2 and 2.6.4
Source |
|
Documentation |