Commit Graph

49 Commits

Author SHA1 Message Date
Wengier
8aed7eef6f improved TTF color scheme 2020-12-05 03:33:41 -05:00
Jonathan Campbell
3f7286e414 SDL2: configure.ac modified to match only iOS for iOS, instead of assuming iOS if ARM and Darwin 2020-11-27 15:28:41 -08:00
Wengier
326ec0497e Fix Visual Studio SDL2 x86 build 2020-06-13 22:58:57 -04:00
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
83ac63d33d Fixed SDL2_main. 2019-11-14 01:16:37 +01:00
aybe
cf19316b44 Fixed SDL2. 2019-11-14 01:16:26 +01:00
aybe
c3bcc43fad Enabled multiprocessor compilation for all projects. 2019-11-13 19:59:53 +01:00
aybe
9e9100b9ec Moving back to SDK 10.0.17763.0. 2019-11-13 18:29:31 +01:00
aybe
08831c806a Consolidated remaining properties. 2019-11-13 03:11:10 +01:00
aybe
a30d7df312 All projects use Windows SDK 10. 2019-11-13 03:10:45 +01:00
aybe
7906019585 Fix C2268 for Release SDL2 Win32.
C:\Dev\dosbox-x\src\hardware\voodoo_data.h(972): error C2268: '_allshr' is a compiler predefined library helper. Library helpers are not supported with /GL; compile object file 'c:\dev\dosbox-x\obj\sdl2\win32\release sdl2\sdl_stdlib.obj' without /GL.

https://docs.microsoft.com/en-us/cpp/error-messages/compiler-errors-1/compiler-error-c2268?view=vs-2019
2019-11-13 00:02:51 +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
24f4d92f74 Fix "autoconf input should be named configure.ac" 2019-09-01 21:06:43 +09:00
Jonathan Campbell
797614b49b VS2017 silence SDL2 build warnings 2019-07-23 08:59:46 -07:00
Allofich
11348e2d17 Enable /LTCG option where it was not enabled 2019-06-30 23:44:40 +09:00
Allofich
05619dd023 SVN r4183 (first half)
Update address of FSF
2019-06-03 22:54:46 +09:00
Allofich
e9aca9fc13 SVN r4161
Fix typos and change DosBox to DOSBox.
2019-06-02 18:17:24 +09:00
Jonathan Campbell
f459a42639 fix freetype vcxproj 2019-04-02 20:48:10 -07:00
Jonathan Campbell
0332a6b563 Fix freetype dep and build in VS2017 2019-04-02 19:34:07 -07: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
9a5f05aa9f Fix VS2017 SDL2 compilation after update 2018-12-18 15:38:26 -08:00
Jonathan Campbell
d7e42f1fb5 more 2018-12-18 01:31:28 -08:00
Jonathan Campbell
b771369b18 update sdl2 library 2018-12-18 01:20:35 -08:00
Jonathan Campbell
852c2f4fcd Windows SDL2: Fix SDL2 to stop re-defining ftol2_sse 2018-06-29 14:59:22 -07:00
Jonathan Campbell
ab97104ff1 try this 2018-06-06 15:23:04 -07: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
Jonathan Campbell
209c0c0203 SDL2 SDL_Main can throw exceptions 2018-05-29 12:42:54 -07:00
Jonathan Campbell
ea22fdcaa4 Update target for x86 builds where the project is lacking 2018-05-22 17:28:08 -07:00
Jonathan Campbell
a9bb45fccf more 2018-05-17 16:10:56 -07:00
Jonathan Campbell
5b258b3bd4 more 2018-05-17 16:07:08 -07: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
1d34e07371 Finangle and fiddle with the VS2015 project files to make SDL2 statically link without conflicting built-in stdio functions, and it works. 2017-12-08 17:53:10 -08:00
Jonathan Campbell
57cf14588a VS2015 No DDRAW_H if SDL2, SDL2 fixups 2017-12-08 16:09:53 -08:00
Jonathan Campbell
1f0322ba00 VS2015 SDL2 change project to follow same organization as DOSBox-X regarding where intermediate and output files go. 2017-12-08 15:45:11 -08:00
Jonathan Campbell
844a46e00a Cleanup SDL2 2017-12-08 15:38:04 -08:00
Jonathan Campbell
20e990e481 More work, unify build targets SDL2 2017-12-08 15:36:08 -08:00
Jonathan Campbell
1fb7b24f74 Add SDL2 libraries to VS2015 project directory. 2017-12-08 15:15:26 -08:00