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:
Michael Stahl
2013-09-07 12:52:59 +02:00
parent f48fa3c390
commit 468f7a9e8d
2 changed files with 11 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ $(call gb_Package_add_symbolic_link,odk_lib,$(gb_Package_SDKDIRNAME)/lib/$(1),..
endef
$(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
# vim: set noet sw=4 ts=4:

View File

@@ -29,6 +29,16 @@ Installation gid_Installation_Sdk
#endif
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
Name = "sdkoo";
Description = "sdkoo";