Version 4.3.0

This commit is contained in:
Gary Scavone
2009-03-24 23:02:15 -04:00
committed by Stephen Sinclair
parent 2cbce2d8bd
commit 27d9b79dc7
271 changed files with 22219 additions and 8834 deletions

View File

@@ -1,6 +1,6 @@
### STK ragamatic Makefile - for various flavors of unix
PROGRAMS = ragamat
PROGRAMS =
RM = /bin/rm
SRC_PATH = ../../src
OBJECT_PATH = @object_path@
@@ -29,6 +29,7 @@ LIBRARY += @frameworks@
REALTIME = @realtime@
ifeq ($(REALTIME),yes)
PROGRAMS = ragamat
OBJECTS += RtMidi.o RtAudio.o RtWvOut.o Thread.o Mutex.o Socket.o TcpServer.o
DEFS += @audio_apis@
endif