mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-20 15:00:35 +08:00
7 lines
162 B
Bash
7 lines
162 B
Bash
source $stdenv/setup
|
|
source $visualcpp/setup
|
|
source $windowssdk/setup
|
|
|
|
mkdir -p $out/bin
|
|
cl "$(cygpath -w $src)" /Fe"$(cygpath -w $out/bin/hello.exe)" user32.lib
|