]> vaikene.ee Git - evaf/commit
Added command-line interface module to the PswGen application.
authorEnar Väikene <enar@vaikene.net>
Thu, 17 Nov 2011 08:33:39 +0000 (10:33 +0200)
committerEnar Väikene <enar@vaikene.net>
Thu, 17 Nov 2011 08:33:39 +0000 (10:33 +0200)
commitcdc02ee6da9c883125d5cff563bdcfcc0bf2b7b8
tree1f4dc38f69e280f7ac003e4906d0981ff1e27822
parent8958311b9f05fc65cdf9e528db8b4b32a94eb24a
Added command-line interface module to the PswGen application.
src/apps/PswGen/CLI/CMakeLists.txt [new file with mode: 0644]
src/apps/PswGen/CLI/cli.cpp [new file with mode: 0644]
src/apps/PswGen/CLI/cli.h [new file with mode: 0644]
src/apps/PswGen/CLI/lib.h [new file with mode: 0644]
src/apps/PswGen/CLI/version.h [new file with mode: 0644]
src/apps/PswGen/CLI/version.rc [new file with mode: 0644]
src/apps/PswGen/CMakeLists.txt