Explorar el Código

update some copy

erik yuzwa hace 4 años
padre
commit
92506462e2
Se han modificado 1 ficheros con 4 adiciones y 5 borrados
  1. 4 5
      docs/README-visualc.md

+ 4 - 5
docs/README-visualc.md

@@ -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
-file located within).
+The "include directory" I am referring to is the `./include` folder.
 
 
-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: