diff options
author | Karl Berry <karl@freefriends.org> | 2008-01-30 22:53:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-01-30 22:53:16 +0000 |
commit | 5b220dd618918fcba08d8a57a50ca22f637f2080 (patch) | |
tree | c57b1cadff663cb55d585011e58dcf6e2f81d37c /Build/source/libs/expat | |
parent | cbadb342afed31e4056992d557544e1904e55827 (diff) |
remove windows sources no longer used, per akira
git-svn-id: svn://tug.org/texlive/trunk@6454 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/expat')
-rw-r--r-- | Build/source/libs/expat/lib/win32.mak | 72 | ||||
-rw-r--r-- | Build/source/libs/expat/win32.mak | 23 |
2 files changed, 0 insertions, 95 deletions
diff --git a/Build/source/libs/expat/lib/win32.mak b/Build/source/libs/expat/lib/win32.mak deleted file mode 100644 index 32b5ab15cca..00000000000 --- a/Build/source/libs/expat/lib/win32.mak +++ /dev/null @@ -1,72 +0,0 @@ -################################################################################ -# -# Makefile : Expat / Lib -# Author : Fabrice Popineau <Fabrice.Popineau@supelec.fr> -# Platform : Win32, Microsoft VC++ 6.0, depends upon fpTeX 0.5 sources -# Time-stamp: <02/09/23 17:43:55 popineau> -# -################################################################################ -root_srcdir = ..\..\.. -INCLUDE=$(INCLUDE);$(root_srcdir)\texk - -# Makefile for expat library -# The library already compiles under win32. -# This Makefile for accomodating the needs of fpTeX. -# (maybe building a .dll later) - -USE_EXPAT = 1 -MAKE_EXPAT = 1 - -!include <msvc/common.mak> - -programs = $(expatdll) -includefiles = expat.h -libfiles = $(expatlib) -objects = \ - $(objdir)\xmlrole.obj \ - $(objdir)\xmltok.obj \ - $(objdir)\xmlparse.obj - -DEFS = -DCOMPILED_FROM_DSP -DVERSION=\"expat_1.95.1\" $(DEFS) - -default: all - -all: $(objdir) $(expat) - -lib: $(objdir) $(expatlib) - -!ifdef EXPAT_DLL -DEFS = -DMAKE_EXPAT_DLL $(DEFS) - -$(expatlib): $(objdir) $(objects) - $(archive) /DEF $(objects) - -$(expatdll): $(objects) $(objdir)\expat.res - $(link_dll) $(**) $(expatlib:.lib=.exp) $(conlibs) - -!else -$(expatlib): $(objdir) $(objects) - $(archive) $(objects) - -!endif - -!include <msvc/config.mak> - -!include <msvc/install.mak> - -install:: install-exec install-lib install-include - -!include <msvc/clean.mak> -!include <msvc/version.mak> - -distclean clean:: - -@$(del) Release\* Debug\* *.aps *.ncb *.opt - -!include <msvc/rdepend.mak> -!include "./depend.mak" - -# -# Local Variables: -# mode: makefile -# End: - diff --git a/Build/source/libs/expat/win32.mak b/Build/source/libs/expat/win32.mak deleted file mode 100644 index 9c95612e73c..00000000000 --- a/Build/source/libs/expat/win32.mak +++ /dev/null @@ -1,23 +0,0 @@ -################################################################################ -# -# Makefile : Expat -# Author : Fabrice Popineau <Fabrice.Popineau@supelec.fr> -# Platform : Win32, Microsoft VC++ 6.0, depends upon fpTeX 0.5 sources -# Time-stamp: <01/11/19 09:44:28 popineau> -# -################################################################################ -# Top-level Makefile for kpathsea-using programs. -root_srcdir = ..\.. -INCLUDE=$(INCLUDE);$(root_srcdir)\texk - -!include <msvc/common.mak> - -# Package subdirectories. -subdirs = lib - -!include <msvc/subdirs.mak> -!include <msvc/clean.mak> - -# Local Variables: -# mode: Makefile -# End: |