Dave Page dpage
Thu Jun 30 09:06:13 PDT 2005
 

> -----Original Message-----
> From: Darcy Buskermolen [mailto:darcy at wavefire.com] 
> Sent: 29 June 2005 16:35
> To: slony1-general at gborg.postgresql.org
> Cc: Dave Page; Hiroshi Saito
> Subject: Re: [Slony1-general] [PATCH] Win32 Build environment
> 
> Opps sorry that is a bit late, I applied this patch (along 
> with your win32 
> build one) yesterday evening.  

It seems the update to src/slonik/Makefile didn't get commited :-(

>From the end of the patch, in case you need it:

Index: src/slonik/Makefile
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slonik/Makefile,v
retrieving revision 1.15
diff -c -r1.15 Makefile
*** src/slonik/Makefile	2 Jun 2005 16:45:18 -0000	1.15
--- src/slonik/Makefile	28 Jun 2005 20:19:43 -0000
***************
*** 23,28 ****
--- 23,31 ----
  ifeq ($(PORTNAME), win)
  PROG            = slonik.exe
  endif
+ ifeq ($(PORTNAME), win32)
+ PROG            = slonik.exe
+ endif
  
  OBJS		= 			\
  	slonik.o			\



More information about the Slony1-general mailing list