source: branches/gcc-kmk/LocalConfig.kmk.tpl@ 21787

Last change on this file since 21787 was 21750, checked in by dmik, 14 years ago

Addon to r21749.

  • Property svn:eol-style set to native
File size: 825 bytes
Line 
1## @file
2# Local Project Configuration File (Template)
3#
4# The local project configuration file is used to specify local paths to
5# external tools and libraries and also to optioanlly override the global
6# project configuration options.
7#
8# NOTES:
9#
10# This file is a template! Copy it to a file named LocalConfig.kmk in
11# the same directory and modify the copy to fit your local environment.
12#
13# All paths in this file are specified using forward slashes unless specified
14# otherwise.
15#
16
17#
18# Base directory where all build output will go. The directory will be created
19# if does not exist. The default is "out" in the root of the source tree.
20#
21# PATH_OUT_BASE := out
22
23#
24# Path to the IBM The IBM Assembly Language Processor (may be found in the
25# OS/2 toolkit). Defaults to 'alp.exe'.
26#
27# PATH_TOOL_ALP := alp.exe
28
Note: See TracBrowser for help on using the repository browser.