Skip to content

Commit db0b8a1

Browse files
author
pg
committed
make Сергей Прейс happy after
commit_hash:7c26c5713a728d63364122eea5eb9dff8820070c
1 parent c541aea commit db0b8a1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build/ymake.core.conf

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3140,10 +3140,19 @@ macro _SRC_f_old(SRC, SRCFLAGS...) {
31403140
.CMD=$YMAKE_PYTHON ${input:"build/scripts/f2c.py"} -t ${tool:"contrib/tools/f2c"} -c ${input:SRC} -o ${output:SRC.c} ${hide;output_include:"f2c.h"} ${hide;kv:"p FT"} ${hide;kv:"pc light-green"}
31413141
}
31423142

3143+
### @usage: AR_PLUGIN(plugin_name)
3144+
###
3145+
### Register script, which will process module's .a (archive) output
3146+
### Script will receive path to archive, which it should modify in place
31433147
macro AR_PLUGIN(name) {
31443148
SET(_AR_PLUGIN $name.pyplugin)
31453149
}
31463150

3151+
### @usage: LD_PLUGIN(plugin_name)
3152+
###
3153+
### Register script, which will process all inputs to any link_exe.py call with modules's library
3154+
### Script will receive all arguments to link_exe.py, and can output into stdout preprocessed list
3155+
### of all arguments, in JSON format
31473156
macro LD_PLUGIN(name) {
31483157
SRCS(GLOBAL $name.pyplugin)
31493158
}

0 commit comments

Comments
 (0)