]> git.sesse.net Git - vlc/commitdiff
win32 rules: make it more dirty to be able to produce debug package
authorChristophe Mutricy <xtophe@videolan.org>
Sat, 28 Jan 2006 18:43:13 +0000 (18:43 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Sat, 28 Jan 2006 18:43:13 +0000 (18:43 +0000)
Makefile.am

index a2aeadc89ba98bfd349145db5d25a5d668429544..6ce0a0d9ef8db7a5f2a44a501a4628d3076b853e 100644 (file)
@@ -817,7 +817,7 @@ remove_distdir_woody = \
 # XXX: this rule is probably only useful to you if you have exactly
 # the same setup as me. Contact sam@zoy.org if you need to use it.
 #
-package-win32-base:
+package-win32-base-debug:
 # Check that tmp isn't in the way
        @if test -e "$(top_builddir)/vlc-${VERSION}"; then \
          echo "Error: please remove $(top_builddir)/vlc-${VERSION}, it is in the way"; \
@@ -843,9 +843,6 @@ package-win32-base:
             "$(top_builddir)/vlc-${VERSION}/plugins/" ; \
          fi ; done
 
-       for i in "" $(top_builddir)/vlc-${VERSION}/plugins/*$(LIBEXT) ; \
-         do if test -n "$$i" ; then $(STRIP) "$$i" ; fi ; done
-
        mkdir $(top_builddir)/vlc-${VERSION}/locale
        for i in $(ALL_LINGUAS); do \
          mkdir -p "$(top_builddir)/vlc-${VERSION}/locale/$${i}/LC_MESSAGES" ; \
@@ -927,6 +924,11 @@ endif
                find $(top_builddir)/vlc-${VERSION} -type f -name '*.dll' -print | rebase -b 0x70000000 -T -; \
        fi
 
+package-win32-base: package-win32-base-debug
+       for i in "" $(top_builddir)/vlc-${VERSION}/plugins/*$(LIBEXT) ; \
+         do if test -n "$$i" ; then $(STRIP) "$$i" ; fi ; done
+
+
 package-win32-base-exe:
 # Create package
        if [ -x makensis ]; then \