mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-08 11:40:16 +00:00
ea8873da55
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.
13 lines
144 B
Makefile
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
|