summaryrefslogtreecommitdiff
path: root/setup_native/source/win32/customactions/patch
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/patch
parent44ddc302e8b34767029bbf5df0f9236b2765f5ae (diff)
Trying to remove the stlport mention from the code
Diffstat (limited to 'setup_native/source/win32/customactions/patch')
-rwxr-xr-xsetup_native/source/win32/customactions/patch/makefile.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/setup_native/source/win32/customactions/patch/makefile.mk b/setup_native/source/win32/customactions/patch/makefile.mk
index 3abd9988b486..77cd11e0322c 100755
--- a/setup_native/source/win32/customactions/patch/makefile.mk
+++ b/setup_native/source/win32/customactions/patch/makefile.mk
@@ -38,10 +38,6 @@ USE_DEFFILE=TRUE
.INCLUDE : settings.mk
-.IF "$(USE_SYSTEM_STL)" != "YES"
-CFLAGS+=-D_STLP_USE_STATIC_LIB
-.ENDIF
-
#Disable precompiled header
CDEFS+=-Dnot_used_define_to_disable_pch
@@ -59,10 +55,6 @@ STDSHL += \
$(MSILIB)\
$(SHELL32LIB)
-.IF "$(USE_SYSTEM_STL)" != "YES"
-STDSHL += $(LIBSTLPORTST)
-.ENDIF
-
.IF "$(COM)"=="GCC"
STDSHL+= \
$(KERNEL32LIB)\