2000-10-03 19:51:29 +02:00
|
|
|
#
|
|
|
|
# FreeType 2 Configuration rules for CygWin + GCC
|
|
|
|
#
|
|
|
|
# Development version without optimizations & libtool
|
2000-10-05 06:53:31 +02:00
|
|
|
# and no installation
|
2000-10-03 19:51:29 +02:00
|
|
|
#
|
|
|
|
|
2000-10-17 05:38:43 +02:00
|
|
|
|
|
|
|
# Copyright 1996-2000 by
|
|
|
|
# David Turner, Robert Wilhelm, and Werner Lemberg.
|
|
|
|
#
|
|
|
|
# This file is part of the FreeType project, and may only be used, modified,
|
|
|
|
# and distributed under the terms of the FreeType project license,
|
|
|
|
# LICENSE.TXT. By continuing to use, modify, or distribute this file you
|
|
|
|
# indicate that you have read the license and understand and accept it
|
|
|
|
# fully.
|
|
|
|
|
|
|
|
|
2000-10-03 19:51:29 +02:00
|
|
|
include $(TOP)/builds/cygwin/cygwinddef.mk
|
|
|
|
include $(TOP)/builds/compiler/gcc-dev.mk
|
|
|
|
include $(TOP)/builds/link_std.mk
|
|
|
|
|
|
|
|
# EOF
|