Last change
on this file was 2343, checked in by bird, 16 years ago |
doc/example1: create a simple example config.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id
|
File size:
680 bytes
|
Rev | Line | |
---|
[2343] | 1 | # $Id: Config.kmk 2343 2009-04-19 21:44:50Z bird $
|
---|
| 2 | ## @file
|
---|
| 3 | # kBuild Example no. 1 - Config.kmk - The global configuration file.
|
---|
| 4 | #
|
---|
| 5 |
|
---|
| 6 | #
|
---|
| 7 | # The author disclaims copyright to this example script and places
|
---|
| 8 | # it in the public domain.
|
---|
| 9 | #
|
---|
| 10 | # include full-legal-disclaimer.kmk
|
---|
| 11 | #
|
---|
| 12 |
|
---|
| 13 | #
|
---|
| 14 | # Some templates.
|
---|
| 15 | #
|
---|
| 16 | TEMPLATE_ExampleNo1Exe = For creating a program or static library for linking into a program.
|
---|
| 17 | TEMPLATE_ExampleNo1Exe_TOOL = GCC
|
---|
| 18 | TEMPLATE_ExampleNo1Exe_DEFS = MY_DEFINE=42 MY_OTHER_DEFINE
|
---|
| 19 |
|
---|
| 20 | TEMPLATE_ExampleNo1Dll = For creating a DLL/SO/DYLIB or static library for linking into a DLL/SO/DYLIB
|
---|
| 21 | TEMPLATE_ExampleNo1Dll_EXTENDS = ExampleNo1Exe
|
---|
| 22 | TEMPLATE_ExampleNo1Dll_EXTENDS_BY = appending
|
---|
| 23 | TEMPLATE_ExampleNo1Dll_DEFS = MY_DLL_INDICATOR
|
---|
| 24 |
|
---|
| 25 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.