Stephane-D / SGDK

SGDK - A free and open development kit for the Sega Mega Drive
https://www.patreon.com/SGDK
MIT License
1.75k stars 187 forks source link

Visual Studio Support #121

Closed thegouldfish closed 6 years ago

thegouldfish commented 6 years ago

Hi,

I've written a Visual Studio template for SGDK, which can be found here: https://www.dropbox.com/s/ty6cwd9y9pib7jk/SGDK.zip?dl=0

just put the zip file in: %USERPROFILE%\Documents\Visual Studio 2015\Templates\ProjectTemplates\Visual C++ Project

It uses a powershell script to setup the environment call make and then process the error log so it shows up in visual studio's error window.

Stephane-D commented 6 years ago

Thanks ! I just committed your template in vstudio/template folder so you can directly update / request pull request over it if needed =)