X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1649d2886bda74a85dc0654e35044cd8fb3a6859..ca21f825b50978500d5525f07682868ebf62ff6f:/tests/makefile.bcc diff --git a/tests/makefile.bcc b/tests/makefile.bcc index 57b50ecb1b..84cbf38be4 100644 --- a/tests/makefile.bcc +++ b/tests/makefile.bcc @@ -46,6 +46,7 @@ TEST_OBJECTS = \ $(OBJS)\test_cmdlinetest.obj \ $(OBJS)\test_fileconf.obj \ $(OBJS)\test_datetimetest.obj \ + $(OBJS)\test_evthandler.obj \ $(OBJS)\test_timertest.obj \ $(OBJS)\test_filekind.obj \ $(OBJS)\test_filenametest.obj \ @@ -115,6 +116,7 @@ TEST_GUI_OBJECTS = \ $(OBJS)\test_gui_listctrltest.obj \ $(OBJS)\test_gui_textctrltest.obj \ $(OBJS)\test_gui_textentrytest.obj \ + $(OBJS)\test_gui_treectrltest.obj \ $(OBJS)\test_gui_propagation.obj \ $(OBJS)\test_gui_rawbmp.obj \ $(OBJS)\test_gui_htmlwindow.obj \ @@ -420,6 +422,9 @@ $(OBJS)\test_fileconf.obj: .\config\fileconf.cpp $(OBJS)\test_datetimetest.obj: .\datetime\datetimetest.cpp $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\datetime\datetimetest.cpp +$(OBJS)\test_evthandler.obj: .\events\evthandler.cpp + $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\events\evthandler.cpp + $(OBJS)\test_timertest.obj: .\events\timertest.cpp $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\events\timertest.cpp @@ -606,6 +611,9 @@ $(OBJS)\test_gui_textctrltest.obj: .\controls\textctrltest.cpp $(OBJS)\test_gui_textentrytest.obj: .\controls\textentrytest.cpp $(CXX) -q -c -P -o$@ $(TEST_GUI_CXXFLAGS) .\controls\textentrytest.cpp +$(OBJS)\test_gui_treectrltest.obj: .\controls\treectrltest.cpp + $(CXX) -q -c -P -o$@ $(TEST_GUI_CXXFLAGS) .\controls\treectrltest.cpp + $(OBJS)\test_gui_propagation.obj: .\events\propagation.cpp $(CXX) -q -c -P -o$@ $(TEST_GUI_CXXFLAGS) .\events\propagation.cpp