From 400f31ff9804d1416e046d8f9fd4f321f5b6282f Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 3 Nov 2009 22:56:22 +0000 Subject: Deleted all the MSVC project files, since they can be built quickly and reliably from the gcc files using the create_msvc tool. Added some brief instructions on how to use the tool. svn-id: r45645 --- dists/msvc8/readme.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dists/msvc8/readme.txt (limited to 'dists/msvc8/readme.txt') diff --git a/dists/msvc8/readme.txt b/dists/msvc8/readme.txt new file mode 100644 index 0000000000..b11a79a382 --- /dev/null +++ b/dists/msvc8/readme.txt @@ -0,0 +1,8 @@ +The Visual Studio project files can now be created automatically from the GCC +files using the create_msvc tool inside the /tools/create_msvc folder. +To create the default project files, build create_msvc, copy it inside this +folder and run it like this: + +create_msvc ..\.. --msvc-version 8 + +Run the tool with no parameters to check the possible command-line options -- cgit v1.2.3