From 8987ccdd749df101b3a1bcd6715929493b84ffa1 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Fri, 2 Dec 2011 09:28:43 +0000 Subject: Apparantly windows sucks hard and you can still use a binary in the current dir --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index c55c6f7..29b6dff 100644 --- a/README +++ b/README @@ -22,10 +22,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 (binary package) from http://mcpp.sourceforge.net/download.html. -Put mcpp.exe 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. +Put bin\mcpp.exe in your %PATH% (or the directory containing pp2cc.py) 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 -- cgit v1.2.1