Diff
Not logged in

Differences From:

File Makefile.w32 part of check-in [3275d9c63c] - update makefile for win32 by rwilson on 2009-10-21 15:43:23. [view]

To:

File Makefile.w32 part of check-in [fb1fa7f1a6] - Make it easier to do out of source builds by optionally including config.mak or config.w32. by jeremy_c on 2009-12-09 22:05:46. Also file Makefile.w32 part of check-in [1c2d878d12] - Merge with trunk by btheado on 2009-12-13 01:16:13. [view]

@@ -42,8 +42,12 @@
 
 #### Tcl shell for use in running the fossil testsuite.
 #
 TCLSH = tclsh
+
+#### Include a configuration file that can override any one of these settings.
+#
+-include config.w32
 
 # You should not need to change anything below this line
 ###############################################################################
 include $(SRCDIR)/main.mk