X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a4830bb56087db30c534dc6937242b2260d0a9c8..0d1903dbda864780eec30efdc4e91776bdbfd21b:/tests/makefile.bcc diff --git a/tests/makefile.bcc b/tests/makefile.bcc index 6328a1813b..604a0f377f 100644 --- a/tests/makefile.bcc +++ b/tests/makefile.bcc @@ -21,7 +21,7 @@ BCCDIR = $(MAKEDIR)\.. ### Variables: ### -WX_RELEASE_NODOT = 29 +WX_RELEASE_NODOT = 30 COMPILER_PREFIX = bcc OBJS = \ $(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) @@ -321,7 +321,7 @@ __WXLIB_HTML_p = \ __WXLIB_CORE_p = \ wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib !endif -!if "$(MONOLITHIC)" == "1" +!if "$(MONOLITHIC)" == "1" && "$(USE_STC)" == "1" __LIB_SCINTILLA_IF_MONO_p = wxscintilla$(WXDEBUGFLAG).lib !endif !if "$(USE_GUI)" == "1"