Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3b72087

Browse files
author
Michael Meskes
committed
Install dummy sqlda.h file since this is needed for compatibility.
1 parent41e6e36 commit3b72087

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

‎src/interfaces/ecpg/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1688,6 +1688,10 @@ Sun Oct 19 15:20:16 CEST 2003
16881688

16891689
- Need to check for both Informic compat modes when parsing include
16901690
files.
1691+
1692+
Mon Oct 20 14:53:40 CEST 2003
1693+
1694+
- Install dummy sqlda.h file.
16911695
- Set ecpg version to 3.0.0
16921696
- Set ecpg library to 4.0.0
16931697
- Set pgtypes library to 1.0.0

‎src/interfaces/ecpg/include/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include $(top_builddir)/src/Makefile.global
55
install: all installdirs install-headers
66

77
.PHONY: install-headers
8-
ecpg_headers = ecpgerrno.h ecpglib.h ecpgtype.h sqlca.h sql3types.h ecpg_informix.h pgtypes_error.h pgtypes_numeric.h pgtypes_timestamp.h pgtypes_date.h datetime.h decimal.h pgtypes_interval.h sqltypes.h compatlib.h
8+
ecpg_headers = ecpgerrno.h ecpglib.h ecpgtype.h sqlca.h sql3types.h ecpg_informix.h pgtypes_error.h pgtypes_numeric.h pgtypes_timestamp.h pgtypes_date.h datetime.h decimal.h pgtypes_interval.h sqltypes.h compatlib.h sqlda.h
99

1010
install-headers:$(ecpg_headers)
1111
foriin $^;do$(INSTALL_DATA)$$i$(DESTDIR)$(includedir);done

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp