~blueyed/boinc/pkg-boinc

« back to all changes in this revision

Viewing changes to samples/example_app/Makefile_mac2

  • Committer: Gianfranco Costamagna
  • Date: 2015-06-01 08:25:44 UTC
  • mfrom: (427.2.59)
  • Revision ID: git-v1:c1f6d27b3ed47811d2c36f9f221a23a222ed0cbd
Merge tag 'upstream/7.6.2+dfsg'

Upstream version 7.6.2+dfsg

Conflicts:
        .gitignore

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Updated 7/11/12 for OS 10.7 and XCode 4.3
3
3
# Updated 8/3/12 for TrueType fonts
4
4
# Updated 11/8/12 to add slide_show
 
5
# Updated 4/14/15 for compatibility with Xcode 6
5
6
#
6
7
## First, build the BOINC libraries using boinc/mac_build/BuildMacBOINC.sh 
7
 
## and boinc/zip/boinc_zip.xcodeproj
8
 
## This file assumes the locations of the needed libraries are those 
 
8
## This file assumes the locations of the needed libraries are those
9
9
## resulting from following the instructions found in the file:
10
10
##     boinc/mac_build/HowToBuildBOINC_XCode.rtf
11
11
## In Terminal, CD to the example_app directory:
26
26
 
27
27
CXXFLAGS_ALL = \
28
28
    -g \
 
29
    -stdlib=libstdc++ \
29
30
    -DAPP_GRAPHICS \
30
31
    -I$(BOINC_CONFIG_DIR) \
31
32
    -I$(BOINC_DIR) \