aboutsummaryrefslogtreecommitdiff
path: root/reflection/generate_code.sh
blob: ce88aafda27ecd5f95a997da43450d267d8d308c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash

# Regnerate reflection API
#
# The output should be checked in with the project since it is
# a bootstrapping process.

cd `dirname $0`
../scripts/build.sh
RPATH=../include/flatcc/reflection
mkdir -p ${RPATH}
../bin/flatcc -a -o ../include/flatcc/reflection reflection.fbs
cp README.in ${RPATH}/README