Artifact 69e0606d2552e80e47842b6b7bfff2b9bc7bd512:
- File tools.gpr — part of check-in [4d8481daa6] at 2014-04-07 19:04:13 on branch trunk — tools: new directory for command-line tools using directly Natools library, seeded with HMAC tools (user: nat, size: 426) [annotate] [blame] [check-ins using]
with "natools"; project Tools is for Source_Dirs use ("tools"); for Main use ("hmac-md5", "hmac-sha1", "hmac-sha256"); for Object_Dir use Natools'Object_Dir; for Exec_Dir use Natools'Exec_Dir; package Compiler is for Default_Switches use Natools.Compiler'Default_Switches; end Compiler; package Linker is for Default_Switches use Natools.Linker'Default_Switches; end Linker; end Tools;