X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/25889d3c43f537fea00a2b7d6df7bd7e63e113f8..7cc98b3e3fbe91688e1ff8852a03e589aec5c866:/src/msw/makefile.wat diff --git a/src/msw/makefile.wat b/src/msw/makefile.wat index 5ded030671..04db240faa 100644 --- a/src/msw/makefile.wat +++ b/src/msw/makefile.wat @@ -39,7 +39,8 @@ GENERICOBJS= choicdgg.obj & splitter.obj & statusbr.obj & tabg.obj & - textdlgg.obj + textdlgg.obj & + tipdlg.obj # These are generic things that don't need to be compiled on MSW, # but sometimes it's useful to do so for testing purposes. @@ -64,6 +65,7 @@ COMMONOBJS = cmndata.obj & framecmn.obj & gdicmn.obj & image.obj & + imagbmp.obj & imagpng.obj & intl.obj & ipcbase.obj & @@ -111,6 +113,7 @@ COMMONOBJS = cmndata.obj & datstrm.obj & objstrm.obj & variant.obj & + dlgcmn.obj & wincmn.obj & wxchar.obj @@ -190,6 +193,7 @@ MSWOBJS = & spinbutt.obj & statbmp.obj & statbox.obj & + statline.obj & statbr95.obj & stattext.obj & tabctrl.obj & @@ -452,6 +456,9 @@ statbmp.obj: $(MSWDIR)\statbmp.cpp statbox.obj: $(MSWDIR)\statbox.cpp *$(CCC) $(CPPFLAGS) $(IFLAGS) $< +statline.obj: $(MSWDIR)\statline.cpp + *$(CCC) $(CPPFLAGS) $(IFLAGS) $< + statbr95.obj: $(MSWDIR)\statbr95.cpp *$(CCC) $(CPPFLAGS) $(IFLAGS) $< @@ -569,6 +576,9 @@ gdicmn.obj: $(COMMDIR)\gdicmn.cpp image.obj: $(COMMDIR)\image.cpp *$(CCC) $(CPPFLAGS) $(IFLAGS) $< +imagbmp.obj: $(COMMDIR)\imagbmp.cpp + *$(CCC) $(CPPFLAGS) -i=..\png -i=..\zlib $(IFLAGS) $< + imagpng.obj: $(COMMDIR)\imagpng.cpp *$(CCC) $(CPPFLAGS) -i=..\png -i=..\zlib $(IFLAGS) $< @@ -716,6 +726,9 @@ process.obj: $(COMMDIR)\process.cpp variant.obj: $(COMMDIR)\variant.cpp *$(CCC) $(CPPFLAGS) $(IFLAGS) $< +dlgcmn.obj: $(COMMDIR)\dlgcmn.cpp + *$(CCC) $(CPPFLAGS) $(IFLAGS) $< + wincmn.obj: $(COMMDIR)\wincmn.cpp *$(CCC) $(CPPFLAGS) $(IFLAGS) $< @@ -797,6 +810,9 @@ tabg.obj: $(GENDIR)\tabg.cpp textdlgg.obj: $(GENDIR)\textdlgg.cpp *$(CCC) $(CPPFLAGS) $(IFLAGS) $< +tipdlg.obj: $(GENDIR)\tipdlg.cpp + *$(CCC) $(CPPFLAGS) $(IFLAGS) $< + crbuffri.obj: $(XPMDIR)\crbuffri.c *$(CC) $(CPPFLAGS) $(IFLAGS) $<