Artifact e77a58b27efda25a494dfd622ce24593a12c7790:
- File tools.gpr — part of check-in [bae1665fad] at 2016-09-07 18:45:24 on branch trunk — tools/smaz: new tool providing a CLI interface for Natools.Smaz.Tools (user: nat, size: 493) [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", "smaz", "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;