From 460354e939bc52de1b5a749b6d88d6ef21f5827b Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Mon, 8 Aug 2005 12:59:33 +0000 Subject: [PATCH] Rebake after recguard.h added to bakefiles git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- Makefile.in | 1 + build/msw/wx_base.dsp | 4 ++++ src/wxWindows.dsp | 4 ++++ wxGTK.spec | 1 + wxMotif.spec | 1 + wxX11.spec | 1 + 6 files changed, 12 insertions(+) diff --git a/Makefile.in b/Makefile.in index 8b615305bd..7368fe137c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -284,6 +284,7 @@ ALL_BASE_HEADERS = \ wx/platform.h \ wx/process.h \ wx/ptr_scpd.h \ + wx/recguard.h \ wx/regex.h \ wx/scopeguard.h \ wx/snglinst.h \ diff --git a/build/msw/wx_base.dsp b/build/msw/wx_base.dsp index 94bfbe1328..434f2100aa 100644 --- a/build/msw/wx_base.dsp +++ b/build/msw/wx_base.dsp @@ -1337,6 +1337,10 @@ SOURCE=..\..\include\wx\ptr_scpd.h # End Source File # Begin Source File +SOURCE=..\..\include\wx\recguard.h +# End Source File +# Begin Source File + SOURCE=..\..\include\wx\regex.h # End Source File # Begin Source File diff --git a/src/wxWindows.dsp b/src/wxWindows.dsp index 68be2269f9..1a92e2d3f0 100644 --- a/src/wxWindows.dsp +++ b/src/wxWindows.dsp @@ -2687,6 +2687,10 @@ SOURCE=..\include\wx\rawbmp.h # End Source File # Begin Source File +SOURCE=..\include\wx\recguard.h +# End Source File +# Begin Source File + SOURCE=..\include\wx\regex.h # End Source File # Begin Source File diff --git a/wxGTK.spec b/wxGTK.spec index 87feb0e801..e4678978ed 100644 --- a/wxGTK.spec +++ b/wxGTK.spec @@ -302,6 +302,7 @@ wx/object.h wx/platform.h wx/process.h wx/ptr_scpd.h +wx/recguard.h wx/regex.h wx/scopeguard.h wx/snglinst.h diff --git a/wxMotif.spec b/wxMotif.spec index 67d0afcfe9..1d7c4171c6 100644 --- a/wxMotif.spec +++ b/wxMotif.spec @@ -178,6 +178,7 @@ wx/object.h wx/platform.h wx/process.h wx/ptr_scpd.h +wx/recguard.h wx/regex.h wx/scopeguard.h wx/snglinst.h diff --git a/wxX11.spec b/wxX11.spec index 916de2c54a..501241dcc6 100644 --- a/wxX11.spec +++ b/wxX11.spec @@ -203,6 +203,7 @@ wx/object.h wx/platform.h wx/process.h wx/ptr_scpd.h +wx/recguard.h wx/regex.h wx/scopeguard.h wx/snglinst.h -- 2.47.2