mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
let the past begone in cvs land. welcome to igit igit!
This commit is contained in:
commit
4e601cf1c7
509 changed files with 77963 additions and 0 deletions
2
world/obj/Makefile
Normal file
2
world/obj/Makefile
Normal file
|
@ -0,0 +1,2 @@
|
|||
spare:
|
||||
cat ../drivers/library.i ../net/library.i >spare_library.c
|
6
world/obj/README
Normal file
6
world/obj/README
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
This directory is just for compatibility with drivers
|
||||
who look for /obj/master
|
||||
|
||||
The drivers should rather load /drivers/<driver>/master/master
|
||||
|
2
world/obj/library.c
Normal file
2
world/obj/library.c
Normal file
|
@ -0,0 +1,2 @@
|
|||
#echo obj/library: I shouldn't have been instantiated!
|
||||
#include "/drivers/library.c"
|
3
world/obj/master.c
Normal file
3
world/obj/master.c
Normal file
|
@ -0,0 +1,3 @@
|
|||
#echo obj/master: I shouldn't have been used
|
||||
#echo (Harmless bug in the configuration of your ldmud binary)
|
||||
#include "/drivers/master.c"
|
Loading…
Add table
Add a link
Reference in a new issue