Tag: cws_src680_mdbdriver02
User: fs      
Date: 05/12/22 02:43:11

Modified:
 /dba/connectivity/source/drivers/mdb/
  makefile.mk

Log:
 don't build on Solaris

File Changes:

Directory: /dba/connectivity/source/drivers/mdb/
================================================

File [changed]: makefile.mk
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mdb/makefile.mk?r1=1.1.4.3&r2=1.1.4.4
Delta lines:  +4 -4
-------------------
--- makefile.mk 12 Dec 2005 10:02:28 -0000      1.1.4.3
+++ makefile.mk 22 Dec 2005 10:43:06 -0000      1.1.4.4
@@ -2,9 +2,9 @@
 #
 #   $RCSfile: makefile.mk,v $
 #
-#   $Revision: 1.1.4.3 $
+#   $Revision: 1.1.4.4 $
 #
-#   last change: $Author: fridrich_strba $ $Date: 2005/12/12 10:02:28 $
+#   last change: $Author: fs $ $Date: 2005/12/22 10:43:06 $
 #
 #   The Contents of this file are made available subject to
 #   the terms of GNU Lesser General Public License Version 2.1.
@@ -65,7 +65,7 @@
 
 .IF "$(ENABLE_ACCESS)"=="YES"
 
-.IF "$(GUI)"=="UNX"
+.IF "$(OS)"=="LINUX"
 LIB2OBJFILES= \
                $(SLO)$/mdb_wrapper.obj                         \
                $(SLO)$/mdb_connection.obj                      \
@@ -154,6 +154,6 @@
 .ELSE
 
 dummy:
-       @echo "Access disabled in configure"
+       @echo "MS Access SDBC driver disabled in configure"
 
 .ENDIF




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to