blob: 820b817358ff55dad07c5a45cba9b9229f263fe8 [file] [log] [blame]
David Turner170c0d42000-12-13 19:55:11 +00001#
2# FreeType 2 configuration rules for Watcom C/C++
3#
4
5
Werner Lembergcee37a32005-11-12 07:34:40 +00006# Copyright 1996-2000, 2003, 2005 by
David Turner170c0d42000-12-13 19:55:11 +00007# David Turner, Robert Wilhelm, and Werner Lemberg.
8#
9# This file is part of the FreeType project, and may only be used, modified,
10# and distributed under the terms of the FreeType project license,
11# LICENSE.TXT. By continuing to use, modify, or distribute this file you
12# indicate that you have read the license and understand and accept it
13# fully.
14
David Turner9fbd2ab2005-10-28 16:14:14 +000015# redefine export symbol definitions
16#
17EXPORTS_LIST = $(OBJ_DIR)/watcom-ftexports.lbc
18EXPORTS_OPTIONS = -\"export @$(EXPORTS_LIST)\"-
19APINAMES_OPTIONS := -wW
David Turner170c0d42000-12-13 19:55:11 +000020
Werner Lemberg89df58f2002-06-14 08:09:25 +000021include $(TOP_DIR)/builds/win32/win32-def.mk
22include $(TOP_DIR)/builds/compiler/watcom.mk
David Turner170c0d42000-12-13 19:55:11 +000023
24# include linking instructions
Werner Lemberg89df58f2002-06-14 08:09:25 +000025include $(TOP_DIR)/builds/link_dos.mk
David Turner170c0d42000-12-13 19:55:11 +000026
David Turner170c0d42000-12-13 19:55:11 +000027
Werner Lemberg858f3102003-06-09 04:46:30 +000028# EOF