Lines 1-13
Link Here
|
1 |
--- Drivers/MiniSQL/Makefile.in.orig Tue Jun 1 03:53:12 2004 |
1 |
--- Drivers/MiniSQL/Makefile.in.orig Tue Sep 28 17:48:19 2004 |
2 |
+++ Drivers/MiniSQL/Makefile.in Tue Jun 1 03:54:45 2004 |
2 |
+++ Drivers/MiniSQL/Makefile.in Sun Oct 31 02:09:32 2004 |
3 |
@@ -173,13 +173,13 @@ |
3 |
@@ -197,13 +197,13 @@ |
4 |
target_alias = @target_alias@ |
4 |
qt_libraries = @qt_libraries@ |
5 |
x_includes = @x_includes@ |
5 |
x_includes = @x_includes@ |
6 |
x_libraries = @x_libraries@ |
6 |
x_libraries = @x_libraries@ |
7 |
-@MSQL_TRUE@lib_LTLIBRARIES = libodbcmini.la |
7 |
-@MSQL_TRUE@lib_LTLIBRARIES = libodbcmini.la |
8 |
+#@MSQL_TRUE@lib_LTLIBRARIES = libodbcmini.la |
8 |
+#@MSQL_TRUE@lib_LTLIBRARIES = libodbcmini.la |
9 |
|
9 |
|
10 |
@MSQL_TRUE@INCLUDES = -I../../include -I. -I@msql_headers@ -I${INCLTDL} |
10 |
@MSQL_TRUE@INCLUDES = -I@top_srcdir@/include -I. -I@msql_headers@ -I${INCLTDL} |
11 |
|
11 |
|
12 |
|
12 |
|
13 |
# PAH - Redundant? |
13 |
# PAH - Redundant? |
Lines 16-18
Link Here
|
16 |
@MSQL_TRUE@libodbcmini_la_SOURCES = \ |
16 |
@MSQL_TRUE@libodbcmini_la_SOURCES = \ |
17 |
@MSQL_TRUE@ SQLAllocConnect.c \ |
17 |
@MSQL_TRUE@ SQLAllocConnect.c \ |
18 |
@MSQL_TRUE@ SQLAllocEnv.c \ |
18 |
@MSQL_TRUE@ SQLAllocEnv.c \ |
|
|
19 |
@@ -439,7 +439,7 @@ |
20 |
@MSQL_TRUE@ sqlFreeConnect.lo sqlFreeEnv.lo sqlFreeStmt.lo |
21 |
libodbcmini_la_OBJECTS = $(am_libodbcmini_la_OBJECTS) |
22 |
|
23 |
-DEFS = @DEFS@ |
24 |
+#DEFS = @DEFS@ |
25 |
DEFAULT_INCLUDES = -I. -I$(srcdir) |
26 |
CPPFLAGS = @CPPFLAGS@ |
27 |
LDFLAGS = @LDFLAGS@ |