diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 16:20:05 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 19:56:30 +0100 |
commit | 255677ab5bb527eb7c61c6c56ed7aa7f46119677 (patch) | |
tree | a542be9f6c1878890383d8afefbbaab468e4d576 /automation/util | |
parent | 44ddc302e8b34767029bbf5df0f9236b2765f5ae (diff) |
Trying to remove the stlport mention from the code
Diffstat (limited to 'automation/util')
-rw-r--r-- | automation/util/makefile.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/automation/util/makefile.mk b/automation/util/makefile.mk index 8747ff4c4b0e..046f6e043dea 100644 --- a/automation/util/makefile.mk +++ b/automation/util/makefile.mk @@ -214,14 +214,9 @@ APP3STDLIBS= \ $(VCLLIB) .IF "$(GUI)"=="UNX" -.IF "$(OS)"=="MACOSX" -APP3STDLIBS+= \ - $(SALLIB) $(LIBSTLPORT) -.ELSE APP3STDLIBS+= \ $(SALLIB) .ENDIF -.ENDIF # $(AUTOMATIONLIB) is build in SHL1TARGET .IF "$(GUI)"=="UNX" || ("$(COM)"=="GCC" && "$(GUI)"=="WNT") APP3DEPN=$(SHL1TARGETN) |