9 lines
189 B
Bash
Executable file
9 lines
189 B
Bash
Executable file
#!/bin/sh
|
|
# $Id$
|
|
#
|
|
# s_projects requires that xqilla (the command line program) be in
|
|
# your PATH
|
|
sh ./s_projects
|
|
|
|
# s_projects generate srcfiles.in needed by s_win32_dsp
|
|
sh ./s_win32_dsp
|