/[dgee]/dgee/tools/csws2client.in
ViewVC logotype

Diff of /dgee/tools/csws2client.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by minddog, Sat Mar 29 23:30:49 2003 UTC revision 1.2 by csmith, Sun Sep 21 10:30:15 2003 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2    #
3    #
4    # C# Webservice to C# Webservice Consumer executor
5    #
6    # Copyright (C) 2001, 2003  dotGNU Project
7    #
8    # This program is free software; you can redistribute it and/or modify
9    # it under the terms of the GNU General Public License as published by
10    # the Free Software Foundation; either version 2 of the License, or
11    # (at your option) any later version.
12    #
13    # This program is distributed in the hope that it will be useful,
14    # but WITHOUT ANY WARRANTY; without even the implied warranty of
15    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16    # GNU General Public License for more details.
17    #
18    # You should have received a copy of the GNU General Public License
19    # along with this program; if not, write to the Free Software
20    # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
21    #
22    # Authors:
23    #   Adam Ballai
24    #   Chris Smith
25    #   Nicolai P Guba
26    #
27    # $Revision$
28    #
29    
30  prefix=@sandbox@@prefix@  prefix=@sandbox@@prefix@
31  exec_prefix=@exec_prefix@  exec_prefix=@exec_prefix@
32  i_libdir=@libdir@/dgee/  bindir=@bindir@
33    libdir=@libdir@/dgee/
34    
35  ilrun -L. -L${i_libdir} @prefix@/bin/csws2client.exe $1  ${bindir}/ilrun -L. -L${libdir} ${bindir}/csws2client.exe $*
36    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26