From 3a03c143c03323ecb2ea67c54605cef4c872e923 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 7 May 2002 23:29:03 +0000 Subject: [PATCH] added src/msw/popupwin.cpp to the makefiles git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/msw/tmake/filelist.txt | 1 + src/gtk/files.lst | 1 + src/gtk1/files.lst | 1 + src/msw/files.lst | 4 ++++ src/msw/makefile.b32 | 3 +++ src/msw/makefile.bcc | 3 +++ src/msw/makefile.dos | 6 ++++++ src/msw/makefile.g95 | 1 + src/msw/makefile.sc | 1 + src/msw/makefile.vc | 1 + src/msw/makefile.wat | 4 ++++ src/wxBase.dsp | 4 ++++ src/wxUniv.dsp | 8 ++++++++ src/wxWindows.dsp | 8 ++++++++ 14 files changed, 46 insertions(+) diff --git a/distrib/msw/tmake/filelist.txt b/distrib/msw/tmake/filelist.txt index 181430accf..2a29c3cd2b 100644 --- a/distrib/msw/tmake/filelist.txt +++ b/distrib/msw/tmake/filelist.txt @@ -327,6 +327,7 @@ ownerdrw.cpp MSW palette.cpp MSW LowLevel pen.cpp MSW LowLevel penwin.cpp MSW +popupwin.cpp MSW LowLevel printdlg.cpp MSW printwin.cpp MSW radiobox.cpp MSW diff --git a/src/gtk/files.lst b/src/gtk/files.lst index e433131f7d..5cd0a0cefb 100644 --- a/src/gtk/files.lst +++ b/src/gtk/files.lst @@ -279,6 +279,7 @@ ALL_HEADERS = \ bmpbuttn.h \ brush.h \ buffer.h \ + build.h \ busyinfo.h \ button.h \ calctrl.h \ diff --git a/src/gtk1/files.lst b/src/gtk1/files.lst index e433131f7d..5cd0a0cefb 100644 --- a/src/gtk1/files.lst +++ b/src/gtk1/files.lst @@ -279,6 +279,7 @@ ALL_HEADERS = \ bmpbuttn.h \ brush.h \ buffer.h \ + build.h \ busyinfo.h \ button.h \ calctrl.h \ diff --git a/src/msw/files.lst b/src/msw/files.lst index 15e56d29b6..aaa0fd29af 100644 --- a/src/msw/files.lst +++ b/src/msw/files.lst @@ -236,6 +236,7 @@ ALL_SOURCES = \ msw/palette.cpp \ msw/pen.cpp \ msw/penwin.cpp \ + msw/popupwin.cpp \ msw/printdlg.cpp \ msw/printwin.cpp \ msw/radiobox.cpp \ @@ -301,6 +302,7 @@ ALL_HEADERS = \ bmpbuttn.h \ brush.h \ buffer.h \ + build.h \ busyinfo.h \ button.h \ calctrl.h \ @@ -928,6 +930,7 @@ GUIOBJS = \ palette.o \ pen.o \ penwin.o \ + popupwin.o \ printdlg.o \ printwin.o \ radiobox.o \ @@ -988,6 +991,7 @@ GUI_LOWLEVEL_OBJS = \ main.o \ palette.o \ pen.o \ + popupwin.o \ regconf.o \ region.o \ registry.o \ diff --git a/src/msw/makefile.b32 b/src/msw/makefile.b32 index 7e01ae2e19..901fc4bb5e 100644 --- a/src/msw/makefile.b32 +++ b/src/msw/makefile.b32 @@ -318,6 +318,7 @@ MSWOBJS = $(MSWDIR)\accel.obj \ $(MSWDIR)\palette.obj \ $(MSWDIR)\pen.obj \ $(MSWDIR)\penwin.obj \ + $(MSWDIR)\popupwin.obj \ $(MSWDIR)\printdlg.obj \ $(MSWDIR)\printwin.obj \ $(MSWDIR)\radiobox.obj \ @@ -591,6 +592,8 @@ $(MSWDIR)\pen.obj: $(MSWDIR)\pen.$(SRCSUFF) $(MSWDIR)\penwin.obj: $(MSWDIR)\penwin.$(SRCSUFF) +$(MSWDIR)\popupwin.obj: $(MSWDIR)\popupwin.$(SRCSUFF) + $(MSWDIR)\printdlg.obj: $(MSWDIR)\printdlg.$(SRCSUFF) $(MSWDIR)\printwin.obj: $(MSWDIR)\printwin.$(SRCSUFF) diff --git a/src/msw/makefile.bcc b/src/msw/makefile.bcc index 747967f8c0..c54f5974fb 100644 --- a/src/msw/makefile.bcc +++ b/src/msw/makefile.bcc @@ -278,6 +278,7 @@ MSWOBJS = $(MSWDIR)\accel.obj \ $(MSWDIR)\palette.obj \ $(MSWDIR)\pen.obj \ $(MSWDIR)\penwin.obj \ + $(MSWDIR)\popupwin.obj \ $(MSWDIR)\printdlg.obj \ $(MSWDIR)\printwin.obj \ $(MSWDIR)\radiobox.obj \ @@ -459,6 +460,8 @@ $(MSWDIR)\pen.obj: $(MSWDIR)\pen.$(SRCSUFF) $(MSWDIR)\penwin.obj: $(MSWDIR)\penwin.$(SRCSUFF) +$(MSWDIR)\popupwin.obj: $(MSWDIR)\popupwin.$(SRCSUFF) + $(MSWDIR)\printdlg.obj: $(MSWDIR)\printdlg.$(SRCSUFF) $(MSWDIR)\printwin.obj: $(MSWDIR)\printwin.$(SRCSUFF) diff --git a/src/msw/makefile.dos b/src/msw/makefile.dos index 85e3470379..e4061a3b47 100644 --- a/src/msw/makefile.dos +++ b/src/msw/makefile.dos @@ -267,6 +267,7 @@ MSWOBJS1 = $(MSWDIR)\accel.obj \ MSWOBJS2 = $(MSWDIR)\palette.obj \ $(MSWDIR)\pen.obj \ $(MSWDIR)\penwin.obj \ + $(MSWDIR)\popupwin.obj \ $(MSWDIR)\printdlg.obj \ $(MSWDIR)\printwin.obj \ $(MSWDIR)\radiobox.obj \ @@ -670,6 +671,11 @@ $(MSWDIR)/penwin.obj: $*.$(SRCSUFF) $(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF) << +$(MSWDIR)/popupwin.obj: $*.$(SRCSUFF) + cl @<< +$(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF) +<< + $(MSWDIR)/printdlg.obj: $*.$(SRCSUFF) cl @<< $(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF) diff --git a/src/msw/makefile.g95 b/src/msw/makefile.g95 index b95bd78624..5d96fc9929 100644 --- a/src/msw/makefile.g95 +++ b/src/msw/makefile.g95 @@ -351,6 +351,7 @@ MSWOBJS = \ $(MSWDIR)/palette.$(OBJSUFF) \ $(MSWDIR)/pen.$(OBJSUFF) \ $(MSWDIR)/penwin.$(OBJSUFF) \ + $(MSWDIR)/popupwin.$(OBJSUFF) \ $(MSWDIR)/printdlg.$(OBJSUFF) \ $(MSWDIR)/printwin.$(OBJSUFF) \ $(MSWDIR)/radiobox.$(OBJSUFF) \ diff --git a/src/msw/makefile.sc b/src/msw/makefile.sc index 8b44a3a4fa..8345d38a92 100644 --- a/src/msw/makefile.sc +++ b/src/msw/makefile.sc @@ -261,6 +261,7 @@ MSWOBJS = $(MSWDIR)\accel.obj \ $(MSWDIR)\palette.obj \ $(MSWDIR)\pen.obj \ $(MSWDIR)\penwin.obj \ + $(MSWDIR)\popupwin.obj \ $(MSWDIR)\printdlg.obj \ $(MSWDIR)\printwin.obj \ $(MSWDIR)\radiobox.obj \ diff --git a/src/msw/makefile.vc b/src/msw/makefile.vc index 439458b4d0..b1fda75760 100644 --- a/src/msw/makefile.vc +++ b/src/msw/makefile.vc @@ -340,6 +340,7 @@ MSWOBJS = $(MSWDIR)\$D\accel.obj \ $(MSWDIR)\$D\palette.obj \ $(MSWDIR)\$D\pen.obj \ $(MSWDIR)\$D\penwin.obj \ + $(MSWDIR)\$D\popupwin.obj \ $(MSWDIR)\$D\printdlg.obj \ $(MSWDIR)\$D\printwin.obj \ $(MSWDIR)\$D\radiobox.obj \ diff --git a/src/msw/makefile.wat b/src/msw/makefile.wat index 70c77aaf2b..c937bb2ea8 100644 --- a/src/msw/makefile.wat +++ b/src/msw/makefile.wat @@ -303,6 +303,7 @@ MSWOBJS = accel.obj & palette.obj & pen.obj & penwin.obj & + popupwin.obj & printdlg.obj & printwin.obj & radiobox.obj & @@ -625,6 +626,9 @@ pen.obj: $(MSWDIR)\pen.cpp penwin.obj: $(MSWDIR)\penwin.cpp *$(CCC) $(CPPFLAGS) $(IFLAGS) $< +popupwin.obj: $(MSWDIR)\popupwin.cpp + *$(CCC) $(CPPFLAGS) $(IFLAGS) $< + printdlg.obj: $(MSWDIR)\printdlg.cpp *$(CCC) $(CPPFLAGS) $(IFLAGS) $< diff --git a/src/wxBase.dsp b/src/wxBase.dsp index 4922351c9d..f59799d71a 100644 --- a/src/wxBase.dsp +++ b/src/wxBase.dsp @@ -665,6 +665,10 @@ SOURCE=..\include\wx\buffer.h # End Source File # Begin Source File +SOURCE=..\include\wx\build.h +# End Source File +# Begin Source File + SOURCE=..\include\wx\chkconf.h # End Source File # Begin Source File diff --git a/src/wxUniv.dsp b/src/wxUniv.dsp index 9fb840a519..fc30afbf25 100644 --- a/src/wxUniv.dsp +++ b/src/wxUniv.dsp @@ -996,6 +996,10 @@ SOURCE=.\msw\pen.cpp # End Source File # Begin Source File +SOURCE=.\msw\popupwin.cpp +# End Source File +# Begin Source File + SOURCE=.\msw\regconf.cpp # End Source File # Begin Source File @@ -1274,6 +1278,10 @@ SOURCE=..\include\wx\buffer.h # End Source File # Begin Source File +SOURCE=..\include\wx\build.h +# End Source File +# Begin Source File + SOURCE=..\include\wx\busyinfo.h # End Source File # Begin Source File diff --git a/src/wxWindows.dsp b/src/wxWindows.dsp index dedd7c4441..1dc1faea29 100644 --- a/src/wxWindows.dsp +++ b/src/wxWindows.dsp @@ -1273,6 +1273,10 @@ SOURCE=.\msw\penwin.cpp # End Source File # Begin Source File +SOURCE=.\msw\popupwin.cpp +# End Source File +# Begin Source File + SOURCE=.\msw\printdlg.cpp # End Source File # Begin Source File @@ -1554,6 +1558,10 @@ SOURCE=..\include\wx\buffer.h # End Source File # Begin Source File +SOURCE=..\include\wx\build.h +# End Source File +# Begin Source File + SOURCE=..\include\wx\busyinfo.h # End Source File # Begin Source File -- 2.45.2