diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-21 16:23:57 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-25 19:55:29 -0500 |
commit | e73dde5fb4fa7514c5bddf4a3c5f47a4a0655db5 (patch) | |
tree | c3bc8d1e06fff9f51e4d18ba365e89bee63c2860 /automation/util | |
parent | e042951f36e29586d1144da70582f6a147c9a083 (diff) |
Finally, gut the vos module out of the build
Diffstat (limited to 'automation/util')
-rw-r--r-- | automation/util/makefile.mk | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/automation/util/makefile.mk b/automation/util/makefile.mk index 756a3d6a62e4..8747ff4c4b0e 100644 --- a/automation/util/makefile.mk +++ b/automation/util/makefile.mk @@ -55,7 +55,6 @@ SHL1STDLIBS= \ $(SVLLIB) \ $(VCLLIB) \ $(BASICLIB) \ - $(VOSLIB) \ $(SALLIB) \ $(CPPUHELPERLIB) \ $(CPPULIB) \ @@ -86,7 +85,6 @@ SHL2IMPLIB= isimplecm SHL2STDLIBS= \ $(TOOLSLIB) \ - $(VOSLIB) \ $(SALLIB) @@ -109,9 +107,7 @@ SHL3STDLIBS= \ $(TOOLSLIB) \ $(SVLLIB) \ $(VCLLIB) \ - $(VOSLIB) \ $(SALLIB) \ - $(VOSLIB) \ $(SIMPLECMLIB) @@ -153,7 +149,6 @@ APP1STDLIBS+= \ $(SVLLIB) \ $(VCLLIB) \ $(SALLIB) \ - $(VOSLIB) \ $(UCBHELPERLIB) \ $(COMPHELPERLIB) \ $(BASICLIB) \ @@ -162,7 +157,7 @@ APP1STDLIBS+= \ .IF "$(GUI)"=="UNX" APP1STDLIBS+= \ - $(VOSLIB) $(SALLIB) $(BASICLIB) + $(SALLIB) $(BASICLIB) APP1STDLIBS+=$(CPPULIB) .ENDIF .IF "$(GUI)"=="WNT" || "$(COM)"=="GCC" @@ -221,10 +216,10 @@ APP3STDLIBS= \ .IF "$(GUI)"=="UNX" .IF "$(OS)"=="MACOSX" APP3STDLIBS+= \ - $(VOSLIB) $(SALLIB) $(LIBSTLPORT) + $(SALLIB) $(LIBSTLPORT) .ELSE APP3STDLIBS+= \ - $(VOSLIB) $(SALLIB) + $(SALLIB) .ENDIF .ENDIF # $(AUTOMATIONLIB) is build in SHL1TARGET |