mirror of
https://github.com/thestk/stk
synced 2026-01-11 12:01:52 +00:00
Rename demo program to stk-demo
This allows distributors to ship the program, because demo is too generic a name
This commit is contained in:
@@ -1 +1 @@
|
||||
wish < tcl/Banded.tcl | demo BandedWG -or -ip
|
||||
wish < tcl/Banded.tcl | stk-demo BandedWG -or -ip
|
||||
|
||||
@@ -1 +1 @@
|
||||
wish < tcl/Banded.tcl | demo BandedWG -or -ip
|
||||
wish < tcl/Banded.tcl | stk-demo BandedWG -or -ip
|
||||
|
||||
@@ -1 +1 @@
|
||||
wish < tcl/Drums.tcl | ./demo Drummer -or -ip
|
||||
wish < tcl/Drums.tcl | stk-demo Drummer -or -ip
|
||||
|
||||
@@ -1 +1 @@
|
||||
wish < tcl/Drums.tcl | demo Drummer -or -ip
|
||||
wish < tcl/Drums.tcl | stk-demo Drummer -or -ip
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
### Do not edit -- Generated by 'configure --with-whatever' from Makefile.in
|
||||
### STK demo Makefile - for various flavors of unix
|
||||
|
||||
PROGRAMS = demo
|
||||
PROGRAMS = stk-demo
|
||||
RM = /bin/rm
|
||||
SRC_PATH = ../../src
|
||||
OBJECT_PATH = @object_path@
|
||||
@@ -61,8 +61,8 @@ $(OBJECT_PATH)/.placeholder:
|
||||
mkdir -vp $(OBJECT_PATH)
|
||||
touch $(OBJECT_PATH)/.placeholder
|
||||
|
||||
demo: demo.cpp $(OBJECTS)
|
||||
$(CC) $(LDFLAGS) $(CFLAGS) $(DEFS) -o demo demo.cpp $(OBJECT_PATH)/*.o $(LIBRARY)
|
||||
stk-demo: demo.cpp $(OBJECTS)
|
||||
$(CC) $(LDFLAGS) $(CFLAGS) $(DEFS) -o stk-demo demo.cpp $(OBJECT_PATH)/*.o $(LIBRARY)
|
||||
|
||||
libdemo: demo.cpp
|
||||
$(CC) $(LDFLAGS) $(CFLAGS) $(DEFS) -o demo utilities.cpp demo.cpp -L../../src -lstk $(LIBRARY)
|
||||
|
||||
@@ -1 +1 @@
|
||||
wish < tcl/Modal.tcl | ./demo ModalBar -or -ip
|
||||
wish < tcl/Modal.tcl | stk-demo ModalBar -or -ip
|
||||
|
||||
@@ -1 +1 @@
|
||||
wish < tcl/Modal.tcl | demo ModalBar -or -ip
|
||||
wish < tcl/Modal.tcl | stk-demo ModalBar -or -ip
|
||||
|
||||
@@ -1 +1 @@
|
||||
wish < tcl/Physical.tcl | ./demo Clarinet -or -ip
|
||||
wish < tcl/Physical.tcl | stk-demo Clarinet -or -ip
|
||||
|
||||
@@ -1 +1 @@
|
||||
wish < tcl/Physical.tcl | demo Clarinet -or -ip
|
||||
wish < tcl/Physical.tcl | stk-demo Clarinet -or -ip
|
||||
|
||||
@@ -1 +1 @@
|
||||
wish < tcl/Shakers.tcl | ./demo Shakers -or -ip
|
||||
wish < tcl/Shakers.tcl | stk-demo Shakers -or -ip
|
||||
|
||||
@@ -1 +1 @@
|
||||
wish < tcl/Shakers.tcl | demo Shakers -or -ip
|
||||
wish < tcl/Shakers.tcl | stk-demo Shakers -or -ip
|
||||
|
||||
@@ -1 +1 @@
|
||||
wish < tcl/Demo.tcl | ./demo Clarinet -or -ip
|
||||
wish < tcl/Demo.tcl | stk-demo Clarinet -or -ip
|
||||
|
||||
@@ -1 +1 @@
|
||||
wish < tcl/Demo.tcl | demo Clarinet -or -ip
|
||||
wish < tcl/Demo.tcl | stk-demo Clarinet -or -ip
|
||||
|
||||
@@ -1 +1 @@
|
||||
wish < tcl/Voice.tcl | ./demo FMVoices -or -ip
|
||||
wish < tcl/Voice.tcl | stk-demo FMVoices -or -ip
|
||||
|
||||
@@ -1 +1 @@
|
||||
wish < tcl/Voice.tcl | demo FMVoices -or -ip
|
||||
wish < tcl/Voice.tcl | stk-demo FMVoices -or -ip
|
||||
|
||||
Reference in New Issue
Block a user