source: trunk/icedtea-web/LocalConfig.kmk.tpl@ 352

Last change on this file since 352 was 352, checked in by dmik, 13 years ago

icedtea: Add kBuild files.

  • Property svn:eol-style set to native
File size: 847 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#
21PATH_OUT_BASE := $(PATH_ROOT)/../$(PACKAGE_NAME)-build
22
23#
24# Path to bootstrap version of OpenJDK. Must be set.
25#
26PATH_BOOTSTRAP_JDK := $(PATH_ROOT)/../openjdk/build-product-release/j2sdk-image
Note: See TracBrowser for help on using the repository browser.