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
5357bc15
Commit
5357bc15
authored
Sep 09, 2017
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upd
parent
f82ce59c
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
61 additions
and
94 deletions
+61
-94
appveyor.yml
appveyor.yml
+1
-1
premake/irrlicht/irrlicht.patch
premake/irrlicht/irrlicht.patch
+56
-91
premake5.lua
premake5.lua
+4
-2
No files found.
appveyor.yml
View file @
5357bc15
...
@@ -43,7 +43,7 @@ install:
...
@@ -43,7 +43,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 @
5357bc15
This diff is collapsed.
Click to expand it.
premake5.lua
View file @
5357bc15
...
@@ -7,7 +7,10 @@ solution "ygo"
...
@@ -7,7 +7,10 @@ solution "ygo"
configuration
"windows"
configuration
"windows"
defines
{
"WIN32"
,
"_WIN32"
,
"WINVER=0x0501"
}
defines
{
"WIN32"
,
"_WIN32"
,
"WINVER=0x0501"
}
libdirs
{
"$(DXSDK_DIR)Lib/x86"
}
entrypoint
"mainCRTStartup"
entrypoint
"mainCRTStartup"
toolset
"v140_xp"
startproject
"ygopro"
configuration
"bsd"
configuration
"bsd"
defines
{
"LUA_USE_POSIX"
}
defines
{
"LUA_USE_POSIX"
}
...
@@ -44,6 +47,7 @@ solution "ygo"
...
@@ -44,6 +47,7 @@ solution "ygo"
configuration
{
"Debug"
,
"vs*"
}
configuration
{
"Debug"
,
"vs*"
}
defines
{
"_ITERATOR_DEBUG_LEVEL=0"
}
defines
{
"_ITERATOR_DEBUG_LEVEL=0"
}
disablewarnings
{
"4819"
}
configuration
"vs*"
configuration
"vs*"
vectorextensions
"SSE2"
vectorextensions
"SSE2"
...
@@ -55,8 +59,6 @@ solution "ygo"
...
@@ -55,8 +59,6 @@ solution "ygo"
configuration
{
"not vs*"
,
"windows"
}
configuration
{
"not vs*"
,
"windows"
}
buildoptions
{
"-static-libgcc"
}
buildoptions
{
"-static-libgcc"
}
startproject
"ygopro"
include
"ocgcore"
include
"ocgcore"
include
"gframe"
include
"gframe"
if
os
.
ishost
(
"windows"
)
then
if
os
.
ishost
(
"windows"
)
then
...
...
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