diff options
author | Reinhard Kotucha <reinhard.kotucha@web.de> | 2009-10-09 19:24:28 +0000 |
---|---|---|
committer | Reinhard Kotucha <reinhard.kotucha@web.de> | 2009-10-09 19:24:28 +0000 |
commit | c66df780ebcf75dc6ea46dd7ea78488e5d0c0f07 (patch) | |
tree | bbd9f29a021c126648d34e61ad6d574264122879 /Master | |
parent | 16ec2695c4ae06bda3ea21bc6ccb2a489230b98f (diff) |
sam2p: batch wrapper added.
git-svn-id: svn://tug.org/texlive/trunk@15721 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/bin/win32/sam2p.bat | 13 | ||||
-rwxr-xr-x | Master/bin/win32/sam2p.exe | bin | 335872 -> 1536 bytes | |||
-rwxr-xr-x | Master/tlpkg/sam2p/sam2p.exe | bin | 0 -> 335872 bytes |
3 files changed, 13 insertions, 0 deletions
diff --git a/Master/bin/win32/sam2p.bat b/Master/bin/win32/sam2p.bat new file mode 100755 index 00000000000..94826fe36c5 --- /dev/null +++ b/Master/bin/win32/sam2p.bat @@ -0,0 +1,13 @@ +@echo off
+rem Launcher script for sam2p
+rem Make environment changes local
+setlocal enableextensions
+rem Get TL installation root (w/o trailing backslash)
+set tlroot=%~dp0:
+set tlroot=%tlroot:\bin\win32\:=%
+rem Use provided GS
+set GS_LIB=%tlroot%\tlpkg\tlgs\lib;%tlroot%\tlpkg\tlgs\fonts
+rem Add bin dir to path
+path %tlroot%\bin\win32;%tlroot%\tlpkg\tlgs\bin;%path%
+rem Start sam2p and exit
+"%tlroot%\tlpkg\sam2p\sam2p.exe" %*
diff --git a/Master/bin/win32/sam2p.exe b/Master/bin/win32/sam2p.exe Binary files differindex bc0bda14eb9..5777d90a17a 100755 --- a/Master/bin/win32/sam2p.exe +++ b/Master/bin/win32/sam2p.exe diff --git a/Master/tlpkg/sam2p/sam2p.exe b/Master/tlpkg/sam2p/sam2p.exe Binary files differnew file mode 100755 index 00000000000..bc0bda14eb9 --- /dev/null +++ b/Master/tlpkg/sam2p/sam2p.exe |