freetype2/builds/win32/w32-gcc.mk

19 lines
377 B
Makefile
Raw Normal View History

#
# FreeType 2 Configuration rules for Win32 + GCC
#
2000-09-16 00:42:06 +02:00
# the separator must be set before including win32-def
# as it defaults to "\" on Win32
SEP := /
2000-09-16 00:42:06 +02:00
# include Win32-specific definitions
include $(TOP)/builds/win32/win32-def.mk
2000-09-16 00:42:06 +02:00
# include gcc-specific definitions
include $(TOP)/builds/compiler/gcc.mk
2000-09-16 00:42:06 +02:00
# include linking instructions
include $(TOP)/builds/link_dos.mk
# EOF