X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bd0f3ca69710e9648fc1f1b16ddb9602f5c4800b..931d6a47c32a5b4c283243cb553ce71ee2b535d5:/samples/sockets/makefile.vc?ds=sidebyside diff --git a/samples/sockets/makefile.vc b/samples/sockets/makefile.vc index 871c900a65..71386b7671 100644 --- a/samples/sockets/makefile.vc +++ b/samples/sockets/makefile.vc @@ -12,7 +12,7 @@ ### Variables: ### -WX_RELEASE_NODOT = 29 +WX_RELEASE_NODOT = 30 COMPILER_PREFIX = vc OBJS = \ $(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(ARCH_SUFFIX) @@ -289,7 +289,7 @@ __DLLFLAG_p_0 = /d WXUSINGDLL __WXLIB_CORE_p = \ wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib !endif -!if "$(MONOLITHIC)" == "1" && "$(USE_STC)" == "1" +!if "$(MONOLITHIC)" == "1" && "$(USE_STC)" == "1" __LIB_SCINTILLA_IF_MONO_p = wxscintilla$(WXDEBUGFLAG).lib !endif !if "$(USE_GUI)" == "1"