From c6101f91d071883b48b1b4b51e5eba0f36d9a78d Mon Sep 17 00:00:00 2001 From: Denis Bitouzé Date: Thu, 25 Feb 2021 18:23:07 +0000 Subject: French translation for tlmgr updated git-svn-id: svn://tug.org/texlive/trunk@57912 c570f23f-e606-0410-a88d-b1316a301751 --- .../web2c/luatexdir/luafilesystem/Makefile.win | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 Build/source/texk/web2c/luatexdir/luafilesystem/Makefile.win (limited to 'Build/source/texk/web2c/luatexdir/luafilesystem/Makefile.win') diff --git a/Build/source/texk/web2c/luatexdir/luafilesystem/Makefile.win b/Build/source/texk/web2c/luatexdir/luafilesystem/Makefile.win deleted file mode 100644 index 65cab812408..00000000000 --- a/Build/source/texk/web2c/luatexdir/luafilesystem/Makefile.win +++ /dev/null @@ -1,25 +0,0 @@ -# $Id: Makefile.win,v 1.11 2008/05/07 19:06:37 carregal Exp $ - -T= lfs - -include config.win - -SRCS= src\$T.c -OBJS= src\$T.obj - -lib: src\lfs.dll - -.c.obj: - $(CC) /c /Fo$@ $(CFLAGS) $< - -src\lfs.dll: $(OBJS) - link /dll /def:src\$T.def /out:src\lfs.dll $(OBJS) "$(LUA_LIB)" - IF EXIST src\lfs.dll.manifest mt -manifest src\lfs.dll.manifest -outputresource:src\lfs.dll;2 - -install: src\lfs.dll - IF NOT EXIST "$(LUA_LIBDIR)" mkdir "$(LUA_LIBDIR)" - copy src\lfs.dll "$(LUA_LIBDIR)" - -clean: - del src\lfs.dll $(OBJS) src\$T.lib src\$T.exp - IF EXIST src\lfs.dll.manifest del src\lfs.dll.manifest \ No newline at end of file -- cgit v1.2.3