Zesstra | 953f997 | 2017-02-18 15:37:36 +0100 | [diff] [blame] | 1 | P_COMPILER_PATH |
| 2 | *************** |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 3 | |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 4 | |
Zesstra | 953f997 | 2017-02-18 15:37:36 +0100 | [diff] [blame] | 5 | NAME |
| 6 | ==== |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 7 | |
Zesstra | 953f997 | 2017-02-18 15:37:36 +0100 | [diff] [blame] | 8 | P_COMPILER_PATH "compiler_path" |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 9 | |
Zesstra | 953f997 | 2017-02-18 15:37:36 +0100 | [diff] [blame] | 10 | |
| 11 | DEFINIERT IN |
| 12 | ============ |
| 13 | |
| 14 | /sys/v_compiler.h |
| 15 | |
| 16 | |
| 17 | BESCHREIBUNG |
| 18 | ============ |
| 19 | |
| 20 | Directory in dem ein Virtual Compiler Objekte erzeugt. |
| 21 | Muss im virtual_compiler.c gesetzt werden. |
| 22 | |
| 23 | Der VirtualCompiler muss nicht zwingend in diesem Verzeichnis |
| 24 | liegen, um zu funktionieren, sollte es aber, um die Zuordnung des VCs zu |
| 25 | "seinen" Objekten zu erleichern. |
| 26 | |
| 27 | |
| 28 | BEISPIEL |
| 29 | ======== |
| 30 | |
| 31 | SetProp(P_COMPILER_PATH,"/d/region/magier/vc/"); |
| 32 | |
| 33 | |
| 34 | SIEHE AUCH |
| 35 | ========== |
| 36 | |
| 37 | P_STD_OBJECT, virtual_compiler |
| 38 | |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 39 | Letzte Aenderung: 23.10.2007, von Zesstra |