summaryrefslogtreecommitdiff
path: root/setup_native/source/win32/customactions/rebase
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-09 16:20:05 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-09 19:56:30 +0100
commit255677ab5bb527eb7c61c6c56ed7aa7f46119677 (patch)
treea542be9f6c1878890383d8afefbbaab468e4d576 /setup_native/source/win32/customactions/rebase
parent44ddc302e8b34767029bbf5df0f9236b2765f5ae (diff)
Trying to remove the stlport mention from the code
Diffstat (limited to 'setup_native/source/win32/customactions/rebase')
-rw-r--r--setup_native/source/win32/customactions/rebase/makefile.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/setup_native/source/win32/customactions/rebase/makefile.mk b/setup_native/source/win32/customactions/rebase/makefile.mk
index 47cd8fd59c87..cb9e29db1e60 100644
--- a/setup_native/source/win32/customactions/rebase/makefile.mk
+++ b/setup_native/source/win32/customactions/rebase/makefile.mk
@@ -40,10 +40,6 @@ MINGW_NODLL=YES
.INCLUDE : settings.mk
-.IF "$(USE_SYSTEM_STL)" != "YES"
-CFLAGS+=-D_STLP_USE_STATIC_LIB
-.ENDIF
-
UWINAPILIB=
# --- Files --------------------------------------------------------
@@ -55,10 +51,6 @@ STDSHL += \
$(SHELL32LIB)\
$(MSILIB)
-.IF "$(USE_SYSTEM_STL)" != "YES"
-STDSHL += $(LIBSTLPORTST)
-.ENDIF
-
.IF "$(COM)"=="GCC"
STDSHL+= \
$(KERNEL32LIB)\