Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
YGOPRO-520DIY
ygopro
Commits
07af19d4
Commit
07af19d4
authored
Sep 12, 2016
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
appveyor
parent
da30f783
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
appveyor.yml
appveyor.yml
+6
-3
premake4.lua
premake4.lua
+0
-1
No files found.
appveyor.yml
View file @
07af19d4
...
...
@@ -11,8 +11,10 @@ install:
-
git submodule update --init --recursive
# environment and system dependency
-
ps
:
Start-FileDownload https://github.com/premake/premake-core/releases/download/v5.0.0-alpha9/premake-5.0.0-alpha9-windows.zip
-
7z x premake-5.0.0-alpha9-windows.zip
-
ps
:
Start-FileDownload http://downloads.sourceforge.net/project/premake/Premake/4.4/premake-4.4-beta5-windows.zip
-
7z x premake-4.4-beta5-windows.zip
#- ps: Start-FileDownload https://github.com/premake/premake-core/releases/download/v5.0.0-alpha9/premake-5.0.0-alpha9-windows.zip
#- 7z x premake-5.0.0-alpha9-windows.zip
-
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
-
move freetype-2.5.5 freetype
...
...
@@ -38,7 +40,8 @@ install:
-
move sqlite3.premake4.lua sqlite3/premake4.lua
# premake
-
premake5 vs2015
#- premake5 vs2015
-
premake4 vs2013
-
type irrlicht\source\Irrlicht\jpeglib\jmemdos.c
# check files, for debug
...
...
premake4.lua
View file @
07af19d4
...
...
@@ -27,7 +27,6 @@ solution "ygo"
flags
"EnableSSE2"
buildoptions
{
"-wd4996"
}
defines
{
"_CRT_SECURE_NO_WARNINGS"
}
characterset
(
"MBCS"
)
configuration
"not vs*"
buildoptions
{
"-fno-strict-aliasing"
,
"-Wno-multichar"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment