summaryrefslogtreecommitdiffstats
path: root/desktop/Executable_unopkg.bin.mk
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-09-20 14:53:21 +0200
committerJan Holesovsky <kendy@suse.cz>2011-09-20 14:59:24 +0200
commit80f2495481542528fb4ceb24e4184e39ec1b6d40 (patch)
tree89c52d8c213d987f2f1a9ebbefb62a0d215af261 /desktop/Executable_unopkg.bin.mk
parentA bit more defensive programming (diff)
downloadcore-80f2495481542528fb4ceb24e4184e39ec1b6d40.tar.gz
core-80f2495481542528fb4ceb24e4184e39ec1b6d40.zip
Create unopkg.bin directly.
Diffstat (limited to 'desktop/Executable_unopkg.bin.mk')
-rw-r--r--desktop/Executable_unopkg.bin.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/desktop/Executable_unopkg.bin.mk b/desktop/Executable_unopkg.bin.mk
index e472b1d001bd..46876ece7ae5 100644
--- a/desktop/Executable_unopkg.bin.mk
+++ b/desktop/Executable_unopkg.bin.mk
@@ -46,4 +46,12 @@ $(eval $(call gb_Executable_add_cobjects,unopkg.bin,\
desktop/source/pkgchk/unopkg/unopkg_main \
))
+ifeq ($(OS),WNT)
+
+# the resulting executable is called unopkg.bin.exe, copy it to unopkg.bin
+$(eval $(call gb_Package_Package,unopkg.bin,$(OUTDIR)/bin))
+$(eval $(call gb_Package_add_file,unopkg.bin,bin/unopkg.bin,unopkg.bin.exe))
+
+endif
+
# vim: set ts=4 sw=4 et: