summaryrefslogtreecommitdiff
path: root/desktop/win32
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-09 16:20:18 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-09 19:57:20 +0100
commit553aed7b518599742189ffce50cd947dbf39a2e7 (patch)
treecd8d0ae2e88760bb99b9318a71903d8ff535d862 /desktop/win32
parentc824a1f69c093f38b82ead0f413c75b492a1f994 (diff)
Trying to remove the stlport mention from the code
Diffstat (limited to 'desktop/win32')
-rw-r--r--desktop/win32/source/setup/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/win32/source/setup/makefile.mk b/desktop/win32/source/setup/makefile.mk
index 15b7b1937e78..f0c6e0e955fd 100644
--- a/desktop/win32/source/setup/makefile.mk
+++ b/desktop/win32/source/setup/makefile.mk
@@ -43,9 +43,9 @@ ENABLE_EXCEPTIONS = TRUE
INCPRE+=$(MFC_INCLUDE)
-.IF "$(USE_STLP_DEBUG)"!=""
+.IF "$(USE_DEBUG_RUNTIME)"!=""
CDEFS+=-D_DEBUG
-.ENDIF # "$(USE_STLP_DEBUG)"!=""
+.ENDIF # "$(USE_DEBUG_RUNTIME)"!=""
RCFILES= $(RES)$/$(TARGET).rc