2000-07-08 02:22:20 +02:00
|
|
|
#
|
2000-10-17 05:38:43 +02:00
|
|
|
# FreeType 2 Visual C++ on Win32
|
2000-07-08 02:22:20 +02:00
|
|
|
#
|
|
|
|
|
2000-10-17 05:38:43 +02:00
|
|
|
|
2022-01-11 10:54:10 +01:00
|
|
|
# Copyright (C) 1996-2022 by
|
2000-10-17 05:38:43 +02: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.
|
|
|
|
|
2005-10-28 18:14:14 +02:00
|
|
|
# definitions of the export list
|
|
|
|
#
|
|
|
|
EXPORTS_LIST = $(OBJ_DIR)/freetype.def
|
|
|
|
EXPORTS_OPTIONS = /DEF:$(EXPORTS_LIST)
|
|
|
|
APINAMES_OPTIONS := -dfreetype.dll -w
|
2000-10-17 05:38:43 +02:00
|
|
|
|
2013-10-23 20:10:56 +02:00
|
|
|
include $(TOP_DIR)/builds/windows/win32-def.mk
|
2002-06-14 10:09:25 +02:00
|
|
|
include $(TOP_DIR)/builds/compiler/visualc.mk
|
2000-07-08 02:22:20 +02:00
|
|
|
|
2000-09-16 00:42:06 +02:00
|
|
|
# include linking instructions
|
2002-06-14 10:09:25 +02:00
|
|
|
include $(TOP_DIR)/builds/link_dos.mk
|
2000-07-08 02:22:20 +02:00
|
|
|
|
2003-06-09 06:46:30 +02:00
|
|
|
|
2000-07-08 02:22:20 +02:00
|
|
|
# EOF
|