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
REIKAI
ygopro
Commits
24d3ddf8
Commit
24d3ddf8
authored
Aug 13, 2017
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
f9f9675d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
ocgcore
ocgcore
+1
-1
premake5.lua
premake5.lua
+2
-2
script
script
+1
-1
No files found.
ocgcore
@
5a548032
Subproject commit
65bdac66269112547c2decc54d0d4710bb5c29f
0
Subproject commit
5a5480324b23ed982ae2f0d3148c4ca5908a2e6
0
premake5.lua
View file @
24d3ddf8
...
...
@@ -3,7 +3,7 @@ solution "ygo"
language
"C++"
objdir
"obj"
configurations
{
"
Debug"
,
"Release
"
}
configurations
{
"
Release"
,
"Debug
"
}
configuration
"windows"
defines
{
"WIN32"
,
"_WIN32"
}
...
...
@@ -12,7 +12,6 @@ solution "ygo"
defines
{
"LUA_USE_LINUX"
}
configuration
"Release"
flags
{
"OptimizeSpeed"
}
targetdir
"bin/release"
configuration
"Debug"
...
...
@@ -21,6 +20,7 @@ solution "ygo"
targetdir
"bin/debug"
configuration
{
"Release"
,
"vs*"
}
optimize
"Speed"
flags
{
"StaticRuntime"
,
"LinkTimeOptimization"
}
disablewarnings
{
"4244"
,
"4267"
,
"4838"
,
"4577"
,
"4819"
,
"4018"
,
"4996"
,
"4477"
}
...
...
script
@
c7a6e0b8
Subproject commit
bf0d27148b7866ad11c05837b6dbadfe2efed253
Subproject commit
c7a6e0b8c6093ecc6662fa725596b7d2b0418c00
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