Ignore:
Timestamp:
Oct 24, 2013 7:12:39 AM (11 years ago)
Author:
ming
Message:

Re #1630 (misc): Use the right compiler and flags to compile C++ (.cpp) files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/build/Makefile

    r4632 r4637  
    3535                stun_simple_client.o xml.o 
    3636export PJLIB_UTIL_CFLAGS += $(_CFLAGS) 
     37export PJLIB_UTIL_CXXFLAGS += $(_CXXFLAGS) 
    3738 
    3839############################################################################### 
     
    4344                http_client.o 
    4445export UTIL_TEST_CFLAGS += $(_CFLAGS) 
     46export UTIL_TEST_CXXFLAGS += $(_CXXFLAGS) 
    4547export UTIL_TEST_LDFLAGS += $(_LDFLAGS) 
    4648export UTIL_TEST_EXE:=../bin/pjlib-util-test-$(TARGET_NAME)$(HOST_EXE) 
Note: See TracChangeset for help on using the changeset viewer.