adding files
This commit is contained in:
parent
9d283e504d
commit
82436dcc60
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
# call the 'configure' script located in 'builds/unix'
|
||||
# this should re-generate the following files:
|
||||
#
|
||||
# config.mk
|
||||
# Jamfile
|
||||
# install
|
||||
#
|
||||
make setup unix CFG="$@"
|
Loading…
Reference in New Issue