summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Kotucha <reinhard.kotucha@web.de>2009-10-09 19:24:28 +0000
committerReinhard Kotucha <reinhard.kotucha@web.de>2009-10-09 19:24:28 +0000
commitc66df780ebcf75dc6ea46dd7ea78488e5d0c0f07 (patch)
treebbd9f29a021c126648d34e61ad6d574264122879
parent16ec2695c4ae06bda3ea21bc6ccb2a489230b98f (diff)
sam2p: batch wrapper added.
git-svn-id: svn://tug.org/texlive/trunk@15721 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/bin/win32/sam2p.bat13
-rwxr-xr-xMaster/bin/win32/sam2p.exebin335872 -> 1536 bytes
-rwxr-xr-xMaster/tlpkg/sam2p/sam2p.exebin0 -> 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
index bc0bda14eb9..5777d90a17a 100755
--- a/Master/bin/win32/sam2p.exe
+++ b/Master/bin/win32/sam2p.exe
Binary files differ
diff --git a/Master/tlpkg/sam2p/sam2p.exe b/Master/tlpkg/sam2p/sam2p.exe
new file mode 100755
index 00000000000..bc0bda14eb9
--- /dev/null
+++ b/Master/tlpkg/sam2p/sam2p.exe
Binary files differ