Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release
This commit is contained in:
commit
6fc6879bd5
589 changed files with 213408 additions and 0 deletions
11
wpa_supplicant/wpa_gui-qt4/setup-mingw-cross-compiling
Executable file
11
wpa_supplicant/wpa_gui-qt4/setup-mingw-cross-compiling
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
# qmake seems to be forcing include and lib paths from the original build
|
||||
# and I have no idea how to change these. For now, just override the
|
||||
# directories in the Makefile.Release file after qmake run.
|
||||
|
||||
qmake -spec /q/jm/qt4-win/4.3.3/mkspecs/win32-g++ wpa_gui.pro -o Makefile
|
||||
cat Makefile.Release |
|
||||
sed s%/usr/lib/qt4%/q/jm/qt4-win/4.3.3/lib%g |
|
||||
sed s%/usr/include/qt4%/q/jm/qt4-win/4.3.3/include%g > tmp.Makefile.Release &&
|
||||
mv -f tmp.Makefile.Release Makefile.Release
|
Loading…
Add table
Add a link
Reference in a new issue