summaryrefslogtreecommitdiff
path: root/gobject
diff options
context:
space:
mode:
authorChun-wei Fan <fanc999@yahoo.com.tw>2018-06-06 14:19:53 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2018-06-06 23:54:13 +0800
commitf658e94e6595b632030e013ade88091d07fc2296 (patch)
treeeaf29d6adce0e68a0a7d7e2029b68638aa9f15c5 /gobject
parentb4259dec706b63ff18bedaa6c2943ffbdf679986 (diff)
downloadglib-f658e94e6595b632030e013ade88091d07fc2296.tar.gz
build: Drop Visual Studio projects
In master, it is already possible to build GLib using Visual Studio using Meson[1] for some time, so we should focus on maintaining only the Meson build files for building GLib with Visual Studio. [1]: There are caveats when building with Visual Studio 2008, namely that one needs to use the mt command to embed the manifests that are generated with the .exe/DLLs, for all builds, and that in the case where the compilation hangs on Visual Studio 2008 x64, as a workaround, should stop the build by terminating all cl.exe tasks and change the compiler optimization flag from /O2 (full speed) to /O1 (optimize for size), due to compiler optimization issues.
Diffstat (limited to 'gobject')
-rw-r--r--gobject/Makefile.am14
1 files changed, 1 insertions, 13 deletions
diff --git a/gobject/Makefile.am b/gobject/Makefile.am
index b6f21de29..4c28acdff 100644
--- a/gobject/Makefile.am
+++ b/gobject/Makefile.am
@@ -217,19 +217,7 @@ gobject.def: libgobject-2.0.la
gobject-2.0.lib: libgobject-2.0.la gobject.def
$(AM_V_GEN) lib.exe -machine:@LIB_EXE_MACHINE_FLAG@ -name:libgobject-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:$(builddir)/gobject.def -out:$@
-# ------ MSVC Project File Generation ------
-MSVCPROJS = gobject
-
-gobject_FILES = $(libgobject_2_0_la_SOURCES)
-gobject_EXCLUDES = dummy
-
-gobject_HEADERS_DIR = $(libgobjectincludedir)
-gobject_HEADERS_INST = $(gobject_public_h_sources)
-gobject_HEADERS_EXCLUDES = dummy
-
-include $(top_srcdir)/win32/Makefile.msvcproj
-
-dist-hook: $(BUILT_EXTRA_DIST) $(top_builddir)/win32/vs9/gobject.vcproj $(top_builddir)/win32/vs9/gobject.headers
+dist-hook: $(BUILT_EXTRA_DIST)
files='$(BUILT_EXTRA_DIST)'; \
for f in $$files; do \
if test -f $$f; then d=.; else d=$(srcdir); fi; \