summaryrefslogtreecommitdiff
path: root/Build/source/libs/expat/win32.mak
blob: 9c95612e73cfebe69c764ef59af4aa6abccec53f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
################################################################################
#
# 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: