diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-10-30 12:23:49 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-10-30 12:23:49 +0000 |
commit | 70ac4914518e0436396c21b8b358ac89b75220ac (patch) | |
tree | 7ea828795f8542f7fde80486b28c57608acdd1f0 /Build/source/texk/web2c/pmpostdir | |
parent | 4bd095316b7b844706b2b6b676c5c7da73ca8d78 (diff) |
texk/web2c [W32TEX]: Handling of tex.dll etc
git-svn-id: svn://tug.org/texlive/trunk@35471 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pmpostdir')
-rw-r--r-- | Build/source/texk/web2c/pmpostdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/pmpostdir/pmpost.ch | 10 |
2 files changed, 14 insertions, 0 deletions
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 <peb@mppmu.mpg.de> + + * pmpost.ch [W32TEX]: Handle building of (u)pmpost.dll. + 2014-10-26 Karl Berry <karl@tug.org> * 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 @@ -234,6 +234,16 @@ else @z @x +#define DLLPROC dllmpostmain +@y +#ifdef UPMP +#define DLLPROC dllupmpostmain +#else +#define DLLPROC dllpmpostmain +#endif +@z + +@x if (dvitomp_only) { @<Read and set dvitomp command line options@>; } else { |