update some copy

This commit is contained in:
erik yuzwa 2021-02-14 17:12:39 -07:00 committed by Sam Lantinga
parent be17004e67
commit 92506462e2
1 changed files with 4 additions and 5 deletions

View File

@ -45,18 +45,17 @@ _Note for the `x64` versions, just replace `Win32` in the path with `x64`_
- Add the SDL `include` directory to your list of includes in the menu: - Add the SDL `include` directory to your list of includes in the menu:
`Project|Settings|C/C++ tab|Preprocessor|Additional include directories ` `Project|Settings|C/C++ tab|Preprocessor|Additional include directories `
** VC7 Specific: Instead of doing this, I find it easier to add the *VC7 Specific: Instead of doing this, I find it easier to add the
include and library directories to the list that VC7 keeps. Do this by include and library directories to the list that VC7 keeps. Do this by
selecting Tools|Options|Projects|VC++ Directories and under the "Show selecting Tools|Options|Projects|VC++ Directories and under the "Show
Directories For:" dropbox select "Include Files", and click the "New Directories For:" dropbox select "Include Files", and click the "New
Directory Icon" and add the [SDLROOT]\\include directory (e.g. If you Directory Icon" and add the [SDLROOT]\\include directory (e.g. If you
installed to c:\\SDL\\ add c:\\SDL\\include). Proceed to change the installed to c:\\SDL\\ add c:\\SDL\\include). Proceed to change the
dropbox selection to "Library Files" and add [SDLROOT]\\lib.** dropbox selection to "Library Files" and add [SDLROOT]\\lib.*
The `include directory` I am referring to is the `include` folder within the main SDL directory (the one that this HTML The "include directory" I am referring to is the `./include` folder.
file located within).
Now we're going to use the files that we had created earlier in the Build SDL step. Now we're going to use the files that we had created earlier in the *Build SDL* step.
Copy the following file into your Project directory: Copy the following file into your Project directory: