comparison VisualC.html @ 2207:d63e9f5944ae

Unpacked project archives to get individual file history in subversion
author Sam Lantinga <slouken@libsdl.org>
date Sat, 21 Jul 2007 17:09:01 +0000
parents 4f896c20caf6
children 4e09acde4333
comparison
equal deleted inserted replaced
2206:ca7d2227d630 2207:d63e9f5944ae
16 </p> 16 </p>
17 <H3> 17 <H3>
18 Building SDL 18 Building SDL
19 </H3> 19 </H3>
20 <P> 20 <P>
21 Unzip the <CODE>VisualC.zip</CODE> file into the directory that contains this 21 Go into the VisualC directory and double-click on the VC++ file "<CODE>SDL.dsw</CODE>" <STRONG><FONT color="#009900">("<CODE>SDL.sln</CODE>")</FONT></STRONG>. This should open up the IDE.
22 file (<CODE>VisualC.html</CODE>).
23 </P>
24 <P>
25 Be certain that you unzip the zip file for your compiler into <strong>this</strong>
26 directory and not any other directory. If you are using WinZip, be careful to
27 make sure that it extracts to <strong>this</strong> folder, because it's
28 convenient feature of unzipping to a folder with the name of the file currently
29 being unzipped will get you in trouble if you use it right now. And that's all
30 I have to say about that.
31 </P>
32 <P>
33 Now that it's unzipped, go into the VisualC
34 directory that is created, and double-click on the VC++ file "<CODE>SDL.dsw</CODE>"<STRONG><FONT color="#009900">
35 ("<CODE>SDL.sln</CODE>").</FONT></STRONG> This should open up the IDE.
36 </P> 22 </P>
37 <P> 23 <P>
38 You may be prompted at this point to upgrade the workspace, should you be using 24 You may be prompted at this point to upgrade the workspace, should you be using
39 a more recent version of Visual C++. If so, allow the workspace to be upgraded. 25 a more recent version of Visual C++. If so, allow the workspace to be upgraded.
40 </P> 26 </P>