summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/templates/makedll.mpt
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/templates/makedll.mpt')
-rw-r--r--bin/MakeProjectCreator/templates/makedll.mpt40
1 files changed, 0 insertions, 40 deletions
diff --git a/bin/MakeProjectCreator/templates/makedll.mpt b/bin/MakeProjectCreator/templates/makedll.mpt
deleted file mode 100644
index 3b24a874094..00000000000
--- a/bin/MakeProjectCreator/templates/makedll.mpt
+++ /dev/null
@@ -1,40 +0,0 @@
-configurations = gcc
-soext = so
-zzip_libs = z zziplib
-
-gcc {
- cxx = g++
- pic = -fPIC
- shflags = -shared
- platforms = linux
-}
-
-CC {
- cxx = CC
- pic = -KPIC
- shflags = -G
- linkflags = -library=Cstd -library=Crun
- platforms = solaris
-}
-
-aCC {
- cxx = aCC
- pic = +Z
- shflags = -b
- platforms = hpux
-}
-
-linux {
- ldlibs = -ldl -lpthread
-}
-
-solaris {
- ldlibs = -lsocket -ldl -lnsl -lgen -lposix4
-}
-
-hpux {
- soext = sl
- ldlibs = -lxti -lpthread -lrt -ldld
- }
-
-conditional_include "zziplib"