Commit 9a7ac26b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: makefile cleanup

parent 8bc369ef
......@@ -706,7 +706,7 @@ package-win-common:
fi
# Copy relevant files
# Copy executables and libs
# Copy executables, major libs+manifests
cp "$(top_builddir)/bin/.libs/vlc$(EXEEXT)" "$(win32_destdir)/"
cp "$(top_srcdir)/extras/package/win32/vlc.exe.manifest" "$(win32_destdir)/"
cp "$(top_srcdir)/extras/package/win32/libvlc.dll.manifest" "$(win32_destdir)/"
......@@ -792,9 +792,6 @@ package-win32-base-debug: package-win-common
$(INSTALL) "$$i" "vlc-$(VERSION)/plugins/" ; \
fi ; done
# Contrib *.dll's
# cp $(CONTRIB_DIR)/lib/*.dll "vlc-$(VERSION)/" || true
#Enable DEP and ASLR for all the binaries
if USE_PEFLAGS
find $(win32_destdir) -type f -name '*.dll' -print -o -name '*.exe' -print | while read i; do \
......@@ -1009,6 +1006,9 @@ package-win32-debug: package-win32-base-debug-zip package-win32-base-debug-7zip
# Clean up
rm -Rf $(win32_destdir)
#######
# WinCE
#######
package-wince-base: package-win-common-strip
package-wince-base-zip: package-wince-base
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment