extensions: tweak quoting for Win32 make
Change-Id: I6e3524ab98ec6ffdea24be808a718b2798e44f95
This commit is contained in:
parent
0a41a59a98
commit
c55af68ac2
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ $(eval $(call gb_WinResTarget_set_rcfile,so_activex,extensions/source/activex/so
|
|||
|
||||
$(eval $(call gb_WinResTarget_add_defs,so_activex,\
|
||||
$$(DEFS) \
|
||||
-DSO_ACTIVEX_TLB=\"$(subst /,\\\\,$(WORKDIR)/CustomTarget/extensions/source/activex/idl/so_activex.tlb\") \
|
||||
-DSO_ACTIVEX_TLB=\"$(subst /,"\\\\",$(WORKDIR)/CustomTarget/extensions/source/activex/idl/so_activex.tlb\") \
|
||||
))
|
||||
|
||||
# vim:set noet sw=4 ts=4:
|
||||
|
|
Loading…
Reference in a new issue