From: Unknown (UG) Date: Mon, 1 Feb 1999 16:51:39 +0000 (+0000) Subject: updated so that the dll will compile successfully X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2d9cdc4b6947fa5fb05aca64673ca170c66141cf updated so that the dll will compile successfully git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/makefile.vc b/src/msw/makefile.vc index 908f09f85b..667f7b3799 100644 --- a/src/msw/makefile.vc +++ b/src/msw/makefile.vc @@ -219,6 +219,7 @@ MSWOBJS = \ $(MSWDIR)\textctrl.obj \ $(MSWDIR)\thread.obj \ $(MSWDIR)\timer.obj \ + $(MSWDIR)\tooltip.obj \ $(MSWDIR)\treectrl.obj \ $(MSWDIR)\utils.obj \ $(MSWDIR)\utilsexc.obj \