From 91aebd86160c54b18a7eecc335a4f901eb867783 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 2 Jun 2006 09:56:10 +0000 Subject: [PATCH] * A wrapper around the Visual C++ compiler and the Windows SDK. TODO: download and unpack into the Nix store Visual C++ (either from Visual C++ Express Edition or from the .NET 2.0 Framework SDK) and the Windows Platform SDK. The command line tools don't seem to need any registry settings... svn path=/nixpkgs/trunk/; revision=5369 --- pkgs/development/compilers/visual-c++/builder.sh | 8 ++++++++ pkgs/development/compilers/visual-c++/default.nix | 14 ++++++++++++++ pkgs/top-level/all-packages.nix | 6 ++++++ 3 files changed, 28 insertions(+) create mode 100644 pkgs/development/compilers/visual-c++/builder.sh create mode 100644 pkgs/development/compilers/visual-c++/default.nix diff --git a/pkgs/development/compilers/visual-c++/builder.sh b/pkgs/development/compilers/visual-c++/builder.sh new file mode 100644 index 000000000000..fe90f77c23ef --- /dev/null +++ b/pkgs/development/compilers/visual-c++/builder.sh @@ -0,0 +1,8 @@ +source $stdenv/setup + +ensureDir $out +cat > $out/setup <