mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
202d9c4a35
Rename testsrules_msvc.mak to detectenv_msvc.mak and remove some package- specific stuff from it, to reflect on the nature that this NMake Makefile is shared.
14 lines
220 B
Makefile
14 lines
220 B
Makefile
include $(top_srcdir)/Makefile.decl
|
|
|
|
SUBDIRS = \
|
|
win32
|
|
|
|
EXTRA_DIST += \
|
|
msvcfiles.py \
|
|
gen-file-list-gtk.py \
|
|
detectenv_msvc.mak \
|
|
introspection-msvc.mak \
|
|
gtk-introspection-msvc.mak
|
|
|
|
-include $(top_srcdir)/git.mk
|