Artifact b20d6d07da86a65052a19c29fb5812955cf852be:
- File tools.gpr — part of check-in [25d22b98f4] at 2015-01-16 22:10:41 on branch trunk — tools: new "timekey" too to provide a CLI interface to Natools.Time_Keys (user: nat, size: 485) [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", "sxcat", "timekey"); 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;