From: Robert Roebling Date: Sat, 9 Feb 2002 23:17:41 +0000 (+0000) Subject: Commiting remaining files of configure change for X11. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/47dddc2f4bfdc2f44f6cf6f5ec33c409da7c0c35 Commiting remaining files of configure change for X11. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/files.lst b/src/files.lst index 9805a5ac6d..4fd21e70ed 100644 --- a/src/files.lst +++ b/src/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 22:26, 2002/01/29 +# This file was automatically generated by tmake # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE BASE.T! ALL_SOURCES = \ common/init.cpp \ @@ -126,6 +126,8 @@ ALL_HEADERS = \ intl.h \ ioswrap.h \ ipcbase.h \ + isql.h \ + isqlext.h \ list.h \ listimpl.cpp \ log.h \ diff --git a/src/gtk/files.lst b/src/gtk/files.lst index 121d8d5a84..316069547d 100644 --- a/src/gtk/files.lst +++ b/src/gtk/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 22:26, 2002/01/29 +# This file was automatically generated by tmake # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T! ALL_SOURCES = \ generic/accel.cpp \ diff --git a/src/gtk1/files.lst b/src/gtk1/files.lst index 121d8d5a84..316069547d 100644 --- a/src/gtk1/files.lst +++ b/src/gtk1/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 22:26, 2002/01/29 +# This file was automatically generated by tmake # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T! ALL_SOURCES = \ generic/accel.cpp \ diff --git a/src/mac/carbon/files.lst b/src/mac/carbon/files.lst index 8698b2cda7..181ed9de94 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 22:26, 2002/01/29 +# This file was automatically generated by tmake # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MAC.T! ALL_SOURCES = \ generic/busyinfo.cpp \ diff --git a/src/mac/files.lst b/src/mac/files.lst index 8698b2cda7..181ed9de94 100644 --- a/src/mac/files.lst +++ b/src/mac/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 22:26, 2002/01/29 +# This file was automatically generated by tmake # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MAC.T! ALL_SOURCES = \ generic/busyinfo.cpp \ diff --git a/src/mgl/files.lst b/src/mgl/files.lst index 5f290c7df3..be66b64799 100644 --- a/src/mgl/files.lst +++ b/src/mgl/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 22:26, 2002/01/29 +# This file was automatically generated by tmake # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MGL.T! ALL_SOURCES = \ generic/accel.cpp \ diff --git a/src/mgl/makefile.wat b/src/mgl/makefile.wat index ab545271c9..40f1caf6c4 100644 --- a/src/mgl/makefile.wat +++ b/src/mgl/makefile.wat @@ -1,6 +1,6 @@ #!/binb/wmake.exe -# This file was automatically generated by tmake at 17:44, 2002/01/28 +# This file was automatically generated by tmake # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE WAT.T! # @@ -140,6 +140,7 @@ COMMONOBJS = & geometry.obj & gifdecod.obj & hash.obj & + hashmap.obj & helpbase.obj & http.obj & imagall.obj & @@ -678,6 +679,9 @@ gifdecod.obj: $(COMMDIR)\gifdecod.cpp hash.obj: $(COMMDIR)\hash.cpp *$(CCC) $(CPPFLAGS) $(IFLAGS) $< +hashmap.obj: $(COMMDIR)\hashmap.cpp + *$(CCC) $(CPPFLAGS) $(IFLAGS) $< + helpbase.obj: $(COMMDIR)\helpbase.cpp *$(CCC) $(CPPFLAGS) $(IFLAGS) $< diff --git a/src/microwin/files.lst b/src/microwin/files.lst index ca840f9f2c..8989eb774a 100644 --- a/src/microwin/files.lst +++ b/src/microwin/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 22:26, 2002/01/29 +# This file was automatically generated by tmake # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MICRO.T! ALL_SOURCES = \ generic/accel.cpp \ diff --git a/src/motif/files.lst b/src/motif/files.lst index 356d4d9fad..28b9f83177 100644 --- a/src/motif/files.lst +++ b/src/motif/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 22:26, 2002/01/29 +# This file was automatically generated by tmake # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MOTIF.T! ALL_SOURCES = \ generic/busyinfo.cpp \ diff --git a/src/univ/files.lst b/src/univ/files.lst index 82a8e4d7b5..215c7f4e39 100644 --- a/src/univ/files.lst +++ b/src/univ/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 22:26, 2002/01/29 +# This file was automatically generated by tmake # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE UNIV.T! UNIV_SOURCES = \ univ/bmpbuttn.cpp \ diff --git a/src/wxBase.dsp b/src/wxBase.dsp index b42104877c..0a13f847d4 100644 --- a/src/wxBase.dsp +++ b/src/wxBase.dsp @@ -809,6 +809,14 @@ SOURCE=..\include\wx\ipcbase.h # End Source File # Begin Source File +SOURCE=..\include\wx\isql.h +# End Source File +# Begin Source File + +SOURCE=..\include\wx\isqlext.h +# End Source File +# Begin Source File + SOURCE=..\include\wx\list.h # End Source File # Begin Source File