mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-03 11:30:16 +01:00
Updated Makefile.* to not include olc.c - thanks to Rumble for doing this.
This commit is contained in:
parent
e9e01081c7
commit
391fe3b776
8 changed files with 8 additions and 46 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue