From 70ac4914518e0436396c21b8b358ac89b75220ac Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Thu, 30 Oct 2014 12:23:49 +0000 Subject: texk/web2c [W32TEX]: Handling of tex.dll etc git-svn-id: svn://tug.org/texlive/trunk@35471 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/pmpostdir/ChangeLog | 4 ++++ Build/source/texk/web2c/pmpostdir/pmpost.ch | 10 ++++++++++ 2 files changed, 14 insertions(+) (limited to 'Build/source/texk/web2c/pmpostdir') diff --git a/Build/source/texk/web2c/pmpostdir/ChangeLog b/Build/source/texk/web2c/pmpostdir/ChangeLog index ad7bb5eac99..7865fcbde62 100644 --- a/Build/source/texk/web2c/pmpostdir/ChangeLog +++ b/Build/source/texk/web2c/pmpostdir/ChangeLog @@ -1,3 +1,7 @@ +2014-10-30 Peter Breitenlohner + + * pmpost.ch [W32TEX]: Handle building of (u)pmpost.dll. + 2014-10-26 Karl Berry * pmpsamp.test, upmpsamp.test: check that e[u]ptex can read diff --git a/Build/source/texk/web2c/pmpostdir/pmpost.ch b/Build/source/texk/web2c/pmpostdir/pmpost.ch index 01b57fc5ccf..cb4c2f117ef 100644 --- a/Build/source/texk/web2c/pmpostdir/pmpost.ch +++ b/Build/source/texk/web2c/pmpostdir/pmpost.ch @@ -233,6 +233,16 @@ else const char * banner = "This is " P_UP "MetaPost, version "; @z +@x +#define DLLPROC dllmpostmain +@y +#ifdef UPMP +#define DLLPROC dllupmpostmain +#else +#define DLLPROC dllpmpostmain +#endif +@z + @x if (dvitomp_only) { @; -- cgit v1.2.3