forked from kyonshi/grenzland-mud
Updated Makefile.* to not include olc.c - thanks to Rumble for doing this.
This commit is contained in:
@@ -68,7 +68,6 @@ Dep_circledexe = \
|
||||
handler.obj\
|
||||
magic.obj\
|
||||
mail.obj\
|
||||
olc.obj\
|
||||
objsave.obj\
|
||||
players.obj\
|
||||
modify.obj\
|
||||
@@ -111,7 +110,6 @@ house.obj+
|
||||
handler.obj+
|
||||
magic.obj+
|
||||
mail.obj+
|
||||
olc.obj+
|
||||
objsave.obj+
|
||||
players.obj+
|
||||
modify.obj+
|
||||
@@ -256,11 +254,6 @@ mail.obj : mail.c
|
||||
$(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ mail.c
|
||||
|
|
||||
|
||||
olc.obj : olc.c
|
||||
$(BCC32) -P- -c @&&|
|
||||
$(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ olc.c
|
||||
|
|
||||
|
||||
objsave.obj : objsave.c
|
||||
$(BCC32) -P- -c @&&|
|
||||
$(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ objsave.c
|
||||
|
||||
Reference in New Issue
Block a user