summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2012-04-11 21:57:55 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2012-04-11 21:57:55 +0000
commit9d5c425e741006dc7e65228aa6eff88a829b4972 (patch)
tree4dafef5516e773fe86615f73901871e6ea82c818
parentfix deprecated glib thingie (diff)
downloadinkscape-9d5c425e741006dc7e65228aa6eff88a829b4972.tar.gz
inkscape-9d5c425e741006dc7e65228aa6eff88a829b4972.zip
start disabling deprecated GTK+ calls in Windows builds, to prevent people from using deprecated methods
(bzr r11228)
-rwxr-xr-xbuild.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index d7e26d1c0..0fcbbfdd7 100755
--- a/build.xml
+++ b/build.xml
@@ -352,7 +352,14 @@
-DHAVE_SSL
-DRELAYTOOL_SSL="static const int libssl_is_present=1; static int __attribute__((unused)) libssl_symbol_is_present(char *s){ return 1; }" <!-- inkboard -->
-DPOPPLER_NEW_GFXFONT <!-- poppler changed the api for 0.8.3 -->
- <!-- -DGSEAL_ENABLE <!-- GTK+3 migration -->
+ <!-- GTK+3 migration -->
+ -DGLIBMM_DISABLE_DEPRECATED
+ <!---DG_DISABLE_DEPRECATED
+ -DGTK_DISABLE_SINGLE_INCLUDES
+ -DGTKMM_DISABLE_DEPRECATED
+ -DGTK_DISABLE_DEPRECATED
+ -DGDKMM_DISABLE_DEPRECATED
+ <!-- -DGSEAL_ENABLE -->
</defines>
<includes>
-I${devlibs}/include