Added my very experimental Visual Studio build stuff. You should be even more brave to use this
svn path=/nixpkgs/trunk/; revision=22273
This commit is contained in:
9
pkgs/development/compilers/vs90wrapper/default.nix
Normal file
9
pkgs/development/compilers/vs90wrapper/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{stdenv}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "visual-studio-9.0";
|
||||
buildCommand = ''
|
||||
ensureDir $out/bin
|
||||
ln -s "/cygdrive/c/Program Files/Microsoft Visual Studio 9.0/VC/vcpackages/vcbuild.exe" $out/bin/vcbuild.exe
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user