summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-09-23 04:11:48 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-09-23 04:11:48 -0400
commit5a3f03623c7ac0414bafc490c927e1f2282839d1 (patch)
tree1d9996552fc5ccad47100282ab786335fa312f06
parentafb32c7f076dbbe4c965fc02226208596f41f59e (diff)
[Makefile.win32] Add comments about where to edit for customization
-rw-r--r--Makefile.win323
-rw-r--r--build/Makefile.win32.common3
2 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.win32 b/Makefile.win32
index b527fcf45..a7e22052d 100644
--- a/Makefile.win32
+++ b/Makefile.win32
@@ -1,3 +1,6 @@
+# Do not edit this file.
+# Edit build/Makefile.win32.common for customization
+
top_srcdir = .
include $(top_srcdir)/build/Makefile.win32.common
include $(top_srcdir)/build/Makefile.win32.features-h
diff --git a/build/Makefile.win32.common b/build/Makefile.win32.common
index 711a56f5c..d00f554b6 100644
--- a/build/Makefile.win32.common
+++ b/build/Makefile.win32.common
@@ -1,5 +1,8 @@
default: all
+#
+# Edit build/Makefile.win32.features to enable features to build
+#
include $(top_srcdir)/build/Makefile.win32.features
ifeq ($(top_builddir),)