Author: dreimer Date: Tue Jul 15 07:38:49 2008 New Revision: 34519
URL: http://svn.reactos.org/svn/reactos?rev=34519&view=rev Log: Progress. Should work now.
Modified: trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt trunk/tools/RosBE/RosBE-Windows/RosBE.nsi
Modified: trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Root/Chan... ============================================================================== --- trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt [iso-8859-1] (original) +++ trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt [iso-8859-1] Tue Jul 15 07:38:49 2008 @@ -2,6 +2,7 @@
- Added: Tool to set the Architecture to build ROS for. (Daniel Reimer) - Updated: NASM to 2.03.01 (Daniel Reimer) +- Updated: NSIS to 2.38 (Daniel Reimer) - Updated: Subversion to 1.5 (Daniel Reimer) - Updated: GDB to 6.8-3 (Daniel Reimer) - Updated: Binutils 2.18.50 Build 20080109. (Daniel Reimer)
Modified: trunk/tools/RosBE/RosBE-Windows/RosBE.nsi URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/RosBE.nsi... ============================================================================== --- trunk/tools/RosBE/RosBE-Windows/RosBE.nsi [iso-8859-1] (original) +++ trunk/tools/RosBE/RosBE-Windows/RosBE.nsi [iso-8859-1] Tue Jul 15 07:38:49 2008 @@ -170,8 +170,16 @@ File /r Components\Tools\libeay32.dll File /r Components\Tools\ssleay32.dll File /r Components\Tools\libaprutil.dll + File /r Components\Tools\libdb44.dll File /r Components\Tools\libapriconv.dll - File /r Components\Tools\libdb44.dll + File /r Components\Tools\libsvn_client-1.dll + File /r Components\Tools\libsvn_delta-1.dll + File /r Components\Tools\libsvn_diff-1.dll + File /r Components\Tools\libsvn_fs-1.dll + File /r Components\Tools\libsvn_ra-1.dll + File /r Components\Tools\libsvn_repos-1.dll + File /r Components\Tools\libsvn_subr-1.dll + File /r Components\Tools\libsvn_wc-1.dll SetOutPath "$INSTDIR\Tools\licenses" SetOverwrite try File /r Components\Tools\licenses*.* @@ -222,7 +230,20 @@ File /r Root\Config.cmd SectionEnd
-Section -StartMenuShortcuts SEC10 +Section "PowerShell RosBE Version" SEC10 + SetShellVarContext current + SetOutPath "$INSTDIR" + SetOverwrite try + File /r Root\sSVN.cmd + File /r Components\Powershell\Build.ps1 + File /r Components\Powershell\Clean.ps1 + File /r Components\Powershell\Help.ps1 + File /r Components\Powershell\MinGW.ps1 + File /r Components\Powershell\RosBE.ps1 + File /r Components\Powershell\rosbe-gcc-env.ps1 +SectionEnd + +Section -StartMenuShortcuts SEC11 SetShellVarContext current
;; @@ -242,7 +263,7 @@ !insertmacro MUI_STARTMENU_WRITE_END SectionEnd
-Section /o "Desktop Shortcuts" SEC11 +Section /o "Desktop Shortcuts" SEC12 SetShellVarContext current
;; @@ -254,7 +275,7 @@ CreateShortCut "$DESKTOP\Standard MinGW Build Environment.lnk" "$SYSDIR\cmd.exe" '/k "$INSTDIR\MinGW.cmd"' "$INSTDIR\mingw.ico" SectionEnd
-Section /o "Quick Launch Shortcuts" SEC12 +Section /o "Quick Launch Shortcuts" SEC13 SetShellVarContext current
;; @@ -266,7 +287,7 @@ CreateShortCut "$QUICKLAUNCH\Standard MinGW Build Environment.lnk" "$SYSDIR\cmd.exe" '/k "$INSTDIR\MinGW.cmd"' "$INSTDIR\mingw.ico" SectionEnd
-Section -Post SEC13 +Section -Post SEC14 WriteUninstaller "$INSTDIR\Uninstall-${PRODUCT_VERSION}.exe" WriteRegStr HKCU "${PRODUCT_DIR_REGKEY}" "" "$INSTDIR\RosBE.cmd" WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayName" "$(^Name)"