oop, we no longer need vips-operators.h
This commit is contained in:
parent
b51f4dab28
commit
003a444158
@ -5,9 +5,10 @@ pkginclude_HEADERS = \
|
|||||||
VConnection8.h \
|
VConnection8.h \
|
||||||
vips8
|
vips8
|
||||||
|
|
||||||
vips-operators.h:
|
vips-operators:
|
||||||
echo "// headers for vips operations" > vips-operators.h; \
|
echo "// headers for vips operations" > vips-operators; \
|
||||||
echo -n "// " >> vips-operators.h; \
|
echo "// paste this file into VImage8.h, do not leave in repo" > vips-operators; \
|
||||||
date >> vips-operators.h; \
|
echo -n "// " >> vips-operators; \
|
||||||
echo "// this file is generated automatically, do not edit!" >> vips-operators.h; \
|
date >> vips-operators; \
|
||||||
./../../gen-operators.py -g h >> vips-operators.h
|
echo "// this file is generated automatically, do not edit!" >> vips-operators; \
|
||||||
|
./../../gen-operators.py -g h >> vips-operators
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user