Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(505)

Unified Diff: Makefile

Issue 4239061: [PDF] Add support for shaders. (Closed) Base URL: http://skia.googlecode.com/svn/trunk
Patch Set: Address comments (rest). Created 13 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | include/pdf/SkPDFDevice.h » ('j') | src/pdf/SkPDFShader.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index 4817d500b1691ea60a19327977429d83bea277dd..c3354ff66d21f613a454d9ba0bbe74c1ce48c8c6 100644
--- a/Makefile
+++ b/Makefile
@@ -30,8 +30,10 @@ DEFINES += -DSK_SUPPORT_LCDTEXT
ifeq ($(SKIA_PDF_SUPPORT),true)
DEFINES += -DSK_SUPPORT_PDF
+ifneq ($(SKIA_DEBUG),true)
DEFINES += -DSK_ZLIB_INCLUDE="<zlib.h>"
endif
+endif
# start with the core (required)
include src/core/core_files.mk
« no previous file with comments | « no previous file | include/pdf/SkPDFDevice.h » ('j') | src/pdf/SkPDFShader.cpp » ('J')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b