summaryrefslogtreecommitdiff
path: root/Build/source/libs/freetype2/freetype-2.4.11/builds/win32/win32-def.mk
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-06-24 06:45:57 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-06-24 06:45:57 +0000
commite8fa0f45c26bcc875eb460e332d1b8277ae61a53 (patch)
tree2e6f77dfd0c22a33c97fe3c1d3d37bc0c75c811f /Build/source/libs/freetype2/freetype-2.4.11/builds/win32/win32-def.mk
parent11eb5b823f29c3666e9f4d2cf72a2a3fee73ff9c (diff)
freetype2 2.5.0.1
git-svn-id: svn://tug.org/texlive/trunk@30880 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/freetype2/freetype-2.4.11/builds/win32/win32-def.mk')
-rw-r--r--Build/source/libs/freetype2/freetype-2.4.11/builds/win32/win32-def.mk47
1 files changed, 0 insertions, 47 deletions
diff --git a/Build/source/libs/freetype2/freetype-2.4.11/builds/win32/win32-def.mk b/Build/source/libs/freetype2/freetype-2.4.11/builds/win32/win32-def.mk
deleted file mode 100644
index e6ae31c3b2a..00000000000
--- a/Build/source/libs/freetype2/freetype-2.4.11/builds/win32/win32-def.mk
+++ /dev/null
@@ -1,47 +0,0 @@
-#
-# FreeType 2 Win32 specific definitions
-#
-
-
-# Copyright 1996-2000, 2003, 2005, 2006 by
-# 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.
-
-
-DELETE := del
-CAT := type
-SEP := $(strip \ )
-BUILD_DIR := $(TOP_DIR)/builds/win32
-PLATFORM := win32
-
-# The executable file extension (for tools). NOTE: WE INCLUDE THE DOT HERE !!
-#
-E := .exe
-E_BUILD := .exe
-
-
-# The directory where all library files are placed.
-#
-# By default, this is the same as $(OBJ_DIR); however, this can be changed
-# to suit particular needs.
-#
-LIB_DIR := $(OBJ_DIR)
-
-
-# The name of the final library file. Note that the DOS-specific Makefile
-# uses a shorter (8.3) name.
-#
-LIBRARY := $(PROJECT)
-
-
-# The NO_OUTPUT macro is used to ignore the output of commands.
-#
-NO_OUTPUT = 2> nul
-
-
-# EOF