mirror of
https://github.com/deadw00d/AROS.git
synced 2025-12-08 14:34:41 +00:00
19 lines
436 B
Plaintext
19 lines
436 B
Plaintext
|
|
include $(SRCDIR)/config/aros.cfg
|
|
|
|
#MM workbench-libs-coolimages : \
|
|
#MM kernel-exec-includes \
|
|
#MM kernel-intuition-includes \
|
|
#MM kernel-cybergraphics-includes \
|
|
#MM includes-copy
|
|
#MM- workbench-libs-coolimages : linklibs
|
|
|
|
USER_LDFLAGS :=
|
|
|
|
%build_module mmake=workbench-libs-coolimages \
|
|
modname=coolimages modtype=library \
|
|
files="coolimages_init cool_obtainimagea" \
|
|
uselibs="coolimagesstatic"
|
|
|
|
%common
|