Changeset 4eb07beac6e692cfcae86ef4a065caedc17b33ea

Show
Ignore:
Timestamp:
28/05/08 03:37:09 (5 months ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1211938629 -0700
git-parent:

[95e3bb2eaf22929dac3e2c37a26a23e9a0619333]

git-author:
Jean-Baptiste Kempf <jb@videolan.org> 1211938611 -0700
Message:

Try to fix Windows packaging.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Makefile.am

    r78a0673 r4eb07be  
    656656# 
    657657 
     658#Win-common if for win32 and wince 
    658659package-win-common: 
    659660# Check that tmp isn't in the way 
     
    666667 
    667668# Copy relevant files 
     669# Copy executables and libs 
    668670    cp "$(top_builddir)/src/.libs/vlc$(EXEEXT)" "$(top_builddir)/vlc-$(VERSION)/" 
    669671    cp "$(top_srcdir)/extras/package/win32/vlc.exe.manifest" "$(top_builddir)/vlc-$(VERSION)/" 
     
    671673    cp "$(top_builddir)/src/.libs/libvlc$(LIBEXT)" "vlc-$(VERSION)/" 
    672674 
     675# Copy Text files 
    673676    for file in AUTHORS MAINTAINERS THANKS ; \ 
    674677      do sed 's/@/_AT_/' < "$(srcdir)/$$file" > "$(top_builddir)/vlc-$(VERSION)/$${file}.txt" ; done; 
     
    677680    unix2dos "$(top_builddir)/vlc-$(VERSION)/"*.txt 
    678681 
    679     mkdir -p $(top_builddir)/vlc-$(VERSION)/share/locale 
     682# Necessary icons 
     683    cp $(srcdir)/share/vlc48x48.ico $(top_builddir)/vlc-$(VERSION)/ 
     684 
     685# Copy the locales 
     686    mkdir -p $(top_builddir)/vlc-$(VERSION)/locale 
    680687    cat $(top_srcdir)/po/LINGUAS | while read i; do \ 
    681       mkdir -p "$(top_builddir)/vlc-$(VERSION)/share/locale/$${i}/LC_MESSAGES" ; \ 
     688      mkdir -p "$(top_builddir)/vlc-$(VERSION)/locale/$${i}/LC_MESSAGES" ; \ 
    682689      cp "$(srcdir)/po/$${i}.gmo" \ 
    683         "$(top_builddir)/vlc-$(VERSION)/share/locale/$${i}/LC_MESSAGES/vlc.mo" \ 
     690        "$(top_builddir)/vlc-$(VERSION)/locale/$${i}/LC_MESSAGES/vlc.mo" \ 
    684691            || true ; \ 
    685692    done 
    686693 
    687 if BUILD_LUA 
    688     mkdir -p "$(top_builddir)/vlc-$(VERSION)/share/lua/http/images" 
    689     mkdir -p "$(top_builddir)/vlc-$(VERSION)/share/lua/http/requests" 
    690     mkdir -p "$(top_builddir)/vlc-$(VERSION)/share/lua/http/js" 
    691     mkdir -p "$(top_builddir)/vlc-$(VERSION)/share/lua/http/dialogs" 
    692     cp $(srcdir)/share/lua/http/*.html $(top_builddir)/vlc-$(VERSION)/share/lua/http/ 
    693     unix2dos $(top_builddir)/vlc-$(VERSION)/share/lua/http/*.html 
    694     cp $(srcdir)/share/lua/http/.hosts $(top_builddir)/vlc-$(VERSION)/share/lua/http/ 
    695     unix2dos $(top_builddir)/vlc-$(VERSION)/share/lua/http/.hosts 
    696     cp $(srcdir)/share/lua/http/*.css $(top_builddir)/vlc-$(VERSION)/share/lua/http/ 
    697     unix2dos $(top_builddir)/vlc-$(VERSION)/share/lua/http/*.css 
    698     cp $(srcdir)/share/lua/http/js/*.js $(top_builddir)/vlc-$(VERSION)/share/lua/http/js/ 
    699     unix2dos $(top_builddir)/vlc-$(VERSION)/share/lua/http/js/*.js 
    700     cp $(srcdir)/share/lua/http/dialogs/* $(top_builddir)/vlc-$(VERSION)/share/lua/http/dialogs/ 
    701     unix2dos $(top_builddir)/vlc-$(VERSION)/share/lua/http/dialogs/* 
    702     cp $(srcdir)/share/lua/http/dialogs/.hosts $(top_builddir)/vlc-$(VERSION)/share/lua/http/dialogs/ 
    703     unix2dos $(top_builddir)/vlc-$(VERSION)/share/lua/http/dialogs/.hosts 
    704     cp $(srcdir)/share/lua/http/*.ico $(top_builddir)/vlc-$(VERSION)/share/lua/http/ 
    705     cp $(srcdir)/share/lua/http/images/*.png $(top_builddir)/vlc-$(VERSION)/share/lua/http/images/ 
    706     cp $(srcdir)/share/lua/http/requests/*.xml $(top_builddir)/vlc-$(VERSION)/share/lua/http/requests/ 
    707     unix2dos $(top_builddir)/vlc-$(VERSION)/share/lua/http/requests/*.xml 
    708     cp $(srcdir)/share/lua/http/requests/readme $(top_builddir)/vlc-$(VERSION)/share/lua/http/requests/readme.txt 
    709     unix2dos $(top_builddir)/vlc-$(VERSION)/share/lua/http/requests/readme.txt 
    710 endif 
    711  
    712 if BUILD_HTTPD 
    713     mkdir -p "$(top_builddir)/vlc-$(VERSION)/share/http/images" 
    714     mkdir -p "$(top_builddir)/vlc-$(VERSION)/share/http/requests" 
    715     mkdir -p "$(top_builddir)/vlc-$(VERSION)/share/http/js" 
    716     mkdir -p "$(top_builddir)/vlc-$(VERSION)/share/http/dialogs" 
    717     mkdir -p "$(top_builddir)/vlc-$(VERSION)/share/http/old" 
    718     mkdir -p "$(top_builddir)/vlc-$(VERSION)/share/http/old/vlm" 
    719     mkdir -p "$(top_builddir)/vlc-$(VERSION)/share/http/old/admin" 
    720     cp $(srcdir)/share/http/*.html $(top_builddir)/vlc-$(VERSION)/share/http/ 
    721     unix2dos $(top_builddir)/vlc-$(VERSION)/share/http/*.html 
    722     cp $(srcdir)/share/http/.hosts $(top_builddir)/vlc-$(VERSION)/share/http/ 
    723     unix2dos $(top_builddir)/vlc-$(VERSION)/share/http/.hosts 
    724     cp $(srcdir)/share/http/*.css $(top_builddir)/vlc-$(VERSION)/share/http/ 
    725     unix2dos $(top_builddir)/vlc-$(VERSION)/share/http/*.css 
    726     cp $(srcdir)/share/http/js/*.js $(top_builddir)/vlc-$(VERSION)/share/http/js/ 
    727     unix2dos $(top_builddir)/vlc-$(VERSION)/share/http/js/*.js 
    728     cp $(srcdir)/share/http/dialogs/* $(top_builddir)/vlc-$(VERSION)/share/http/dialogs/ 
    729     unix2dos $(top_builddir)/vlc-$(VERSION)/share/http/dialogs/* 
    730     cp $(srcdir)/share/http/dialogs/.hosts $(top_builddir)/vlc-$(VERSION)/share/http/dialogs/ 
    731     unix2dos $(top_builddir)/vlc-$(VERSION)/share/http/dialogs/.hosts 
    732     cp $(srcdir)/share/http/*.ico $(top_builddir)/vlc-$(VERSION)/share/http/ 
    733     cp $(srcdir)/share/http/images/*.png $(top_builddir)/vlc-$(VERSION)/share/http/images/ 
    734     cp $(srcdir)/share/http/requests/*.xml $(top_builddir)/vlc-$(VERSION)/share/http/requests/ 
    735     unix2dos $(top_builddir)/vlc-$(VERSION)/share/http/requests/*.xml 
    736     cp $(srcdir)/share/http/requests/readme $(top_builddir)/vlc-$(VERSION)/share/http/requests/readme.txt 
    737     unix2dos $(top_builddir)/vlc-$(VERSION)/share/http/requests/readme.txt 
    738  
    739     cp $(srcdir)/share/http/old/*.html $(top_builddir)/vlc-$(VERSION)/share/http/old/ 
    740     unix2dos $(top_builddir)/vlc-$(VERSION)/share/http/old/*.html 
    741     cp $(srcdir)/share/http/old/*.css $(top_builddir)/vlc-$(VERSION)/share/http/old/ 
    742     cp $(srcdir)/share/http/old/.hosts $(top_builddir)/vlc-$(VERSION)/share/http/old/ 
    743     cp $(srcdir)/share/http/old/*.png $(top_builddir)/vlc-$(VERSION)/share/http/old/ 
    744     cp $(srcdir)/share/http/old/vlm/*.html $(top_builddir)/vlc-$(VERSION)/share/http/old/vlm/ 
    745     unix2dos $(top_builddir)/vlc-$(VERSION)/share/http/old/vlm/*.html 
    746     cp $(srcdir)/share/http/old/admin/*.html $(top_builddir)/vlc-$(VERSION)/share/http/old/admin/ 
    747     unix2dos $(top_builddir)/vlc-$(VERSION)/share/http/old/admin/*.html 
    748     cp $(srcdir)/share/http/old/admin/.access $(top_builddir)/vlc-$(VERSION)/share/http/old/admin/ 
    749 endif 
    750  
    751     cp $(srcdir)/share/vlc48x48.ico $(top_builddir)/vlc-$(VERSION)/ 
    752  
     694#  Mozilla plugin 
    753695if BUILD_MOZILLA 
    754696    mkdir -p "$(top_builddir)/vlc-$(VERSION)/mozilla" 
     
    756698endif 
    757699 
     700# ActiveX plugin 
    758701if BUILD_ACTIVEX 
    759702    mkdir -p "$(top_builddir)/vlc-$(VERSION)/activex" 
     
    764707    cp $(top_builddir)/projects/activex/.libs/axvlc$(LIBEXT) $(top_builddir)/vlc-$(VERSION)/activex/ 
    765708endif 
     709 
    766710# Rebase all those DLLs to speed up loading (need cygwin rebase) 
    767711    if rebase -b 0x42 /dev/null >/dev/null 2>&1; then \ 
    768712        find $(top_builddir)/vlc-$(VERSION) -type f -name '*.dll' -print | rebase -b 0x70000000 -T -; \ 
    769713    fi 
     714 
     715package-win32-base-debug: package-win-common 
     716# Copy relevant files 
     717# Script installer 
     718    cp "$(top_builddir)/extras/package/win32/vlc.win32.nsi" "$(top_builddir)/vlc-$(VERSION)/" 
     719 
     720# Plugins 
     721    mkdir -p "$(top_builddir)/vlc-$(VERSION)/plugins" 
     722    find modules/ -name '*_plugin$(LIBEXT)' | while read i; do \ 
     723      if test -n "$$i" ; then \ 
     724        $(INSTALL) "$$i" "vlc-$(VERSION)/plugins/" ; \ 
     725      fi ; done 
     726 
     727# Copy the lua scripts (HTTP) 
     728if BUILD_LUA 
     729    mkdir -p "$(top_builddir)/vlc-$(VERSION)/lua/http/images" 
     730    mkdir -p "$(top_builddir)/vlc-$(VERSION)/lua/http/requests" 
     731    mkdir -p "$(top_builddir)/vlc-$(VERSION)/lua/http/js" 
     732    mkdir -p "$(top_builddir)/vlc-$(VERSION)/lua/http/dialogs" 
     733    cp $(srcdir)/share/lua/http/*.html $(top_builddir)/vlc-$(VERSION)/lua/http/ 
     734    unix2dos $(top_builddir)/vlc-$(VERSION)/lua/http/*.html 
     735    cp $(srcdir)/share/lua/http/.hosts $(top_builddir)/vlc-$(VERSION)/lua/http/ 
     736    unix2dos $(top_builddir)/vlc-$(VERSION)/lua/http/.hosts 
     737    cp $(srcdir)/share/lua/http/*.css $(top_builddir)/vlc-$(VERSION)/lua/http/ 
     738    unix2dos $(top_builddir)/vlc-$(VERSION)/lua/http/*.css 
     739    cp $(srcdir)/share/lua/http/js/*.js $(top_builddir)/vlc-$(VERSION)/lua/http/js/ 
     740    unix2dos $(top_builddir)/vlc-$(VERSION)/lua/http/js/*.js 
     741    cp $(srcdir)/share/lua/http/dialogs/* $(top_builddir)/vlc-$(VERSION)/lua/http/dialogs/ 
     742    unix2dos $(top_builddir)/vlc-$(VERSION)/lua/http/dialogs/* 
     743    cp $(srcdir)/share/lua/http/dialogs/.hosts $(top_builddir)/vlc-$(VERSION)/lua/http/dialogs/ 
     744    unix2dos $(top_builddir)/vlc-$(VERSION)/lua/http/dialogs/.hosts 
     745    cp $(srcdir)/share/lua/http/*.ico $(top_builddir)/vlc-$(VERSION)/lua/http/ 
     746    cp $(srcdir)/share/lua/http/images/*.png $(top_builddir)/vlc-$(VERSION)/lua/http/images/ 
     747    cp $(srcdir)/share/lua/http/requests/*.xml $(top_builddir)/vlc-$(VERSION)/lua/http/requests/ 
     748    unix2dos $(top_builddir)/vlc-$(VERSION)/lua/http/requests/*.xml 
     749    cp $(srcdir)/share/lua/http/requests/readme $(top_builddir)/vlc-$(VERSION)/lua/http/requests/readme.txt 
     750    unix2dos $(top_builddir)/vlc-$(VERSION)/lua/http/requests/readme.txt 
     751endif 
     752 
     753if BUILD_LUA 
     754#Lua Scripts 
     755    $(INSTALL) -d $(top_builddir)/vlc-$(VERSION)/lua/playlist 
     756    for i in $(srcdir)/share/lua/playlist/*.* ; do \ 
     757      $(INSTALL) -m 644 -- "$${i}" $(top_builddir)/vlc-$(VERSION)/lua/playlist/`basename $${i}` ; \ 
     758    done 
     759    $(INSTALL) -d $(top_builddir)/vlc-$(VERSION)/lua/meta 
     760    for i in $(srcdir)/share/lua/meta/*.* ; do \ 
     761      $(INSTALL) -m 644 -- "$${i}" $(top_builddir)/vlc-$(VERSION)/lua/meta/`basename $${i}` ; \ 
     762    done 
     763    $(INSTALL) -d $(top_builddir)/vlc-$(VERSION)/lua/intf 
     764    for i in $(srcdir)/share/lua/intf/*.* ; do \ 
     765      $(INSTALL) -m 644 -- "$${i}" $(top_builddir)/vlc-$(VERSION)/lua/intf/`basename $${i}` ; \ 
     766    done 
     767    $(INSTALL) -d $(top_builddir)/vlc-$(VERSION)/lua/intf/modules 
     768    for i in $(srcdir)/share/lua/intf/modules/*.* ; do \ 
     769      $(INSTALL) -m 644 -- "$${i}" $(top_builddir)/vlc-$(VERSION)/lua/intf/modules/`basename $${i}` ; \ 
     770    done 
     771endif 
     772 
     773# Copy the http files 
     774if BUILD_HTTPD 
     775    mkdir -p "$(top_builddir)/vlc-$(VERSION)/http/images" 
     776    mkdir -p "$(top_builddir)/vlc-$(VERSION)/http/requests" 
     777    mkdir -p "$(top_builddir)/vlc-$(VERSION)/http/js" 
     778    mkdir -p "$(top_builddir)/vlc-$(VERSION)/http/dialogs" 
     779    mkdir -p "$(top_builddir)/vlc-$(VERSION)/http/old" 
     780    mkdir -p "$(top_builddir)/vlc-$(VERSION)/http/old/vlm" 
     781    mkdir -p "$(top_builddir)/vlc-$(VERSION)/http/old/admin" 
     782    cp $(srcdir)/share/http/*.html $(top_builddir)/vlc-$(VERSION)/http/ 
     783    unix2dos $(top_builddir)/vlc-$(VERSION)/http/*.html 
     784    cp $(srcdir)/share/http/.hosts $(top_builddir)/vlc-$(VERSION)/http/ 
     785    unix2dos $(top_builddir)/vlc-$(VERSION)/http/.hosts 
     786    cp $(srcdir)/share/http/*.css $(top_builddir)/vlc-$(VERSION)/http/ 
     787    unix2dos $(top_builddir)/vlc-$(VERSION)/http/*.css 
     788    cp $(srcdir)/share/http/js/*.js $(top_builddir)/vlc-$(VERSION)/http/js/ 
     789    unix2dos $(top_builddir)/vlc-$(VERSION)/http/js/*.js 
     790    cp $(srcdir)/share/http/dialogs/* $(top_builddir)/vlc-$(VERSION)/http/dialogs/ 
     791    unix2dos $(top_builddir)/vlc-$(VERSION)/http/dialogs/* 
     792    cp $(srcdir)/share/http/dialogs/.hosts $(top_builddir)/vlc-$(VERSION)/http/dialogs/ 
     793    unix2dos $(top_builddir)/vlc-$(VERSION)/http/dialogs/.hosts 
     794    cp $(srcdir)/share/http/*.ico $(top_builddir)/vlc-$(VERSION)/http/ 
     795    cp $(srcdir)/share/http/images/*.png $(top_builddir)/vlc-$(VERSION)/http/images/ 
     796    cp $(srcdir)/share/http/requests/*.xml $(top_builddir)/vlc-$(VERSION)/http/requests/ 
     797    unix2dos $(top_builddir)/vlc-$(VERSION)/http/requests/*.xml 
     798    cp $(srcdir)/share/http/requests/readme $(top_builddir)/vlc-$(VERSION)/http/requests/readme.txt 
     799    unix2dos $(top_builddir)/vlc-$(VERSION)/http/requests/readme.txt 
     800 
     801    cp $(srcdir)/share/http/old/*.html $(top_builddir)/vlc-$(VERSION)/http/old/ 
     802    unix2dos $(top_builddir)/vlc-$(VERSION)/http/old/*.html 
     803    cp $(srcdir)/share/http/old/*.css $(top_builddir)/vlc-$(VERSION)/http/old/ 
     804    cp $(srcdir)/share/http/old/.hosts $(top_builddir)/vlc-$(VERSION)/http/old/ 
     805    cp $(srcdir)/share/http/old/*.png $(top_builddir)/vlc-$(VERSION)/http/old/ 
     806    cp $(srcdir)/share/http/old/vlm/*.html $(top_builddir)/vlc-$(VERSION)/http/old/vlm/ 
     807    unix2dos $(top_builddir)/vlc-$(VERSION)/http/old/vlm/*.html 
     808    cp $(srcdir)/share/http/old/admin/*.html $(top_builddir)/vlc-$(VERSION)/http/old/admin/ 
     809    unix2dos $(top_builddir)/vlc-$(VERSION)/http/old/admin/*.html 
     810    cp $(srcdir)/share/http/old/admin/.access $(top_builddir)/vlc-$(VERSION)/http/old/admin/ 
     811endif 
     812 
     813if BUILD_SKINS 
     814# Skins 
     815    mkdir -p $(top_builddir)/vlc-$(VERSION)/skins/fonts 
     816    for i in $(srcdir)/share/skins2/fonts/*.*; do \ 
     817      cp -- "$$i" $(top_builddir)/vlc-$(VERSION)/skins/fonts/ || true ; \ 
     818    done 
     819    for i in $(srcdir)/share/skins2/*.*; do \ 
     820      cp -- "$$i" $(top_builddir)/vlc-$(VERSION)/skins/ || true ; \ 
     821    done 
     822endif 
     823 
     824if BUILD_OSDMENU 
     825#OSD Menu 
     826    mkdir -p "$(top_builddir)/vlc-$(VERSION)/osdmenu" 
     827    cp $(srcdir)/share/osdmenu/*.* "$(top_builddir)/vlc-$(VERSION)/osdmenu" 
     828    for dir in dvd dvd/selected dvd/unselect dvd/selection dvd/volume default default/selected default/selection default/volume minimal;do \ 
     829        mkdir -p "$(top_builddir)/vlc-$(VERSION)/osdmenu/$$dir"; \ 
     830        for file in $(srcdir)/share/osdmenu/$${dir}/* ;do \ 
     831             cp -- "$$file" "$(top_builddir)/vlc-$(VERSION)/osdmenu/$$dir"; \ 
     832        done; \ 
     833    done 
     834    unix2dos $(top_builddir)/vlc-$(VERSION)/osdmenu/*.cfg; 
     835    for file in $(top_builddir)/vlc-$(VERSION)/osdmenu/*.cfg; do \ 
     836        sed 's%share/osdmenu%osdmenu%g' "$$file" > "$$file.tmp" || exit $$? ; \ 
     837        sed 's%/%\\%g' "$$file.tmp" > "$$file" || exit$$? ; \ 
     838        rm -f -- "$$file.tmp"; \ 
     839    done 
     840endif 
    770841 
    771842package-win-common-strip: 
     
    778849if BUILD_ACTIVEX 
    779850    $(STRIP) $(top_builddir)/vlc-$(VERSION)/activex/axvlc$(LIBEXT); 
    780 endif 
    781  
    782 package-win32-base-debug: package-win-common 
    783 # Copy relevant files 
    784 # Script installer 
    785     cp "$(top_builddir)/extras/package/win32/vlc.win32.nsi" "$(top_builddir)/vlc-$(VERSION)/" 
    786  
    787 # Plugins 
    788     mkdir -p "$(top_builddir)/vlc-$(VERSION)/plugins" 
    789     find modules/ -name '*_plugin$(LIBEXT)' | while read i; do \ 
    790       if test -n "$$i" ; then \ 
    791         $(INSTALL) "$$i" "vlc-$(VERSION)/plugins/" ; \ 
    792       fi ; done 
    793  
    794 if BUILD_SKINS 
    795 # Skins 
    796     mkdir -p $(top_builddir)/vlc-$(VERSION)/skins/fonts 
    797     for i in $(srcdir)/share/skins2/fonts/*.*; do \ 
    798       cp -- "$$i" $(top_builddir)/vlc-$(VERSION)/share/skins/fonts/ || true ; \ 
    799     done 
    800     for i in $(srcdir)/share/skins2/*.*; do \ 
    801       cp -- "$$i" $(top_builddir)/vlc-$(VERSION)/share/skins/ || true ; \ 
    802     done 
    803 endif 
    804  
    805 if BUILD_LUA 
    806 #Lua Scripts 
    807     $(INSTALL) -d $(top_builddir)/vlc-$(VERSION)/share/lua/playlist 
    808     for i in $(srcdir)/share/lua/playlist/*.* ; do \ 
    809       $(INSTALL) -m 644 -- "$${i}" $(top_builddir)/vlc-$(VERSION)/share/lua/playlist/`basename $${i}` ; \ 
    810     done 
    811     $(INSTALL) -d $(top_builddir)/vlc-$(VERSION)/share/lua/meta 
    812     for i in $(srcdir)/share/lua/meta/*.* ; do \ 
    813       $(INSTALL) -m 644 -- "$${i}" $(top_builddir)/vlc-$(VERSION)/share/lua/meta/`basename $${i}` ; \ 
    814     done 
    815     $(INSTALL) -d $(top_builddir)/vlc-$(VERSION)/share/lua/intf 
    816     for i in $(srcdir)/share/lua/intf/*.* ; do \ 
    817       $(INSTALL) -m 644 -- "$${i}" $(top_builddir)/vlc-$(VERSION)/share/lua/intf/`basename $${i}` ; \ 
    818     done 
    819     $(INSTALL) -d $(top_builddir)/vlc-$(VERSION)/share/lua/intf/modules 
    820     for i in $(srcdir)/share/lua/intf/modules/*.* ; do \ 
    821       $(INSTALL) -m 644 -- "$${i}" $(top_builddir)/vlc-$(VERSION)/share/lua/intf/modules/`basename $${i}` ; \ 
    822     done 
    823 endif 
    824  
    825 if BUILD_OSDMENU 
    826 #OSD Menu 
    827     mkdir -p "$(top_builddir)/vlc-$(VERSION)/share/osdmenu" 
    828     cp $(srcdir)/share/osdmenu/*.* "$(top_builddir)/vlc-$(VERSION)/share/osdmenu" 
    829     for dir in dvd dvd/selected dvd/unselect dvd/selection dvd/volume default default/selected default/selection default/volume minimal;do \ 
    830         mkdir -p "$(top_builddir)/vlc-$(VERSION)/share/osdmenu/$$dir"; \ 
    831         for file in $(srcdir)/share/osdmenu/$${dir}/* ;do \ 
    832              cp -- "$$file" "$(top_builddir)/vlc-$(VERSION)/share/osdmenu/$$dir"; \ 
    833         done; \ 
    834     done 
    835     unix2dos $(top_builddir)/vlc-$(VERSION)/share/osdmenu/*.cfg; 
    836     for file in $(top_builddir)/vlc-$(VERSION)/share/osdmenu/*.cfg; do \ 
    837         sed 's%share/osdmenu%osdmenu%g' "$$file" > "$$file.tmp" || exit $$? ; \ 
    838         sed 's%/%\\%g' "$$file.tmp" > "$$file" || exit$$? ; \ 
    839         rm -f -- "$$file.tmp"; \ 
    840     done 
    841851endif 
    842852 
  • extras/package/win32/vlc.win32.nsi.in

    r38ed746 r4eb07be  
    401401  !insertmacro InstallFolder http 
    402402  ;!insertmacro InstallFolder share 
    403   !insertmacro InstallFolder scripts 
     403  !insertmacro InstallFolder lua 
     404  ;!insertmacro InstallFolder scripts 
    404405 
    405406  ; URLs