summaryrefslogtreecommitdiff
path: root/Build/source/texk/musixflx/win32.mak
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/musixflx/win32.mak')
-rw-r--r--Build/source/texk/musixflx/win32.mak50
1 files changed, 0 insertions, 50 deletions
diff --git a/Build/source/texk/musixflx/win32.mak b/Build/source/texk/musixflx/win32.mak
deleted file mode 100644
index 5e1ea57b9d4..00000000000
--- a/Build/source/texk/musixflx/win32.mak
+++ /dev/null
@@ -1,50 +0,0 @@
-################################################################################
-#
-# Makefile : Musixflx
-# Author : Fabrice Popineau <Fabrice.Popineau@supelec.fr>
-# Platform : Win32, Microsoft VC++ 6.0, depends upon fpTeX 0.5 sources
-# Time-stamp: <01/11/19 14:55:29 popineau>
-#
-################################################################################
-root_srcdir = ..\..
-!ifdef DEVELOPMENT
-INCLUDE=$(INCLUDE);$(root_srcdir)\texk.development
-!else
-INCLUDE=$(INCLUDE);$(root_srcdir)\texk
-!endif
-
-USE_GNUW32 = 1
-USE_KPATHSEA = 1
-
-!include <msvc/common.mak>
-
-DEFS = $(DEFS) -DKPATHSEA -DNeedFunctionPrototypes
-
-program = $(objdir)\musixflx.exe
-objects = $(objdir)\musixflx.obj
-
-programs = $(program)
-
-default: all
-
-all: $(objdir) $(programs)
-
-$(program): $(objects) $(kpathsealib)
- $(link) $(**) $(conlibs)
-
-!include <msvc/config.mak>
-
-!include <msvc/install.mak>
-
-install:: install-exec
-
-!include <msvc/clean.mak>
-
-!include <msvc/rdepend.mak>
-!include "./depend.mak"
-
-#
-# Local Variables:
-# mode: makefile
-# End:
-