git-svn-id: https://svn.code.sf.net/p/q3cellshading/code/trunk@2 db09e94b-7117-0410-a7e6-85ae5ff6e0e9
4 lines
72 B
Bash
4 lines
72 B
Bash
#!/bin/sh
|
|
export BUILDDIR=.\\out
|
|
mkdir out
|
|
nmake -f makefile.nt all
|