summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-09-17 19:50:20 +0200
committerMichael Stahl <mstahl@redhat.com>2013-09-22 11:08:29 +0200
commitd263c22a0924ece4663c023618bba93fcb7300c3 (patch)
tree255dd07382ed6681fb2739405cd08a5dac930baf /odk
parenta8ade9621d71dac5fa174254f4a5ac765a400905 (diff)
gbuild: make the DLL the LinkTarget of Library and CppunitTest
... instead of the import lib. If the DLL is an auxtarget, it cannot be deleted without annoying errors, and we want to be able to rm -r $(INSTIDR) and build incrementally from there. - replace DLLTARGET -> ILIBTARGET - replace gb_Library_DLLFILENAMES -> gb_Library_FILENAMES - replace gb_Library_FILENAMES -> gb_Library_ILIBFILENAMES - replace gb_Library_get_dllname -> gb_Library_get_filename - replace gb_Library_get_filename -> gb_Library_get_ilibfilename - replace gb_CppunitTest_get_libfilename -> gb_CppunitTest_get_ilibfilename - replace gb_LinkTarget_set_dlltarget -> gb_LinkTarget_set_ilibtarget Change-Id: I92a2f061a653b9b5941f3232d729987b1317b6f8
Diffstat (limited to 'odk')
-rw-r--r--odk/Package_lib.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/Package_lib.mk b/odk/Package_lib.mk
index 7d83992d7f57..eb0c26a69654 100644
--- a/odk/Package_lib.mk
+++ b/odk/Package_lib.mk
@@ -19,7 +19,7 @@ $(eval $(call gb_Package_add_files,odk_lib,$(gb_Package_SDKDIRNAME)/lib,\
purpenvhelper \
sal \
salhelper \
- ,$(notdir $(call gb_Library_get_target,$(lib))) \
+ ,$(call gb_Library_get_ilibfilename,$(lib)) \
) \
) \
$(if $(filter LINUX,$(OS)),$(notdir $(call gb_StaticLibrary_get_target,salcpprt))) \