diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-09-23 04:11:48 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-09-23 04:11:48 -0400 |
commit | 5a3f03623c7ac0414bafc490c927e1f2282839d1 (patch) | |
tree | 1d9996552fc5ccad47100282ab786335fa312f06 | |
parent | afb32c7f076dbbe4c965fc02226208596f41f59e (diff) |
[Makefile.win32] Add comments about where to edit for customization
-rw-r--r-- | Makefile.win32 | 3 | ||||
-rw-r--r-- | build/Makefile.win32.common | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.win32 b/Makefile.win32 index b527fcf4..a7e22052 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 711a56f5..d00f554b 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),) |