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
5db06d7d
Commit
5db06d7d
authored
Feb 18, 2019
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo
parent
23b1cb8c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
ocgcore
ocgcore
+1
-1
premake4.lua
premake4.lua
+5
-1
premake5.lua
premake5.lua
+1
-1
No files found.
ocgcore
@
2652821e
Subproject commit 2
596febe9d63caa3b01742ea9ab5f3b562f94bdc
Subproject commit 2
652821e629f75df578c0d6e7d9ec240ae9dab3e
premake4.lua
View file @
5db06d7d
...
...
@@ -5,7 +5,11 @@ solution "ygo"
--startproject "ygopro"
configurations
{
"Release"
,
"Debug"
}
defines
{
"LUA_COMPAT_5_2"
,
"YGOPRO_SERVER_MODE"
,
"YGOPRO_LUA_SAVE"
}
if
os.getenv
(
"YGOPRO_NO_LUA_SAVE"
)
then
defines
{
"LUA_COMPAT_5_2"
,
"YGOPRO_SERVER_MODE"
}
else
defines
{
"LUA_COMPAT_5_2"
,
"YGOPRO_SERVER_MODE"
,
"YGOPRO_LUA_SAFE"
}
end
configuration
"windows"
defines
{
"WIN32"
,
"_WIN32"
}
...
...
premake5.lua
View file @
5db06d7d
...
...
@@ -7,7 +7,7 @@ solution "ygo"
if
os.getenv
(
"YGOPRO_NO_LUA_SAVE"
)
then
defines
{
"LUA_COMPAT_5_2"
,
"YGOPRO_SERVER_MODE"
}
else
defines
{
"LUA_COMPAT_5_2"
,
"YGOPRO_SERVER_MODE"
,
"YGOPRO_LUA_SA
V
E"
}
defines
{
"LUA_COMPAT_5_2"
,
"YGOPRO_SERVER_MODE"
,
"YGOPRO_LUA_SA
F
E"
}
end
configuration
"windows"
defines
{
"WIN32"
,
"_WIN32"
}
...
...
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