From: Vadim Zeitlin Date: Fri, 13 Jul 2001 17:11:50 +0000 (+0000) Subject: added regex.h/.cpp files X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f94d2a37182ad24352e13c5b7dc97e4c26b44a12 added regex.h/.cpp files git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/distrib/msw/tmake/filelist.txt b/distrib/msw/tmake/filelist.txt index bb368315b4..f31144095b 100644 --- a/distrib/msw/tmake/filelist.txt +++ b/distrib/msw/tmake/filelist.txt @@ -186,6 +186,7 @@ process.cpp Common Win32Only,Base protocol.cpp Common Socket,Base quantize.cpp Common radiocmn.cpp Common +regex.cpp Common Base resource.cpp Common sckaddr.cpp Common Socket,Base sckfile.cpp Common Socket,Base @@ -738,6 +739,7 @@ propform.h WXH proplist.h WXH radiobox.h WXH radiobut.h WXH +regex.h WXH Base region.h WXH resource.h WXH sashwin.h WXH diff --git a/src/files.lst b/src/files.lst index 909c57198e..484c4056a0 100644 --- a/src/files.lst +++ b/src/files.lst @@ -193,6 +193,7 @@ BASE_OBJS = \ objstrm.o \ process.o \ protocol.o \ + regex.o \ sckaddr.o \ sckfile.o \ sckipc.o \