summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2007-04-20 16:28:08 +0000
committerishmal <ishmal@users.sourceforge.net>2007-04-20 16:28:08 +0000
commit86e60002c7e8ae94798e6f9bbe1de53398f823db (patch)
treea7dbf8c24aaaeac028fffad22c3007be12e47a22 /build.xml
parentgrid: make grid names translatable. use different gridtype names in SVG that ... (diff)
downloadinkscape-86e60002c7e8ae94798e6f9bbe1de53398f823db.tar.gz
inkscape-86e60002c7e8ae94798e6f9bbe1de53398f823db.zip
Fixed path in include file checks.
(bzr r2937)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 4f7afe4ed..a3fe9f31c 100644
--- a/build.xml
+++ b/build.xml
@@ -125,6 +125,13 @@
#define RENDER_WITH_PANGO_CAIRO 1
#define HAVE_GTK_WINDOW_FULLSCREEN 1
+
+ /* internal interpreter */
+ #define WITH_PYTHON 1
+
+ /* shared whiteboard */
+ #define WITH_INKBOARD 1
+ #define HAVE_SSL 1
#endif /* _CONFIG_H_ */
</makefile>
@@ -237,7 +244,6 @@
-DXP_WIN <!-- for JS -->
-D_INTL_REDIRECT_INLINE
-DRELAYTOOL_SSL="static const int libssl_is_present=1; static int __attribute__((unused)) libssl_symbol_is_present(char *s){ return 1; }" <!-- inkboard -->
- -DWITH_INKBOARD -DHAVE_SSL <!-- inkboard -->
</defines>
<includes>
-I${gtk}/include
@@ -388,7 +394,7 @@
<flags>
</flags>
<fileset dir="${build}">
- < include name="inkviewres.o"/ >
+ <include name="inkviewres.o"/>
<include name="obj/inkview.o"/>
<include name="libinkscape.a"/>
</fileset>