Commit Graph

41 Commits

Author SHA1 Message Date
Allofich
a61cdc0f4a Remove /arch:SSE option from x64 builds 2019-12-22 12:39:02 +09:00
Allofich
ffd58aa704 Automatically use latest Windows 10 SDK version 2019-12-22 11:18:27 +09:00
aybe
fe67abd105 Enabled SSE for 64-bit. 2019-11-14 03:52:45 +01:00
aybe
9eda2afa44 Fixed SDLmain. 2019-11-14 01:16:01 +01:00
aybe
8d678e5249 Fixed SDL. 2019-11-14 01:15:48 +01:00
aybe
c3bcc43fad Enabled multiprocessor compilation for all projects. 2019-11-13 19:59:53 +01:00
aybe
a9cc212333 Removed extremely confusing builds of SDL.
Any version of SDL would build under any configuration...
2019-11-13 19:53:17 +01:00
aybe
9e9100b9ec Moving back to SDK 10.0.17763.0. 2019-11-13 18:29:31 +01:00
aybe
a30d7df312 All projects use Windows SDK 10. 2019-11-13 03:10:45 +01:00
aybe
264ac4c9bf All projects retargetted back to Win 8.1 SDK and to toolset 142. 2019-11-07 06:20:12 +01:00
Allofich
11348e2d17 Enable /LTCG option where it was not enabled 2019-06-30 23:44:40 +09:00
driver1998
e5c35f5df4 Update VS2015 project files for Windows Desktop ARM32 (Windows RT) port 2019-02-21 21:05:35 +00:00
driver1998
f5f7d687c7 Update VS2015 project files for Windows ARM64 port. 2019-02-20 00:10:10 +00:00
Jonathan Campbell
6e5f0d9fcd VS2017 update 2019-02-06 09:18:53 -08:00
Jonathan Campbell
d519bab908 VS2017 x64 doesn't need to specify SSE 2018-06-06 14:45:04 -07:00
Jonathan Campbell
1ebe61baee VS2017 project/solution updates 2018-06-06 14:39:46 -07:00
Jonathan Campbell
33bff7fe94 VS2017 project/solution adjustments 2018-06-06 14:38:24 -07:00
Jonathan Campbell
62f270fd1e VS2017 project/solution fixup including the zlib GS vs sdl option warning 2018-06-06 14:21:32 -07:00
Jonathan Campbell
175185b917 VS2017 project and solution updates 2018-06-06 14:14:05 -07:00
Jonathan Campbell
143dea0688 VS2017 update project and solution settings 2018-06-06 14:01:19 -07:00
Aybe
69e4a4a955 Windows SDL 1.x: added non-intrusive way to build with XInput support 2018-05-24 23:33:27 +02:00
Aybe
25e678f4ff Windows SDL 1.x: XInput driver
It does work but is not enabled by default (SDL_JOYSTICK_XINPUT).

It's been more than a decade this was plaguing, the triggers acting as the 3rd axis instead of the right thumb X axis, resulting in unusable fcs and chs joysticks.
2018-05-24 22:25:47 +02:00
Jonathan Campbell
ea22fdcaa4 Update target for x86 builds where the project is lacking 2018-05-22 17:28:08 -07:00
Jonathan Campbell
611a5018d5 Windows SDL 1.x: Disable DDRAW SDL display driver. I think that's what peole are complaining about when they say SDL comes up with borderless windows and focus problems. 2018-02-02 11:57:58 -08:00
Jonathan Campbell
5b8c0b5ebc VS2017: More magic finangling to get VS2017 SDL2 builds to work again while keeping excess files out of the output directory. 2017-12-24 16:54:57 -08:00
Jonathan Campbell
3541724dc9 VS2017: Stop putting the compiled .LIB files in the Release directory alongside the final binary. 2017-12-24 14:44:12 -08:00
Jonathan Campbell
1ac8deb63c Windows: Add PEHDR-LITE to project (thanks roytam1) as build step to patch EXE header for Windows XP compat. Modify PEHDR-LITE slightly to shut VS2017 up about "unsafe" C runtime functions. Modify other VS2017 projects to compensate for this weird obsession in VS2017 with precompiled headers. 2017-12-23 08:41:33 -08:00
Jonathan Campbell
1e82f2aab4 Windows: VS2017's XP target is broken (_stat on XP is broken), switch back to working target. This makes Vista the minimum system again, however. 2017-12-23 01:23:14 -08:00
Jonathan Campbell
ee4c02a2ee VS2017 Windows: Change compile flags and copy DXGUID.LIB from the DirectX SDK to compile Windows XP-compatible binaries. And This time (*ahem* pay attention VS2017) make sure to commit the changed VCPROJ files. 2017-12-15 21:25:34 -08:00
Jonathan Campbell
f5a973e8f1 VS2015 create SDL2 targets (Debug and Release). They don't compile yet, but this is the start of it. 2017-12-08 14:54:12 -08:00
Aybe
1a5dae64f8 user preferences should not be tracked 2017-08-24 03:13:04 +02:00
Aybe
b9336f8cb1 upgrade and retarget solution 2017-08-24 02:52:10 +02:00
Jonathan Campbell
41894c0ac0 make the project settings more consistent 2016-03-02 22:38:20 -08:00
Jonathan Campbell
153dca3096 more vs2015 sln correction 2015-09-02 02:38:25 -07:00
Jonathan Campbell
4f46e9f88e a-ha: SDL project referred to non-existing header. 2015-09-02 02:02:35 -07:00
Jonathan Campbell
ee5e9e633f still more cleanup. but VS2015 still eternally complains that the SDL
project is out of date, needs a recompile. Come on!
2015-09-02 01:46:46 -07:00
Jonathan Campbell
bd038297b4 update projects, cleanup 2015-09-02 01:17:17 -07:00
Jonathan Campbell
0cb2de549c sln cleanup 2015-09-02 00:56:17 -07:00
Jonathan Campbell
11090bf80e Visual Studio 2015 project cleanup 2015-08-23 18:45:46 -07:00
Jonathan Campbell
9fc42fa716 Update vs2015 project files to compile properly. 2015-08-23 11:34:05 -07:00
Jonathan Campbell
1f07edfa00 Managed to convert vs2008 project to vs2015 without destroying the original vs2008 project tree. 2015-08-23 10:50:48 -07:00