summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-06-05 16:25:38 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-06-05 16:26:13 +0200
commitbe8855ebe4e5b978971d77df3d40e051d09597a7 (patch)
tree962b8334dac47a7a3c4b80d60481680ce15bb027 /configure.ac
parent5eab53585c4ec52fe82f9b45273ca2f35a1fc1ca (diff)
Some more win64 "fixes"
Change-Id: Id3de720a7ab28499644881e628a18f99121cb3c9
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1676298fae44..a9c962f6196b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3831,19 +3831,21 @@ mingw*)
RTL_ARCH=X86_84
PLATFORMID=windows_x86_64
OUTPATH=wntgccx$COMEX
+ SOLARINC="$SOLARINC -I$SRC_ROOT/include/wntgccx"
else
CPU=I
CPUNAME=INTEL
RTL_ARCH=x86
PLATFORMID=windows_x86
OUTPATH=wntgcci$COMEX
+ SOLARINC="$SOLARINC -I$SRC_ROOT/include/wntgcci"
fi
;;
*)
AC_MSG_ERROR([Unsupported host_cpu $host_cpu for host_os $host_os])
;;
esac
- SOLARINC="$SOLARINC -I$SRC_ROOT/include/wntgcci"
+
SOLARLIB="-L${SOLARVER}/${OUTPATH}${PROEXT}/lib"
;;