X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8ced02f6018e8e3651af5a78db08cabc1ab67fec..03a37db96a40a940b5ec27712973258b58a3a089:/tests/Makefile.in diff --git a/tests/Makefile.in b/tests/Makefile.in index afb12c6cba..0708331872 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -11,8 +11,7 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ INSTALL = @INSTALL@ EXEEXT = @EXEEXT@ -WINDRES = @WINDRES@ -REZ = @REZ@ +RESCOMP = @RESCOMP@ SETFILE = @SETFILE@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ @@ -65,6 +64,7 @@ TEST_OBJECTS = \ test_scopeguardtest.o \ test_strings.o \ test_stdstrings.o \ + test_tokenizer.o \ test_unicode.o \ test_crt.o \ test_bstream.o \ @@ -147,7 +147,7 @@ COND_MONOLITHIC_0___WXLIB_NET_p = \ COND_MONOLITHIC_0___WXLIB_CORE_p = \ -lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core-$(WX_RELEASE)$(HOST_SUFFIX) @COND_MONOLITHIC_0@__WXLIB_CORE_p = $(COND_MONOLITHIC_0___WXLIB_CORE_p) -COND_TOOLKIT_MAC___MACOSX_RESOURCES_p_1 = $(REZ) -d __DARWIN__ -t APPL -d \ +COND_TOOLKIT_MAC___MACOSX_RESOURCES_p_1 = $(RESCOMP) -d __DARWIN__ -t APPL -d \ __WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_4) $(__EXCEPTIONS_DEFINE_p_4) \ $(__RTTI_DEFINE_p_4) $(__THREAD_DEFINE_p_4) -i $(srcdir) $(__DLLFLAG_p_4) -i \ $(srcdir)/../samples $(__RCDEFDIR_p) -i $(top_srcdir)/include -o \ @@ -315,6 +315,9 @@ test_strings.o: $(srcdir)/strings/strings.cpp $(TEST_ODEP) test_stdstrings.o: $(srcdir)/strings/stdstrings.cpp $(TEST_ODEP) $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/strings/stdstrings.cpp +test_tokenizer.o: $(srcdir)/strings/tokenizer.cpp $(TEST_ODEP) + $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/strings/tokenizer.cpp + test_unicode.o: $(srcdir)/strings/unicode.cpp $(TEST_ODEP) $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/strings/unicode.cpp @@ -355,7 +358,7 @@ test_uris.o: $(srcdir)/uris/uris.cpp $(TEST_ODEP) $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/uris/uris.cpp test_gui_sample_rc.o: $(srcdir)/../samples/sample.rc $(TEST_GUI_ODEP) - $(WINDRES) -i$< -o$@ --define __WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_5) $(__EXCEPTIONS_DEFINE_p_5) $(__RTTI_DEFINE_p_5) $(__THREAD_DEFINE_p_5) --include-dir $(srcdir) $(__DLLFLAG_p_5) --include-dir $(srcdir)/../samples $(__RCDEFDIR_p_1) --include-dir $(top_srcdir)/include + $(RESCOMP) -i$< -o$@ --define __WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_5) $(__EXCEPTIONS_DEFINE_p_5) $(__RTTI_DEFINE_p_5) $(__THREAD_DEFINE_p_5) --include-dir $(srcdir) $(__DLLFLAG_p_5) --include-dir $(srcdir)/../samples $(__RCDEFDIR_p_1) --include-dir $(top_srcdir)/include test_gui_test.o: $(srcdir)/test.cpp $(TEST_GUI_ODEP) $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/test.cpp