diff options
author | David Tardon <dtardon@redhat.com> | 2011-09-27 19:54:42 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-09-27 20:01:48 +0200 |
commit | 2e2dcefb5fde4672f1fef96a3be6a046c3bad3bb (patch) | |
tree | 453f5ad5ced68c078e1a6de002e7143498e57c05 /desktop | |
parent | edb760e625b899ac374b7f85ebe725389a02ef8a (diff) |
make WinResTarget's name independent of LinkTarget
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Executable_quickstart.mk | 2 | ||||
-rw-r--r-- | desktop/Executable_sbase.mk | 2 | ||||
-rw-r--r-- | desktop/Executable_scalc.mk | 2 | ||||
-rw-r--r-- | desktop/Executable_sdraw.mk | 2 | ||||
-rw-r--r-- | desktop/Executable_simpress.mk | 2 | ||||
-rw-r--r-- | desktop/Executable_smath.mk | 2 | ||||
-rw-r--r-- | desktop/Executable_soffice.mk | 2 | ||||
-rw-r--r-- | desktop/Executable_sweb.mk | 2 | ||||
-rw-r--r-- | desktop/Executable_swriter.mk | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/desktop/Executable_quickstart.mk b/desktop/Executable_quickstart.mk index 593ef1f09d0b..3259cc119fe9 100644 --- a/desktop/Executable_quickstart.mk +++ b/desktop/Executable_quickstart.mk @@ -60,6 +60,6 @@ $(eval $(call gb_Executable_add_exception_objects,quickstart,\ desktop/win32/source/QuickStart/QuickStart \ )) -$(eval $(call gb_Executable_add_nativeres,quickstart,src)) +$(eval $(call gb_Executable_add_nativeres,quickstart,quickstart/src)) # vim: set ts=4 sw=4 et: diff --git a/desktop/Executable_sbase.mk b/desktop/Executable_sbase.mk index d5e0991862ad..14e648705168 100644 --- a/desktop/Executable_sbase.mk +++ b/desktop/Executable_sbase.mk @@ -43,6 +43,6 @@ $(eval $(call gb_Executable_add_noexception_objects,sbase,\ desktop/win32/source/applauncher/sbase \ )) -$(eval $(call gb_Executable_add_nativeres,sbase,src)) +$(eval $(call gb_Executable_add_nativeres,sbase,sbase/src)) # vim: set ts=4 sw=4 et: diff --git a/desktop/Executable_scalc.mk b/desktop/Executable_scalc.mk index 550add6772b6..401e557e298e 100644 --- a/desktop/Executable_scalc.mk +++ b/desktop/Executable_scalc.mk @@ -43,6 +43,6 @@ $(eval $(call gb_Executable_add_noexception_objects,scalc,\ desktop/win32/source/applauncher/scalc \ )) -$(eval $(call gb_Executable_add_nativeres,scalc,src)) +$(eval $(call gb_Executable_add_nativeres,scalc,scalc/src)) # vim: set ts=4 sw=4 et: diff --git a/desktop/Executable_sdraw.mk b/desktop/Executable_sdraw.mk index 29fb38706216..e8296e74501c 100644 --- a/desktop/Executable_sdraw.mk +++ b/desktop/Executable_sdraw.mk @@ -43,6 +43,6 @@ $(eval $(call gb_Executable_add_noexception_objects,sdraw,\ desktop/win32/source/applauncher/sdraw \ )) -$(eval $(call gb_Executable_add_nativeres,sdraw,src)) +$(eval $(call gb_Executable_add_nativeres,sdraw,sdraw/src)) # vim: set ts=4 sw=4 et: diff --git a/desktop/Executable_simpress.mk b/desktop/Executable_simpress.mk index 281718c2e65b..1b649d8d7276 100644 --- a/desktop/Executable_simpress.mk +++ b/desktop/Executable_simpress.mk @@ -43,6 +43,6 @@ $(eval $(call gb_Executable_add_noexception_objects,simpress,\ desktop/win32/source/applauncher/simpress \ )) -$(eval $(call gb_Executable_add_nativeres,simpress,src)) +$(eval $(call gb_Executable_add_nativeres,simpress,simpress/src)) # vim: set ts=4 sw=4 et: diff --git a/desktop/Executable_smath.mk b/desktop/Executable_smath.mk index e8de1007d910..365c435fae52 100644 --- a/desktop/Executable_smath.mk +++ b/desktop/Executable_smath.mk @@ -43,6 +43,6 @@ $(eval $(call gb_Executable_add_noexception_objects,smath,\ desktop/win32/source/applauncher/smath \ )) -$(eval $(call gb_Executable_add_nativeres,smath,src)) +$(eval $(call gb_Executable_add_nativeres,smath,smath/src)) # vim: set ts=4 sw=4 et: diff --git a/desktop/Executable_soffice.mk b/desktop/Executable_soffice.mk index cf142d6ea97b..aebdc1264d25 100644 --- a/desktop/Executable_soffice.mk +++ b/desktop/Executable_soffice.mk @@ -50,6 +50,6 @@ $(eval $(call gb_Executable_add_noexception_objects,soffice,\ desktop/win32/source/officeloader/officeloader \ )) -$(eval $(call gb_Executable_add_nativeres,soffice,src)) +$(eval $(call gb_Executable_add_nativeres,soffice,soffice/src)) # vim: set ts=4 sw=4 et: diff --git a/desktop/Executable_sweb.mk b/desktop/Executable_sweb.mk index 67daa625a566..cd88fb99e87b 100644 --- a/desktop/Executable_sweb.mk +++ b/desktop/Executable_sweb.mk @@ -43,6 +43,6 @@ $(eval $(call gb_Executable_add_noexception_objects,sweb,\ desktop/win32/source/applauncher/sweb \ )) -$(eval $(call gb_Executable_add_nativeres,sweb,src)) +$(eval $(call gb_Executable_add_nativeres,sweb,sweb/src)) # vim: set ts=4 sw=4 et: diff --git a/desktop/Executable_swriter.mk b/desktop/Executable_swriter.mk index d38ea6ef6583..2c18e264eb2e 100644 --- a/desktop/Executable_swriter.mk +++ b/desktop/Executable_swriter.mk @@ -43,6 +43,6 @@ $(eval $(call gb_Executable_add_noexception_objects,swriter,\ desktop/win32/source/applauncher/swriter \ )) -$(eval $(call gb_Executable_add_nativeres,swriter,src)) +$(eval $(call gb_Executable_add_nativeres,swriter,swriter/src)) # vim: set ts=4 sw=4 et: |