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
260df96d
Commit
260df96d
authored
Apr 13, 2020
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixmerge
parent
802fbda3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
27 deletions
+0
-27
premake5.lua
premake5.lua
+0
-27
No files found.
premake5.lua
View file @
260df96d
...
@@ -51,19 +51,10 @@ end
...
@@ -51,19 +51,10 @@ end
configuration
{
"Release"
,
"vs*"
}
configuration
{
"Release"
,
"vs*"
}
optimize
"Speed"
optimize
"Speed"
flags
{
"LinkTimeOptimization"
}
flags
{
"LinkTimeOptimization"
}
<<<<<<<
HEAD
if
not
os
.
ishost
(
"macosx"
)
then
if
not
os
.
ishost
(
"macosx"
)
then
staticruntime
"On"
staticruntime
"On"
end
end
<<<<<<<
HEAD
disablewarnings
{
"4244"
,
"4267"
,
"4838"
,
"4577"
,
"4819"
,
"4018"
,
"4996"
,
"4477"
,
"4091"
,
"4305"
,
"4828"
,
"4800"
}
=======
staticruntime
"On"
disablewarnings
{
"4244"
,
"4267"
,
"4838"
,
"4577"
,
"4819"
,
"4018"
,
"4996"
,
"4477"
,
"4091"
,
"4828"
,
"4800"
}
>>>>>>>
c2bd783e73660d7357546b44aaf3a9dfe1dee030
=======
disablewarnings
{
"4244"
,
"4267"
,
"4838"
,
"4577"
,
"4819"
,
"4018"
,
"4996"
,
"4477"
,
"4091"
,
"4828"
,
"4800"
}
disablewarnings
{
"4244"
,
"4267"
,
"4838"
,
"4577"
,
"4819"
,
"4018"
,
"4996"
,
"4477"
,
"4091"
,
"4828"
,
"4800"
}
>>>>>>>
master
configuration
{
"Release"
,
"not vs*"
}
configuration
{
"Release"
,
"not vs*"
}
symbols
"On"
symbols
"On"
...
@@ -85,7 +76,6 @@ end
...
@@ -85,7 +76,6 @@ end
configuration
{
"not vs*"
,
"windows"
}
configuration
{
"not vs*"
,
"windows"
}
buildoptions
{
"-static-libgcc"
}
buildoptions
{
"-static-libgcc"
}
<<<<<<<
HEAD
startproject
"ygopro"
startproject
"ygopro"
include
"ocgcore"
include
"ocgcore"
...
@@ -95,20 +85,3 @@ end
...
@@ -95,20 +85,3 @@ end
include
"event"
include
"event"
include
"sqlite3"
include
"sqlite3"
end
end
=======
include
"ocgcore"
include
"gframe"
if
os
.
ishost
(
"windows"
)
then
include
"lua"
include
"event"
include
"freetype"
include
"irrlicht"
include
"sqlite3"
end
if
os
.
ishost
(
"linux"
)
then
include
"irrlicht_linux"
end
if
USE_IRRKLANG
then
include
"ikpmp3"
end
>>>>>>>
master
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