|
|
|
@ -3,7 +3,7 @@ |
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Copyright 1996-2000, 2001, 2002, 2003, 2006 by
|
|
|
|
|
# Copyright 1996-2000, 2001, 2002, 2003, 2006, 2008 by
|
|
|
|
|
# David Turner, Robert Wilhelm, and Werner Lemberg.
|
|
|
|
|
#
|
|
|
|
|
# This file is part of the FreeType project, and may only be used, modified,
|
|
|
|
@ -132,23 +132,23 @@ std_setup: |
|
|
|
|
# Special case for Dos, Windows, OS/2, where echo "" doesn't work correctly!
|
|
|
|
|
#
|
|
|
|
|
dos_setup: |
|
|
|
|
@type builds\newline
|
|
|
|
|
@type builds$(SEP)newline
|
|
|
|
|
@echo $(PROJECT_TITLE) build system -- automatic system detection
|
|
|
|
|
@type builds\newline
|
|
|
|
|
@type builds$(SEP)newline
|
|
|
|
|
@echo The following settings are used:
|
|
|
|
|
@type builds\newline
|
|
|
|
|
@type builds$(SEP)newline
|
|
|
|
|
@echo platformÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ$(PLATFORM)
|
|
|
|
|
@echo compilerÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ$(CC)
|
|
|
|
|
@echo configuration directoryÿÿÿÿÿÿ$(subst /,\,$(BUILD_DIR))
|
|
|
|
|
@echo configuration rulesÿÿÿÿÿÿÿÿÿÿ$(subst /,\,$(CONFIG_RULES))
|
|
|
|
|
@type builds\newline
|
|
|
|
|
@echo configuration directoryÿÿÿÿÿÿ$(subst /,$(SEP),$(BUILD_DIR))
|
|
|
|
|
@echo configuration rulesÿÿÿÿÿÿÿÿÿÿ$(subst /,$(SEP),$(CONFIG_RULES))
|
|
|
|
|
@type builds$(SEP)newline
|
|
|
|
|
@echo If this does not correspond to your system or settings please remove the file
|
|
|
|
|
@echo '$(CONFIG_MK)' from this directory then read the INSTALL file for help.
|
|
|
|
|
@type builds\newline
|
|
|
|
|
@type builds$(SEP)newline
|
|
|
|
|
@echo Otherwise, simply type 'make' again to build the library.
|
|
|
|
|
@echo or 'make refdoc' to build the API reference (the latter needs python).
|
|
|
|
|
@type builds\newline
|
|
|
|
|
@$(COPY) $(subst /,\,$(CONFIG_RULES) $(CONFIG_MK)) > nul
|
|
|
|
|
@type builds$(SEP)newline
|
|
|
|
|
@$(COPY) $(subst /,$(SEP),$(CONFIG_RULES) $(CONFIG_MK)) > nul
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# EOF
|
|
|
|
|