This commit was manufactured by cvs2svn to create branch 'captive'.
[reactos.git] / lib / freetype / builds / win32 / w32-dev.mk
1 #
2 # FreeType 2 configuration rules for Win32 + GCC
3 #
4 #   Development version without optimizations.
5 #
6
7
8 # Copyright 1996-2000 by
9 # David Turner, Robert Wilhelm, and Werner Lemberg.
10 #
11 # This file is part of the FreeType project, and may only be used, modified,
12 # and distributed under the terms of the FreeType project license,
13 # LICENSE.TXT.  By continuing to use, modify, or distribute this file you
14 # indicate that you have read the license and understand and accept it
15 # fully.
16
17
18 # NOTE: This version requires that GNU Make is invoked from the Windows
19 #       Shell (_not_ Cygwin BASH)!
20 #
21
22 ifndef TOP_DIR
23   TOP_DIR := .
24 endif
25
26 SEP   := /
27
28 include $(TOP_DIR)/builds/win32/win32-def.mk
29 BUILD := $(TOP_DIR)/builds/devel
30
31 include $(TOP_DIR)/builds/compiler/gcc-dev.mk
32
33 # include linking instructions
34 include $(TOP_DIR)/builds/link_dos.mk
35
36
37
38 # EOF