diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-17 21:16:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-17 21:16:42 +0000 |
commit | a3d3111bfe26b8e5f5bc6049dfb2a4ca2edc7881 (patch) | |
tree | f4a8a34f904c1bb86adcc3ae0e14434badc6dbe4 /Build/source/utils/win32.mak | |
parent | 6c0eafbb1395d426a72a74538e0b2a95e8344ca6 (diff) |
utils 1
git-svn-id: svn://tug.org/texlive/trunk@1484 c570f23f-e606-0410-a88d-b1316a301751
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 |