Changeset 395 for XIOS/trunk/bld.cfg


Ignore:
Timestamp:
12/10/12 23:50:57 (12 years ago)
Author:
ymipsl
Message:

some cleaning and update in arch files.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/bld.cfg

    r374 r395  
    3636bld::tool::cc        %CCOMPILER 
    3737bld::tool::fc        %FCOMPILER 
    38 bld::tool::fpp       cpp -P 
    39 bld::tool::cpp       cpp 
     38bld::tool::fpp       %FPP 
     39bld::tool::cpp       %CPP 
    4040bld::tool::cppflags  %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include -I${PWD}/extern/blitz/include  
    41 bld::tool::fppflags  -std=c99 %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include  
     41bld::tool::fppflags  %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include  
    4242bld::tool::ld        %LINKER 
    4343bld::tool::ldflags   %LD_FLAGS  
     
    4646bld::tool::cppkeys   %CPP_KEY 
    4747bld::tool::fppkeys   %CPP_KEY 
    48 bld::tool::make   gmake 
     48bld::tool::make      %MAKE 
    4949 
    5050# Pre-process code before analysing dependencies 
Note: See TracChangeset for help on using the changeset viewer.