diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 16:20:32 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 19:58:43 +0100 |
commit | 81ef04be69673faa49ada8f7f95da8d1aae0f98b (patch) | |
tree | 445fbbe1cccf1e88cbd33fcaf95064d11242fe14 /sal/util | |
parent | 30a8393e50fa6bee7ba30d2b181d93072142ffc8 (diff) |
Trying to remove the stlport mention from the code
Diffstat (limited to 'sal/util')
-rw-r--r-- | sal/util/makefile.mk | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sal/util/makefile.mk b/sal/util/makefile.mk index 4e1086823f1f..42c90ca04661 100644 --- a/sal/util/makefile.mk +++ b/sal/util/makefile.mk @@ -121,20 +121,6 @@ SHL1STDLIBS+= -z allextract -staticlib=Crun -z defaultextract SHL1STDLIBS=pthread.lib .ENDIF # OS2 -# If we compile sal with STLport checking iterators -# we need to link against the STLport -.IF "$(USE_STLP_DEBUG)" != "" -SHL1STDLIBS+=$(LIBSTLPORT) -.ENDIF - -#The irony that using the system STL instead of -#stlport requires that we link libsal with the -#LIBSTLPORT alias which is not required when using -#stlport is not lost on me -.IF "$(USE_SYSTEM_STL)"=="YES" -SHL1STDLIBS+=$(LIBSTLPORT) -.ENDIF - .IF "$(OS)"=="MACOSX" SHL1STDLIBS+=-framework CoreFoundation -framework Carbon .ENDIF |