mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=9309
This commit is contained in:
parent
4f2fc42f42
commit
cbd852dadc
|
@ -933,6 +933,7 @@ Charlie 24 Jan 2006
|
|||
Change conditional compile #ifdef __ppc__ in mac_backtrace.C
|
||||
so library links properly for Intel Macs (but backtrace is disabled).
|
||||
Fix compile error by excluding CPDNBBC client code from Mac builds.
|
||||
Remove obsolete XCode project
|
||||
|
||||
clientgui/
|
||||
BOINCGUIApp.cpp
|
||||
|
@ -941,6 +942,8 @@ Charlie 24 Jan 2006
|
|||
mac_build/
|
||||
boinc.xcodeproj/
|
||||
project.pbxproj
|
||||
boinc.pbproj/
|
||||
project.pbxproj (Remove)
|
||||
|
||||
Rom 24 Jan 2006
|
||||
- Bug Fix: Fix a blocking compilation issue on the Mac with the new
|
||||
|
|
|
@ -43,12 +43,12 @@
|
|||
#include "res/gridrepublic.xpm"
|
||||
#include "res/cpdnbbc16.xpm"
|
||||
#include "res/cpdnbbc32.xpm"
|
||||
#include "res/cpdnbbcapwizard.xpm"
|
||||
#endif
|
||||
|
||||
#include "res/boincsm.xpm"
|
||||
#include "res/attachprojectwizard.xpm"
|
||||
#include "res/gridrepublicamwizard.xpm"
|
||||
#include "res/cpdnbbcapwizard.xpm"
|
||||
////@end XPM images
|
||||
|
||||
|
||||
|
|
|
@ -69,4 +69,4 @@ echo "boinc/mac_build/HowToBuildBOINC_XCode.rtf or http://boinc.berkeley.edu/mac
|
|||
exit 1
|
||||
fi
|
||||
|
||||
xcodebuild -project boinc.pbproj -target Build_All -buildstyle $style $doclean build NEXTROOT=$sdkname SDKROOT=$sdkname
|
||||
xcodebuild -project boinc.xcodeproj -target Build_All -buildstyle $style $doclean build NEXTROOT=$sdkname SDKROOT=$sdkname
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue