summaryrefslogtreecommitdiff
path: root/build/win32/vs12/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'build/win32/vs12/Makefile.am')
-rw-r--r--build/win32/vs12/Makefile.am37
1 files changed, 0 insertions, 37 deletions
diff --git a/build/win32/vs12/Makefile.am b/build/win32/vs12/Makefile.am
deleted file mode 100644
index a4379939..00000000
--- a/build/win32/vs12/Makefile.am
+++ /dev/null
@@ -1,37 +0,0 @@
-EXTRA_DIST = \
- gobject-introspection.sln \
- gi-build-defines.props \
- gi-gen-srcs.props \
- gi-install.props \
- gi-version-paths.props \
- gi-prebuild.vcxproj \
- girepository.vcxproj \
- girepository.vcxproj.filters \
- cmph-bdz-test.vcxproj \
- cmph-bdz-test.vcxproj.filters \
- cmph.vcxproj \
- cmph.vcxproj.filters \
- g-ir-compiler.vcxproj \
- g-ir-compiler.vcxproj.filters \
- g-ir-generate.vcxproj \
- g-ir-generate.vcxproj.filters \
- g-ir-inspect.vcxproj \
- g-ir-inspect.vcxproj.filters \
- glib-print.vcxproj \
- glib-print.vcxproj.filters \
- _giscanner.vcxproj \
- _giscanner.vcxproj.filters \
- gi-install.vcxproj \
- gi-install.vcxproj.filters \
- gi-introspect.vcxproj \
- README.txt
-
-DISTCLEANFILES = $(EXTRA_DIST)
-
-MSVC_BASE_VER = 10
-MSVC_BASE_VER_LONG = 2010
-MSVC_VER = 12
-MSVC_FORMAT_VER = 12
-MSVC_VER_LONG = 2013
-
-include $(top_srcdir)/build/Makefile-newvs.am