Artifact a7527b07a844b1cc1d9a0ef2ab17511214e9d8a6:
- File tools.gpr — part of check-in [d40564ef6b] at 2014-05-23 18:44:05 on branch trunk — generate_static_hash_map: new tool that provides a CLI to Natools.Static_Hash_Maps (user: nat, size: 459) [annotate] [blame] [check-ins using]
with "natools"; project Tools is for Source_Dirs use ("tools"); for Main use ("generate_static_hash_map", "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;