1
0
Fork 0
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:
PSYC 2009-01-26 20:21:29 +01:00
commit 4e601cf1c7
509 changed files with 77963 additions and 0 deletions

2
world/obj/Makefile Normal file
View file

@ -0,0 +1,2 @@
spare:
cat ../drivers/library.i ../net/library.i >spare_library.c

6
world/obj/README Normal file
View 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
View 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
View 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"