slnFile can also be a list of strings now
svn path=/nixpkgs/trunk/; revision=22557
This commit is contained in:
parent
94bf409baf
commit
ffc82db4a9
@ -42,7 +42,7 @@ stdenv.mkDerivation {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
ensureDir $out
|
ensureDir $out
|
||||||
MSBuild.exe ${slnFile} /nologo /t:${targets} /p:IntermediateOutputPath=$(cygpath --windows $out)\\ /p:OutputPath=$(cygpath --windows $out)\\ /verbosity:${verbosity} ${options}
|
MSBuild.exe ${toString slnFile} /nologo /t:${targets} /p:IntermediateOutputPath=$(cygpath --windows $out)\\ /p:OutputPath=$(cygpath --windows $out)\\ /verbosity:${verbosity} ${options}
|
||||||
|
|
||||||
# Create references to runtime dependencies
|
# Create references to runtime dependencies
|
||||||
# !!! Should be more efficient (e.g. symlinking)
|
# !!! Should be more efficient (e.g. symlinking)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user