about summary refs log tree commit diff stats
path: root/makefile.bcb
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2008-02-10 23:30:04 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2008-02-10 23:30:04 -0500
commitacdfec8f90ac4aa21cfc20b6b7ad3ecb7e56ea90 (patch)
tree86c9e3563afd079f3dde28d94be992c75627c8fa /makefile.bcb
parent92e120361baf8d55566015fe7bf09ac91f06a6e6 (diff)
downloadlynx-snapshots-acdfec8f90ac4aa21cfc20b6b7ad3ecb7e56ea90.tar.gz
snapshot of project "lynx", label v2-8-7dev_c-pbm
Diffstat (limited to 'makefile.bcb')
-rw-r--r--makefile.bcb7
1 files changed, 7 insertions, 0 deletions
diff --git a/makefile.bcb b/makefile.bcb
index 3b010214..4052bc10 100644
--- a/makefile.bcb
+++ b/makefile.bcb
@@ -1,3 +1,4 @@
+# $LynxId: makefile.bcb,v 1.11 2008/01/08 00:53:05 tom Exp $
 #
 # Borland C++ / C++ builder
 # 1997/11/08 (Sat) 10:45:37
@@ -167,6 +168,7 @@ Dep_lynxdexe = \
    $(OBJ)/LYPrint.obj\
    $(OBJ)/LYReadCFG.obj\
    $(OBJ)/LYSearch.obj\
+   $(OBJ)/LYSession.obj\
    $(OBJ)/LYShowInfo.obj\
    $(OBJ)/LYStrings.obj\
    $(OBJ)/LYTraversal.obj\
@@ -557,6 +559,11 @@ $(OBJ)/LYSearch.obj :  src/LYSearch.c
  $(CEAT_lynxdexe) $(CC_FLAGS) -o$@ src/LYSearch.c
 |
 
+$(OBJ)/LYSession.obj :  src/LYSession.c
+  $(BCC32) -P- -c @&&|
+ $(CEAT_lynxdexe) $(CC_FLAGS) -o$@ src/LYSession.c
+|
+
 $(OBJ)/LYShowInfo.obj :  src/LYShowInfo.c
   $(BCC32) -P- -c @&&|
  $(CEAT_lynxdexe) $(CC_FLAGS) -o$@ src/LYShowInfo.c