summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-24 16:01:35 +0200
committerMichael Stahl <mstahl@redhat.com>2013-04-24 17:37:45 +0200
commited0f2c949692bb9096144c8d063b38207a6f5808 (patch)
tree7a58d3fda5370a9e4170368c2083585f899607bd
parent45a420b2f5ea1765ca3da3f31a4b357e292e0423 (diff)
rename "shlinfo.rc" to "default.rc"
makedepend annoyingly picks up the target file name from the source file Change-Id: I4e7378e3f428dbae42fb99cb1c21ed840c20da40
-rw-r--r--include/default.rc (renamed from include/shlinfo.rc)0
-rw-r--r--solenv/gbuild/platform/WNT_INTEL_GCC.mk2
-rw-r--r--solenv/gbuild/platform/com_MSC_class.mk2
3 files changed, 2 insertions, 2 deletions
diff --git a/include/shlinfo.rc b/include/default.rc
index 2176bbf9937d..2176bbf9937d 100644
--- a/include/shlinfo.rc
+++ b/include/default.rc
diff --git a/solenv/gbuild/platform/WNT_INTEL_GCC.mk b/solenv/gbuild/platform/WNT_INTEL_GCC.mk
index 26be3445793d..2acbc6ca0318 100644
--- a/solenv/gbuild/platform/WNT_INTEL_GCC.mk
+++ b/solenv/gbuild/platform/WNT_INTEL_GCC.mk
@@ -270,7 +270,7 @@ endef
define gb_Library_add_default_nativeres
$(call gb_WinResTarget_WinResTarget_init,$(2))
-$(call gb_WinResTarget_set_rcfile,$(2),include/shlinfo)
+$(call gb_WinResTarget_set_rcfile,$(2),include/default)
$(call gb_WinResTarget_add_defs,$(2),\
-DVERVARIANT="$(LIBO_VERSION_PATCH)" \
-DRES_APP_VENDOR="$(OOO_VENDOR)" \
diff --git a/solenv/gbuild/platform/com_MSC_class.mk b/solenv/gbuild/platform/com_MSC_class.mk
index f3eb49ca15bc..92b8e03a384a 100644
--- a/solenv/gbuild/platform/com_MSC_class.mk
+++ b/solenv/gbuild/platform/com_MSC_class.mk
@@ -328,7 +328,7 @@ endef
define gb_Library_add_default_nativeres
$(call gb_WinResTarget_WinResTarget_init,$(2))
-$(call gb_WinResTarget_set_rcfile,$(2),include/shlinfo)
+$(call gb_WinResTarget_set_rcfile,$(2),include/default)
$(call gb_WinResTarget_add_defs,$(2),\
-DVERVARIANT="$(LIBO_VERSION_PATCH)" \
-DRES_APP_VENDOR="$(OOO_VENDOR)" \