summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-11 17:32:36 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-11 17:32:36 +0200
commitc831e6282726bde7596050be13bc4afbf5d45488 (patch)
tree22044b1bce0a63f08360c0653bb4cff1e9844591 /INSTALL
parentcd8d849f6e7f2132830b62aecafcd86eda07a361 (diff)
Add information on VC++ projects/solutions
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL11
1 files changed, 7 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 14d7fd0..608a01d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -23,7 +23,7 @@ installed. To check the GNU make version run make (or gmake) with the
To build the compiler, tests, and examples simply run make in the root
directory of the package. To run the automated tests, run 'make test'.
-To clean the object file, executables, etc., run 'make clean'. To de-
+To clean the object files, executables, etc., run 'make clean'. To de-
configure the package (that is, remove configuration files in addition
to objects, executables, etc.), run 'make disfigure'.
@@ -31,6 +31,9 @@ to objects, executables, etc.), run 'make disfigure'.
Windows
-------
-Project and solution files for Visual C++ will be provided in the future.
-For now, you can create an empty console project and add all the source
-files in the cli/ directory to it.
+Project and solution files are provided for Visual C++ 8.0 (2005) and
+9.0 (2008). To build the CLI compiler, open and build the corresponding
+solution file in the cli\ directory. After the build is complete, the
+compiler executable can be found in the cli\ directory. You can also
+build examples by opening and building one of the solution files in the
+examples\ directory.