beta-0.89.2
[luatex.git] / source / libs / cairo / cairo-src / build / Makefile.win32.inform
blobba11165050a06574eec927a97393b378666674f5
1 inform:
2         @echo
3 ifneq ($(CFG),release)
4 ifneq ($(CFG),debug)
5         @echo "Invalid configuration "$(CFG)" specified."
6         @echo -n "You must specify a configuration when "
7         @echo "running make, e.g. make CFG=debug"
8         @echo
9         @echo -n "Possible choices for configuration are "
10         @echo "'release' and 'debug'"
11         @exit 1
12 endif
13 endif