diff options
-rwxr-xr-x | Master/bin/win32/asy.bat | 5 | ||||
-rwxr-xr-x | Master/tlpkg/asymptote/asy.exe (renamed from Master/bin/win32/asy.exe) | bin | 4923904 -> 4923904 bytes | |||
-rw-r--r-- | Master/tlpkg/asymptote/cygwin1.dll (renamed from Master/bin/win32/cygwin1.dll) | bin | 1872884 -> 1872884 bytes | |||
-rw-r--r-- | Master/tlpkg/asymptote/freeglut.dll (renamed from Master/bin/win32/freeglut.dll) | bin | 196096 -> 196096 bytes | |||
-rw-r--r-- | Master/tlpkg/asymptote/glu32.dll (renamed from Master/bin/win32/glu32.dll) | bin | 307200 -> 307200 bytes | |||
-rw-r--r-- | Master/tlpkg/tlpsrc/asymptote.tlpsrc | 4 |
6 files changed, 6 insertions, 3 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/tlpkg/asymptote/asy.exe Binary files differindex 9b0ad3882bf..9b0ad3882bf 100755 --- a/Master/bin/win32/asy.exe +++ b/Master/tlpkg/asymptote/asy.exe diff --git a/Master/bin/win32/cygwin1.dll b/Master/tlpkg/asymptote/cygwin1.dll Binary files differindex 0296b95d7fb..0296b95d7fb 100644 --- a/Master/bin/win32/cygwin1.dll +++ b/Master/tlpkg/asymptote/cygwin1.dll diff --git a/Master/bin/win32/freeglut.dll b/Master/tlpkg/asymptote/freeglut.dll Binary files differindex ad642580b00..ad642580b00 100644 --- a/Master/bin/win32/freeglut.dll +++ b/Master/tlpkg/asymptote/freeglut.dll diff --git a/Master/bin/win32/glu32.dll b/Master/tlpkg/asymptote/glu32.dll Binary files differindex a27605870f0..a27605870f0 100644 --- a/Master/bin/win32/glu32.dll +++ b/Master/tlpkg/asymptote/glu32.dll diff --git a/Master/tlpkg/tlpsrc/asymptote.tlpsrc b/Master/tlpkg/tlpsrc/asymptote.tlpsrc index 2a424947e65..515eda55d94 100644 --- a/Master/tlpkg/tlpsrc/asymptote.tlpsrc +++ b/Master/tlpkg/tlpsrc/asymptote.tlpsrc @@ -1,9 +1,7 @@ category TLCore binpattern f bin/${ARCH}/*asy binpattern f/i386-cygwin bin/i386-cygwin/freeglut.dll -binpattern f/win32 bin/win32/cygwin1.dll -binpattern f/win32 bin/win32/glu32.dll -binpattern f/win32 bin/win32/freeglut.dll +binpattern d/win32 tlpkg/asymptote docpattern f texmf/doc/info/asy*.info docpattern f texmf/doc/man/man1/*asy.* docpattern d texmf/doc/asymptote |