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
bb72cc99
Commit
bb72cc99
authored
Mar 12, 2025
by
Chen Bill
Committed by
GitHub
Mar 12, 2025
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add cdialect, cppdialect (#2723)
parent
bf4d9cef
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
12 additions
and
1 deletion
+12
-1
gframe/lzma/premake5.lua
gframe/lzma/premake5.lua
+1
-0
gframe/premake5.lua
gframe/premake5.lua
+3
-1
gframe/spmemvfs/premake5.lua
gframe/spmemvfs/premake5.lua
+1
-0
premake/event/premake5.lua
premake/event/premake5.lua
+1
-0
premake/freetype/premake5.lua
premake/freetype/premake5.lua
+1
-0
premake/irrlicht/premake5.lua
premake/irrlicht/premake5.lua
+2
-0
premake/lua/premake5.lua
premake/lua/premake5.lua
+2
-0
premake/sqlite3/premake5.lua
premake/sqlite3/premake5.lua
+1
-0
No files found.
gframe/lzma/premake5.lua
View file @
bb72cc99
project
"clzma"
kind
"StaticLib"
cdialect
"C11"
files
{
"*.c"
,
"*.h"
}
gframe/premake5.lua
View file @
bb72cc99
...
...
@@ -3,6 +3,8 @@ include "spmemvfs/."
project
"YGOPro"
kind
"WindowedApp"
cdialect
"C11"
cppdialect
"C++14"
files
{
"*.cpp"
,
"*.h"
}
includedirs
{
"../ocgcore"
}
...
...
@@ -65,7 +67,7 @@ project "YGOPro"
end
links
{
"opengl32"
,
"ws2_32"
,
"winmm"
,
"gdi32"
,
"kernel32"
,
"user32"
,
"imm32"
}
filter
"not action:vs*"
buildoptions
{
"-
std=c++14"
,
"-
fno-rtti"
}
buildoptions
{
"-fno-rtti"
}
filter
"not system:windows"
links
{
"event_pthreads"
,
"dl"
,
"pthread"
}
filter
"system:macosx"
...
...
gframe/spmemvfs/premake5.lua
View file @
bb72cc99
project
"cspmemvfs"
kind
"StaticLib"
cdialect
"C11"
files
{
"*.c"
,
"*.h"
}
if
BUILD_SQLITE
then
...
...
premake/event/premake5.lua
View file @
bb72cc99
project
"event"
kind
"StaticLib"
cdialect
"C11"
includedirs
{
"include"
,
"compat"
}
...
...
premake/freetype/premake5.lua
View file @
bb72cc99
project
"freetype"
kind
"StaticLib"
cdialect
"C11"
includedirs
{
"include"
}
defines
{
"FT2_BUILD_LIBRARY"
}
...
...
premake/irrlicht/premake5.lua
View file @
bb72cc99
project
"irrlicht"
kind
"StaticLib"
cdialect
"C11"
cppdialect
"C++14"
includedirs
{
"include"
,
"source/Irrlicht"
,
"source/Irrlicht/jpeglib"
,
"source/Irrlicht/libpng"
,
"source/Irrlicht/zlib"
}
...
...
premake/lua/premake5.lua
View file @
bb72cc99
project
"lua"
kind
"StaticLib"
cdialect
"C11"
cppdialect
"C++14"
files
{
"src/*.c"
,
"src/*.h"
,
"src/*.hpp"
}
removefiles
{
"src/lua.c"
,
"src/luac.c"
}
...
...
premake/sqlite3/premake5.lua
View file @
bb72cc99
project
"sqlite3"
kind
"StaticLib"
cdialect
"C11"
files
{
"sqlite3.c"
,
"sqlite3.h"
}
mercury233
@mercury233
mentioned in commit
e84e059b
·
Mar 15, 2025
mentioned in commit
e84e059b
mentioned in commit e84e059bc70ad903130f257fa9a25b4eb11ef887
Toggle commit list
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