1 //----------------------------------------------------------------------
2 // This software is part of the OpenBeOS distribution and is covered
3 // by the OpenBeOS license.
5 // Copyright (c) 2003 Tyler Dauwalder, tyler@dauwalder.net
6 //----------------------------------------------------------------------
15 #include <SupportDefs.h>
17 #include "ProgressListener.h"
22 status_t
Run(int argc
, char *argv
[]);
25 status_t
_ProcessArguments(int argc
, char *argv
[]);
29 VerbosityLevel fVerbosityLevel
;
33 std::string fSourceDirectory
;
34 std::string fOutputFile
;
35 std::string fUdfVolumeName
;