# HG changeset patch # User Sam Lantinga # Date 1124920668 0 # Node ID e044e7c70a50a2f54d14ee20d0933e904e5853b6 # Parent 4bb9c50c2e83bdf49fc21180390a7e2b9357db0e Merged the Visual C++ 6 and 7 projects so all Visual C++ users unpack the same set of projects to get started. diff -r 4bb9c50c2e83 -r e044e7c70a50 Makefile.am --- a/Makefile.am Wed Aug 24 05:49:57 2005 +0000 +++ b/Makefile.am Wed Aug 24 21:57:48 2005 +0000 @@ -40,7 +40,6 @@ Borland.zip \ VisualC.html \ VisualC.zip \ - VisualC7.zip \ VisualCE.zip \ Makefile.dc \ MPWmake.sea.bin \ diff -r 4bb9c50c2e83 -r e044e7c70a50 VisualC.html --- a/VisualC.html Wed Aug 24 05:49:57 2005 +0000 +++ b/VisualC.html Wed Aug 24 21:57:48 2005 +0000 @@ -19,8 +19,7 @@

Unzip the VisualC.zip file into the directory that contains this - file (VisualC.html). If you are using Visual - C++ 7 (.NET) you will need to use the file VisualC7.zip. + file (VisualC.html).

Be certain that you unzip the zip file for your compiler into this @@ -31,7 +30,7 @@ I have to say about that.

- Now that it's unzipped, go into the VisualC (VisualC7) + Now that it's unzipped, go into the VisualC directory that is created, and double-click on the VC++ file "SDL.dsw" ("SDL.sln"). This should open up the IDE.

diff -r 4bb9c50c2e83 -r e044e7c70a50 VisualC.zip Binary file VisualC.zip has changed diff -r 4bb9c50c2e83 -r e044e7c70a50 VisualC7.zip Binary file VisualC7.zip has changed