summaryrefslogtreecommitdiff
path: root/src/Sockets/Makefile.Defines.win32-cygwin
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-10-19 20:06:14 +0000
committerOthmar Gsenger <otti@anytun.org>2008-10-19 20:06:14 +0000
commit7ec2d1c53b753238509bf7a89587509305b9216d (patch)
tree2e81d3fbd6b2a515f71449a2a16b2c69ecf4ddad /src/Sockets/Makefile.Defines.win32-cygwin
parentswitched from PracticalSocket to libasio (diff)
move to asio socket libary for sync
bugs / todos: * new connections don't sync * anyrtpproxy broken * anytun-controlld doesn't send data
Diffstat (limited to 'src/Sockets/Makefile.Defines.win32-cygwin')
-rw-r--r--src/Sockets/Makefile.Defines.win32-cygwin26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/Sockets/Makefile.Defines.win32-cygwin b/src/Sockets/Makefile.Defines.win32-cygwin
deleted file mode 100644
index 66ca672..0000000
--- a/src/Sockets/Makefile.Defines.win32-cygwin
+++ /dev/null
@@ -1,26 +0,0 @@
-CXX = g++
-
-CFLAGS += -Wall -g $(INCLUDE) -MD -D_VERSION='"$(VERSION)"'
-
-# turn off optimization if compiling with gcc 2.9.x:
-#CFLAGS += -O0
-CFLAGS += -O2 -mno-cygwin
-
-
-# uncomment depending on your operating system
-#CFLAGS += -DLINUX
-#CFLAGS += -DMACOSX
-# solaris > 8
-#CFLAGS += -DSOLARIS
-# solaris 8
-#CFLAGS += -DSOLARIS8
-# windows and/or cygwin
-CFLAGS += -D_WIN32
-# cygwin
-CFLAGS += -D__CYGWIN__
-
-
-LIBS += c:/openssl/lib/mingw/ssleay32.a \
- c:/openssl/lib/mingw/libeay32.a \
- -lws2_32
-