diff options
Diffstat (limited to 'Build/source/texk/ttfdump/win32.mak')
-rw-r--r-- | Build/source/texk/ttfdump/win32.mak | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/Build/source/texk/ttfdump/win32.mak b/Build/source/texk/ttfdump/win32.mak deleted file mode 100644 index 82152534225..00000000000 --- a/Build/source/texk/ttfdump/win32.mak +++ /dev/null @@ -1,31 +0,0 @@ -################################################################################ -# -# Makefile : TTFDump -# Author : Fabrice Popineau <Fabrice.Popineau@supelec.fr> -# Platform : Win32, Microsoft VC++ 6.0, depends upon fpTeX 0.5 sources -# Time-stamp: <02/01/18 23:27:01 popineau> -# -################################################################################ -root_srcdir = ..\.. -!ifdef DEVELOPMENT -INCLUDE=$(INCLUDE);$(root_srcdir)\texk.development -!else -INCLUDE=$(INCLUDE);$(root_srcdir)\texk -!endif - -!include <msvc/common.mak> - -# Package subdirectories, the library, and all subdirectories. -subdirs = libttf src - -default:: all - -all:: config.h - -!include <msvc/subdirs.mak> -!include <msvc/config.mak> -!include <msvc/clean.mak> - -# Local Variables: -# mode: Makefile -# End: |