blob: 2acf7e286bcf262bf1f9cc08abf7107423a5e224 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
--- src/xfpovray.h.orig Wed Aug 20 05:10:37 1997
+++ src/xfpovray.h Mon Nov 24 18:28:57 1997
@@ -16,14 +16,14 @@
/*
** Command to invoke POV-Ray
*/
-#define POV_COMMAND "/usr/local/bin/povray"
+#define POV_COMMAND "%%LOCALBASE%%/bin/povray"
/*
** System or default library path. You can add up to 4 more on
** the widget for a total of 5, even though POV-Ray supports more.
*/
-#define POV_LIB_PATH "/usr/local/include/povray"
+#define POV_LIB_PATH "%%LOCALBASE%%/lib/povray3/include"
/*
@@ -47,7 +47,7 @@
** Editor command. If you use a console editor like vi, execute the
** editor in an xterm, e.g., xterm -e vi
*/
-#define POV_EDITOR "nedit"
+#define POV_EDITOR "xterm -e vi"
/*
|