Files
BR_YKC/Core/MDK-ARM/.eide/iport.libs.yml

33 lines
811 B
YAML
Raw Normal View History

2026-03-31 15:46:04 +08:00
##########################################################################################
# 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'