工程提交

This commit is contained in:
2026-03-31 15:46:04 +08:00
parent 75f512a5b4
commit da4e944bca
2841 changed files with 4822938 additions and 1 deletions

View File

@@ -0,0 +1,32 @@
##########################################################################################
# Generate libs for your project
# syntax:
# ---
# <your lib name>:
# - <obj file 1>
# - <obj file 2>
#
# For more syntax, please refer to: https://www.npmjs.com/package/micromatch
#
##########################################################################################
# -----------
# Config
# -----------
# $AR_PATH: '/Your/AR/Executable/Path'
# $AR_CMD : '-rcv ${out} ${in}'
## ----------------------------
## examples
## This examples will generate 2 libs after build done,
## they are: 'app.lib', 'test.lib'
## ----------------------------
#app:
# - '**/src/app.o'
# - '**/src/a.o'
# - '**/src/a/*.o'
#
#test:
# - '**/test/app.o'
# - '**/test/c.o'
# - '**/test/c/*.o'