diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 16:20:25 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 16:20:25 +0100 |
commit | 1628005298923ad15cc78dbad63669b701f5fd04 (patch) | |
tree | 497b0250f13c5b22f80dcba06886878394973372 /cosv/source | |
parent | 0d2d8ba1a2f3fdab44b5f3e747152fce94679511 (diff) |
Trying to remove the stlport mention from the code
Diffstat (limited to 'cosv/source')
-rw-r--r-- | cosv/source/unittest/makefile.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cosv/source/unittest/makefile.mk b/cosv/source/unittest/makefile.mk index 173ce8c991fe..c73676135a9e 100644 --- a/cosv/source/unittest/makefile.mk +++ b/cosv/source/unittest/makefile.mk @@ -57,14 +57,6 @@ APP1TARGET= $(TARGET) APP1STACK= 1000000 APP1OBJS= $(OBJ)$/ut_main.obj -.IF "$(GUI)"=="WNT" -APP1STDLIBS= $(LIBSTLPORT) -.ELSE -.IF "$(OS)"=="MACOSX" -APP1STDLIBS= $(LIBSTLPORT) -.ENDIF -.ENDIF - APP1LIBS= $(LB)$/$(TARGET).lib $(LB)$/cosv.lib |