Commit b90491a8 authored by 神楽坂玲奈's avatar 神楽坂玲奈

appveyor

parent 73092ec5
...@@ -16,9 +16,9 @@ install: ...@@ -16,9 +16,9 @@ install:
- ps: Start-FileDownload http://download.savannah.gnu.org/releases/freetype/freetype-2.5.5.tar.bz2 - ps: Start-FileDownload http://download.savannah.gnu.org/releases/freetype/freetype-2.5.5.tar.bz2
- 7z x freetype-2.5.5.tar.bz2 && 7z x freetype-2.5.5.tar - 7z x freetype-2.5.5.tar.bz2 && 7z x freetype-2.5.5.tar
- move freetype-2.5.5 freetype - move freetype-2.5.5 freetype
- ps: Start-FileDownload http://downloads.sourceforge.net/project/irrlicht/Irrlicht%20SDK/1.7/1.7.3/irrlicht-1.7.3.zip - ps: Start-FileDownload http://downloads.sourceforge.net/project/irrlicht/Irrlicht%20SDK/1.8/1.8.4/irrlicht-1.8.4.zip
- 7z x irrlicht-1.7.3.zip - 7z x irrlicht-1.8.4.zip
- move irrlicht-1.7.3 irrlicht - move irrlicht-1.8.4 irrlicht
- ps: Start-FileDownload https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz - ps: Start-FileDownload https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz
- 7z x libevent-2.0.22-stable.tar.gz && 7z x libevent-2.0.22-stable.tar - 7z x libevent-2.0.22-stable.tar.gz && 7z x libevent-2.0.22-stable.tar
- move libevent-2.0.22-stable event - move libevent-2.0.22-stable event
...@@ -43,7 +43,7 @@ install: ...@@ -43,7 +43,7 @@ install:
# check files, for debug # check files, for debug
#- tree /F #- tree /F
#platform: # it not works #platform:
# - x86 # - x86
# - x64 # - x64
configuration: Release configuration: Release
......
...@@ -27,6 +27,7 @@ solution "ygo" ...@@ -27,6 +27,7 @@ solution "ygo"
flags "EnableSSE2" flags "EnableSSE2"
buildoptions { "-wd4996" } buildoptions { "-wd4996" }
defines { "_CRT_SECURE_NO_WARNINGS" } defines { "_CRT_SECURE_NO_WARNINGS" }
characterset ("MBCS")
configuration "not vs*" configuration "not vs*"
buildoptions { "-fno-strict-aliasing", "-Wno-multichar" } buildoptions { "-fno-strict-aliasing", "-Wno-multichar" }
......
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