pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-04-21
1998-04-21 03:54:01 by Per Hedbor <ph@opera.com>
ce8aee2ebad219c3067c9fe3978c2a0fcfa89e38 (
7
lines) (+
5
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
. is nice to have in program_path...
Rev: lib/master.pike.in:1.17
1:
-
/* $Id: master.pike.in,v 1.
16
1998/04/
20
02
:
34
:
03
hubbe
Exp $
+
/* $Id: master.pike.in,v 1.
17
1998/04/
21
03
:
54
:
01
per
Exp $
* * Master-file for Pike. *
499:
add_constant("write",_static_modules.files()->_stdout->write);
+
add_program_path(getcwd()); // Rather important /Per
+
// add path for architecture-shared files add_include_path("¤share_prefix¤/include"); add_module_path("¤share_prefix¤/modules");