summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2015-05-18 06:24:05 -0700
committerEli Bendersky <eliben@gmail.com>2015-05-18 06:24:05 -0700
commita1334e5550b17a52d1826d0732d01f98412fd1ce (patch)
tree23d258bf18e4e0b0486777a9c0eb87a0723d1f4d /utils
parentc5463bd43adef3206c79520812745b368cd6ab21 (diff)
downloadpycparser-a1334e5550b17a52d1826d0732d01f98412fd1ce.tar.gz
Mention new blog post and "deprecate" lcc's cpp
Diffstat (limited to 'utils')
-rw-r--r--utils/cpp_READ_THIS_FIRST3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/cpp_READ_THIS_FIRST b/utils/cpp_READ_THIS_FIRST
new file mode 100644
index 0000000..ffbf381
--- /dev/null
+++ b/utils/cpp_READ_THIS_FIRST
@@ -0,0 +1,3 @@
+This cpp.exe is deprecated, and will be removed in the next release of
+pycparser. Instead, grab a binary download of Clang for Windows from
+http://llvm.org/releases/ and use 'clang -E' to do the preprocessing.