~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to src/3rdparty/freetype/builds/os2/os2-dev.mk

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-24 04:09:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050824040909-xmxe9jfr4a0w5671
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# FreeType 2 configuration rules for OS/2 + GCC
 
3
#
 
4
#   Development version without optimizations.
 
5
#
 
6
 
 
7
 
 
8
# Copyright 1996-2000, 2003 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
ifndef TOP_DIR
 
19
  TOP_DIR := .
 
20
endif
 
21
 
 
22
include $(TOP_DIR)/builds/os2/os2-def.mk
 
23
BUILD_DIR := $(TOP_DIR)/devel
 
24
 
 
25
include $(TOP_DIR)/builds/compiler/gcc-dev.mk
 
26
 
 
27
# include linking instructions
 
28
include $(TOP_DIR)/builds/link_dos.mk
 
29
 
 
30
 
 
31
# EOF