buildnt.sh 68 B

12345
  1. #!/bin/sh
  2. export BUILDDIR=.\\out
  3. mkdir out
  4. nmake -f makefile.nt all