Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-2pick
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
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
MyCard
ygopro-2pick
Commits
785f6328
Commit
785f6328
authored
Dec 10, 2016
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert
parent
ee7a3285
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
445 additions
and
121 deletions
+445
-121
appveyor.yml
appveyor.yml
+1
-1
premake/irrlicht/irrlicht.patch
premake/irrlicht/irrlicht.patch
+442
-118
premake5.lua
premake5.lua
+2
-2
No files found.
appveyor.yml
View file @
785f6328
...
@@ -33,7 +33,7 @@ install:
...
@@ -33,7 +33,7 @@ install:
-
xcopy /E premake\* .
-
xcopy /E premake\* .
# patch irrlicht
# patch irrlicht
-
patch -p
1
< irrlicht\irrlicht.patch
-
patch -p
0
< irrlicht\irrlicht.patch
# premake
# premake
-
premake5 vs2015
-
premake5 vs2015
...
...
premake/irrlicht/irrlicht.patch
View file @
785f6328
This diff is collapsed.
Click to expand it.
premake5.lua
View file @
785f6328
...
@@ -28,7 +28,7 @@ solution "ygo"
...
@@ -28,7 +28,7 @@ solution "ygo"
targetdir
"bin/release"
targetdir
"bin/release"
configuration
"Debug"
configuration
"Debug"
flags
"Symbols
"
symbols
"On
"
defines
"_DEBUG"
defines
"_DEBUG"
targetdir
"bin/debug"
targetdir
"bin/debug"
...
@@ -37,7 +37,7 @@ solution "ygo"
...
@@ -37,7 +37,7 @@ solution "ygo"
disablewarnings
{
"4244"
,
"4267"
,
"4838"
,
"4577"
,
"4819"
,
"4018"
,
"4996"
,
"4477"
}
disablewarnings
{
"4244"
,
"4267"
,
"4838"
,
"4577"
,
"4819"
,
"4018"
,
"4996"
,
"4477"
}
configuration
{
"Release"
,
"not vs*"
}
configuration
{
"Release"
,
"not vs*"
}
flags
"Symbols
"
symbols
"On
"
defines
"NDEBUG"
defines
"NDEBUG"
buildoptions
"-march=native"
buildoptions
"-march=native"
...
...
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