Magic tools (and tp-magic-config) supports local (user) plugins.
Added copyright & credit info to new Magic tool plugin .c files. Updated Magic plugin doc API.
This commit is contained in:
parent
cf10090cc1
commit
0d6c2cf1b9
30 changed files with 1146 additions and 350 deletions
7
Makefile
7
Makefile
|
|
@ -7,7 +7,7 @@
|
|||
# bill@newbreedsoftware.com
|
||||
# http://www.tuxpaint.org/
|
||||
|
||||
# June 14, 2002 - August 2, 2007
|
||||
# June 14, 2002 - August 7, 2007
|
||||
|
||||
|
||||
# The version number, for release:
|
||||
|
|
@ -345,8 +345,9 @@ install-magic-plugins:
|
|||
@cp magic/icons/*.png $(DATA_PREFIX)/images/magic
|
||||
@chmod a+r,g-w,o-w $(DATA_PREFIX)/images/magic/*.png
|
||||
@install -d $(DATA_PREFIX)/sounds/magic
|
||||
@cp magic/sounds/*.wav $(DATA_PREFIX)/sounds/magic
|
||||
@chmod a+r,g-w,o-w $(DATA_PREFIX)/sounds/magic/*.wav
|
||||
@cp magic/sounds/*.wav magic/sounds/*.ogg $(DATA_PREFIX)/sounds/magic
|
||||
@chmod a+r,g-w,o-w $(DATA_PREFIX)/sounds/magic/*.wav \
|
||||
$(DATA_PREFIX)/sounds/magic/*.ogg
|
||||
|
||||
install-magic-plugin-dev: src/tp_magic_api.h
|
||||
@echo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue