about summary refs log tree commit diff stats
path: root/makefile.msc
diff options
context:
space:
mode:
Diffstat (limited to 'makefile.msc')
-rw-r--r--makefile.msc5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefile.msc b/makefile.msc
index 201dd620..ede39816 100644
--- a/makefile.msc
+++ b/makefile.msc
@@ -1,3 +1,4 @@
+# $LynxId: makefile.msc,v 1.17 2008/01/08 00:53:14 tom Exp $
 #
 # Makefile for `Lynx' browser for Microsoft Visual C++ 4.2 or later
 #
@@ -189,6 +190,7 @@ OBJS = $(CS_OBJS) \
 	"LYPrint.obj" \
 	"LYReadCFG.obj" \
 	"LYSearch.obj" \
+	"LYSession.obj" \
 	"LYShowInfo.obj" \
 	"LYStrings.obj" \
 	"LYTraversal.obj" \
@@ -338,6 +340,9 @@ LYReadCFG.obj : $(SRC_DIR)\LYReadCFG.c
 LYSearch.obj : $(SRC_DIR)\LYSearch.c
 	$(COMPILE) $(SRC_DIR)\LYSearch.c
 
+LYSession.obj : $(SRC_DIR)\LYSession.c
+	$(COMPILE) $(SRC_DIR)\LYSession.c
+
 LYShowInfo.obj : $(SRC_DIR)\LYShowInfo.c
 	$(COMPILE) $(SRC_DIR)\LYShowInfo.c