wcmd autoexec.bat?

whitnl73 at juno.com whitnl73 at juno.com
Fri Feb 14 21:15:55 CST 2003


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 at giftie whit]$ export INCLUDE="c:\\foo\\var\\bas;d:\\bar\\baz"
[whit at giftie whit]$ echo $INCLUDE
c:\foo\var\bas;d:\bar\baz
[whit at giftie whit]$ export LIB='c:\fubar;d:\oops\help'
[whit at 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



More information about the wine-devel mailing list