mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
Create resource output directory before calling bin2res
svn path=/trunk/; revision=28138
This commit is contained in:
@@ -110,6 +110,9 @@ WineResource::UnpackResourcesInModule ( Module& module,
|
||||
NormalizeFilename ( outputDirectory ).c_str (),
|
||||
NormalizeFilename ( resourceFilename ).c_str () );
|
||||
string command = FixSeparatorForSystemCommand(bin2res) + " " + parameters;
|
||||
|
||||
Directory( outputDirectory ).GenerateTree( ".", false );
|
||||
|
||||
int exitcode = system ( command.c_str () );
|
||||
if ( exitcode != 0 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user