https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 51fa56bee8e9e000f0d0eb33dc62a98375802479 authored by ffxbld on 23 November 2011, 02:29:38 UTC
Added tag FENNEC_9_0b3_BUILD1 for changeset 0192f8f8bb26. CLOSED TREE a=release
Tip revision: 51fa56b
w32-lcc.mk
#
# FreeType 2 configuration rules for Win32 + LCC
#


# Copyright 1996-2000 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.


SEP := /
include $(TOP_DIR)/builds/win32/win32-def.mk
include $(TOP_DIR)/builds/compiler/win-lcc.mk

# include linking instructions
include $(TOP_DIR)/builds/link_dos.mk

# EOF

back to top