X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a0cb0ba509fad1fb966d4d5277ff28071d7a8477..cd72551c2b6cbf67a4a5caf0ba00ba64e41183b2:/src/mgl/makefile.wat diff --git a/src/mgl/makefile.wat b/src/mgl/makefile.wat index 05ce7a8494..66ce15ec98 100644 --- a/src/mgl/makefile.wat +++ b/src/mgl/makefile.wat @@ -272,6 +272,7 @@ UNIVOBJS = bmpbuttn.obj & statusbr.obj & textctrl.obj & theme.obj & + toolbar.obj & topluniv.obj & winuniv.obj @@ -501,6 +502,9 @@ textctrl.obj: $(UNIVDIR)\textctrl.cpp theme.obj: $(UNIVDIR)\theme.cpp *$(CCC) $(CPPFLAGS) $(IFLAGS) $< +toolbar.obj: $(UNIVDIR)\toolbar.cpp + *$(CCC) $(CPPFLAGS) $(IFLAGS) $< + topluniv.obj: $(UNIVDIR)\topluniv.cpp *$(CCC) $(CPPFLAGS) $(IFLAGS) $<