summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2009-02-17 12:18:15 +0100
committerPatrick Ohly <patrick.ohly@gmx.de>2009-03-25 14:43:35 +0100
commit43f2c5fec5666dd747ac36c74085b82e6cd01493 (patch)
tree3f80f6b9f288fd8ca1ea714a0b5071bfc0774d93 /HACKING
parentd801974f74742cdee08c8884c65762ac87c84439 (diff)
removed all references to Funambol header files and definitions
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING11
1 files changed, 4 insertions, 7 deletions
diff --git a/HACKING b/HACKING
index c4062b1b..571f7b41 100644
--- a/HACKING
+++ b/HACKING
@@ -58,18 +58,15 @@ Funambol client library or non-default sources - see the "funambol"
configure options for details.
For doing development work the recommended configure line is:
- configure SYNCEVOLUTION_CXXFLAGS="-Wall -Werror -Wno-unknown-pragmas" \
+ configure CXXFLAGS="-Wall -Werror -Wno-unknown-pragmas" \
--enable-unit-tests \
--enable-libcurl
Enabling libcurl explicitly ensures that it gets built even when not
the default.
-In contrast to CXXFLAGS, SYNCEVOLUTION_CXXFLAGS adds these flags only
-to the compilation of source files from the SyncEvolution source code
-repository, but not the client library. -Wno-unknown-pragmas is
-required to avoid warnings triggered by '#pragma }', a trick to
-preserve indention after 'extern "C" {' in
+-Wno-unknown-pragmas is required to avoid warnings triggered by
+'#pragma }', a trick to preserve indention after 'extern "C" {' in
/usr/include/evolution-data-server-1.12/libical/
Working with the Code
@@ -220,7 +217,7 @@ Compiling for Mac OS X
Configuring for development:
<path>/configure --with-funambol-src=<path> \
--enable-addressbook \
- SYNCEVOLUTION_CXXFLAGS="-Wall -Werror -Wno-unknown-pragmas" \
+ CXXFLAGS="-Wall -Werror -Wno-unknown-pragmas" \
LDFLAGS="-framework Addressbook -framework CoreServices" \
CXXFLAGS=-g \
CFLAGS=-g