under Windows use win format for pwd and custom paths, required by ar and ld

This commit is contained in:
Cătălin Răceanu 2018-08-03 00:31:09 +03:00
parent 69c5d5a627
commit e2a78115dd
3 changed files with 4 additions and 3 deletions

View file

@ -104,7 +104,8 @@ to configure the Qt dir of the build intended to use as QT5_CUSTOM_DIR, i.e.
../configure --with-qt --enable-debug QT5_CUSTOM_DIR=~/Qt/5.11.0/gcc_64
# for Windows (ran from Git Bash, or any other Unix-like shell):
../configure --with-qt --enable-debug QT5_CUSTOM_DIR=/c/Qt/5.11.0/mingw53_32
# (the syntax for the drive in the path is required by ar and ld)
../configure --with-qt --enable-debug QT5_CUSTOM_DIR=c:/Qt/5.11.0/mingw53_32
* Building wxGT on Android
--------------------------