Commit Graph

6 Commits

Author SHA1 Message Date
62c4fcd59c Create inno setup for windows with sdl on appveyor 2019-06-04 18:38:39 -04:00
213d2507a7 windows audio capture for sdl2 2019-06-04 12:48:37 -04:00
d9df7c7858 Create .appveyor.yml 2019-03-22 15:19:47 -04:00
503a14ddc2 win32 qt5 is broken, disable build in msvc solution 2019-03-22 14:46:34 -04:00
1604e839ac fix msvc native preset builds 2019-03-22 14:46:20 -04:00
b92a283b43 Windows build with MSVC (#181)
credit: @mancoast 

* msvc

* include glew for windows

* fix usage of std namespace with win32

* Update pmSDL.hpp

fix warning with win32

* update dirent for win32

* libs required for win32 linkage

* Update pmSDL.hpp

SDL_MAIN_HANDLED

* Update ShaderEngine.cpp

init glew to create shaders

* fake SDL audio with win32

* Update Renderer.vcxproj

use wildcards for source filenames

* Create config.h

* Update Expr.cpp

fix win32 breaks

* cleanup broken max function

* Update Makefile.am

remove ref to win32-dirent
2019-03-22 08:55:35 +01:00