2020-05-29 00:24:03 +00:00
|
|
|
#!/bin/sh
|
2024-04-27 09:52:14 +00:00
|
|
|
./flatc --cpp --gen-object-api NymaTypes.fbs
|
|
|
|
./flatc --csharp --gen-object-api -o ../../ExternalProjects/FlatBuffers.GenOutput NymaTypes.fbs
|
2022-09-27 21:51:49 +00:00
|
|
|
if ! ( uname -s | fgrep -i cygwin ); then
|
|
|
|
unix2dos NymaTypes_generated.h
|
|
|
|
unix2dos ../../ExternalProjects/FlatBuffers.GenOutput/NymaTypes/*
|
|
|
|
fi
|