summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README9
1 files changed, 4 insertions, 5 deletions
diff --git a/README b/README
index 3d3a774..cddbea6 100644
--- a/README
+++ b/README
@@ -21,11 +21,10 @@ messages.
The cpp program is installed on most Linux distributions. If not, install a
conforming cpp, say gcc (GNU C Compiler). On Windows, you might want to
-download mcpp from http://mcpp.sourceforge.net/. Put it in your %PATH% (or the
-directory containing pp2cc) and rename it to "cpp.exe". If you do not install
-a C preprocessor, you need to pass the --no-cpp option in order to skip the
-processing through cpp. You will not be able to use comments or macros in this
-case.
+download mcpp from http://mcpp.sourceforge.net/. Put it in your %PATH% (e.g.
+C:\windows and rename it to "cpp.exe". If you do not install a C preprocessor,
+you need to pass the --no-cpp option in order to skip the processing through
+cpp. You will not be able to use comments or macros in this case.
Usage: pp2cc.py [options] filename..
Multiple input files can be specified, options can be specified before and