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
1
Merge Requests
1
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
nanahira
ygopro
Commits
a9a27afe
Commit
a9a27afe
authored
Nov 02, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into server
parents
d91c8cab
f80fa0c9
Pipeline
#41416
failed with stages
in 8 minutes and 17 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
gframe/premake5.lua
gframe/premake5.lua
+6
-3
ocgcore
ocgcore
+1
-1
No files found.
gframe/premake5.lua
View file @
a9a27afe
...
...
@@ -28,7 +28,7 @@ end
defines
{
"SERVER_PRO3_SUPPORT"
}
end
includedirs
{
"../ocgcore"
}
links
{
"ocgcore"
,
"clzma"
,
LUA_LIB_NAME
,
"sqlite3"
,
"event"
}
links
{
"ocgcore"
,
"clzma"
,
"sqlite3"
,
"event"
}
if
SERVER_ZIP_SUPPORT
then
defines
{
"SERVER_ZIP_SUPPORT"
}
links
{
"irrlicht"
,
"cspmemvfs"
}
...
...
@@ -50,10 +50,13 @@ project "ygopro"
files
{
"*.cpp"
,
"*.h"
}
includedirs
{
"../ocgcore"
}
links
{
"ocgcore"
,
"clzma"
,
"cspmemvfs"
,
LUA_LIB_NAME
,
"sqlite3"
,
"irrlicht"
,
"freetype"
,
"event"
}
links
{
"ocgcore"
,
"clzma"
,
"cspmemvfs"
,
"sqlite3"
,
"irrlicht"
,
"freetype"
,
"event"
}
end
if
not
OCGCORE_DYNAMIC
then
links
{
LUA_LIB_NAME
}
end
if
not
BUILD_LUA
then
if
not
BUILD_LUA
and
not
OCGCORE_DYNAMIC
then
libdirs
{
LUA_LIB_DIR
}
end
...
...
ocgcore
@
6c6805a4
Subproject commit
239f3c20066452fc9b425b9daa0db0db04a4940e
Subproject commit
6c6805a4d97dcebf6f7ae02fe7bdea96782569b9
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