Mercurial > hg > index.cgi
comparison win/lwtools.sln @ 361:4130ffdeb5c8
Add contributed support for building with Microsoft's compiler
Thanks to Erik G <erik@6809.org> for various updates to allow building with
Microsoft's compiler. These changes, in addition to some other generally
good fixups from other commits, include:
* move the version define to its own source file instead of as an option in
Makefile. This is better anyway.
* add some compatibilty stuff to lwlib
This support is minimally invasive so it should continue to work. However,
this is contributed code which I have no way to test.
author | William Astle <lost@l-w.ca> |
---|---|
date | Tue, 26 May 2015 17:53:51 -0600 |
parents | |
children | 221b5f58d8ad |
comparison
equal
deleted
inserted
replaced
360:ade217fd76a5 | 361:4130ffdeb5c8 |
---|---|
1 | |
2 Microsoft Visual Studio Solution File, Format Version 12.00 | |
3 # Visual Studio 2013 | |
4 VisualStudioVersion = 12.0.31101.0 | |
5 MinimumVisualStudioVersion = 10.0.40219.1 | |
6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lwlib", "lwlib.vcxproj", "{93A52E3F-D19D-4A1A-8B8F-15270BD3D0E2}" | |
7 EndProject | |
8 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lwasm", "lwasm.vcxproj", "{52309F4D-C1D8-43FC-BC02-C71B69D01E3B}" | |
9 EndProject | |
10 Global | |
11 GlobalSection(SolutionConfigurationPlatforms) = preSolution | |
12 Debug|Win32 = Debug|Win32 | |
13 Release|Win32 = Release|Win32 | |
14 EndGlobalSection | |
15 GlobalSection(ProjectConfigurationPlatforms) = postSolution | |
16 {93A52E3F-D19D-4A1A-8B8F-15270BD3D0E2}.Debug|Win32.ActiveCfg = Debug|Win32 | |
17 {93A52E3F-D19D-4A1A-8B8F-15270BD3D0E2}.Debug|Win32.Build.0 = Debug|Win32 | |
18 {93A52E3F-D19D-4A1A-8B8F-15270BD3D0E2}.Release|Win32.ActiveCfg = Release|Win32 | |
19 {93A52E3F-D19D-4A1A-8B8F-15270BD3D0E2}.Release|Win32.Build.0 = Release|Win32 | |
20 {52309F4D-C1D8-43FC-BC02-C71B69D01E3B}.Debug|Win32.ActiveCfg = Debug|Win32 | |
21 {52309F4D-C1D8-43FC-BC02-C71B69D01E3B}.Debug|Win32.Build.0 = Debug|Win32 | |
22 {52309F4D-C1D8-43FC-BC02-C71B69D01E3B}.Release|Win32.ActiveCfg = Release|Win32 | |
23 {52309F4D-C1D8-43FC-BC02-C71B69D01E3B}.Release|Win32.Build.0 = Release|Win32 | |
24 EndGlobalSection | |
25 GlobalSection(SolutionProperties) = preSolution | |
26 HideSolutionNode = FALSE | |
27 EndGlobalSection | |
28 EndGlobal |