|
|
@ -5,9 +5,9 @@ rootdir="$dir/../.." |
|
|
|
configuration=Release |
|
|
|
configuration=Release |
|
|
|
platform=x64 |
|
|
|
platform=x64 |
|
|
|
|
|
|
|
|
|
|
|
red=`tput setaf 1` |
|
|
|
red=`tput -T ansi setaf 1` |
|
|
|
green=`tput setaf 2` |
|
|
|
green=`tput -T ansi setaf 2` |
|
|
|
reset=`tput sgr0` |
|
|
|
reset=`tput -T ansi sgr0` |
|
|
|
|
|
|
|
|
|
|
|
echo "${green}Generating bindings${reset}" |
|
|
|
echo "${green}Generating bindings${reset}" |
|
|
|
dotnet $rootdir/bin/${configuration}_${platform}/CppSharp.CLI.dll \ |
|
|
|
dotnet $rootdir/bin/${configuration}_${platform}/CppSharp.CLI.dll \ |
|
|
|