mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=9370
This commit is contained in:
parent
fa5f5e96a6
commit
7fe105ebd6
|
@ -1200,14 +1200,18 @@ Charlie 31 Jan 2006
|
||||||
Fix buildWxMac.sh script to fix wxRegEx problems.
|
Fix buildWxMac.sh script to fix wxRegEx problems.
|
||||||
Fix bug so a new default item is selected when the old selected item
|
Fix bug so a new default item is selected when the old selected item
|
||||||
is deleted within a single selection list control.
|
is deleted within a single selection list control.
|
||||||
|
Update release scripts for separate ppc_Deployment build directory.
|
||||||
(Tagged changed files for boinc_core_release_5_3_16.)
|
(Tagged changed files for boinc_core_release_5_3_16.)
|
||||||
|
|
||||||
clientgui/
|
clientgui/
|
||||||
BOINCBaseView.cpp
|
BOINCBaseView.cpp
|
||||||
|
|
||||||
mac_build/
|
mac_build/
|
||||||
buildWxMac.sh
|
buildWxMac.sh
|
||||||
boinc.xcodeproj/
|
boinc.xcodeproj/
|
||||||
project.pbxproj
|
project.pbxproj
|
||||||
|
mac_installer/
|
||||||
|
release_boinc.sh
|
||||||
|
release_GridRepublic.sh
|
||||||
|
|
||||||
Rom 31 Jan 2006
|
Rom 31 Jan 2006
|
||||||
- Bug Fix: If the wizard is configured for usernames, do not use the email
|
- Bug Fix: If the wizard is configured for usernames, do not use the email
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/csh
|
#!/bin/csh
|
||||||
|
|
||||||
##
|
##
|
||||||
# Release Script for Macintosh BOINC Manager 1/23/06 by Charlie Fenton
|
# Release Script for Macintosh BOINC Manager 1/31/06 by Charlie Fenton
|
||||||
##
|
##
|
||||||
|
|
||||||
## Usage:
|
## Usage:
|
||||||
|
@ -48,8 +48,8 @@ if [ "$4" = "-dev" ]; then
|
||||||
BUILDPATH="mac_build/build"
|
BUILDPATH="mac_build/build"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
if [ -d mac_build/build/Deployment/ ]; then
|
if [ -d mac_build/build/ppc_Deployment/ ]; then
|
||||||
BUILDPATH="mac_build/build/Deployment"
|
BUILDPATH="mac_build/build/ppc_Deployment"
|
||||||
else
|
else
|
||||||
BUILDPATH="mac_build/build"
|
BUILDPATH="mac_build/build"
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/csh
|
#!/bin/csh
|
||||||
|
|
||||||
##
|
##
|
||||||
# Release Script for Macintosh BOINC Manager 1/23/06 by Charlie Fenton
|
# Release Script for Macintosh BOINC Manager 1/31/06 by Charlie Fenton
|
||||||
##
|
##
|
||||||
|
|
||||||
## Usage:
|
## Usage:
|
||||||
|
@ -36,8 +36,8 @@ if [ "$4" = "-dev" ]; then
|
||||||
BUILDPATH="mac_build/build"
|
BUILDPATH="mac_build/build"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
if [ -d mac_build/build/Deployment/ ]; then
|
if [ -d mac_build/build/ppc_Deployment/ ]; then
|
||||||
BUILDPATH="mac_build/build/Deployment"
|
BUILDPATH="mac_build/build/ppc_Deployment"
|
||||||
else
|
else
|
||||||
BUILDPATH="mac_build/build"
|
BUILDPATH="mac_build/build"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue