Changeset 329 for XIOS/trunk/bld.cfg
- Timestamp:
- 03/07/12 17:32:08 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/trunk/bld.cfg
r327 r329 37 37 bld::tool::fpp cpp 38 38 bld::tool::cpp cpp 39 bld::tool::cppflags %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include -I/usr/include40 bld::tool::fppflags -std=c99 %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include -I/usr/include39 bld::tool::cppflags %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include 40 bld::tool::fppflags -std=c99 %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include 41 41 bld::tool::ld %LINKER 42 42 bld::tool::ldflags %LD_FLAGS 43 bld::tool::cflags %CFLAGS %CBASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include -I/usr/include44 bld::tool::fflags %FFLAGS %FBASE_INC -I/usr/include43 bld::tool::cflags %CFLAGS %CBASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include 44 bld::tool::fflags %FFLAGS %FBASE_INC 45 45 bld::tool::cppkeys %CPP_KEY 46 46 bld::tool::fppkeys %CPP_KEY 47 bld::tool::make gmake 47 48 48 49 # Pre-process code before analysing dependencies
Note: See TracChangeset
for help on using the changeset viewer.