[xiph-commits] r11634 - branches/oggdsf_ce_port/build/NSIS/Release
illiminable at svn.xiph.org
illiminable at svn.xiph.org
Fri Jun 23 07:18:58 PDT 2006
Author: illiminable
Date: 2006-06-23 07:18:53 -0700 (Fri, 23 Jun 2006)
New Revision: 11634
Modified:
branches/oggdsf_ce_port/build/NSIS/Release/oggcodecs_release.nsi
Log:
* Change the dir the crt's are in
Modified: branches/oggdsf_ce_port/build/NSIS/Release/oggcodecs_release.nsi
===================================================================
--- branches/oggdsf_ce_port/build/NSIS/Release/oggcodecs_release.nsi 2006-06-23 10:00:37 UTC (rev 11633)
+++ branches/oggdsf_ce_port/build/NSIS/Release/oggcodecs_release.nsi 2006-06-23 14:18:53 UTC (rev 11634)
@@ -3,7 +3,7 @@
; Location of Visual Studio runtime libraries on the compiling system
; ************* Change this to match the path where msvcp71.dll and msvcr71.dll live ******************
; !define VS_RUNTIME_LOCATION "c:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin"
-!define VS_RUNTIME_LOCATION "V:\Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT"
+!define VS_RUNTIME_LOCATION "C:\Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT"
; *****************************************************************************************************
; HM NIS Edit Wizard helper defines
@@ -109,7 +109,10 @@
File "${VS_RUNTIME_LOCATION}\msvcp80.dll"
File "${VS_RUNTIME_LOCATION}\Microsoft.VC80.CRT.manifest"
+ ; Unicows for old windows with no unicode - 1
+ File .\unicows.dll
+
; Libraries - 11
File "${OGGCODECS_ROOT_DIR}\src\lib\core\ogg\libOOOgg\${OGGCODECS_CONFIG_PATH}\libOOOgg.dll"
File "${OGGCODECS_ROOT_DIR}\src\lib\core\ogg\libOOOggSeek\${OGGCODECS_CONFIG_PATH}\libOOOggSeek.dll"
@@ -898,6 +901,9 @@
Delete "$INSTDIR\msvcp80.dll"
Delete "$INSTDIR\Microsoft.VC80.CRT.manifest"
+ ; Delete unicows - 1
+ Delete "$INSTDIR\unicows.dll"
+
;Delete accesory files, links etc.
Delete "$SMPROGRAMS\$ICONS_GROUP\Uninstall.lnk"
Delete "$SMPROGRAMS\$ICONS_GROUP\Website.lnk"
More information about the commits
mailing list