You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
361B

  1. outfile=paulstretch
  2. rm -f $outfile
  3. fluid -c GUI.fl
  4. fluid -c FreeEditUI.fl
  5. g++ -ggdb -DKISSFFT -I./contrib GUI.cxx FreeEditUI.cxx *.cpp Input/*.cpp Output/*.cpp contrib/*.c `fltk-config --cflags` \
  6. `fltk-config --ldflags` -laudiofile -lvorbisenc -lvorbisfile -lportaudio -lpthread -lmad -lmxml -o $outfile
  7. rm -f GUI.h GUI.cxx FreeEditUI.h FreeEditUI.cxx