scsh-checkins
[Top] [All Lists]

[Scsh-checkins] CVS: scsh Makefile.in,1.58,1.59

To: scsh-checkins@lists.sourceforge.net
Subject: [Scsh-checkins] CVS: scsh Makefile.in,1.58,1.59
From: "Brian D. Carlstrom" <bdc@users.sourceforge.net>
Date: Sun, 03 Jun 2001 22:11:03 -0700
List-id: <scsh-checkins.lists.sourceforge.net>
Sender: scsh-checkins-admin@lists.sourceforge.net
Update of /cvsroot/scsh/scsh
In directory usw-pr-cvs1:/tmp/cvs-serv4410

Modified Files:
        Makefile.in 
Log Message:
now that odbc-package is not open by default in the scsh package to avoid 
warnings on Unix, it needs to be loaded here so it will still run on Win32

Index: Makefile.in
===================================================================
RCS file: /cvsroot/scsh/scsh/Makefile.in,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -r1.58 -r1.59
*** Makefile.in 2001/03/11 18:52:58     1.58
--- Makefile.in 2001/06/04 05:11:01     1.59
***************
*** 693,696 ****
--- 693,697 ----
         echo ",load-package string-lib"; \
         echo ",load-package ccp-lib"; \
+        echo ",load-package odbc-package"; \
         echo ",in scsh-level-0"; \
         echo "(%install-scsh-handlers)"; \



<Prev in Thread] Current Thread [Next in Thread>
  • [Scsh-checkins] CVS: scsh Makefile.in,1.58,1.59, Brian D. Carlstrom <=