gtk2/build/win32/Makefile.am
Chun-wei Fan ea8873da55 MSVC build: Drop crypt implementation for MSVC
We are actually not using the crypt() in GDK-Broadway for quite a while,
so the code implementation for MSVC is actually not used.  So, it's time
to get rid of this.
2016-03-02 16:52:30 +08:00

13 lines
144 B
Makefile

include $(top_srcdir)/Makefile.decl
SUBDIRS = \
vs9 \
vs10 \
vs11 \
vs12 \
vs14
EXTRA_DIST += replace.py
-include $(top_srcdir)/git.mk