Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Changed paths and name of header file in text of VisualC.html.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jun 29, 2013
1 parent 88b5726 commit 54d36e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions VisualC.html
Expand Up @@ -71,8 +71,8 @@ <H3>
add the include and library directories to the list that VC7 keeps. Do this by
selecting Tools|Options|Projects|VC++ Directories and under the "Show
Directories For:" dropbox select "Include Files", and click the "New Directory
Icon" and add the [SDLROOT]\include directory (ex. If you installed to
c:\SDL-1.2.5\ add c:\SDL-1.2.5\include).&nbsp;Proceed to&nbsp;change the
Icon" and add the [SDLROOT]\include directory (e.g. If you installed to
c:\SDL\ add c:\SDL\include).&nbsp;Proceed to&nbsp;change the
dropbox selection to "Library Files" and add [SDLROOT]\lib.</FONT></STRONG>
</P>
<P>
Expand Down Expand Up @@ -105,15 +105,15 @@ <H3>
desireable to add them to the linker options: Project|Properties|Linker|Command
Line and type the names of the libraries to link with in the "Additional
Options:" box.&nbsp; Note: This must be done&nbsp;for&nbsp;each&nbsp;build
configuration (eg. Release,Debug).</FONT></STRONG></P>
configuration (e.g. Release,Debug).</FONT></STRONG></P>
<H3>
SDL 101, First Day of Class
</H3>
<P>
Now create the basic body of your project. The body of your program should take
the following form: <CODE>
<PRE>
#include "SDL2.h"
#include "SDL.h"

int main( int argc, char* argv[] )
{
Expand Down

0 comments on commit 54d36e2

Please sign in to comment.