Updated Makefile.* to not include olc.c - thanks to Rumble for doing this.

This commit is contained in:
Rumble
2006-12-28 02:44:46 +00:00
parent e9e01081c7
commit 391fe3b776
8 changed files with 8 additions and 46 deletions

View File

@@ -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