diff options
author | Mark Spruiell <mes@zeroc.com> | 2015-05-21 16:27:14 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2015-05-21 16:27:14 -0700 |
commit | f23fd169d391bfed92daa9ded31fe1142ddef29e (patch) | |
tree | 5a8c5ca2b0c69cf18eb5dbcae220483316ad012b /cpp/BuildInstructionsWinRT.md | |
parent | Fixed main entry point for ice npm package (diff) | |
download | ice-f23fd169d391bfed92daa9ded31fe1142ddef29e.tar.bz2 ice-f23fd169d391bfed92daa9ded31fe1142ddef29e.tar.xz ice-f23fd169d391bfed92daa9ded31fe1142ddef29e.zip |
minor tweak to cpp/BuildInstructionsWinRT.md
Diffstat (limited to 'cpp/BuildInstructionsWinRT.md')
-rw-r--r-- | cpp/BuildInstructionsWinRT.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/BuildInstructionsWinRT.md b/cpp/BuildInstructionsWinRT.md index 3ff56795024..a393e52685a 100644 --- a/cpp/BuildInstructionsWinRT.md +++ b/cpp/BuildInstructionsWinRT.md @@ -67,7 +67,7 @@ Run nmake to build the test libraries: In Visual Studio, open this solution file: - cpp/test/WinRT/TestSuite.sln + cpp\test\WinRT\TestSuite.sln Now select the configuration that matches the settings in `config\Make.rules.mak` that you used to build the dynamic libraries. For example, if you built the test |