diff options
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 |