OS compatibility and generic cleanup.
Removed bspatch/patchlib Now builds and runs on Windows
This commit is contained in:
parent
c5725d653b
commit
00742af3a6
26 changed files with 72 additions and 5604 deletions
|
@ -49,7 +49,7 @@ LIBUTIL_EXPORT QStringList splitArgs(QString args);
|
|||
|
||||
namespace FlagStyle
|
||||
{
|
||||
enum LIBUTIL_EXPORT Enum
|
||||
enum Enum
|
||||
{
|
||||
GNU, /**< --option and -o (GNU Style) */
|
||||
Unix, /**< -option and -o (Unix Style) */
|
||||
|
@ -67,7 +67,7 @@ enum LIBUTIL_EXPORT Enum
|
|||
*/
|
||||
namespace ArgumentStyle
|
||||
{
|
||||
enum LIBUTIL_EXPORT Enum
|
||||
enum Enum
|
||||
{
|
||||
Space, /**< --option=value */
|
||||
Equals, /**< --option value */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue