Kaydet (Commit) 46346a2f authored tarafından Caolán McNamara's avatar Caolán McNamara

rename wmftester to wmffuzzer

to make it easy to distinguish these things if there ends up being a gadzillion of them

Change-Id: Ifb75cfa5e3039b8730ce08644c6a76cd040f6ed8
üst 5ca4a50c
...@@ -93,7 +93,7 @@ $(eval $(call gb_Helper_register_executables_for_install,SDK,sdk, \ ...@@ -93,7 +93,7 @@ $(eval $(call gb_Helper_register_executables_for_install,SDK,sdk, \
$(eval $(call gb_Helper_register_executables_for_install,OOO,brand, \ $(eval $(call gb_Helper_register_executables_for_install,OOO,brand, \
$(call gb_Helper_optional,BREAKPAD,minidump_upload) \ $(call gb_Helper_optional,BREAKPAD,minidump_upload) \
$(call gb_Helper_optional,FUZZERS,wmftester) \ $(call gb_Helper_optional,FUZZERS,wmffuzzer) \
$(if $(filter-out ANDROID IOS MACOSX WNT,$(OS)),oosplash) \ $(if $(filter-out ANDROID IOS MACOSX WNT,$(OS)),oosplash) \
soffice_bin \ soffice_bin \
$(if $(filter DESKTOP,$(BUILD_TYPE)),unopkg_bin) \ $(if $(filter DESKTOP,$(BUILD_TYPE)),unopkg_bin) \
......
...@@ -8,21 +8,21 @@ ...@@ -8,21 +8,21 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
# #
$(eval $(call gb_Executable_Executable,wmftester)) $(eval $(call gb_Executable_Executable,wmffuzzer))
$(eval $(call gb_Executable_use_api,wmftester,\ $(eval $(call gb_Executable_use_api,wmffuzzer,\
offapi \ offapi \
udkapi \ udkapi \
)) ))
$(eval $(call gb_Executable_use_external,wmftester,boost_headers)) $(eval $(call gb_Executable_use_external,wmffuzzer,boost_headers))
$(eval $(call gb_Executable_set_include,wmftester,\ $(eval $(call gb_Executable_set_include,wmffuzzer,\
$$(INCLUDE) \ $$(INCLUDE) \
-I$(SRCDIR)/vcl/inc \ -I$(SRCDIR)/vcl/inc \
)) ))
$(eval $(call gb_Executable_use_libraries,wmftester,\ $(eval $(call gb_Executable_use_libraries,wmffuzzer,\
tl \ tl \
sal \ sal \
utl \ utl \
...@@ -32,12 +32,12 @@ $(eval $(call gb_Executable_use_libraries,wmftester,\ ...@@ -32,12 +32,12 @@ $(eval $(call gb_Executable_use_libraries,wmftester,\
comphelper \ comphelper \
)) ))
$(eval $(call gb_Executable_add_exception_objects,wmftester,\ $(eval $(call gb_Executable_add_exception_objects,wmffuzzer,\
vcl/workben/wmftester \ vcl/workben/wmffuzzer \
)) ))
$(eval $(call gb_Executable_add_libs,wmftester,\ $(eval $(call gb_Executable_add_libs,wmffuzzer,\
-lfuzzer \ -lfuzzer \
)) ))
......
...@@ -97,7 +97,7 @@ endif ...@@ -97,7 +97,7 @@ endif
ifneq ($(ENABLE_FUZZERS),) ifneq ($(ENABLE_FUZZERS),)
$(eval $(call gb_Module_add_targets,vcl,\ $(eval $(call gb_Module_add_targets,vcl,\
Executable_wmftester \ Executable_wmffuzzer \
)) ))
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment