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
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
Commits
9ae4db30
Commit
9ae4db30
authored
Mar 17, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix on prem beta1
parent
79549d88
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
.gitignore
.gitignore
+1
-1
ocgcore
ocgcore
+1
-1
premake5.lua
premake5.lua
+5
-1
No files found.
.gitignore
View file @
9ae4db30
...
@@ -76,7 +76,7 @@ build
...
@@ -76,7 +76,7 @@ build
/ygopro_*.app
/ygopro_*.app
/premake4
/premake4
/premake4.exe
/premake4.exe
/premake5
/premake5
*
/premake5.exe
/premake5.exe
# others
# others
...
...
ocgcore
@
cefcf266
Subproject commit
fa99623fb782b7076d597761555bc2794089a464
Subproject commit
cefcf2669c49116981cc586d284afaa027673ca8
premake5.lua
View file @
9ae4db30
...
@@ -205,7 +205,11 @@ workspace "YGOPro"
...
@@ -205,7 +205,11 @@ workspace "YGOPro"
targetdir
"bin/debug"
targetdir
"bin/debug"
filter
{
"configurations:Release"
,
"action:vs*"
}
filter
{
"configurations:Release"
,
"action:vs*"
}
linktimeoptimization
"On"
if
linktimeoptimization
then
linktimeoptimization
"On"
else
flags
{
"LinkTimeOptimization"
}
end
staticruntime
"On"
staticruntime
"On"
disablewarnings
{
"4244"
,
"4267"
,
"4838"
,
"4577"
,
"4018"
,
"4996"
,
"4477"
,
"4091"
,
"4800"
,
"6011"
,
"6031"
,
"6054"
,
"6262"
}
disablewarnings
{
"4244"
,
"4267"
,
"4838"
,
"4577"
,
"4018"
,
"4996"
,
"4477"
,
"4091"
,
"4800"
,
"6011"
,
"6031"
,
"6054"
,
"6262"
}
...
...
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