From: johanengelen Date: Tue, 13 Jan 2009 23:12:46 +0000 (+0000) Subject: fix windows build................................ X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=62929c4fe64ef6036328feda9fbb1fd41c72eac8;p=inkscape.git fix windows build................................ --- diff --git a/build.xml b/build.xml index 486b771d4..ce09ddfea 100644 --- a/build.xml +++ b/build.xml @@ -97,10 +97,10 @@ - + namespace Inkscape { - gchar const *version_string = "${version} r${svn.revision}" - } + char const *version_string = "${version} r${svn.revision}"; + } #ifndef _CONFIG_H_ @@ -367,7 +367,7 @@ -fopenmp - -DVERSION=\"${version}\" + -DINKSCAPE_VERSION=\"${version}\" -DHAVE_CONFIG_H -D_INTL_REDIRECT_INLINE -DHAVE_SSL @@ -885,7 +885,7 @@ - +