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
d40e9c53
Commit
d40e9c53
authored
May 03, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update premake5.lua, gframe/serverapi.h, gframe/premake5.lua files
parent
6f28e7b0
Pipeline
#35861
canceled with stages
in 8 minutes and 29 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
gframe/premake5.lua
gframe/premake5.lua
+3
-0
gframe/serverapi.h
gframe/serverapi.h
+2
-0
premake5.lua
premake5.lua
+3
-0
No files found.
gframe/premake5.lua
View file @
d40e9c53
...
@@ -148,6 +148,9 @@ end
...
@@ -148,6 +148,9 @@ end
links
{
"irrklang"
}
links
{
"irrklang"
}
end
end
filter
"system:linux"
filter
"system:linux"
if
SERVER_PRO3_SUPPORT
then
defines
{
"YGOPRO_VISIBILITY_DEFAULT"
}
end
linkoptions
{
"-static-libstdc++"
,
"-static-libgcc"
}
linkoptions
{
"-static-libstdc++"
,
"-static-libgcc"
}
if
not
SERVER_MODE
then
if
not
SERVER_MODE
then
links
{
"GL"
,
"X11"
,
"Xxf86vm"
}
links
{
"GL"
,
"X11"
,
"Xxf86vm"
}
...
...
gframe/serverapi.h
View file @
d40e9c53
...
@@ -12,6 +12,8 @@
...
@@ -12,6 +12,8 @@
#ifdef WIN32
#ifdef WIN32
#define DECL_DLLEXPORT __declspec(dllexport)
#define DECL_DLLEXPORT __declspec(dllexport)
#elif defined(YGOPRO_VISIBILITY_DEFAULT)
#define DECL_DLLEXPORT __attribute__((visibility("default")))
#else
#else
#define DECL_DLLEXPORT
#define DECL_DLLEXPORT
#endif
#endif
...
...
premake5.lua
View file @
d40e9c53
...
@@ -424,6 +424,9 @@ end
...
@@ -424,6 +424,9 @@ end
filter
"system:linux"
filter
"system:linux"
buildoptions
{
"-U_FORTIFY_SOURCE"
}
buildoptions
{
"-U_FORTIFY_SOURCE"
}
if
SERVER_PRO3_SUPPORT
then
buildoptions
{
"-fvisibility=hidden"
}
end
filter
"configurations:Release"
filter
"configurations:Release"
optimize
"Speed"
optimize
"Speed"
...
...
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