Mercurial > sdl-ios-xcode
comparison build-scripts/ltmain.sh @ 1659:14717b52abc0 SDL-1.3
Merge trunk-1.3-3
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 17 May 2006 08:18:28 +0000 |
parents | ec3466b08f17 |
children | 4800979de337 803eeeeaa8a0 |
comparison
equal
deleted
inserted
replaced
1658:e49147870aac | 1659:14717b52abc0 |
---|---|
5006 } | 5006 } |
5007 | 5007 |
5008 EOF | 5008 EOF |
5009 | 5009 |
5010 case $host_os in | 5010 case $host_os in |
5011 mingw*) | 5011 *cygwin* | *mingw* ) |
5012 cat >> $cwrappersource <<EOF | 5012 cat >> $cwrappersource <<EOF |
5013 execv("$SHELL",(char const **)newargz); | 5013 execv("$SHELL",(char const **)newargz); |
5014 EOF | 5014 EOF |
5015 ;; | 5015 ;; |
5016 *) | 5016 *) |