forked from AuroraMiddleware/gtk
733f1710c6
The MS Windows engine compiles anew, so enable it so that one can fix remaining issues
10 lines
131 B
Makefile
10 lines
131 B
Makefile
include $(top_srcdir)/Makefile.decl
|
|
|
|
if USE_WIN32
|
|
wimp = ms-windows
|
|
endif
|
|
|
|
SUBDIRS = $(wimp) pixbuf
|
|
|
|
-include $(top_srcdir)/git.mk
|