~reviczky/luatex/texlive-bin-git

« back to all changes in this revision

Viewing changes to libs/cairo/cairo-1.12.16/build/Makefile.win32.inform

  • Committer: Adam Reviczky
  • Date: 2015-04-26 22:40:47 UTC
  • Revision ID: adam.reviczky@kclalumni.net-20150426224047-i2p26n3wqphupq6z
TeX Live 2015 import (rev. 37052)

Show diffs side-by-side

added added

removed removed

Lines of Context:
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