- Timestamp:
- 10/16/12 13:53:29 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/trunk/bld.cfg
r356 r371 26 26 src::zzz . 27 27 src::date $PWD/extern/boost/src/date_time 28 src::blitz $PWD/extern/blitz/src 28 29 bld::lib xios 29 30 bld::target libxios.a 30 31 #bld::target test.exe 31 32 #bld::target generate_fortran_interface.exe 32 bld::target xios_server.exe test_cs.exe 33 bld::target xios_server.exe test_cs.exe 33 34 bld::exe_dep 34 35 … … 37 38 bld::tool::fpp cpp -P 38 39 bld::tool::cpp cpp 39 bld::tool::cppflags %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include 40 bld::tool::cppflags %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include -I${PWD}/extern/blitz/include 40 41 bld::tool::fppflags -std=c99 %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include 41 42 bld::tool::ld %LINKER 42 43 bld::tool::ldflags %LD_FLAGS 43 bld::tool::cflags %CFLAGS %CBASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include 44 bld::tool::cflags %CFLAGS %CBASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include -I${PWD}/extern/blitz/include 44 45 bld::tool::fflags %FFLAGS %FBASE_INC 45 46 bld::tool::cppkeys %CPP_KEY
Note: See TracChangeset
for help on using the changeset viewer.