build() {
if [ "${CARCH}" = "i686" ]; then
+<<<<<<< HEAD
local _conf='--with-oracle=/instantclient_11_2_i686/sdk --with-oracle-libdir-name=lib'
export GRAPHVIZ_CFLAGS="-I/graphviz-2.38_i686/include/graphviz"
export GRAPHVIZ_LIBS="-L/graphviz-2.38_i686/lib/release/dll -lgvc -lcgraph -lcdt"
local _conf='--with-oracle=/instantclient_11_2_x86_64/sdk --with-oracle-libdir-name=lib'
#export GRAPHVIZ_CFLAGS="-I/graphviz-2.38_x86_64/include/graphviz"
#export GRAPHVIZ_LIBS="-L/graphviz-2.38_x86_64/lib/release/dll -lgvc -lcgraph -lcdt"
+=======
+ local _conf='--with-oracle=/c/Users/AndreaZ/Documents/development_environment_gtk3/binaries/i686/instantclient_10_2/sdk --with-oracle-libdir-name=lib'
+ export GRAPHVIZ_CFLAGS="-I/c/Users/AndreaZ/Documents/development_environment_gtk3/binaries/i686/graphviz/include/graphviz"
+ export GRAPHVIZ_LIBS="-L/c/Users/AndreaZ/Documents/development_environment_gtk3/binaries/i686/graphviz/lib/release/dll -lgvc -lcgraph -lcdt"
+ else
+ local _conf='--with-oracle=/c/Users/AndreaZ/Documents/development_environment_gtk3/binaries/x86_64/instantclient_10_2/sdk --with-oracle-libdir-name=lib'
+ #export GRAPHVIZ_CFLAGS="-I/c/Users/AndreaZ/Documents/development_environment_gtk3/binaries/x86_64/graphviz/include/graphviz"
+ #export GRAPHVIZ_LIBS="-L/c/Users/AndreaZ/Documents/development_environment_gtk3/binaries/x86_64/graphviz/lib/release/dll -lgvc -lcgraph -lcdt"
+>>>>>>> libgda: aggiustamenti e compilazione a 64bit (WIP no oracle).
fi
mkdir -p build-${MINGW_CHOST}