mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
1a9b6bb4ad
takes huge amounts of temporary disk space (almost 2 GB). Oh well. svn path=/nixpkgs/trunk/; revision=5386
7 lines
163 B
Bash
7 lines
163 B
Bash
source $stdenv/setup
|
|
source $visualcpp/setup
|
|
source $windowssdk/setup
|
|
|
|
ensureDir $out/bin
|
|
cl "$(cygpath -w $src)" /Fe"$(cygpath -w $out/bin/hello.exe)" user32.lib
|