summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_mvs.GNU
diff options
context:
space:
mode:
authorkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-06-12 23:34:18 +0000
committerkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-06-12 23:34:18 +0000
commit376de6fb8cc3ee705b307ff01f99c93010b940b0 (patch)
treed824ecefe2ea9db711c24afcef79854e541bec2d /include/makeinclude/platform_mvs.GNU
parent4952f17288ca415f4b18fdf9990698197d74fbb2 (diff)
downloadATCD-376de6fb8cc3ee705b307ff01f99c93010b940b0.tar.gz
ChangeLogTag: Wed Jun 12 18:29:11 2002 Krishnakumar B <kitty@cs.wustl.edu>
Diffstat (limited to 'include/makeinclude/platform_mvs.GNU')
-rw-r--r--include/makeinclude/platform_mvs.GNU14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/makeinclude/platform_mvs.GNU b/include/makeinclude/platform_mvs.GNU
index 69215470627..683d53e8d40 100644
--- a/include/makeinclude/platform_mvs.GNU
+++ b/include/makeinclude/platform_mvs.GNU
@@ -3,7 +3,7 @@
# For MVS OpenEdition platform
debug = 0
-
+
CXX = cxx
DCFLAGS += -g
DCCFLAGS += -g
@@ -16,19 +16,19 @@ AR = ar
ARFLAGS = ruv
RANLIB = echo
#LDFLAGS = -W l,p,map
-
+
# MVCMD needed because cxx does not use the -o option to place objects
MVCMD = @test ! -s $(@F) || mv $(@F) $(@D)/$(@F)
-
+
# Used to build static executables
ACELIB_STATIC = -lACE
-
+
# Used to build shared executables (much smaller in size)
ACELIB_DLL = $(ACE_ROOT)/ace/libACE.x
-
+
# set accordingly to build either static or shared executables
ACELIB = $(ACELIB_DLL)
-
-SOFLAGS = -W l,dll
+
+SOFLAGS += -W l,dll
PIC = -W c,exportall
static_libs = 1