From 176e7e8321b9678afc493b51a62525af8ad52469 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 30 Oct 2001 11:48:14 +0000 Subject: [PATCH] added wx/platform.h to the list of files and regenerated the makefiles git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/msw/tmake/filelist.txt | 1 + src/files.lst | 2 +- src/gtk/files.lst | 3 ++- src/gtk1/files.lst | 3 ++- src/mac/carbon/files.lst | 3 ++- src/mac/files.lst | 3 ++- src/mgl/files.lst | 5 ++--- src/motif/files.lst | 3 ++- src/msw/files.lst | 3 ++- src/msw/makefile.b32 | 2 +- src/msw/makefile.bcc | 2 +- src/msw/makefile.dos | 2 +- src/msw/makefile.g95 | 2 +- src/msw/makefile.sc | 2 +- src/msw/makefile.vc | 2 +- src/msw/makefile.wat | 2 +- src/univ/files.lst | 2 +- src/wxUniv.dsp | 4 ++++ src/wxWindows.dsp | 22 +++++++++++++++------- 19 files changed, 43 insertions(+), 25 deletions(-) diff --git a/distrib/msw/tmake/filelist.txt b/distrib/msw/tmake/filelist.txt index 4c0b21e61a..464cb9d250 100644 --- a/distrib/msw/tmake/filelist.txt +++ b/distrib/msw/tmake/filelist.txt @@ -833,6 +833,7 @@ palette.h WXH panel.h WXH paper.h WXH pen.h WXH +platform.h WXH popupwin.h WXH print.h WXH printdlg.h WXH diff --git a/src/files.lst b/src/files.lst index 0869bacf0f..968217e870 100644 --- a/src/files.lst +++ b/src/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 23:49, 2001/10/14 +# This file was automatically generated by tmake at 12:46, 2001/10/30 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE BASE.T! ALL_SOURCES = \ common/init.cpp \ diff --git a/src/gtk/files.lst b/src/gtk/files.lst index 8e87c78f39..ebca4ad004 100644 --- a/src/gtk/files.lst +++ b/src/gtk/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 23:49, 2001/10/14 +# This file was automatically generated by tmake at 12:46, 2001/10/30 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T! ALL_SOURCES = \ generic/accel.cpp \ @@ -400,6 +400,7 @@ ALL_HEADERS = \ panel.h \ paper.h \ pen.h \ + platform.h \ popupwin.h \ print.h \ printdlg.h \ diff --git a/src/gtk1/files.lst b/src/gtk1/files.lst index 8e87c78f39..ebca4ad004 100644 --- a/src/gtk1/files.lst +++ b/src/gtk1/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 23:49, 2001/10/14 +# This file was automatically generated by tmake at 12:46, 2001/10/30 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T! ALL_SOURCES = \ generic/accel.cpp \ @@ -400,6 +400,7 @@ ALL_HEADERS = \ panel.h \ paper.h \ pen.h \ + platform.h \ popupwin.h \ print.h \ printdlg.h \ diff --git a/src/mac/carbon/files.lst b/src/mac/carbon/files.lst index 8a4f8736cf..23cd4b9bca 100644 --- a/src/mac/carbon/files.lst +++ b/src/mac/carbon/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 13:26, 2001/10/17 +# This file was automatically generated by tmake at 12:46, 2001/10/30 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MAC.T! ALL_SOURCES = \ generic/busyinfo.cpp \ @@ -405,6 +405,7 @@ ALL_HEADERS = \ panel.h \ paper.h \ pen.h \ + platform.h \ popupwin.h \ print.h \ printdlg.h \ diff --git a/src/mac/files.lst b/src/mac/files.lst index 8a4f8736cf..23cd4b9bca 100644 --- a/src/mac/files.lst +++ b/src/mac/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 13:26, 2001/10/17 +# This file was automatically generated by tmake at 12:46, 2001/10/30 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MAC.T! ALL_SOURCES = \ generic/busyinfo.cpp \ @@ -405,6 +405,7 @@ ALL_HEADERS = \ panel.h \ paper.h \ pen.h \ + platform.h \ popupwin.h \ print.h \ printdlg.h \ diff --git a/src/mgl/files.lst b/src/mgl/files.lst index 9cbb7126e3..0bdf71c030 100644 --- a/src/mgl/files.lst +++ b/src/mgl/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 23:49, 2001/10/14 +# This file was automatically generated by tmake at 12:46, 2001/10/30 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T! ALL_SOURCES = \ generic/accel.cpp \ @@ -38,7 +38,6 @@ ALL_SOURCES = \ generic/spinctlg.cpp \ generic/splash.cpp \ generic/splitter.cpp \ - generic/statusbr.cpp \ generic/tabg.cpp \ generic/tbarsmpl.cpp \ generic/textdlgg.cpp \ @@ -362,6 +361,7 @@ ALL_HEADERS = \ panel.h \ paper.h \ pen.h \ + platform.h \ popupwin.h \ print.h \ printdlg.h \ @@ -733,7 +733,6 @@ GENERICOBJS = \ spinctlg.o \ splash.o \ splitter.o \ - statusbr.o \ tabg.o \ tbarsmpl.o \ textdlgg.o \ diff --git a/src/motif/files.lst b/src/motif/files.lst index 1bbef0f85c..0609a5a8c3 100644 --- a/src/motif/files.lst +++ b/src/motif/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 23:49, 2001/10/14 +# This file was automatically generated by tmake at 12:46, 2001/10/30 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MOTIF.T! ALL_SOURCES = \ generic/busyinfo.cpp \ @@ -390,6 +390,7 @@ ALL_HEADERS = \ panel.h \ paper.h \ pen.h \ + platform.h \ popupwin.h \ print.h \ printdlg.h \ diff --git a/src/msw/files.lst b/src/msw/files.lst index 9565308ef1..7b07500a67 100644 --- a/src/msw/files.lst +++ b/src/msw/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 00:52, 2001/10/28 +# This file was automatically generated by tmake at 12:46, 2001/10/30 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MSW.T! ALL_SOURCES = \ generic/busyinfo.cpp \ @@ -417,6 +417,7 @@ ALL_HEADERS = \ panel.h \ paper.h \ pen.h \ + platform.h \ popupwin.h \ print.h \ printdlg.h \ diff --git a/src/msw/makefile.b32 b/src/msw/makefile.b32 index 0187d30b63..3faecf8e16 100644 --- a/src/msw/makefile.b32 +++ b/src/msw/makefile.b32 @@ -1,6 +1,6 @@ -# This file was automatically generated by tmake at 23:49, 2001/10/14 +# This file was automatically generated by tmake at 12:46, 2001/10/30 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE B32.T! # diff --git a/src/msw/makefile.bcc b/src/msw/makefile.bcc index 4ced2184e5..84ed832bb8 100644 --- a/src/msw/makefile.bcc +++ b/src/msw/makefile.bcc @@ -1,6 +1,6 @@ -# This file was automatically generated by tmake at 23:49, 2001/10/14 +# This file was automatically generated by tmake at 12:46, 2001/10/30 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE BCC.T! # diff --git a/src/msw/makefile.dos b/src/msw/makefile.dos index 886eb88682..e718b540b9 100644 --- a/src/msw/makefile.dos +++ b/src/msw/makefile.dos @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 23:49, 2001/10/14 +# This file was automatically generated by tmake at 12:46, 2001/10/30 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE DOS.T! # diff --git a/src/msw/makefile.g95 b/src/msw/makefile.g95 index b1501e927e..129f2056d1 100644 --- a/src/msw/makefile.g95 +++ b/src/msw/makefile.g95 @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 23:00, 2001/10/18 +# This file was automatically generated by tmake at 12:46, 2001/10/30 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE G95.T! # diff --git a/src/msw/makefile.sc b/src/msw/makefile.sc index f84f3839e1..725c96c633 100644 --- a/src/msw/makefile.sc +++ b/src/msw/makefile.sc @@ -1,6 +1,6 @@ -# This file was automatically generated by tmake at 23:49, 2001/10/14 +# This file was automatically generated by tmake at 12:46, 2001/10/30 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE SC.T! # Symantec C++ makefile for the msw objects diff --git a/src/msw/makefile.vc b/src/msw/makefile.vc index 320e340cbc..1175e5f50b 100644 --- a/src/msw/makefile.vc +++ b/src/msw/makefile.vc @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 22:51, 2001/10/18 +# This file was automatically generated by tmake at 12:46, 2001/10/30 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE VC.T! # File: makefile.vc diff --git a/src/msw/makefile.wat b/src/msw/makefile.wat index 1d32e9886e..29b689be02 100644 --- a/src/msw/makefile.wat +++ b/src/msw/makefile.wat @@ -1,6 +1,6 @@ #!/binb/wmake.exe -# This file was automatically generated by tmake at 23:49, 2001/10/14 +# This file was automatically generated by tmake at 12:46, 2001/10/30 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE WAT.T! # diff --git a/src/univ/files.lst b/src/univ/files.lst index 96c723cde7..132759931b 100644 --- a/src/univ/files.lst +++ b/src/univ/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 23:49, 2001/10/14 +# This file was automatically generated by tmake at 12:46, 2001/10/30 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE UNIV.T! UNIVOBJS = \ bmpbuttn.o \ diff --git a/src/wxUniv.dsp b/src/wxUniv.dsp index 4affb2d599..2cca47007e 100644 --- a/src/wxUniv.dsp +++ b/src/wxUniv.dsp @@ -1738,6 +1738,10 @@ SOURCE=..\include\wx\pen.h # End Source File # Begin Source File +SOURCE=..\include\wx\platform.h +# End Source File +# Begin Source File + SOURCE=..\include\wx\popupwin.h # End Source File # Begin Source File diff --git a/src/wxWindows.dsp b/src/wxWindows.dsp index f2ae4afc27..d16ae8ca56 100644 --- a/src/wxWindows.dsp +++ b/src/wxWindows.dsp @@ -2018,6 +2018,10 @@ SOURCE=..\include\wx\pen.h # End Source File # Begin Source File +SOURCE=..\include\wx\platform.h +# End Source File +# Begin Source File + SOURCE=..\include\wx\popupwin.h # End Source File # Begin Source File @@ -2503,15 +2507,15 @@ SOURCE=..\include\wx\msw\frame.h # End Source File # Begin Source File -SOURCE=..\include\wx\msw\gauge.h +SOURCE=..\include\wx\msw\gauge95.h # End Source File # Begin Source File -SOURCE=..\include\wx\msw\gauge95.h +SOURCE=..\include\wx\msw\gaugemsw.h # End Source File # Begin Source File -SOURCE=..\include\wx\msw\gaugemsw.h +SOURCE=..\include\wx\msw\gccpriv.h # End Source File # Begin Source File @@ -2647,10 +2651,6 @@ SOURCE=..\include\wx\msw\settings.h # End Source File # Begin Source File -SOURCE=..\include\wx\msw\slider.h -# End Source File -# Begin Source File - SOURCE=..\include\wx\msw\slider95.h # End Source File # Begin Source File @@ -2663,6 +2663,10 @@ SOURCE=..\include\wx\msw\spinbutt.h # End Source File # Begin Source File +SOURCE=..\include\wx\msw\spinctrl.h +# End Source File +# Begin Source File + SOURCE=..\include\wx\msw\statbmp.h # End Source File # Begin Source File @@ -2715,6 +2719,10 @@ SOURCE=..\include\wx\msw\tooltip.h # End Source File # Begin Source File +SOURCE=..\include\wx\msw\toplevel.h +# End Source File +# Begin Source File + SOURCE=..\include\wx\msw\treectrl.h # End Source File # Begin Source File -- 2.45.2