~ubuntu-branches/ubuntu/vivid/psqlodbc/vivid

« back to all changes in this revision

Viewing changes to win32.mak

  • Committer: Package Import Robot
  • Author(s): Christoph Berg
  • Date: 2011-12-30 19:09:04 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20111230190904-pmdip68ou7i4vzk8
Tags: 1:09.01.0100-1
New upgrade release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
#
41
41
#
42
42
!IF "$(PG_INC)" == ""
43
 
PG_INC=$(PROGRAMFILES)\PostgreSQL\9.0\include
 
43
PG_INC=$(PROGRAMFILES)\PostgreSQL\9.1\include
44
44
!MESSAGE Using default PostgreSQL Include directory: $(PG_INC)
45
45
!ENDIF
46
46
 
47
47
!IF "$(PG_LIB)" == ""
48
 
PG_LIB=$(PROGRAMFILES)\PostgreSQL\9.0\lib
 
48
PG_LIB=$(PROGRAMFILES)\PostgreSQL\9.1\lib
49
49
!MESSAGE Using default PostgreSQL Library directory: $(PG_LIB)
50
50
!ENDIF
51
51