Nick Hammond <[EMAIL PROTECTED]> wrote in message
news:2601@palm-dev-forum...

> The next problem is build-prc.exe which refuses to accept wildcards using
> either the old or the new command line style.

Sergio Carvalho has provided the solution to this problem in a private
message.
Changing:
     build-prc appname.def appname *.bin
to:
     build-prc appname.def appname `ls *.bin`
works fine as long as the "--unix" option is used with make to force the use
of sh rather than the DOS Shell.

I'm still not sure why this is necessary with the 2.0 version but not the
0.5.0 version but assume that the different Cygwin versions may have
something to do with it.




-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to