forked from mia/Aegisub
4036f73e43
Originally committed to SVN as r240.
9 lines
204 B
Makefile
9 lines
204 B
Makefile
noinst_LIBRARIES = libposix.a
|
|
nodist_libposix_a_SOURCES = res.cpp
|
|
CLEANFILES = res.cpp res.h
|
|
EXTRA_DIST = genres.sh defines.h
|
|
|
|
res.h: $(srcdir)/genres.sh $(top_srcdir)/res.rc
|
|
/bin/sh $^
|
|
res.cpp: res.h
|
|
|