Commit ecdd3594 authored by nanahira's avatar nanahira

merge

parents 982496de 70ede05e
version: '{build}' version: '{build}'
image: Visual Studio 2017
environment: environment:
irrklang_pro: 1 irrklang_pro: 1
...@@ -40,7 +41,10 @@ install: ...@@ -40,7 +41,10 @@ install:
- patch -p0 < irrlicht\irrlicht.patch - patch -p0 < irrlicht\irrlicht.patch
# premake # premake
- premake5 vs2015 - premake5 vs2017
# msbuild not fix
- where msbuild
configuration: Release configuration: Release
......
...@@ -15,7 +15,8 @@ solution "ygo" ...@@ -15,7 +15,8 @@ solution "ygo"
defines { "WIN32", "_WIN32", "WINVER=0x0501" } defines { "WIN32", "_WIN32", "WINVER=0x0501" }
libdirs { "$(DXSDK_DIR)Lib/x86" } libdirs { "$(DXSDK_DIR)Lib/x86" }
entrypoint "mainCRTStartup" entrypoint "mainCRTStartup"
toolset "v140_xp" toolset "v141_xp"
systemversion "latest"
startproject "ygopro" startproject "ygopro"
configuration "bsd" configuration "bsd"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment