* builds/detect.mk (dos_setup): Use `cmd.exe' for copying
$(CONFIG_MK) to force lowercase file name under Windows.
This commit is contained in:
parent
80c4ef819b
commit
b2072add4b
|
@ -1,3 +1,8 @@
|
||||||
|
2004-11-20 Werner Lemberg <wl@gnu.org>
|
||||||
|
|
||||||
|
* builds/detect.mk (dos_setup): Use `cmd.exe' for copying
|
||||||
|
$(CONFIG_MK) to force lowercase file name under Windows.
|
||||||
|
|
||||||
2004-11-19 Werner Lemberg <wl@gnu.org>
|
2004-11-19 Werner Lemberg <wl@gnu.org>
|
||||||
|
|
||||||
Fix a serious bug in the TT hinter.
|
Fix a serious bug in the TT hinter.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
# Copyright 1996-2000, 2001, 2002, 2003 by
|
# Copyright 1996-2000, 2001, 2002, 2003, 2004 by
|
||||||
# David Turner, Robert Wilhelm, and Werner Lemberg.
|
# David Turner, Robert Wilhelm, and Werner Lemberg.
|
||||||
#
|
#
|
||||||
# This file is part of the FreeType project, and may only be used, modified,
|
# This file is part of the FreeType project, and may only be used, modified,
|
||||||
|
@ -153,7 +153,7 @@ dos_setup:
|
||||||
@echo Otherwise, simply type 'make' again to build the library.
|
@echo Otherwise, simply type 'make' again to build the library.
|
||||||
@echo or 'make refdoc' to build the API reference (the latter needs python).
|
@echo or 'make refdoc' to build the API reference (the latter needs python).
|
||||||
@type builds\newline
|
@type builds\newline
|
||||||
@$(COPY) $(subst /,\,$(CONFIG_RULES) $(CONFIG_MK)) > nul
|
@cmd.exe /c @$(COPY) $(subst /,\,$(CONFIG_RULES) $(CONFIG_MK)) > nul
|
||||||
|
|
||||||
|
|
||||||
# EOF
|
# EOF
|
||||||
|
|
Loading…
Reference in New Issue