-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbuild.cfg.sample
45 lines (40 loc) · 1.47 KB
/
build.cfg.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#------------------------------------------------------------
# Fano CLI Application (https://fanoframework.github.io)
#
# @link https://github.com/fanoframework/fano-cli
# @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
# @license https://github.com/fanoframework/fano-cli/blob/master/LICENSE (MIT)
#-------------------------------------------------------------
#----------------------------------------------
# User configuration that applies to both
# development and production environment
# Please see Free Pascal Documentation for available
# compiler configurations
#----------------------------------------------
#----------------------------------------------
# Target OS
# linux : Linux
# win64 : Windows 64 (not tested yet)
# win32 : Windows 32 (not tested yet)
# freebsd : FreeBSD
#----------------------------------------------
-Tlinux
#----------------------------------------------
# Output Windows console application
#
# Uncomment if target OS is Windows
#----------------------------------------------
#-WC
#----------------------------------------------
# Target CPU
# x86_64 : Intel 64-bit architecture (default)
# i386 : Intel 32-bit architecture
#----------------------------------------------
#-Px86_64
#----------------------------------------------
# Include configuration based on build type (default is prod)
# using #INCLUDE directive
# For example
# $ BUILD_TYPE=prod ./build.sh
#----------------------------------------------
#INCLUDE build.$BUILD_TYPE$.cfg