summaryrefslogtreecommitdiff
path: root/VisualC.html
diff options
context:
space:
mode:
authorAndreas Schiffler <aschiffler@ferzkopp.net>2013-06-23 14:05:27 -0700
committerAndreas Schiffler <aschiffler@ferzkopp.net>2013-06-23 14:05:27 -0700
commit1a8d60aa0d36c1f70bee55c50a81463edddf635c (patch)
tree299bcc086fa0dbaff9ad22dff410640f787990b0 /VisualC.html
parentedfca536dfff654013ceac338ff321f611e6f75d (diff)
downloadsdl-1a8d60aa0d36c1f70bee55c50a81463edddf635c.tar.gz
Add VS Express Edition sln files (drop the unsupported solution folders for tests); update VisualC documentation
Diffstat (limited to 'VisualC.html')
-rw-r--r--VisualC.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/VisualC.html b/VisualC.html
index a481936a3..e22f06f1c 100644
--- a/VisualC.html
+++ b/VisualC.html
@@ -20,6 +20,12 @@
Go into the VisualC directory and double-click on the Visual Studio solution for your version of Visual Studio, e.g. <CODE>SDL_VS2008.sln</CODE> This should open up the IDE.
</P>
<P>
+ There are different solution files for the various
+ versions of the IDE. Please use the appropiate version
+ 2008, 2010 or 2012; the 2010EE and 2012EE files
+ should be used with the "Express Edition" releases.
+ </P>
+ <P>
Build the <CODE>.dll</CODE> and <CODE>.lib</CODE> files.
</P>
<P>