restore gid_Dir_Sdkoo_Root which is apparently still needed on WNT
also odk: better use gb_Library_get_runtime_filename than manually Change-Id: Ibbded4e8279b5dcb452f0d90be755edee1d2b63f
This commit is contained in:
@@ -32,7 +32,7 @@ $(call gb_Package_add_symbolic_link,odk_lib,$(gb_Package_SDKDIRNAME)/lib/$(1),..
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
$(foreach lib,cppu cppuhelper purpenvhelper sal salhelper,\
|
$(foreach lib,cppu cppuhelper purpenvhelper sal salhelper,\
|
||||||
$(eval $(call odk_add_sybolic_link,$(notdir $(call gb_Library_get_target,$(lib))))))
|
$(eval $(call odk_add_sybolic_link,$(call gb_Library_get_runtime_filename,$(lib)))))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# vim: set noet sw=4 ts=4:
|
# vim: set noet sw=4 ts=4:
|
||||||
|
@@ -29,6 +29,16 @@ Installation gid_Installation_Sdk
|
|||||||
#endif
|
#endif
|
||||||
End
|
End
|
||||||
|
|
||||||
|
#if defined WNT
|
||||||
|
|
||||||
|
Directory gid_Dir_Sdkoo_Root
|
||||||
|
ParentID = PREDEFINED_PROGDIR;
|
||||||
|
HostName = "${PRODUCTNAME}_${PRODUCTVERSION}_${POSTVERSIONEXTENSION}";
|
||||||
|
Styles = (OFFICEDIRECTORY, ISINSTALLLOCATION);
|
||||||
|
End
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
Module gid_Module_Root_SDK
|
Module gid_Module_Root_SDK
|
||||||
Name = "sdkoo";
|
Name = "sdkoo";
|
||||||
Description = "sdkoo";
|
Description = "sdkoo";
|
||||||
|
Reference in New Issue
Block a user