-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathsetup.cfg.cmd
More file actions
17 lines (15 loc) · 649 Bytes
/
setup.cfg.cmd
File metadata and controls
17 lines (15 loc) · 649 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
REM-----------------------------------------
REM mod_pascal
REM Apache 2.4 module which can execute
REM Pascal program
REM
REM @link https://github.com/zamronypj/mod_pascal
REM @copyright Copyright (c) 2020 Zamrony P. Juhara
REM @license https://github.com/zamronypj/mod_pascal/blob/master/LICENSE (LGPL-2.1)
REM------------------------------------------
REM------------------------------------------------------
REM Script to setup compiler configuration for Windows
REM------------------------------------------------------
copy build.prod.cfg.sample build.prod.cfg
copy build.dev.cfg.sample build.dev.cfg
copy build.cfg.sample build.cfg