summaryrefslogtreecommitdiff
path: root/win32/makefile.mk
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2018-09-12 15:48:27 +1000
committerTony Cook <tony@develop-help.com>2018-10-05 14:45:58 +1000
commit8f5d02f0ba4fc4b2aaac2a4098691883b5e450ee (patch)
treeac107b330da61ac13e2135a29da24abc86fefd8e /win32/makefile.mk
parentfa126b815dff7ae97d41fddc66264801f119e5ce (diff)
downloadperl-8f5d02f0ba4fc4b2aaac2a4098691883b5e450ee.tar.gz
(perl #133494) better document CCHOME for GCC builds
Diffstat (limited to 'win32/makefile.mk')
-rw-r--r--win32/makefile.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 77f0512d08..414a8494b4 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -240,6 +240,9 @@ DEFAULT_INC_EXCLUDES_DOT *= define
# Running VCVARS32.BAT, VCVARSALL.BAT or similar is *required* when using
# Visual C++.
#
+# For GCC builds this should be the directory containing the bin, include,
+# lib directories for your compiler.
+#
#CCHOME *= C:\MinGW