[PATCH] Fixed cairo version in win32 makefile=0A=

Antoine Azar cairo at antoineazar.com
Thu Aug 28 11:06:40 PDT 2008


=0A=
---=0A=
 Makefile.win32 |    9 ++++++---=0A=
 1 files changed, 6 insertions(+), 3 deletions(-)=0A=
=0A=
diff --git a/Makefile.win32 b/Makefile.win32=0A=
index 3d61d0c..f802f43 100644=0A=
--- a/Makefile.win32=0A=
+++ b/Makefile.win32=0A=
@@ -2,6 +2,12 @@=0A=
 # Win32 makefile=0A=
 #=0A=
 =0A=
+ifeq ($(SUBMAKEFILE),1)=0A=
+  include ../Version.mk=0A=
+else=0A=
+  include Version.mk=0A=
+endif=0A=
+=0A=
 CC :=3D cl=0A=
 LINK :=3D link=0A=
 =0A=
@@ -25,9 +31,6 @@ DEFAULT_CFLAGS +=3D -DCAIRO_NO_MUTEX=3D1  =
-DLIBCAIRO_EXPORTS=0A=
 =0A=
 CFLAGS :=3D $(DEFAULT_CFLAGS)=0A=
 =0A=
-CAIRO_VERSION_MAJOR =3D 1=0A=
-CAIRO_VERSION_MINOR =3D 7=0A=
-CAIRO_VERSION_MICRO =3D 1=0A=
 =0A=
 CAIRO_VERSION =3D =
$(CAIRO_VERSION_MAJOR).$(CAIRO_VERSION_MINOR).$(CAIRO_VERSION_MICRO)=0A=
 =0A=
-- =0A=
1.5.5.1015.g9d258=0A=
=0A=

------=_NextPart_000_000B_01C908FE.9A8654E0--



More information about the cairo mailing list