Previous mail
Next mail
Unformatted/full headers
Overview 10 days
Subject
Date
Thread
Author
From: Jan-Jaap van der Heijden
Subject: Configuration files (was: Standard compatibility)
Date: 4 Apr 1997, 20:40:22
On Fri, 4 Apr 1997, Peter Gerwinski wrote:
> According to Jan-Jaap van der Heijden:
> >
> > [...]
> >
> > 2) GPC doesn't have to be modified to implement the @file trick. This is
> > a DOS "feature" to overcome DOS commandline-length limitations.
> >
> > [...]
>
> Yes, but this does not work on non-DOS platforms.
Hah! , how 'bout this:
------------- ~/.gpcrc -------------------
--borland-pascal --automake
----------------- end ---------------------
and:
------------- /usr/bin/bpc ----------------
#! /bin/sh
if [ -f ~/.gpcrc ] ; then CFG=`cat ~/.gpcrc` ; fi
gpc $CFG $*
------------------ end ---------------------
The rest is up to your imagination.
Greetings,
JanJaap
---
Thus spake the master programmer:
"After three days without programming, life becomes meaningless."
[The Tao Of Programming]
Previous mail
Next mail
Unformatted/full headers
Overview 10 days
Subject
Date
Thread
Author
| Author | Subject | Date |
|---|---|---|
| Peter Gerwinski | Configuration files (was: Standard compatibility) | 4 Apr 1997, 20:02:52 |
Note: This page contains information that does not originate from the owner of this web site, but from the authors of the mails archived. The owner of this web site is not responsible for the content of such information. Any use of that infomation requires the consent of the respective author.
Where WWW addresses (URLs) in the mails archived are marked as hyperlinks, this is only for the comfort of the reader. The content of the web pages linked to like this does not necessarily reflect the opinion of the owner of this web site or of the authors of the mails archived. The owner of this web site is not responsible for the content of such web pages. Those pages are explicitly not to be considered as part of the content of this page, but merely as references.
This page was created by Crystal 0.999 (Linux 2.4.27/i686).