diff options
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/bin/win32/sam2p.bat | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Master/bin/win32/sam2p.bat b/Master/bin/win32/sam2p.bat deleted file mode 100755 index 94826fe36c5..00000000000 --- a/Master/bin/win32/sam2p.bat +++ /dev/null @@ -1,13 +0,0 @@ -@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" %*
|