From a89a70dc62b06751382f064c56cdeed57c3d205f Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Fri, 9 Oct 2015 16:17:50 +0200 Subject: [PATCH] windows mkinstdir --- src/windows/mkinstdir.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/windows/mkinstdir.sh b/src/windows/mkinstdir.sh index a22b78f7..02647259 100644 --- a/src/windows/mkinstdir.sh +++ b/src/windows/mkinstdir.sh @@ -20,8 +20,8 @@ UNRTF=c:/unrtf # and has no public repository ANTIWORD=c:/recolldeps/antiword -CONFIGURATION=Debug -PLATFORM=x64 +CONFIGURATION=Release +PLATFORM=Win32 LIBXAPIAN=c:/recolldeps/xapian/xapian-core-1.2.21/.libs/libxapian-22.dll @@ -31,7 +31,7 @@ QTA=Desktop_Qt_5_5_0_MinGW_32bit RCLW=$RCL/windows/ LIBR=$RCLW/build-librecoll-${QTA}-Debug/debug/librecoll.dll -GUIBIN=$RCL/src/build-recoll-win-${QTA}-Debug/debug/recoll.exe +GUIBIN=$RCL/build-recoll-win-${QTA}-Debug/debug/recoll.exe RCLIDX=$RCLW/build-recollindex-${QTA}-Debug/debug/recollindex.exe RCLQ=$RCLW/build-recollq-${QTA}-Debug/debug/recollq.exe RCLS=$RCLW/build-rclstartw-${QTA}-Debug/debug/rclstartw.exe