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
ecdd3594
Commit
ecdd3594
authored
Nov 22, 2018
by
nanahira
Browse files
Options
Browse Files
Download
Plain Diff
merge
parents
982496de
70ede05e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
appveyor.yml
appveyor.yml
+5
-1
premake5.lua
premake5.lua
+2
-1
No files found.
appveyor.yml
View file @
ecdd3594
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
...
...
premake5.lua
View file @
ecdd3594
...
@@ -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"
...
...
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