diff options
Diffstat (limited to 'Build/source/utils/win32.mak')
-rw-r--r-- | Build/source/utils/win32.mak | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/Build/source/utils/win32.mak b/Build/source/utils/win32.mak new file mode 100644 index 00000000000..23becebf366 --- /dev/null +++ b/Build/source/utils/win32.mak @@ -0,0 +1,39 @@ +################################################################################ +# +# Makefile : fpTeX utils subdirectory +# Author : Fabrice Popineau <Fabrice.Popineau@supelec.fr> +# Platform : Win32, Microsoft VC++ 6.0, depends upon fpTeX 0.5 sources +# Time-stamp: <03/08/21 11:49:39 popineau> +# +################################################################################ +root_srcdir = .. +!ifdef DEVELOPMENT +INCLUDE=$(INCLUDE);$(root_srcdir)\texk.development +!else +INCLUDE=$(INCLUDE);$(root_srcdir)\texk +!endif + +!include <msvc/common.mak> + +# Package subdirectories, the library, and all subdirectories. +subdirs = \ + bzip2 \ + gzip \ +# dvipng \ + jpeg2ps \ + lcdf-typetools \ + psutils \ + t1utils \ + texinfo \ + vlna \ + TeXSetup \ + TeXLive + +!include <msvc/subdirs.mak> +!include <msvc/clean.mak> + +# +# Local Variables: +# mode: Makefile +# End: +# DO NOT DELETE |