/[svn]/linuxsampler/trunk/src/lib/fileloader/libgig/Makefile.am
ViewVC logotype

Contents of /linuxsampler/trunk/src/lib/fileloader/libgig/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 497 - (show annotations) (download)
Sun Apr 10 11:55:44 2005 UTC (19 years ago) by persson
File size: 275 byte(s)
* removed some build warnings
* fixed a bug with hanging notes when using sustain pedal
* release samples are not triggered anymore when sustain pedal is down

1 # set the include path found by configure
2 INCLUDES = $(all_includes)
3
4 METASOURCES = AUTO
5
6 # to prevent compile errors on some systems
7 AM_CXXFLAGS = -pedantic -march=$(target_cpu)
8
9 pkglib_LTLIBRARIES = libgig.la
10 libgig_la_SOURCES = RIFF.cpp RIFF.h DLS.cpp DLS.h gig.cpp gig.h

  ViewVC Help
Powered by ViewVC