Skip to content

Commit

Permalink
tvdemo: add backgrnd.cpp in Borland makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
magiblot committed May 10, 2020
1 parent 1807351 commit ffff562
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions examples/tvdemo/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ OBJDIR = objs32$(DEBUGSUFFIX)
OBJS = ASCII.OBJ CALC.OBJ CALENDAR.OBJ \
FILEVIEW.OBJ GADGETS.OBJ MOUSEDLG.OBJ \
PUZZLE.OBJ TVDEMO1.OBJ TVDEMO2.OBJ \
TVDEMO3.OBJ EVNTVIEW.OBJ
TVDEMO3.OBJ EVNTVIEW.OBJ BACKGRND.OBJ

#
# link the exe
Expand All @@ -162,7 +162,8 @@ $(OBJDIR)\puzzle.obj +
$(OBJDIR)\tvdemo1.obj +
$(OBJDIR)\tvdemo2.obj +
$(OBJDIR)\tvdemo3.obj +
$(OBJDIR)\evntview.obj
$(OBJDIR)\evntview.obj +
$(OBJDIR)\backgrnd.obj
$(SOURCE) # exe name
$(SOURCE) # mapfile
$(LINKOVY_ON) $(USERLIBS) + # overlayable libraries
Expand Down Expand Up @@ -199,6 +200,8 @@ $(OBJDIR)\tvdemo3.obj: $(CFGFILE) tvdemo3.cpp

$(OBJDIR)\evntview.obj: $(CFGFILE) evntview.cpp

$(OBJDIR)\backgrnd.obj: $(CFGFILE) backgrnd.cpp

#
# create a new configuration file whenever the makefile
# has been modified
Expand Down

0 comments on commit ffff562

Please sign in to comment.