summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2012-01-05 01:50:58 +0000
committerChristian Pointner <equinox@anytun.org>2012-01-05 01:50:58 +0000
commit4064c995bfaa724ec93166292aa608e058135cf3 (patch)
tree8ea3435efe1ac31aa3736a3e7e335ae032418a32 /src
parentadded cross compile mingw configure target (diff)
fixed mingw build target
Diffstat (limited to 'src')
-rwxr-xr-xsrc/configure5
1 files changed, 0 insertions, 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'
;;