d5d093bd10
Obtained from: https://web.archive.org/web/20090620082249/http://worldserver.oleane.com/rsn/ascd-en.html
10 lines
97 B
Bash
Executable file
10 lines
97 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd ascd
|
|
rm -f workman
|
|
ln -s ../libworkman/include workman
|
|
./configure
|
|
cd ..
|
|
xmkmf -a
|
|
|