- Reestructuración de ficheros y directorios general
- merge v0.01 --> Añadido fileselector - Añadidas fuentes de Gem y Pure Data - pix2jpg incluído en Gem. Archivos de construcción de Gem modificados. - Añadido fichero ompiling.txt con instrucciones de compilación
This commit is contained in:
parent
c9adfd020b
commit
e85d191b46
3100 changed files with 775434 additions and 3073 deletions
26
pd-0.44-2/asio/Makefile.am
Normal file
26
pd-0.44-2/asio/Makefile.am
Normal file
|
@ -0,0 +1,26 @@
|
|||
# The ASIO sources are not free, so they are not included here. You can get
|
||||
# them for free (as in beer) from Steinberg:
|
||||
|
||||
# http://www.steinberg.net/en/company/3rd_party_developer.html
|
||||
|
||||
# First, download the ASIO SDK. You have to agree to Steinberg's license, then
|
||||
# submit an email address, then they'll send you the download URL in an
|
||||
# email. Download the asiosdk2.2.zip file to the pd/asio directory, then unzip
|
||||
# it right into that folder. You should have all of the ASIO files in
|
||||
# pd/asio/ASIOSDK2 when you are done unzipping.
|
||||
|
||||
# this is built as a "libtool convenience library"
|
||||
# http://sources.redhat.com/automake/automake.html#Libtool-Convenience-Libraries
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
AM_CFLAGS =
|
||||
INCLUDES = -I./ASIOSDK2/host -I./ASIOSDK2/host/pc -I./ASIOSDK2/common
|
||||
|
||||
noinst_LTLIBRARIES = libasio.la
|
||||
|
||||
nodist_libasio_la_SOURCES = \
|
||||
ASIOSDK2/common/asio.cpp \
|
||||
ASIOSDK2/host/asiodrivers.cpp \
|
||||
ASIOSDK2/host/pc/asiolist.cpp
|
||||
|
||||
EXTRA_DIST = README.txt
|
Loading…
Add table
Add a link
Reference in a new issue