head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	98.02.10.16.43.58;	author scrappy;	state dead;
branches;
next	1.2;

1.2
date	98.02.06.13.32.25;	author scrappy;	state Exp;
branches;
next	1.1;

1.1
date	98.02.05.15.46.36;	author scrappy;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Erk, the whole directory structure changed on us here...
@
text
@test2: test2.c
	gcc -g -I ../include -I ../../../libpq -o test2 test2.c ../lib/libecpg.a ../../../libpq/libpq.a -lcrypt
test2.c: test2.pgc
	../preproc/ecpg test2.pgc
clean:
	/bin/rm test2 test2.c
@


1.2
log
@From: Michael Meskes <meskes@@topsystem.de>

I have implemented a better user interface (well part of) so you can use it
as expected. As usual there are some bug fixes. :-)
@
text
@@


1.1
log
@From: Michael Meskes <meskes@@topsystem.de>

Well this is not really a patch. But I mananged to get Linus' old Postgres95
precompiler to compile and work with PostgreSQL. The next step would be to
collect bug/missing feature reports and to put it into the distribution so
that it is made with the standard make procedure.

Warning! So far it is not tested much and it does not install correctly. But
I was able to create a small binary with it.
@
text
@d3 4
a6 2
test2.c: test2.qc
	../preproc/ecpg < test2.qc > test2.c
@
