19 Star 39 Fork 46

openGauss / openGauss-connector-odbc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
windows-defaults.mak 582 Bytes
一键复制 编辑 原始数据 按行查看 历史
#
# 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.6\include
PG_LIB=C:\Program Files (x86)\PostgreSQL\9.6\lib
!ELSE
PG_INC=$(PROGRAMFILES)\PostgreSQL\9.6\include
PG_LIB=$(PROGRAMFILES)\PostgreSQL\9.6\lib
!ENDIF
# Enable/disable features
MSDTC = yes
C
1
https://gitee.com/opengauss/openGauss-connector-odbc.git
git@gitee.com:opengauss/openGauss-connector-odbc.git
opengauss
openGauss-connector-odbc
openGauss-connector-odbc
master

搜索帮助