Annotation of embedaddon/strongswan/src/charon-tkm/build_common.gpr, revision 1.1

1.1     ! misho       1: with "tkmrpc_client";
        !             2: with "tkmrpc_server-ees";
        !             3: 
        !             4: project Build_Common is
        !             5: 
        !             6:    for Source_Dirs use ();
        !             7: 
        !             8:    Obj_Dir := external ("OBJ_DIR", "obj");
        !             9: 
        !            10:    C_Compiler_Switches   := ("-W",
        !            11:                              "-Wall",
        !            12:                              "-Wno-unused-parameter",
        !            13:                              "-g");
        !            14:    Ada_Compiler_Switches := ("-gnatwale",
        !            15:                              "-gnatygAdISuxo",
        !            16:                              "-gnata",
        !            17:                              "-gnatVa",
        !            18:                              "-gnat05",
        !            19:                              "-gnatf",
        !            20:                              "-fstack-check",
        !            21:                              "-gnato",
        !            22:                              "-g");
        !            23: 
        !            24:    Ada_Binder_Switches   := ("-E");
        !            25: 
        !            26: end Build_Common;

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>