diff options
author | Othmar Gsenger <otti@anytun.org> | 2008-04-12 11:38:42 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2008-04-12 11:38:42 +0000 |
commit | fffd213c8cba2135afda493d797c41c10354770e (patch) | |
tree | bb5eea1b12871d8c3fed0e687d83be3e504d11b2 /Sockets/Makefile.Defines.win32-cygwin | |
parent | svn cleanup (diff) |
big svn cleanup
Diffstat (limited to 'Sockets/Makefile.Defines.win32-cygwin')
-rw-r--r-- | Sockets/Makefile.Defines.win32-cygwin | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/Sockets/Makefile.Defines.win32-cygwin b/Sockets/Makefile.Defines.win32-cygwin deleted file mode 100644 index 66ca672..0000000 --- a/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 - |