- 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
14
pd-0.44-2/extra/pd~/makefile
Normal file
14
pd-0.44-2/extra/pd~/makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
NAME=pd~
|
||||
CSYM=pd_tilde
|
||||
|
||||
include ../makefile.subdir
|
||||
|
||||
pd_linux: pdsched.pd_linux
|
||||
|
||||
d_fat: pdsched.d_fat
|
||||
d_ppc: pdsched.d_ppc
|
||||
|
||||
pdsched.pd_linux: pdsched.c
|
||||
$(CC) $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
|
||||
$(CC) -shared -o $*.pd_linux $*.o -lc -lm
|
||||
rm -f $*.o
|
Loading…
Add table
Add a link
Reference in a new issue