From fa08d3ae11bb7a9545954791649f80ef83c0c5ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 7 Sep 2013 10:46:53 +0200 Subject: [PATCH] drop support for proprietary Cg on Windows point to https://developer.nvidia.com/cg-toolkit-download --- packaging/windows/OpenRA.nsi | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/packaging/windows/OpenRA.nsi b/packaging/windows/OpenRA.nsi index 677c7a9e47..2fcba3ddb3 100644 --- a/packaging/windows/OpenRA.nsi +++ b/packaging/windows/OpenRA.nsi @@ -198,16 +198,6 @@ Section "-Freetype" Freetype done: 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 ClearErrors ReadRegDWORD $0 HKLM "SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5" "Install" @@ -278,8 +268,6 @@ Function ${UN}Clean Delete $INSTDIR\*.ttf Delete $INSTDIR\freetype6.dll Delete $INSTDIR\SDL.dll - Delete $INSTDIR\cg.dll - Delete $INSTDIR\cgGL.dll Delete $INSTDIR\zlib1.dll Delete "$INSTDIR\global mix database.dat" Delete $INSTDIR\GeoIP.dat