summaryrefslogtreecommitdiff
path: root/Build/source/texk/msvc/win32-rec-skel.mak
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/msvc/win32-rec-skel.mak')
-rw-r--r--Build/source/texk/msvc/win32-rec-skel.mak28
1 files changed, 0 insertions, 28 deletions
diff --git a/Build/source/texk/msvc/win32-rec-skel.mak b/Build/source/texk/msvc/win32-rec-skel.mak
deleted file mode 100644
index 868fcee0a60..00000000000
--- a/Build/source/texk/msvc/win32-rec-skel.mak
+++ /dev/null
@@ -1,28 +0,0 @@
-################################################################################
-#
-# Makefile : recursive call on all subdirs
-# Author : Fabrice Popineau <Fabrice.Popineau@supelec.fr>
-# Platform : Win32, Microsoft VC++ 6.0, depends upon fpTeX 0.5 sources
-# Time-stamp: <02/07/18 10:10:28 popineau>
-#
-################################################################################
-
-root_srcdir=..
-INCLUDE=$(INCLUDE);$(root_srcdir)\win32
-
-subdirs = #
-
-!include <msvc/common.mak>
-
-default: all
-
-!include <msvc/subdirs.mak>
-
-!include <msvc/clean.mak>
-
-# End of .mak
-#
-# Local Variables:
-# mode: Makefile
-# End:
-# DO NOT DELETE