~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to packages/OS400/make-lib.sh

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mto: (1.2.1 upstream) (3.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-geixkwhe3izccjt7
Tags: upstream-7.19.4
ImportĀ upstreamĀ versionĀ 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#
3
3
#       libcurl compilation script for the OS/400.
4
4
#
5
 
# $Id: make-lib.sh,v 1.4 2008-03-31 12:09:43 mmarek Exp $
 
5
# $Id: make-lib.sh,v 1.5 2009-02-16 15:33:17 patrickm Exp $
6
6
 
7
7
SCRIPTDIR=`dirname "${0}"`
8
8
. "${SCRIPTDIR}/initscript.sh"
13
13
 
14
14
echo '#pragma comment(user, "libcurl version '"${LIBCURL_VERSION}"'")' > os400.c
15
15
echo '#pragma comment(date)' >> os400.c
16
 
echo '#pragma comment(copyright, "Copyright (C) 1998-2008 Daniel Stenberg et al. OS/400 version by P. Monnerat")' >> os400.c
 
16
echo '#pragma comment(copyright, "Copyright (C) 1998-2009 Daniel Stenberg et al. OS/400 version by P. Monnerat")' >> os400.c
17
17
make_module     OS400           os400.c
18
18
LINK=                           # No need to rebuild service program yet.
19
19
MODULES=