diff --git a/build/bakefiles/regex.bkl b/build/bakefiles/regex.bkl index 29fea08244..049d830b0b 100644 --- a/build/bakefiles/regex.bkl +++ b/build/bakefiles/regex.bkl @@ -1,4 +1,6 @@ + + @@ -20,7 +22,9 @@ $(SETUPHDIR) $(UNICODE_DEFINE) $(LIBDIRNAME) - -w-8004 -w-8012 -w-8057 -w-8066 + + -w-8004 -w-8008 -w-8012 -w-8057 -w-8065 -w-8066 -w-8068 -w-8070 + src/regex/regcomp.c src/regex/regexec.c diff --git a/build/msw/makefile.bcc b/build/msw/makefile.bcc index e5f34c2b6d..4d20818361 100644 --- a/build/msw/makefile.bcc +++ b/build/msw/makefile.bcc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1 (http://bakefile.sourceforge.net) +# Bakefile 0.1.2 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -733,7 +733,8 @@ WXPNG_OBJECTS = \ $(OBJS)\wxpng_pngwutil.obj WXREGEX_CFLAGS = $(__RUNTIME_LIBS) -I$(BCCDIR)\include $(__DEBUGINFO) \ $(__OPTIMIZEFLAG) -tWM -I..\..\include -I$(SETUPHDIR) $(__UNICODE_DEFINE_p) \ - -w-8004 -w-8012 -w-8057 -w-8066 $(CPPFLAGS) $(CFLAGS) + -w-8004 -w-8008 -w-8012 -w-8057 -w-8065 -w-8066 -w-8068 -w-8070 $(CPPFLAGS) \ + $(CFLAGS) WXREGEX_OBJECTS = \ $(OBJS)\wxregex_regcomp.obj \ $(OBJS)\wxregex_regexec.obj \