WPS: Add support for setting timeout for PIN
[wpasupplicant] / build_release
index 276dabc..b5050a5 100755 (executable)
@@ -75,6 +75,7 @@ LIBS_w += -L$WINLOCAL/lib
 LIBS_p += -L$WINLOCAL/lib
 
 CONFIG_EAP_SIM=y
+CONFIG_SIM_SIMULATOR=y
 CONFIG_EAP_AKA=y
 CONFIG_USIM_SIMULATOR=y
 CONFIG_EAP_LEAP=y
@@ -126,8 +127,8 @@ EOF
     cp win_example.reg ../../"$WDIR"
 
     cd wpa_gui-qt4
-    qmake -spec win32-x-g++
     make -C icons
+    qmake -spec win32-x-g++
     make -j2
     cp release/wpa_gui.exe ../../../"$WDIR"
     cd ../../..