summaryrefslogtreecommitdiff
path: root/Build/source/texk/devnag/win32.mak
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/devnag/win32.mak')
-rw-r--r--Build/source/texk/devnag/win32.mak31
1 files changed, 0 insertions, 31 deletions
diff --git a/Build/source/texk/devnag/win32.mak b/Build/source/texk/devnag/win32.mak
deleted file mode 100644
index b418667150c..00000000000
--- a/Build/source/texk/devnag/win32.mak
+++ /dev/null
@@ -1,31 +0,0 @@
-################################################################################
-#
-# Makefile : Devnag
-# Author : Fabrice Popineau <Fabrice.Popineau@supelec.fr>
-# Platform : Win32, Microsoft VC++ 6.0, depends upon fpTeX 0.5 sources
-# Time-stamp: <02/08/04 15:36:00 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 = src
-
-default:: all
-
-all:: config.h
-
-!include <msvc/subdirs.mak>
-!include <msvc/config.mak>
-!include <msvc/clean.mak>
-
-# Local Variables:
-# mode: Makefile
-# End: