summaryrefslogtreecommitdiff
path: root/build/Makefile.win32.common
diff options
context:
space:
mode:
Diffstat (limited to 'build/Makefile.win32.common')
-rw-r--r--build/Makefile.win32.common15
1 files changed, 1 insertions, 14 deletions
diff --git a/build/Makefile.win32.common b/build/Makefile.win32.common
index eb3fb6b9..01a38cd3 100644
--- a/build/Makefile.win32.common
+++ b/build/Makefile.win32.common
@@ -3,6 +3,7 @@ default: all
#
# Edit build/Makefile.win32.features to enable features to build
#
+include $(top_srcdir)/build/Makefile.win32.inform
include $(top_srcdir)/build/Makefile.win32.features
include $(top_srcdir)/build/Makefile.win32.features-h
@@ -48,20 +49,6 @@ DEFAULT_ARFLAGS = -nologo
CAIRO_LDFLAGS = $(DEFAULT_LDFLAGS) $(LDFLAGS)
CAIRO_ARFLAGS = $(DEFAULT_ARFLAGS) $(LDFLAGS)
-inform:
- @echo
-ifneq ($(CFG),release)
-ifneq ($(CFG),debug)
- @echo "Invalid configuration "$(CFG)" specified."
- @echo -n "You must specify a configuration when "
- @echo "running make, e.g. make CFG=debug"
- @echo
- @echo -n "Possible choices for configuration are "
- @echo "'release' and 'debug'"
- @exit 1
-endif
-endif
-
# Some generic rules
$(CFG)/%.obj: %.c $(top_srcdir)/src/cairo-features.h