summaryrefslogtreecommitdiff
path: root/include/makeinclude/wrapper_macros.GNU
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-01-17 07:53:32 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-01-17 07:53:32 +0000
commit7e7e0801f1305b1fe2a0e5ff4b0cc022077f73a6 (patch)
tree4024d7c33559faecd57832c74e5f650c7bf80e49 /include/makeinclude/wrapper_macros.GNU
parentf498ec3072a4f20dbedadc2340592e24ed3301b7 (diff)
downloadATCD-7e7e0801f1305b1fe2a0e5ff4b0cc022077f73a6.tar.gz
*** empty log message ***
Diffstat (limited to 'include/makeinclude/wrapper_macros.GNU')
-rw-r--r--include/makeinclude/wrapper_macros.GNU3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU
index 767fefa6d0b..21e4b6c4145 100644
--- a/include/makeinclude/wrapper_macros.GNU
+++ b/include/makeinclude/wrapper_macros.GNU
@@ -112,6 +112,9 @@ endif # debug
COMPILE.c =$(CC) $(CFLAGS) $(CPPFLAGS) -c
COMPILE.cc =$(CXX) $(CCFLAGS) $(CPPFLAGS) $(PTDIRS) -c
+# 960905 Marius Kjeldahl <marius@funcom.com>
+# Added the line below to be used for compiling executable shared objects
+COMPILEESO.cc =$(CXX) $(CCFLAGS) $(CPPFLAGS) $(PTDIRS)
LINK.c =$(LD) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $(LDLIBS) $(LIBS)
LINK.cc =$(LD) $(CCFLAGS) $(CPPFLAGS) $(PTDIRS)
SOLINK.cc =$(LINK_COMMAND) $(DLD) $(SOFLAGS)