Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(284)

Unified Diff: runtime/third_party/zlib/Makefile

Issue 11198034: Introduce (private) ZLibFilter to dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/third_party/zlib/INDEX ('k') | runtime/third_party/zlib/Makefile.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/third_party/zlib/Makefile
diff --git a/runtime/third_party/zlib/Makefile b/runtime/third_party/zlib/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..6bba86c73fca2abda416baa1a7cf883b3494fb29
--- /dev/null
+++ b/runtime/third_party/zlib/Makefile
@@ -0,0 +1,5 @@
+all:
+ -@echo "Please use ./configure first. Thank you."
+
+distclean:
+ make -f Makefile.in distclean
« no previous file with comments | « runtime/third_party/zlib/INDEX ('k') | runtime/third_party/zlib/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698