windows mkinstdir

This commit is contained in:
Jean-Francois Dockes 2015-10-09 16:17:50 +02:00
parent 9bbdf29997
commit a89a70dc62

View file

@ -20,8 +20,8 @@ UNRTF=c:/unrtf
# and has no public repository # and has no public repository
ANTIWORD=c:/recolldeps/antiword ANTIWORD=c:/recolldeps/antiword
CONFIGURATION=Debug CONFIGURATION=Release
PLATFORM=x64 PLATFORM=Win32
LIBXAPIAN=c:/recolldeps/xapian/xapian-core-1.2.21/.libs/libxapian-22.dll 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/ RCLW=$RCL/windows/
LIBR=$RCLW/build-librecoll-${QTA}-Debug/debug/librecoll.dll 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 RCLIDX=$RCLW/build-recollindex-${QTA}-Debug/debug/recollindex.exe
RCLQ=$RCLW/build-recollq-${QTA}-Debug/debug/recollq.exe RCLQ=$RCLW/build-recollq-${QTA}-Debug/debug/recollq.exe
RCLS=$RCLW/build-rclstartw-${QTA}-Debug/debug/rclstartw.exe RCLS=$RCLW/build-rclstartw-${QTA}-Debug/debug/rclstartw.exe