From 4ed30bab75f8b7be9b27cd0ee3f462c3df0a35c5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 21 Mar 2005 16:06:47 +0000 Subject: [PATCH] fixed path to wx/debugrpt.h header (had extra include subdir) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- Makefile.in | 2 +- build/bakefiles/files.bkl | 2 +- build/msw/wx_core.dsp | 2 +- build/msw/wx_qa.dsp | 2 +- src/wxWindows.dsp | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile.in b/Makefile.in index 12c9d87197..9110fb0b6b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2496,7 +2496,7 @@ COND_USE_GUI_1_ALL_GUI_HEADERS = \ wx/wxhtml.h \ wx/htmllbox.h \ $(OPENGL_HDR) \ - include/wx/debugrpt.h \ + wx/debugrpt.h \ wx/dbgrid.h \ wx/xrc/xh_all.h \ wx/xrc/xh_bmpbt.h \ diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index a36f6b2f73..303084e59e 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -505,7 +505,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! - include/wx/debugrpt.h + wx/debugrpt.h diff --git a/build/msw/wx_core.dsp b/build/msw/wx_core.dsp index 261a3b205f..3bb02a09bf 100644 --- a/build/msw/wx_core.dsp +++ b/build/msw/wx_core.dsp @@ -8217,7 +8217,7 @@ SOURCE=..\..\include\wx\dcscreen.h # End Source File # Begin Source File -SOURCE=..\..\include\include\wx\debugrpt.h +SOURCE=..\..\include\wx\debugrpt.h # End Source File # Begin Source File diff --git a/build/msw/wx_qa.dsp b/build/msw/wx_qa.dsp index da5f5a9ad0..241bb2da0c 100644 --- a/build/msw/wx_qa.dsp +++ b/build/msw/wx_qa.dsp @@ -712,7 +712,7 @@ InputPath=..\include\wx\msw\setup.h # PROP Default_Filter "" # Begin Source File -SOURCE=..\..\include\include\wx\debugrpt.h +SOURCE=..\..\include\wx\debugrpt.h # End Source File # End Group # End Target diff --git a/src/wxWindows.dsp b/src/wxWindows.dsp index bbc6581d00..2f432a144e 100644 --- a/src/wxWindows.dsp +++ b/src/wxWindows.dsp @@ -1915,10 +1915,6 @@ InputPath=..\include\wx\msw\setup.h # PROP Default_Filter "" # Begin Source File -SOURCE=..\include\include\wx\debugrpt.h -# End Source File -# Begin Source File - SOURCE=..\include\wx\accel.h # End Source File # Begin Source File @@ -2155,6 +2151,10 @@ SOURCE=..\include\wx\debug.h # End Source File # Begin Source File +SOURCE=..\include\wx\debugrpt.h +# End Source File +# Begin Source File + SOURCE=..\include\wx\defs.h # End Source File # Begin Source File -- 2.45.2