Skip to content

Commit

Permalink
build: package.requires_lock
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Sep 6, 2024
1 parent 179bc15 commit ba9b8ae
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 0 deletions.
79 changes: 79 additions & 0 deletions xmake-requires.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
__meta__ = {
version = "1.0"
},
["windows|x64"] = {
["cmake#31fecfc4"] = {
repo = {
branch = "master",
commit = "063862d6bd80b41cee3bf3e093941724e1e86e3b",
url = "https://gitee.com/tboox/xmake-repo.git"
},
version = "3.28.3-msvc11"
},
["freetype#8cb27d06"] = {
repo = {
branch = "master",
commit = "570c9dfab7fafab1515cf3cd1c9fa76a68ef195a",
url = "https://gitee.com/tboox/xmake-repo.git"
},
version = "2.13.1"
},
["libjpeg#31fecfc4"] = {
repo = {
branch = "master",
commit = "063862d6bd80b41cee3bf3e093941724e1e86e3b",
url = "https://gitee.com/tboox/xmake-repo.git"
},
version = "v9f"
},
["libomp#31fecfc4"] = {
repo = {
branch = "master",
commit = "063862d6bd80b41cee3bf3e093941724e1e86e3b",
url = "https://gitee.com/tboox/xmake-repo.git"
},
version = "12.0.1"
},
["libpng#31fecfc4"] = {
repo = {
branch = "master",
commit = "570c9dfab7fafab1515cf3cd1c9fa76a68ef195a",
url = "https://gitee.com/tboox/xmake-repo.git"
},
version = "v1.6.43"
},
["libxml2#31fecfc4"] = {
repo = {
branch = "master",
commit = "063862d6bd80b41cee3bf3e093941724e1e86e3b",
url = "https://gitee.com/tboox/xmake-repo.git"
},
version = "2.13.2"
},
["libyaml#31fecfc4"] = {
repo = {
branch = "master",
commit = "570c9dfab7fafab1515cf3cd1c9fa76a68ef195a",
url = "https://gitee.com/tboox/xmake-repo.git"
},
version = "0.2.5"
},
["pkgconf#31fecfc4"] = {
repo = {
branch = "master",
commit = "570c9dfab7fafab1515cf3cd1c9fa76a68ef195a",
url = "https://gitee.com/tboox/xmake-repo.git"
},
version = "2.0.3"
},
["zlib#31fecfc4"] = {
repo = {
branch = "master",
commit = "570c9dfab7fafab1515cf3cd1c9fa76a68ef195a",
url = "https://gitee.com/tboox/xmake-repo.git"
},
version = "v1.3.1"
}
}
}
1 change: 1 addition & 0 deletions xmake.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
set_project("lcui")
set_version("3.0.0-a")
set_warnings("all", "error")
set_policy("package.requires_lock", true)
add_rules("mode.debug", "mode.release", "mode.coverage")
add_rpathdirs("@loader_path/lib", "@loader_path")
add_defines("UNICODE", "_CRT_SECURE_NO_WARNINGS", "YUTIL_EXPORTS")
Expand Down

0 comments on commit ba9b8ae

Please sign in to comment.