diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-08-12 03:50:07 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-08-12 03:50:07 +0000 |
commit | 11f50345732a95fd5f7f24cc09b88d238d46f855 (patch) | |
tree | 903ac3f38cda0f29be4185139fd55e342e6381b9 /include | |
parent | d1955103d49504998dbc81a8f263b5fe19fdfa14 (diff) | |
download | ATCD-11f50345732a95fd5f7f24cc09b88d238d46f855.tar.gz |
*** empty log message ***
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_mvs.GNU | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/makeinclude/platform_mvs.GNU b/include/makeinclude/platform_mvs.GNU index f5b93047273..9dfc05479eb 100644 --- a/include/makeinclude/platform_mvs.GNU +++ b/include/makeinclude/platform_mvs.GNU @@ -20,13 +20,13 @@ RANLIB = echo MVCMD = @test ! -s $(@F) || mv $(@F) $(@D)/$(@F) # Used to build static executables -MVSLIB_STATIC = -lACE +ACELIB_STATIC = -lACE # Used to build shared executables (much smaller in size) -MVSLIB_DLL = $(ACE_ROOT)/ace/libACE.x +ACELIB_DLL = $(ACE_ROOT)/ace/libACE.x # set accordingly to build either static or shared executables -MVSLIB = $(MVSLIB_DLL) +ACELIB = $(ACELIB_DLL) SOFLAGS = -W l,dll SOBUILD = @echo $(COMPILE.cc) -W c,exportall -o $(VSHDIR)$*.o $<; \ |