Changes between Version 4 and Version 5 of Ticket #51840, comment 6


Ignore:
Timestamp:
Sep 28, 2016, 5:20:24 AM (8 years ago)
Author:
ken-cunningham-webuse
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51840, comment 6

    v4 v5  
    3030DEFINES       =
    3131CFLAGS        = -pipe -O2 -Wall -W -fPIC $(DEFINES)
    32 CXXFLAGS      = -pipe -std=c++11 -stdlib=libc++ -O2 -Wall -W -fPIC $(DEFINES)
     32CXXFLAGS      = -pipe -stdlib=libc++ -O2 -Wall -W -fPIC $(DEFINES)
    3333INCPATH       = -I/opt/local/libexec/qt4/share/mkspecs/macx-g++ -I. -I../include -I.. -I/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/System/Library/Frameworks/AGL.framework/Headers
    3434LINK          = /opt/local/bin/clang++-mp-3.7