diff options
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/XeTeXFontMgr_Mac.cpp')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/XeTeXFontMgr_Mac.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/xetexdir/XeTeXFontMgr_Mac.cpp b/Build/source/texk/web2c/xetexdir/XeTeXFontMgr_Mac.cpp new file mode 100644 index 00000000000..8da48ac0f43 --- /dev/null +++ b/Build/source/texk/web2c/xetexdir/XeTeXFontMgr_Mac.cpp @@ -0,0 +1,13 @@ +/****************************************************************************\ + Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> + + This file is free software; the copyright holder + gives unlimited permission to copy and/or distribute it, + with or without modifications, as long as this notice is preserved. + + Automake (1.10.2) does not generate a rule to compile + the Objective C++ file XeTeXFontMgr_Mac.mm. + Since that file is to be compiled with '$(CXX) -ObjC++' we provide + this C++ wrapper XeTeXFontMgr_Mac.cpp including the Objective C++ file. +\****************************************************************************/ +#include "XeTeXFontMgr_Mac.mm" |