summaryrefslogtreecommitdiff
path: root/src/psnames/psnames.c
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2000-12-13 19:55:11 +0000
committerDavid Turner <david@freetype.org>2000-12-13 19:55:11 +0000
commit170c0d4c0d009bc5c08434b46515238620a410bd (patch)
tree2fd1fb3a9d266531906520cc77a91a950ffaf896 /src/psnames/psnames.c
parent6b41954e1845f6f3d898b27c77c602dbfb5d5544 (diff)
downloadfreetype2-170c0d4c0d009bc5c08434b46515238620a410bd.tar.gz
* include/freetype/config/ft2build.h,
include/freetype/internal/internal.h: fixed header inclusion macros to use direct definitions. This is the only way to do these things in a portable way :-( The rest of the code should follow shortly though everything compiles now.. * builds/compiler/intelc.mk, builds/compiler/watcom.mk, builds/win32/detect.mk: added support for the Intel C/C++ compiler, as well as _preliminary_ (read: doesn't work !!) support for Watcom. Also added a new setup target. Type "make setup list" for a list of supported command-line compilers on Win32..
Diffstat (limited to 'src/psnames/psnames.c')
-rw-r--r--src/psnames/psnames.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/psnames/psnames.c b/src/psnames/psnames.c
index 9706500a5..07b5e1554 100644
--- a/src/psnames/psnames.c
+++ b/src/psnames/psnames.c
@@ -19,7 +19,7 @@
#define FT_MAKE_OPTION_SINGLE_OBJECT
#include <ft2build.h>
-#include FT_SOURCE_FILE( psnames, psmodule.c )
+#include FT_SOURCE_FILE(psnames,psmodule.c)
/* END */