summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorPiotr Strzelczyk <piotr@eps.gda.pl>2010-06-13 21:46:00 +0000
committerPiotr Strzelczyk <piotr@eps.gda.pl>2010-06-13 21:46:00 +0000
commitd9664a1a53881c3b0fc7b4feb7d98c3c0b5560a7 (patch)
tree5cef84037f54ed13c2a0dcae0071c85fc6897dae /Master
parent25589438a272490960cf29058a19481e8338f52b (diff)
remove old batch wrapper for asy
git-svn-id: svn://tug.org/texlive/trunk@18949 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/bin/win32/asy.bat20
1 files changed, 0 insertions, 20 deletions
diff --git a/Master/bin/win32/asy.bat b/Master/bin/win32/asy.bat
deleted file mode 100755
index 8abd057a099..00000000000
--- a/Master/bin/win32/asy.bat
+++ /dev/null
@@ -1,20 +0,0 @@
-@echo off
-rem Start-up script for Asymptote
-rem
-rem Originally written by Tomasz M. Trzeciak
-rem Public Domain
-
-setlocal enableextensions
-rem Get TL installation root (w/o trailing backslash)
-set TLROOT=%~dp0:
-set TLROOT=%TLROOT:\bin\win32\:=%
-rem Add gs and bin dir to PATH
-path %TLROOT%\bin\win32;%TLROOT%\tlpkg\tlgs\bin;%PATH%
-rem GS environment
-set GS_DLL=%tlroot%\tlpkg\tlgs\bin\gsdll32.dll
-set GS_LIB=%TLROOT%\tlpkg\tlgs\lib;%TLROOT%\tlpkg\tlgs\fonts
-set ASYMPTOTE_GS=gswin32c.exe
-rem Suppress cygwin warning about DOS paths
-set CYGWIN=nodosfilewarning
-rem Call asy.exe
-"%TLROOT%\tlpkg\asymptote\asy.exe" %*