mirror of https://github.com/BOINC/boinc.git
Mac: Remove -fvisibility* compiler flags from BOINC library builds
svn path=/trunk/boinc/; revision=14998
This commit is contained in:
parent
463050aa21
commit
db1a99da84
|
@ -2571,10 +2571,7 @@ Charlie Mar 20 2008
|
|||
lib/
|
||||
mac/
|
||||
mac_backtrace.C
|
||||
mac_build/
|
||||
boinc.xcodeproj/
|
||||
project.pbxproj
|
||||
buildWxMac.sh
|
||||
Å buildWxMac.sh
|
||||
|
||||
David Mar 20 2008
|
||||
- updated GeoIP stuff
|
||||
|
@ -2977,6 +2974,9 @@ Eric K April 1 2008
|
|||
api/
|
||||
graphics2_util.C
|
||||
|
||||
|
||||
|
||||
|
||||
Charlie April 1 2008
|
||||
- Mac: Remove -fvisibility* compiler flags from BOINC library builds.
|
||||
|
||||
mac_build/
|
||||
boinc.xcodeproj/
|
||||
project.pbxproj
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
||||
CFBundleName = "BOINC";
|
||||
CFBundleShortVersionString = "BOINC version 5.11.0";
|
||||
CFBundleGetInfoString = "BOINC version 5.11.0, Copyright 2007 University of California.";
|
||||
CFBundleShortVersionString = "BOINC version 6.1.11";
|
||||
CFBundleGetInfoString = "BOINC version 6.1.11, Copyright 2007 University of California.";
|
||||
|
|
Loading…
Reference in New Issue