]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/fractal/makefile.vc
Only disable wxUSE_PREFERENCES_EDITOR if wxUSE_NOTEBOOK is False, not if it's True.
[wxWidgets.git] / demos / fractal / makefile.vc
index 659692cbc4a6f540a93454b938d75869d0645fa2..4c1544948a0133ecffe998b8ebe52be61643823d 100644 (file)
@@ -319,7 +319,7 @@ __WXLIB_BASE_p = \
 __WXLIB_MONO_p = \\r
        wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib\r
 !endif\r
-!if "$(MONOLITHIC)" == "1"\r
+!if "$(MONOLITHIC)" == "1" && "$(USE_STC)" == "1"
 __LIB_SCINTILLA_IF_MONO_p = wxscintilla$(WXDEBUGFLAG).lib\r
 !endif\r
 !if "$(USE_GUI)" == "1"\r