mirror of https://github.com/odrling/Aegisub
Add a cheap 'make bundledirs-test' target.
Originally committed to SVN as r2645.
This commit is contained in:
parent
79b79d737f
commit
37b395310b
|
@ -5,3 +5,11 @@ libosxutil_a_SOURCES = bundledirs.c
|
|||
noinst_HEADERS = libosxutil.h
|
||||
|
||||
EXTRA_DIST= callables.c
|
||||
|
||||
|
||||
if BUILD_DARWIN
|
||||
CLEANFILES = bundledirs-test
|
||||
bundledirs-test: libosxutil.a
|
||||
$(CC) -c bundledirs-test.c
|
||||
$(CC) -o bundledirs-test -framework CoreFoundation bundledirs-test.o libosxutil.a
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue