~ubuntu-branches/ubuntu/gutsy/zynaddsubfx/gutsy

« back to all changes in this revision

Viewing changes to ExternalPrograms/Spliter/compile.sh

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2004-01-28 06:50:09 UTC
  • Revision ID: james.westby@ubuntu.com-20040128065009-w6g7i8c9vilm32ii
Tags: upstream-1.4.3
ImportĀ upstreamĀ versionĀ 1.4.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
clean.sh
 
2
fluid -c SpliterUI.fl
 
3
gcc -c SpliterUI.cxx -o SpliterUI.o
 
4
gcc -c Spliter.C -o Spliter.o
 
5
gcc -c main.C -o main.o
 
6
 
 
7
gcc -o spliter *.o `fltk-config --ldflags` -lasound
 
8