mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-23 11:29:44 +00:00
Prepare for RosBE 1.4.4 Beta
svn path=/trunk/tools/RosBE/; revision=1054
This commit is contained in:
parent
14e294c30d
commit
53be687e22
@ -30,7 +30,7 @@ if ("$ENV:ROS_ARCH" -eq "") {
|
||||
|
||||
$global:0 = $myInvocation.MyCommand.Definition
|
||||
$global:_ROSBE_BASEDIR = [System.IO.Path]::GetDirectoryName($0)
|
||||
$global:_ROSBE_VERSION = "1.4.3"
|
||||
$global:_ROSBE_VERSION = "1.4.4"
|
||||
$global:_ROSBE_ROSSOURCEDIR = "$pwd"
|
||||
$global:_ROSBE_SHOWTIME = 1
|
||||
$global:_ROSBE_WRITELOG = 1
|
||||
|
@ -1,3 +1,12 @@
|
||||
*** Jul xxth, 2009 - RosBE 1.4.4 Released
|
||||
|
||||
- Reverted to the old GCC. Because of the optimization we have problems running ROS on Pentium I PCs. (Colin Finck)
|
||||
- Updated SVN to 1.6.3 (Daniel Reimer)
|
||||
- Fixed a bug which prevented makefile.auto to be deleted by "clean" in the PS Version, this was the reason for
|
||||
the "buildno.h not found" error, too (Daniel Reimer)
|
||||
- Fixed "ssvn create" not working due to the fact that RosBE creates a log folder and then tries to verify a
|
||||
empty folder. Thx for gabriel_it and kjk_hyperion for mentioning. (Daniel Reimer)
|
||||
|
||||
*** May 26th, 2009 - RosBE 1.4.3 Released
|
||||
|
||||
- GCC is now optimized for Pentium3. Thus it uses MMX and SSE Optimizations (Colin Finck)
|
||||
|
@ -1,4 +1,4 @@
|
||||
ReactOS Build Environment v1.4.3
|
||||
ReactOS Build Environment v1.4.4
|
||||
|
||||
Various parts of the ReactOS Build Environment are under different license's, the license's are as follows.
|
||||
(The complete text for each license is included in this document excluding Subversion)
|
||||
|
Binary file not shown.
@ -30,7 +30,7 @@ if "%ROS_ARCH%" == "" (
|
||||
|
||||
set _ROSBE_BASEDIR=%~dp0
|
||||
set _ROSBE_BASEDIR=%_ROSBE_BASEDIR:~0,-1%
|
||||
set _ROSBE_VERSION=1.4.3
|
||||
set _ROSBE_VERSION=1.4.4
|
||||
set _ROSBE_ROSSOURCEDIR=%CD%
|
||||
set _ROSBE_SHOWTIME=1
|
||||
set _ROSBE_WRITELOG=1
|
||||
|
@ -1,5 +1,5 @@
|
||||
!define PRODUCT_NAME "ReactOS Build Environment for Windows"
|
||||
!define PRODUCT_VERSION "1.4.3"
|
||||
!define PRODUCT_VERSION "1.4.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,7 +17,7 @@ ShowUnInstDetails show
|
||||
;;
|
||||
;; Add version/product information metadata to the installation file.
|
||||
;;
|
||||
VIAddVersionKey /LANG=1033 "FileVersion" "1.4.3.0"
|
||||
VIAddVersionKey /LANG=1033 "FileVersion" "1.4.4.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/)"
|
||||
@ -25,7 +25,7 @@ VIAddVersionKey /LANG=1033 "CompanyName" "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.4.3.0"
|
||||
VIProductVersion "1.4.4.0"
|
||||
|
||||
CRCCheck force
|
||||
SetDatablockOptimize on
|
||||
|
Loading…
Reference in New Issue
Block a user