X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ddaf7a11c3571ea8aabe83952cc13624533d30e3..031b101f099711eab5d9eb4893b8748bfa81743d:/tests/makefile.gcc diff --git a/tests/makefile.gcc b/tests/makefile.gcc index ccf07daafb..82e1597bf3 100644 --- a/tests/makefile.gcc +++ b/tests/makefile.gcc @@ -110,6 +110,7 @@ TEST_GUI_OBJECTS = \ $(OBJS)\test_gui_textctrltest.o \ $(OBJS)\test_gui_textentrytest.o \ $(OBJS)\test_gui_treectrltest.o \ + $(OBJS)\test_gui_clone.o \ $(OBJS)\test_gui_propagation.o \ $(OBJS)\test_gui_fonttest.o \ $(OBJS)\test_gui_rawbmp.o \ @@ -595,6 +596,9 @@ $(OBJS)\test_gui_textentrytest.o: ./controls/textentrytest.cpp $(OBJS)\test_gui_treectrltest.o: ./controls/treectrltest.cpp $(CXX) -c -o $@ $(TEST_GUI_CXXFLAGS) $(CPPDEPS) $< +$(OBJS)\test_gui_clone.o: ./events/clone.cpp + $(CXX) -c -o $@ $(TEST_GUI_CXXFLAGS) $(CPPDEPS) $< + $(OBJS)\test_gui_propagation.o: ./events/propagation.cpp $(CXX) -c -o $@ $(TEST_GUI_CXXFLAGS) $(CPPDEPS) $<