aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-11 17:31:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-11 17:31:45 +0200
commitb2045daef08cdd6d6fbb56935170507e9d47e679 (patch)
tree41d648c19b5496669aff8fe026f134cda9162359
parentfeb7f86a3a861fba97eae15a7f8b38c818a6cbbe (diff)
Add information in VC++ projects/solutions
-rw-r--r--INSTALL8
1 files changed, 5 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index d7ed7e2..df8b731 100644
--- a/INSTALL
+++ b/INSTALL
@@ -23,6 +23,8 @@ 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 library project and add all the source
-files in the cutl/ directory to it.
+Project and solution files are provided for Visual C++ 8.0 (2005) and
+9.0 (2008). To build the cutl library, open and build the corresponding
+solution file in the cutl\ directory. After the build is complete, the
+library can be found in the cutl\ directory.
+