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 /ure/source | |
parent | 30a8393e50fa6bee7ba30d2b181d93072142ffc8 (diff) |
Trying to remove the stlport mention from the code
Diffstat (limited to 'ure/source')
-rw-r--r-- | ure/source/uretest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ure/source/uretest/Makefile b/ure/source/uretest/Makefile index e5c4e68156b4..df5f811f01c2 100644 --- a/ure/source/uretest/Makefile +++ b/ure/source/uretest/Makefile @@ -120,7 +120,7 @@ out.sdk/cppmain.uno.$(SHAREDLIB_EXT): out.sdk/cppmain.$(OBJ_EXT) version.map | \ out.sdk $(LINK) $(COMP_LINK_FLAGS) $(link_output_switch)$@ $< $(LINK_LIBS) \ $(CPPULIB) $(CPPUHELPERLIB) $(SALLIB) $(SALHELPERLIB) \ - $(STLPORTLIB) $(link_std_libs) + $(link_std_libs) out.sdk/cppmain.$(OBJ_EXT): cppmain.cc out.sdk/cpputypes.cppumaker.flag \ out.sdk/types.cppumaker.flag | out.sdk |