gnumake2: temporary disable PCH for some objects
This commit is contained in:
parent
0ab56cb781
commit
2b393f73a9
3 changed files with 3 additions and 3 deletions
|
@ -60,7 +60,7 @@ $(call gb_Deliver_add_deliverable,$(call gb_Executable_get_target,$(1)),$(call g
|
|||
endef
|
||||
|
||||
define gb_Executable_forward_to_Linktarget
|
||||
gb_Executable_$(1) = $$(call gb_LinkTarget_$(1),Executable/$$(1)$$(gb_Executable_EXT),$$(2))
|
||||
gb_Executable_$(1) = $$(call gb_LinkTarget_$(1),Executable/$$(1)$$(gb_Executable_EXT),$$(2),$$(3))
|
||||
|
||||
endef
|
||||
|
||||
|
|
|
@ -85,7 +85,7 @@ $(call gb_Library_get_clean_target,$(1)) : $(call gb_ComponentTarget_get_clean_t
|
|||
endef
|
||||
|
||||
define gb_Library__forward_to_Linktarget
|
||||
gb_Library_$(1) = $$(call gb_LinkTarget_$(1),$(call gb_Library_get_linktargetname,$$(call gb_Library_get_filename,$$(1))),$$(2))
|
||||
gb_Library_$(1) = $$(call gb_LinkTarget_$(1),$(call gb_Library_get_linktargetname,$$(call gb_Library_get_filename,$$(1))),$$(2),$$(3))
|
||||
|
||||
endef
|
||||
|
||||
|
|
|
@ -75,7 +75,7 @@ $(call gb_Deliver_add_deliverable,$(call gb_StaticLibrary_get_target,$(1)),$(cal
|
|||
endef
|
||||
|
||||
define gb_StaticLibrary_forward_to_Linktarget
|
||||
gb_StaticLibrary_$(1) = $$(call gb_LinkTarget_$(1),$(call gb_StaticLibrary_get_linktargetname,$$(call gb_StaticLibrary_get_filename,$$(1))),$$(2))
|
||||
gb_StaticLibrary_$(1) = $$(call gb_LinkTarget_$(1),$(call gb_StaticLibrary_get_linktargetname,$$(call gb_StaticLibrary_get_filename,$$(1))),$$(2),$$(3))
|
||||
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue