diff options
Diffstat (limited to 'Build/source/texk/cjkutils/win32.mak')
-rw-r--r-- | Build/source/texk/cjkutils/win32.mak | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Build/source/texk/cjkutils/win32.mak b/Build/source/texk/cjkutils/win32.mak new file mode 100644 index 00000000000..14f0d32918a --- /dev/null +++ b/Build/source/texk/cjkutils/win32.mak @@ -0,0 +1,26 @@ +################################################################################ +# +# Makefile : TeXk / CJKutils +# Author : Fabrice Popineau <Fabrice.Popineau@supelec.fr> +# Platform : Win32, Microsoft VC++ 6.0, depends upon fpTeX 0.5 sources +# Time-stamp: <05/08/18 00:00:00 wl> +# +################################################################################ +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 = bat conv hbf2gf + +!include <msvc/subdirs.mak> +!include <msvc/clean.mak> + +# Local Variables: +# mode: Makefile +# End: |