[Makefile.win32] Add comments about where to edit for customization

This commit is contained in:
Behdad Esfahbod 2008-09-23 04:11:48 -04:00
parent afb32c7f07
commit 5a3f03623c
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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),)