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

Last change on this file since 21708 was 21690, checked in by dmik, 14 years ago

Add global kmk configuration and top-level makefile.

  • Property svn:eol-style set to native
File size: 675 bytes
RevLine 
[21690]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 back 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
Note: See TracBrowser for help on using the repository browser.