File: windows-defaults.mak

package info (click to toggle)
psqlodbc 1%3A09.05.0400-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,552 kB
  • ctags: 3,747
  • sloc: ansic: 46,891; sh: 11,451; cpp: 1,746; makefile: 169; sql: 143; xml: 31
file content (17 lines) | stat: -rw-r--r-- 582 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# This file includes default configuration options used to build the driver
# on Windows using "nmake /f win64.mak". You can override these by creating a
# file in the same directory called "windows-local.mak". It will be processed
#after these defaults. (You can copy this file as a template, and modify)
#
!IF "$(TARGET_CPU)" == "x86"
PG_INC=C:\Program Files (x86)\PostgreSQL\9.3\include
PG_LIB=C:\Program Files (x86)\PostgreSQL\9.3\lib
!ELSE
PG_INC=$(PROGRAMFILES)\PostgreSQL\9.3\include
PG_LIB=$(PROGRAMFILES)\PostgreSQL\9.3\lib
!ENDIF

# Enable/disable features

MSDTC = yes