From 742d887de85f378ab817a992cdfa0778971df093 Mon Sep 17 00:00:00 2001 From: Blake Madden Date: Sun, 24 Jun 2018 12:00:25 -0400 Subject: Fix the name of the VC project mentioned in the build instructions. --- INSTALL-WIN32.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3