Changeset 3471 for trunk/LMDZ.COMMON/bld.cfg
- Timestamp:
- Oct 24, 2024, 1:10:45 PM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/bld.cfg
r2779 r3471 16 16 inc config.fcm 17 17 18 %CONFIG_NAME %{ARCH}% SUFF_NAME18 %CONFIG_NAME %{ARCH}%{SUFF_NAME}%{SUFF_DEBUG} 19 19 %BASE_CONFIG_PATH %LIBO/%CONFIG_NAME 20 20 %CONFIG_PATH %BASE_CONFIG_PATH/.config … … 53 53 bld::outfile_ext::exe %SUFF_NAME 54 54 bld::target liblmdz.a %EXEC%SUFF_NAME 55 bld::exe_dep 55 bld::exe_dep 56 56 57 57 … … 64 64 bld::tool::fpp %FPP 65 65 bld::tool::cpp %CPP 66 bld::tool::fc %COMPILER 66 bld::tool::fc %COMPILER 67 67 bld::tool::cc %C_COMPILER 68 68 bld::tool::ld %LINK … … 71 71 bld::tool::fflags %FFLAGS %INCDIR 72 72 bld::tool::cflags %C_OPTIM %INCDIR 73 bld::tool::ldflags %LD_FLAGS %LIB 73 bld::tool::ldflags %LD_FLAGS %LIB 74 74 75 75 bld::tool::cppflags %CPP_FLAGS %INCDIR
Note: See TracChangeset
for help on using the changeset viewer.