Visual Studio projects: move projects to win32/

This will simplify our source tree a bit
This commit is contained in:
Chun-wei Fan
2020-07-16 17:11:19 +08:00
parent dd5fd12343
commit 1feb169bfa
98 changed files with 640 additions and 644 deletions

View File

@ -107,10 +107,10 @@ gdk3_win32_HEADERS_INST = $(libgdkwin32include_HEADERS)
gdk3_win32_HEADERS_EXCLUDES = dummy
include $(top_srcdir)/build/Makefile.msvcproj
include $(top_srcdir)/win32/Makefile.msvcproj
dist-hook: \
$(top_builddir)/build/win32/vs9/gdk3-win32.vcproj \
$(top_builddir)/build/win32/vs9/gdk3-win32.headers
$(top_builddir)/win32/vs9/gdk3-win32.vcproj \
$(top_builddir)/win32/vs9/gdk3-win32.headers
-include $(top_srcdir)/git.mk