Skip to content

Commit

Permalink
make Сергей Прейс happy after
Browse files Browse the repository at this point in the history
commit_hash:7c26c5713a728d63364122eea5eb9dff8820070c
  • Loading branch information
pg committed Feb 13, 2025
1 parent 78ff60b commit 4e7f5d8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build/ymake.core.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3140,10 +3140,19 @@ macro _SRC_f_old(SRC, SRCFLAGS...) {
.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"}
}

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

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

0 comments on commit 4e7f5d8

Please sign in to comment.