summaryrefslogtreecommitdiff
path: root/Build/source/libs/xpdf/win32.mak
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/xpdf/win32.mak')
-rw-r--r--Build/source/libs/xpdf/win32.mak30
1 files changed, 30 insertions, 0 deletions
diff --git a/Build/source/libs/xpdf/win32.mak b/Build/source/libs/xpdf/win32.mak
new file mode 100644
index 00000000000..0f0fe9442b9
--- /dev/null
+++ b/Build/source/libs/xpdf/win32.mak
@@ -0,0 +1,30 @@
+################################################################################
+#
+# Makefile : XPdf
+# Author : Fabrice Popineau <Fabrice.Popineau@supelec.fr>
+# Platform : Win32, Microsoft VC++ 6.0, depends upon fpTeX 0.5 sources
+# Time-stamp: <03/08/14 19:05:00 popineau>
+#
+################################################################################
+root_srcdir=..\..
+!ifdef DEVELOPMENT
+INCLUDE=$(INCLUDE);$(root_srcdir)\texk.development
+!else
+INCLUDE=$(INCLUDE);$(root_srcdir)\texk
+!endif
+
+!include <msvc/common.mak>
+
+# Package subdirectories.
+subdirs = goo xpdf doc
+
+!include <msvc/subdirs.mak>
+!include <msvc/clean.mak>
+
+distclean::
+ -@$(del) aconf.h
+
+#
+# Local Variables:
+# mode: Makefile
+# End: