*** Makefile.orig	Wed Nov  6 12:04:14 2002
--- Makefile	Thu Dec  5 09:25:52 2002
***************
*** 6,20 ****
  
  
  
! CC = gcc
! PGDIR = /usr/local/pgsql
  WXDIR = /usr/local/wx2
  
  # You shouldn't need to edit below here.
  
  PROGRAM = pgAdmin3
  CFLAGS  = -g `wx-config --cflags` -I$(WXDIR)/include -I$(WXDIR)/contrib/include -Iinclude -I$(PGDIR)/include 
! LDFLAGS = /usr/local/lib/libstc.a $(PGDIR)/lib/libpq.a /usr/local/lib/libwxxrc.a /usr/lib/libcrypt.a `wx-config --static --libs`
  
  OBJECTS = $(PROGRAM).o \
            db/pgConn.o \
--- 6,20 ----
  
  
  
! CC = g++
! PGDIR = /pg
  WXDIR = /usr/local/wx2
  
  # You shouldn't need to edit below here.
  
  PROGRAM = pgAdmin3
  CFLAGS  = -g `wx-config --cflags` -I$(WXDIR)/include -I$(WXDIR)/contrib/include -Iinclude -I$(PGDIR)/include 
! LDFLAGS = /usr/local/wx2/lib/libstc.a $(PGDIR)/lib/libpq.lib /usr/local/wx2/lib/libwxxrc.a /usr/local/lib/libcrypt32.a `wx-config --static --libs`
  
  OBJECTS = $(PROGRAM).o \
            db/pgConn.o \
