scsh-checkins
[Top] [All Lists]

[Scsh-checkins] CVS: scx/scheme/examples hello.scm,1.1,1.2

To: scsh-checkins@lists.sourceforge.net
Subject: [Scsh-checkins] CVS: scx/scheme/examples hello.scm,1.1,1.2
From: Martin Gasbichler <mainzelm@users.sourceforge.net>
Date: Tue Dec 4 03:17:01 2001
List-id: <scsh-checkins.lists.sourceforge.net>
Sender: scsh-checkins-admin@lists.sourceforge.net
Update of /cvsroot/scsh/scx/scheme/examples
In directory usw-pr-cvs1:/tmp/cvs-serv2065

Modified Files:
        hello.scm 
Log Message:
Build with scx

Index: hello.scm
===================================================================
RCS file: /cvsroot/scsh/scx/scheme/examples/hello.scm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** hello.scm   2001/12/04 10:24:59     1.1
--- hello.scm   2001/12/04 11:16:05     1.2
***************
*** 1,7 ****
  #!/bin/sh
  
! ../../scxvm <<EOF
  
- ,config ,load ../xlib/xlib-type-interfaces.scm ../xlib/xlib-type-package.scm 
../xlib/xlib-interfaces.scm ../xlib/xlib-packages.scm
  ,batch on
  
--- 1,6 ----
  #!/bin/sh
  
! ../../scx <<EOF
  
  ,batch on
  
***************
*** 58,60 ****
  ,exit
  y
! EOF
\ No newline at end of file
--- 57,59 ----
  ,exit
  y
! EOF



<Prev in Thread] Current Thread [Next in Thread>
  • [Scsh-checkins] CVS: scx/scheme/examples hello.scm,1.1,1.2, Martin Gasbichler <=