X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ddaf7a11c3571ea8aabe83952cc13624533d30e3..031b101f099711eab5d9eb4893b8748bfa81743d:/tests/makefile.vc diff --git a/tests/makefile.vc b/tests/makefile.vc index 50cbae5b07..1e12ccadba 100644 --- a/tests/makefile.vc +++ b/tests/makefile.vc @@ -113,6 +113,7 @@ TEST_GUI_OBJECTS = \ $(OBJS)\test_gui_textctrltest.obj \ $(OBJS)\test_gui_textentrytest.obj \ $(OBJS)\test_gui_treectrltest.obj \ + $(OBJS)\test_gui_clone.obj \ $(OBJS)\test_gui_propagation.obj \ $(OBJS)\test_gui_fonttest.obj \ $(OBJS)\test_gui_rawbmp.obj \ @@ -700,6 +701,9 @@ $(OBJS)\test_gui_textentrytest.obj: .\controls\textentrytest.cpp $(OBJS)\test_gui_treectrltest.obj: .\controls\treectrltest.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_GUI_CXXFLAGS) .\controls\treectrltest.cpp +$(OBJS)\test_gui_clone.obj: .\events\clone.cpp + $(CXX) /c /nologo /TP /Fo$@ $(TEST_GUI_CXXFLAGS) .\events\clone.cpp + $(OBJS)\test_gui_propagation.obj: .\events\propagation.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_GUI_CXXFLAGS) .\events\propagation.cpp