1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/opengauss-openGauss-connector-odbc

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
windows-defaults.mak 582 Байты
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
lishifu Отправлено 24.06.2020 11:11 59eb280
#
# 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

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/opengauss-openGauss-connector-odbc.git
git@api.gitlife.ru:oschina-mirror/opengauss-openGauss-connector-odbc.git
oschina-mirror
opengauss-openGauss-connector-odbc
opengauss-openGauss-connector-odbc
master