drop support for proprietary Cg on Windows

point to https://developer.nvidia.com/cg-toolkit-download
This commit is contained in:
Matthias Mailänder
2013-09-07 10:46:53 +02:00
parent f126e454eb
commit fa08d3ae11

View File

@@ -198,16 +198,6 @@ Section "-Freetype" Freetype
done: done:
SectionEnd SectionEnd
Section "-Cg" Cg
AddSize 1500
SetOutPath "$TEMP"
IfFileExists $INSTDIR\cg.dll done installcg
installcg:
!insertmacro DownloadDependency "cg" "cg-win32.zip"
ZipDLL::extractall "cg-win32.zip" "$INSTDIR"
done:
SectionEnd
Section "-DotNet" DotNet Section "-DotNet" DotNet
ClearErrors ClearErrors
ReadRegDWORD $0 HKLM "SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5" "Install" ReadRegDWORD $0 HKLM "SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5" "Install"
@@ -278,8 +268,6 @@ Function ${UN}Clean
Delete $INSTDIR\*.ttf Delete $INSTDIR\*.ttf
Delete $INSTDIR\freetype6.dll Delete $INSTDIR\freetype6.dll
Delete $INSTDIR\SDL.dll Delete $INSTDIR\SDL.dll
Delete $INSTDIR\cg.dll
Delete $INSTDIR\cgGL.dll
Delete $INSTDIR\zlib1.dll Delete $INSTDIR\zlib1.dll
Delete "$INSTDIR\global mix database.dat" Delete "$INSTDIR\global mix database.dat"
Delete $INSTDIR\GeoIP.dat Delete $INSTDIR\GeoIP.dat