Commit Graph

8 Commits

Author SHA1 Message Date
OV2 3e95c7f052 win32: get rid of some more warnings 2018-12-15 19:28:14 +01:00
OV2 1634fe33f7 win32: disable winxp deprecation warnings 2018-12-14 23:54:20 +01:00
OV2 7eaf377183 win32: remove some compile warnings 2018-05-05 15:09:36 +02:00
qwertymodo ea39685ccd Move libpng and zlib dependencies into submodules for the Windows build 2018-01-05 12:33:47 -08:00
OV2 3910291e95 win32: remove non-unicode configurations 2017-04-29 18:13:57 +02:00
Nelson Garcia 939423129d VS2017 solutions update (Please read description)
PLEASE TEST IN WINDOWS 7 AND WINDOWS XP BEFORE MERGING

Update windows solution files to VS 2017.

This also removes the MASM build commands from the zlib project. Having
this only makes buiding the source harder for new users, and it
ultimately isn't necessary.

The changes also rearrange the snesn9x project's <IncludePath> and
<LibraryPath> from (Include);(DirectX);(Cg) to (DirectX);(Cg);(Include).
These changes reflect the original library path order. The modification
I made beforehand could have affected XP builds and I didn't have a
chance to test this before merging.
2017-04-29 18:13:57 +02:00
OV2 8edbeaaf9a Merge git://github.com/bonimy/snes9x 2017-02-20 20:40:34 +01:00
Nelson Garcia 4800633821 Easy windows build support
Added and modified VS project files to more easily get started building
and working with s9x in the Windows VS environment.
2017-02-17 20:52:11 -08:00