On Sat, 15 Feb 2003, J. Grant wrote:

> Is there a way to declare the INCLUDE and LIB from bash and have Wine
> convert the ":" to ";" so it is usable by the win32 nmake.exe program at
> all?
>
> Thanks for the help so far!
>
> Regards
>
> JG
can you not just export them with the ; so wine doesn't need to convert
them?

[whit@giftie whit]$ export INCLUDE="c:\\foo\\var\\bas;d:\\bar\\baz"
[whit@giftie whit]$ echo $INCLUDE
c:\foo\var\bas;d:\bar\baz
[whit@giftie whit]$ export LIB='c:\fubar;d:\oops\help'
[whit@giftie whit]$ echo $LIB
c:\fubar;d:\oops\help

Lawson
--
---oops---



________________________________________________________________
Sign Up for Juno Platinum Internet Access Today
Only $9.95 per month!
Visit www.juno.com

Reply via email to