diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2012-04-11 21:57:55 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2012-04-11 21:57:55 +0000 |
| commit | 9d5c425e741006dc7e65228aa6eff88a829b4972 (patch) | |
| tree | 4dafef5516e773fe86615f73901871e6ea82c818 | |
| parent | fix deprecated glib thingie (diff) | |
| download | inkscape-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-x | build.xml | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 |
