summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Madden <madindayton@outlook.com>2018-06-24 12:00:25 -0400
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2018-07-05 00:38:26 +0200
commit742d887de85f378ab817a992cdfa0778971df093 (patch)
tree36f0b3d802bc9ceb6ad5ca316a2151101a9ef759
parent653b1db88832b1c44327117510048e28eb136de3 (diff)
downloadcppunit-742d887de85f378ab817a992cdfa0778971df093.tar.gz
Fix the name of the VC project mentioned in the build instructions.
-rw-r--r--INSTALL-WIN32.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL-WIN32.txt b/INSTALL-WIN32.txt
index cef4083..9069382 100644
--- a/INSTALL-WIN32.txt
+++ b/INSTALL-WIN32.txt
@@ -77,7 +77,7 @@ name is cppunitd.lib. The debug configuration cppunit dll name is cppunitd_dll.l
Building:
---------
-* Open the src/CppUnitLibraries.dsw workspace in VC++.
+* Open the src/CppUnitLibrariesXXXX.sln workspace in VC++.
* In the 'Build' menu, select 'Batch Build...'
* In the batch build dialog, select all projects and press the build button.
* The resulting libraries can be found in the lib/ directory.