Changeset 13bb32 in git


Ignore:
Timestamp:
Jun 23, 2009, 9:47:14 AM (14 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
689733233a036f5c2c68012b0210091f8c63a80d
Parents:
587cc52fbea6eb31ce24d13c81748bbe2743326e
Message:
new Windows desktop and start menu shortcuts for starting Singular within Emacs


git-svn-id: file:///usr/local/Singular/svn/trunk@11917 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    r587cc5 r13bb32  
    313313        @echo -e  '# Emacs + Singular' >> /etc/postinstall/singular-icons.sh
    314314        @echo -e  'if test -f /bin/XWin.exe; then' >> /etc/postinstall/singular-icons.sh
    315         @echo -e  'mkshortcut -A -a \047bash -l -c "/bin/startxwin.bat && sleep 5 && ESingular --emacs=xemacs"\047 \' >> /etc/postinstall/singular-icons.sh
     315        @echo -e  'mkshortcut -A -a \047bash -c -l "((xwin -multiwindow -clipboard -silent-dup-error &) && sleep 5 && (ESingular --emacs=xemacs)) &"\047 \' >> /etc/postinstall/singular-icons.sh
    316316        @echo -e  '       -i ${CYGWIN_SINGULAR_BIN}/runESingular.exe -n "Singular CAS\\Singular (Emacs and X-Server)" \' >> /etc/postinstall/singular-icons.sh
    317317        @echo -e  '       -w /bin \' >> /etc/postinstall/singular-icons.sh
     
    332332        @echo -e  '# Emacs + Singular' >> /etc/postinstall/singular-icons.sh
    333333        @echo -e  'if test -f /bin/XWin.exe; then' >> /etc/postinstall/singular-icons.sh
    334         @echo -e  'mkshortcut -A -a \047bash -l -c "/bin/startxwin.bat && sleep 5 && ESingular --emacs=xemacs"\047 \' >> /etc/postinstall/singular-icons.sh
     334        @echo -e  'mkshortcut -A -a \047bash -c -l "((xwin -multiwindow -clipboard -silent-dup-error &) && sleep 5 && (ESingular --emacs=xemacs)) &"\047 \' >> /etc/postinstall/singular-icons.sh
    335335        @echo -e  '       -i ${CYGWIN_SINGULAR_BIN}/runESingular.exe -n "Singular (Emacs and X-Server)" \' >> /etc/postinstall/singular-icons.sh
    336336        @echo -e  '       -w /bin \' >> /etc/postinstall/singular-icons.sh
Note: See TracChangeset for help on using the changeset viewer.