Changeset 18138


Ignore:
Timestamp:
02/18/15 10:52:53 (10 years ago)
Author:
tbretz
Message:
Use the compilers preprocessor for rootcint so that things like libnova are properly passed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/Makefile.rules

    r17980 r18138  
    3939        @echo " - Generating dictionary $(CINT)Cint.cc"
    4040        rootcint -f $(CINT)Cint.cc \
    41         -c $(INCLUDES) $(LIBNOVA_INCLUDE_PATH) $(DEFINES) $(HEADERS) $(CINT)Incl.h $(CINT)LinkDef.h
     41        -c -p $(INCLUDES) $(LIBNOVA_INCLUDE_PATH) $(DEFINES) $(HEADERS) $(CINT)Incl.h $(CINT)LinkDef.h
    4242
    4343%.d:
Note: See TracChangeset for help on using the changeset viewer.