forked from ErisBlastar/osfree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.conf
35 lines (30 loc) · 878 Bytes
/
build.conf
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
#
# Build environment configuration
#
# a workaround to avoid double inclusion
!ifndef __build_conf__
!define __build_conf__
# HDD images directory for qemu and bochs
IMGDIR = $(%IMGDIR)
IMGDIR1 = $(%IMGDIR1)
DEST =
# Build environment type (OS/2 or other)
ENV = $(%OS)
# ENV = OS2
# ENV = Linux
# ENV = Windows
# ENV = FreeBSD
# Shell
OS_SHELL = $(%SHELL)
# OS_SHELL = 4OS/2 # 4 OS/2
# OS_SHELL = CMD # OS/2 cmd.exe or WinNT cmd.exe
# OS_SHELL = Bourne # Bourne shell
# OS_SHELL = CShell # C Shell
# REXX interpreter
OS_REXX = $(%REXX)
# OS_REXX = Classic # IBM Classic REXX
# OS_REXX = Object # IBM OREXX
# OS_REXX = Regina # Regina REXX
# OS_REXX = c:\regina\rexx.exe # Special case
#REXX = rexx
!endif