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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 497 - (hide 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 schoenebeck 53 # set the include path found by configure
2     INCLUDES = $(all_includes)
3    
4 schoenebeck 57 METASOURCES = AUTO
5    
6 schoenebeck 53 # to prevent compile errors on some systems
7 persson 497 AM_CXXFLAGS = -pedantic -march=$(target_cpu)
8 schoenebeck 53
9 schoenebeck 57 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