Re: [Nant-users] link error -- cannot open user32.lib

2005-07-25 Thread Martin Gainty
find where user32.lib is located and stick it in the front part of the LIB environment variable - Original Message - From: "Jill Bryan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; Sent: Monday, July 25, 2005 9:20 AM Subject: RE: [Nant-users] link error -- cann

RE: [Nant-users] link error -- cannot open user32.lib

2005-07-25 Thread Jill Bryan
. It"s LIB. See vcvars32.bat. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jill Bryan Sent: Friday, July 22, 2005 1:54 PM To: [EMAIL PROTECTED] Subject: [Nant-users] link error -- cannot open user32.lib My solution builds when I use the IDE, but with

RE: [Nant-users] link error -- cannot open user32.lib

2005-07-22 Thread Melissa Kacher
The linker doesn't use PATH to find libraries. It's LIB. See vcvars32.bat. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jill Bryan Sent: Friday, July 22, 2005 1:54 PM To: nant-users@lists.sourceforge.net Subject: [Nant-users] link error

[Nant-users] link error -- cannot open user32.lib

2005-07-22 Thread Jill Bryan
My solution builds when I use the IDE, but with NAnt, I get an error. Here is the following output from the command prompt: C:\ant\nant\bin>nant NAnt 0.85 (Build 0.85.1932.0; rc3; 4/16/2005) Copyright (C) 2001-2005 Gerry Shaw http://nant.sourceforge.net Buildfile: file:///C:/ant/nant/bin/test.b