mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-20 02:21:44 +01:00
Updated Makefile.* to not include olc.c - thanks to Rumble for doing this.
This commit is contained in:
@@ -69,7 +69,6 @@ Dep_circledexe = \
|
||||
handler.obj\
|
||||
magic.obj\
|
||||
mail.obj\
|
||||
olc.obj\
|
||||
objsave.obj\
|
||||
players.obj\
|
||||
modify.obj\
|
||||
@@ -112,7 +111,6 @@ house.obj+
|
||||
handler.obj+
|
||||
magic.obj+
|
||||
mail.obj+
|
||||
olc.obj+
|
||||
objsave.obj+
|
||||
players.obj+
|
||||
modify.obj+
|
||||
@@ -255,11 +253,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