Last change
on this file since 542 was
496,
checked in by dmik, 9 years ago
|
Fix makefiles to support kBuild from RPM.
|
File size:
1.0 KB
|
Line | |
---|
1 | /* |
---|
2 | * Local environment settings for Lucide (Template) |
---|
3 | * |
---|
4 | * This file is used to specify local paths to external tools and libraries |
---|
5 | * and to perform other site-specific project environment setup. |
---|
6 | * |
---|
7 | * NOTES: |
---|
8 | * |
---|
9 | * This file is a template! Copy it to a file named LocalEnv.cmd in |
---|
10 | * the same directory and modify the copy to fit your local environment. |
---|
11 | * |
---|
12 | * All paths in this file are specified using back slashes unless specified |
---|
13 | * otherwise. |
---|
14 | */ |
---|
15 | |
---|
16 | /** |
---|
17 | * Path to kBuild. Leave it empty if you already have kBuild in path. |
---|
18 | */ |
---|
19 | G.PATH_TOOL_KBUILD = '' |
---|
20 | |
---|
21 | /** |
---|
22 | * Path to the GCC 4.x.x environment script. Leave it empty if you already have |
---|
23 | * GCC 4.x.x in path. |
---|
24 | */ |
---|
25 | G.PATH_TOOL_GCC4_ENV = '' |
---|
26 | |
---|
27 | /** |
---|
28 | * Path to SOM SDK. Leave it empty if you have OS/2 Toolkit 4.5 installed. |
---|
29 | */ |
---|
30 | G.PATH_SDK_SOM = '' |
---|
31 | |
---|
32 | /** |
---|
33 | * Paths to the CURL library (headers and libraries, respectively). Leave it |
---|
34 | * empty if you have them in paths. |
---|
35 | */ |
---|
36 | G.PATH_LIB_CURL_INCS = '' |
---|
37 | G.PATH_LIB_CURL_LIBPATH = '' |
---|
Note: See
TracBrowser
for help on using the repository browser.