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 | 508bd33f343828526c7b66f7486ac8db6d74f5de (patch) | |
tree | 5a02d457b6837c3a3a9615d47599c0c75e2fd7a1 /automation/util/makefile.mk | |
parent | eeeb9819259b2bbc99dbac9082fbde0cdefd3d44 (diff) |
Trying to remove the stlport mention from the code
Diffstat (limited to 'automation/util/makefile.mk')
-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 8747ff4c4..046f6e043 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) |