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.solaris9-sparc-64 | |
parent | svn cleanup (diff) |
big svn cleanup
Diffstat (limited to 'Sockets/Makefile.Defines.solaris9-sparc-64')
-rw-r--r-- | Sockets/Makefile.Defines.solaris9-sparc-64 | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/Sockets/Makefile.Defines.solaris9-sparc-64 b/Sockets/Makefile.Defines.solaris9-sparc-64 deleted file mode 100644 index 42fa8c4..0000000 --- a/Sockets/Makefile.Defines.solaris9-sparc-64 +++ /dev/null @@ -1,29 +0,0 @@ -CXX = /opt/SUNWspro/bin/CC - -CFLAGS += -g $(INCLUDE) -MD -D_VERSION='"$(VERSION)"' -CFLAGS += -features=rtti -mt - -# turn off optimization if compiling with gcc 2.9.x: -#CFLAGS += -O0 -CFLAGS += -O2 - - -# 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 += \ - -lssl -lcrypto \ - -lpthread - -OBJS += Semaphore.o - |