Strange syntax in Makefile.am
Andras Mantia
amantia at kde.org
Tue Nov 8 10:15:28 GMT 2005
Hi,
I found in many places in Kexi the following syntax:
KDE_CXXFLAGS += -DKEXIDB_ODBC_DRIVER_EXPORT= -D__KEXIDB__=
See the "=" signs all over. Does it have some meaning? Because it
certainly breaks things, like in showimg (copied from kexi) where
-KDE_CXXFLAGS += -D__KEXIDB__= -DMAKE_KEXI_DB_LIB -include
$(showimg_top_srcdir)/kexi/kexidb/global.h
+KDE_CXXFLAGS += -D__KEXIDB__ -DMAKE_KEXI_DB_LIB -include
$(showimg_top_srcdir)/kexi/kexidb/global.h
fixed the visibility problems (MAKE_KEXI_DB_LIB did not get defined).
If it's just an error, I will correct them all.
Andras
--
Quanta Plus developer - http://quanta.kdewebdev.org
K Desktop Environment - http://www.kde.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20051108/00af6aeb/attachment.sig>
More information about the kde-core-devel
mailing list