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/build/rules.mak

    r4628 r4637  
    143143 
    144144$(OBJDIR)/%$(OBJEXT): $(SRCDIR)/%.cpp 
    145         $(CC) $($(APP)_CXXFLAGS) \ 
     145        $(CXX) $($(APP)_CXXFLAGS) \ 
    146146                $(CC_OUT)$(subst /,$(HOST_PSEP),$@) \ 
    147147                $(subst /,$(HOST_PSEP),$<) 
Note: See TracChangeset for help on using the changeset viewer.