-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLocalConfig.kmk.tpl
34 lines (31 loc) · 1.03 KB
/
LocalConfig.kmk.tpl
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
## @file
# Local Project Configuration File (Template)
#
# The local project configuration file is used to specify local paths to
# external tools and libraries and also to optioanlly override the global
# project configuration options.
#
# NOTES:
#
# This file is a template! Copy it to a file named LocalConfig.kmk in
# the same directory and modify the copy to fit your local environment.
#
# All paths in this file are specified using forward slashes unless specified
# otherwise.
#
#
# Base directory where all build output will go. The directory will be created
# if does not exist. The default is "out" in the root of the source tree.
#
# PATH_OUT_BASE := out
#
# Path to the OS/2 Toolkit versoin 4.x. If not set, it is assumed that the
# toolkit is accessible through the environment.
#
# PATH_SDK_OS2TK4 := D:/Dev/OS2TK45
#
# Path to the IBM Assembly Language Processor (may be found in the
# OS/2 toolkit). Defaults to '$(PATH_SDK_OS2TK4)/bin/alp.exe' if
# PATH_SDK_OS2TK4 is set, or to 'alp.exe' otherwise.
#
# PATH_TOOL_ALP := alp.exe