mirror of https://github.com/OpenVPN/openvpn-gui
Enable DEP
parent
01281d1f1d
commit
b350b0e1bc
|
@ -57,6 +57,7 @@ case "$host" in
|
|||
*-mingw*)
|
||||
CPPFLAGS="${CPPFLAGS} -DWIN32_LEAN_AND_MEAN"
|
||||
CPPFLAGS="${CPPFLAGS} -D_WIN32_WINNT=NTDDI_WINXP"
|
||||
LDFLAGS="${LDFLAGS} -Wl,--nxcompat"
|
||||
;;
|
||||
*)
|
||||
test "${enable_distonly}" = "no" && AC_MSG_ERROR([This project is supported for windows only.])
|
||||
|
|
Loading…
Reference in New Issue