diff options
author | Piotr Strzelczyk <piotr@eps.gda.pl> | 2009-06-23 22:24:55 +0000 |
---|---|---|
committer | Piotr Strzelczyk <piotr@eps.gda.pl> | 2009-06-23 22:24:55 +0000 |
commit | ea9857e2b2eb00b3fa23839a9069fdf53e449d34 (patch) | |
tree | ab781cc53b1b72a9544f3b1e5a5774f725d30b61 /Master/bin | |
parent | b9720b9e86a9a9c53933553a182a071ed7b98090 (diff) |
move asy out of bin/win32
git-svn-id: svn://tug.org/texlive/trunk@13925 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin')
-rwxr-xr-x | Master/bin/win32/asy.bat | 5 | ||||
-rwxr-xr-x | Master/bin/win32/asy.exe | bin | 4923904 -> 0 bytes | |||
-rw-r--r-- | Master/bin/win32/cygwin1.dll | bin | 1872884 -> 0 bytes | |||
-rw-r--r-- | Master/bin/win32/freeglut.dll | bin | 196096 -> 0 bytes | |||
-rw-r--r-- | Master/bin/win32/glu32.dll | bin | 307200 -> 0 bytes |
5 files changed, 5 insertions, 0 deletions
diff --git a/Master/bin/win32/asy.bat b/Master/bin/win32/asy.bat new file mode 100755 index 00000000000..b5206bf9baf --- /dev/null +++ b/Master/bin/win32/asy.bat @@ -0,0 +1,5 @@ +@echo off +setlocal +set CYGWIN=nodosfilewarning +for %%I in ("%~dp0..\..") do path %%~fI;%PATH% +"%~dp0..\..\tlpkg\asymptote\asy.exe" %* diff --git a/Master/bin/win32/asy.exe b/Master/bin/win32/asy.exe Binary files differdeleted file mode 100755 index 9b0ad3882bf..00000000000 --- a/Master/bin/win32/asy.exe +++ /dev/null diff --git a/Master/bin/win32/cygwin1.dll b/Master/bin/win32/cygwin1.dll Binary files differdeleted file mode 100644 index 0296b95d7fb..00000000000 --- a/Master/bin/win32/cygwin1.dll +++ /dev/null diff --git a/Master/bin/win32/freeglut.dll b/Master/bin/win32/freeglut.dll Binary files differdeleted file mode 100644 index ad642580b00..00000000000 --- a/Master/bin/win32/freeglut.dll +++ /dev/null diff --git a/Master/bin/win32/glu32.dll b/Master/bin/win32/glu32.dll Binary files differdeleted file mode 100644 index a27605870f0..00000000000 --- a/Master/bin/win32/glu32.dll +++ /dev/null |