[ros-diffs] [dreimer] 39276: fixes...

dreimer at svn.reactos.org dreimer at svn.reactos.org
Sun Feb 1 21:53:07 CET 2009


Author: dreimer
Date: Sun Feb  1 14:53:07 2009
New Revision: 39276

URL: http://svn.reactos.org/svn/reactos?rev=39276&view=rev
Log:
fixes...

Modified:
    trunk/tools/RosBE/RosBE-Windows/RosBE.nsi

Modified: trunk/tools/RosBE/RosBE-Windows/RosBE.nsi
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/RosBE.nsi?rev=39276&r1=39275&r2=39276&view=diff
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/RosBE.nsi [iso-8859-1] (original)
+++ trunk/tools/RosBE/RosBE-Windows/RosBE.nsi [iso-8859-1] Sun Feb  1 14:53:07 2009
@@ -1,5 +1,5 @@
 !define PRODUCT_NAME "ReactOS Build Environment for Windows"
-!define PRODUCT_VERSION "1.3"
+!define PRODUCT_VERSION "1.4"
 !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\RosBE.cmd"
 !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
 !define PRODUCT_UNINST_ROOT_KEY "HKCU"
@@ -17,15 +17,15 @@
 ;;
 ;; Add version/product information metadata to the installation file.
 ;;
-VIAddVersionKey /LANG=1033 "FileVersion" "1.3.0.0"
+VIAddVersionKey /LANG=1033 "FileVersion" "1.4.0.0"
 VIAddVersionKey /LANG=1033 "ProductVersion" "${PRODUCT_VERSION}"
 VIAddVersionKey /LANG=1033 "ProductName" "${PRODUCT_NAME}"
 VIAddVersionKey /LANG=1033 "Comments" "This installer was written by Peter Ward and Daniel Reimer using Nullsoft Scriptable Install System (http://nsis.sourceforge.net/)"
 VIAddVersionKey /LANG=1033 "CompanyName" "ReactOS Team"
-VIAddVersionKey /LANG=1033 "LegalTrademarks" "Copyright © 2008 ReactOS Team"
-VIAddVersionKey /LANG=1033 "LegalCopyright" "Copyright © 2008 ReactOS Team"
+VIAddVersionKey /LANG=1033 "LegalTrademarks" "Copyright © 2009 ReactOS Team"
+VIAddVersionKey /LANG=1033 "LegalCopyright" "Copyright © 2009 ReactOS Team"
 VIAddVersionKey /LANG=1033 "FileDescription" "${PRODUCT_NAME} Setup"
-VIProductVersion "1.3.0.0"
+VIProductVersion "1.4.0.0"
 
 CRCCheck force
 SetCompressor /FINAL /SOLID lzma
@@ -238,11 +238,20 @@
     SetOverwrite try
     File /r Root\sSVN.cmd
     File /r Components\Powershell\Build.ps1
+    File /r Components\Powershell\charch.ps1
+    File /r Components\Powershell\chdefdir.ps1
+    File /r Components\Powershell\chdefgcc.ps1
     File /r Components\Powershell\Clean.ps1
+    File /r Components\Powershell\Config.ps1
     File /r Components\Powershell\Help.ps1
     File /r Components\Powershell\MinGW.ps1
+    File /r Components\Powershell\options.ps1
+    File /r Components\Powershell\reladdr2line.ps1
     File /r Components\Powershell\RosBE.ps1
     File /r Components\Powershell\rosbe-gcc-env.ps1
+    File /r Components\Powershell\scut.ps1
+    File /r Components\Powershell\sSVN.ps1
+    File /r Components\Powershell\update.ps1
 SectionEnd
 
 Section "Update Script" SEC11
@@ -252,7 +261,7 @@
     File /r Components\Tools\wget.exe
     File /r Components\Tools\libintl3.dll
     File /r Components\Tools\libeay32.dll
-    File /r Components\Tools\ssleay32.dll
+    File /r Components\Tools\libssl32.dll
     File /r Components\Tools\libiconv2.dll
     SetOutPath "$INSTDIR"
     SetOverwrite try



More information about the Ros-diffs mailing list