Updated the installer script.

This commit is contained in:
LoRd_MuldeR 2014-02-26 18:29:24 +01:00
parent 715dee0627
commit 5587e9a8a3

View File

@ -440,6 +440,9 @@ Section "!Install Files"
SetOutPath "$INSTDIR\toolset"
File /a /r `${X264_SOURCE_PATH}\toolset\*.*`
SetOutPath "$INSTDIR\sources"
File /a `${X264_SOURCE_PATH}\sources\*.tar`
SetOutPath "$INSTDIR"
File /a `${X264_SOURCE_PATH}\*.dll`
File /a `${X264_SOURCE_PATH}\*.txt`