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
commit94cfaee9d3df33fc037ba875217be3d1bcd57412 (patch)
treeb64321324dd2f67f7f76ecb33837ff953101b819 /VisualC.html
parentd6084c5b7a4e4c37a37ee90321fd83a71a56bb38 (diff)
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 a481936a3d..e22f06f1c3 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>