2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 20:27:42 +00:00

Fixed extraction issues with root windows paths

This commit is contained in:
Jack Andersen
2015-09-10 10:44:25 -10:00
parent 69b5c4513f
commit 3941580275
6 changed files with 38 additions and 14 deletions

View File

@@ -3,6 +3,7 @@
#include <string>
#include <vector>
#include <list>
#include <stdio.h>
#include <string.h>
@@ -19,7 +20,7 @@ struct ToolPassInfo
{
HECL::SystemString pname;
HECL::SystemString cwd;
std::vector<HECL::SystemString> args;
std::list<HECL::SystemString> args;
HECL::SystemString output;
HECL::Database::Project* project = NULL;
unsigned verbosityLevel = 0;