Changeset 317 for cpp/frams/Makefile-SDK


Ignore:
Timestamp:
01/30/15 02:51:58 (9 years ago)
Author:
Maciej Komosinski
Message:

SDK compiles under Mac OS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/Makefile-SDK

    r307 r317  
    1010
    1111SDK_BUILD_CONFIG= -include frams/config/sdk_build_config.h
    12 CXXFLAGS= -I$(CURDIR) -std=gnu++11 -DLINUX $(SDK_BUILD_CONFIG) -Wno-parentheses -Wno-overloaded-virtual -Wno-format -g
     12CXXFLAGS= -I$(CURDIR) -std=gnu++11 $(SDK_BUILD_CONFIG) -Wno-parentheses -Wno-overloaded-virtual -Wno-format -g
    1313
    1414#############################################
Note: See TracChangeset for help on using the changeset viewer.