diff options
-rw-r--r-- | COPYING | 3 | ||||
-rw-r--r-- | include/makeinclude/platform_mvs.GNU | 6 |
2 files changed, 5 insertions, 4 deletions
@@ -10,7 +10,8 @@ statement along with code built using ACE. You are under no obligation to freely redistribute any of your source code that is built using ACE. Please note, however, that you may not do anything to the ACE code that will prevent it from being -distributed freely (such as copyrighting it or claiming authorship). +distributed freely (such as copyrighting it yourself or claiming +authorship of the ACE code). ACE is provided as is with no warranties of any kind including the warranties of design, merchantibility and fitness for a particular 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 $<; \ |