Kaydet (Commit) ef95e4c8 authored tarafından Michael Stahl's avatar Michael Stahl

Executable_officeloader.mk: fix obvious issues

üst 76a1c601
...@@ -33,15 +33,20 @@ $(eval $(call gb_Executable_set_include,officeloader,\ ...@@ -33,15 +33,20 @@ $(eval $(call gb_Executable_set_include,officeloader,\
)) ))
$(eval $(call gb_Executable_add_linked_libs,officeloader,\ $(eval $(call gb_Executable_add_linked_libs,officeloader,\
advapi32 \
sal \ sal \
))
ifeq ($(OS),WNT)
$(eval $(call gb_Executable_add_linked_libs,officeloader,\
advapi32 \
shell32 \ shell32 \
shlwapi \ shlwapi \
)) ))
endif
ifeq ($(OS),MACOSX) ifeq ($(OS),MACOSX)
$(eval $(call gb_Executable_set_ldflags,\ $(eval $(call gb_Executable_set_ldflags,officeloader,\
$(filter -bind_at_load,$$(LDFLAGS)) \ $(filter -bind_at_load,$$(LDFLAGS)) \
)) ))
......
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