INTEGRATION: CWS ooo20040704 (1.25.14); FILE MERGED
2004/07/09 21:39:50 rene 1.25.14.2: #i23779# Patch to use system libs - remove unneeded AC_MSG_CHECKING's - rename system{_,-}odbc / SYSTEM_ODBC to system{_,-}odbc{_,-}headers / SYSTEM_ODBC_HEADERS - regenerate configure 2004/06/30 15:29:55 cmc 1.25.14.1: #i30801# allow using system libs if possible
This commit is contained in:
parent
f97d212136
commit
02c6c8e1fc
1 changed files with 6 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.26 $
|
||||
# $Revision: 1.27 $
|
||||
#
|
||||
# last change: $Author: hr $ $Date: 2004-08-02 15:49:43 $
|
||||
# last change: $Author: rt $ $Date: 2004-09-08 16:29:55 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -68,6 +68,10 @@ TARGET=uidlg
|
|||
|
||||
.INCLUDE : settings.mk
|
||||
|
||||
.IF "$(SYSTEM_ODBC_HEADERS)" == "YES"
|
||||
CFLAGS+=-DSYSTEM_ODBC_HEADERS
|
||||
.ENDIF
|
||||
|
||||
# --- Files -------------------------------------
|
||||
|
||||
# ... resource files ............................
|
||||
|
|
Loading…
Reference in a new issue