fw4spl
|
#include <stdlib.h>
#include <string>
#include <iostream>
#include <fstream>
#include <boost/program_options.hpp>
#include <boost/filesystem/path.hpp>
#include <fwAtomsPatch/VersionsManager.hpp>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Software : VersionGenerator
Allows to generate a file with .versions extesion This file contains the listof the data and theirs version. HELP : VersionGenerator.exe –help USE : VersionGenerator.exe <options> Allowed options: -h [ –help ] produce help message -o [ –output ] arg set the output file -f [ –context ] arg set context name. It will be register in the generated file. -v [ –version ] arg set version name. It will be register in the generated file.
Definition in file VersionGenerator/src/main.cpp.