freetype2/builds/win32/w32-mingw32.mk

29 lines
700 B
Makefile
Raw Normal View History

2000-11-01 21:27:39 +01:00
#
# FreeType 2 configuration rules for mingw32
#
# Copyright 1996-2000, 2003 by
2000-11-01 21:27:39 +01:00
# 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.
# include Win32-specific definitions
include $(TOP_DIR)/builds/win32/win32-def.mk
2000-11-01 21:27:39 +01:00
LIBRARY := lib$(PROJECT)
# include gcc-specific definitions
include $(TOP_DIR)/builds/compiler/gcc.mk
2000-11-01 21:27:39 +01:00
# include linking instructions
include $(TOP_DIR)/builds/link_dos.mk
2000-11-01 21:27:39 +01:00
2000-11-01 21:27:39 +01:00
# EOF