[libgxps/wip/nacho/visibility: 6/7] nmake: enable cairo-ps support if desired
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgxps/wip/nacho/visibility: 6/7] nmake: enable cairo-ps support if desired
- Date: Fri, 9 Sep 2016 14:34:43 +0000 (UTC)
commit c50effef6781b69dcf39dea26a9a9d7dd774ff80
Author: Ignacio Casal Quinteiro <ignacio casal nice-software com>
Date: Fri Sep 9 16:26:29 2016 +0200
nmake: enable cairo-ps support if desired
https://bugzilla.gnome.org/show_bug.cgi?id=771057
nmake/config-msvc.mak | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/nmake/config-msvc.mak b/nmake/config-msvc.mak
index 6e293a7..970b7c3 100644
--- a/nmake/config-msvc.mak
+++ b/nmake/config-msvc.mak
@@ -55,6 +55,11 @@ GXPS_CFLAGS = \
GXPS_DEFINES = $(GXPS_DEFINES) /DHAVE_CAIRO_PDF=1
!endif
+# Enable cairo-ps if desired
+!if "$(CAIRO_PS)" == "1"
+GXPS_DEFINES = $(GXPS_DEFINES) /DHAVE_CAIRO_PS=1
+!endif
+
EXTRA_TARGETS =
GXPS_TESTS =
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]