工程提交
This commit is contained in:
32
Core/MDK-ARM/.eide/iport.libs.yml
Normal file
32
Core/MDK-ARM/.eide/iport.libs.yml
Normal 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'
|
||||
Reference in New Issue
Block a user