Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cuew_gen.sh « auto « cuew « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b44987b801dd39b9a922f6e8fe3b5708c0b11ee4 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# This script invokes cuew_gen.py and updates the
# header and source files in the repository.

SCRIPT=`realpath -s $0`
DIR=`dirname $SCRIPT`

python ${DIR}/cuew_gen.py hdr $@ > $DIR/../include/cuew.h
python ${DIR}/cuew_gen.py impl $@ > $DIR/../src/cuew.c