From 4064c995bfaa724ec93166292aa608e058135cf3 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 5 Jan 2012 01:50:58 +0000 Subject: fixed mingw build target --- src/configure | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/configure b/src/configure index 76e59ef..2cb394b 100755 --- a/src/configure +++ b/src/configure @@ -194,14 +194,9 @@ case $TARGET in ;; mingw) rm -f tunDevice.cpp - ln -sf win32/tunDevice.cpp rm -f signalHandler.hpp - ln -sf win32/signalHandler.hpp rm -f sysExec.hpp - ln -sf win32/sysExec.hpp rm -f daemonService.h daemonService.cpp - ln -sf win32/winService.h daemonService.h - ln -sf win32/winService.cpp daemonService.cpp echo "loading Windows specific TUN Device" LDFLAGS=$LDFLAGS' -static' ;; -- cgit v1.2.3