]> git.sesse.net Git - vlc/blobdiff - install-win32
* ./BUGS: added a list of known bugs. Please add your findings!
[vlc] / install-win32
index 4a0a144ec6bbfe36f863c4f9fa65b0cadee7478d..c5fc17e2bab55d1d67088f5c19c323e1f24fef80 100644 (file)
 ; . really remove the shortcuts.\r
 ; . added an exec command to display the program file folder. (grOovy)\r
 \r
+;;;;;;;;;;;;;;;;;;;;;;;;;\r
+; General configuration ;\r
+;;;;;;;;;;;;;;;;;;;;;;;;;\r
+\r
 OutFile vlc-@VERSION@.exe\r
 Name "the VideoLAN Client"\r
 Caption "vlc @VERSION@ for Win32 Setup"\r
@@ -38,15 +42,18 @@ SetDatablockOptimize on
 SetDateSave off\r
 SetCompress auto\r
 \r
+;;;;;;;;;;;;;;;;;;;;\r
+; Install settings ;\r
+;;;;;;;;;;;;;;;;;;;;\r
+\r
 Section "Install"\r
        SetOutPath $INSTDIR\r
 \r
        File  vlc.exe\r
-       File  directx.so\r
-       File  gtk.so\r
-       File  sdl.so\r
+       File  *.so\r
+       File  *.dll\r
+       File  *.txt\r
 \r
-       File  INSTALL-win32.txt\r
        File  AUTHORS\r
        File  COPYING\r
        File  ChangeLog\r
@@ -56,16 +63,6 @@ Section "Install"
        File  FAQ\r
        File  TODO\r
 \r
-       File  SDL.dll\r
-       File  gtk-1.3.dll\r
-       File  gdk-1.3.dll\r
-       File  glib-1.3.dll\r
-       File  gmodule-1.3.dll\r
-       File  gnu-intl.dll\r
-\r
-       ;File  README-GTK.txt\r
-       File  README-SDL.txt\r
-\r
        File  /r share\r
 \r
        CreateDirectory "$SMPROGRAMS\VideoLAN"\r
@@ -76,6 +73,10 @@ Section "Install"
        Exec "explorer $SMPROGRAMS\VideoLAN\"\r
 SectionEnd\r
 \r
+;;;;;;;;;;;;;;;;;;;;;;\r
+; Uninstall settings ;\r
+;;;;;;;;;;;;;;;;;;;;;;\r
+\r
 Section "Uninstall"\r
        Delete $SMPROGRAMS\VideoLAN\*\r
        RMDir $SMPROGRAMS\VideoLAN\r