pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-01-21
1999-01-21 09:12:32 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
fce2ec456ff68d8dbf2d14a43df191c0ad0bd196 (
8
lines) (+
6
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
share is now used when pike is not installed..
Rev: lib/master.pike.in:1.37
1:
-
/* $Id: master.pike.in,v 1.
36
1998
/
10
/
31
22
:
47
:
11
grubba
Exp $
+
/* $Id: master.pike.in,v 1.
37
1999
/
01
/
21
09
:
12
:
32
hubbe
Exp $
* * Master-file for Pike. *
712:
add_include_path(tmppath+"/include"); add_module_path(tmppath+"/modules"); #else
-
// add path for architecture-
shared
files
+
+
#if
"¤share_prefix¤"[0]!='¤'
+
// add path for architecture-
dependant
files
add_include_path("¤share_prefix¤/include"); add_module_path("¤share_prefix¤/modules");
-
+
#endif
// add path for architecture-dependant files add_include_path("¤lib_prefix¤/include");