X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e96360efd9015260be782e778c8076bb13cb6f5a..14dd645ee16eb022afb19f35d0c8cfdf2d3cdee9:/contrib/src/gizmos/makefile.vc?ds=sidebyside diff --git a/contrib/src/gizmos/makefile.vc b/contrib/src/gizmos/makefile.vc index 7aef83ead2..a7d0f925f4 100644 --- a/contrib/src/gizmos/makefile.vc +++ b/contrib/src/gizmos/makefile.vc @@ -23,7 +23,7 @@ LOCALDOCDIR=$(WXDIR)\contrib\docs\latex\gizmos !include $(WXDIR)\src\makevc.env -OBJECTS = $(D)\multicell.obj $(D)\splittree.obj $(D)\editlbox.obj +OBJECTS = $(D)\multicell.obj $(D)\splittree.obj $(D)\editlbox.obj $(D)\dynamicsash.obj LIBTARGET=$(WXDIR)\lib\gizmos$(LIBEXT).lib @@ -65,6 +65,11 @@ $(D)\editlbox.obj: editlbox.$(SRCSUFF) $(CPPFLAGS) /c /Fo$@ /Tp $(*B).$(SRCSUFF) << +$(D)\dynamicsash.obj: dynamicsash.$(SRCSUFF) + cl @<< +$(CPPFLAGS) /c /Fo$@ /Tp $(*B).$(SRCSUFF) +<< + clean: -erase $(D)\*.obj -erase *.sbr