Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Added note about SDL_config.h
- Loading branch information
Showing
with
4 additions
and
0 deletions.
-
+4
−0
VisualC.html
|
@@ -45,6 +45,10 @@ <H3> |
|
|
This is done by right clicking on each project in turn (Projects are listed in |
|
|
the Workspace panel in the FileView tab), and selecting "Build". |
|
|
</P> |
|
|
<P> |
|
|
If you get an error about SDL_config.h being missing, you should |
|
|
copy include/SDL_config.h.default to include/SDL_config.h and try again. |
|
|
</P> |
|
|
<P> |
|
|
You may get a few warnings, but you should not get any errors. You do have to |
|
|
have at least the DirectX 5 SDK installed, however. The latest |
|
|