
gram at xiexie
Dec 22, 2000, 7:21 AM
Post #2 of 3
(149 views)
Permalink
|
On Fri, 22 Dec 2000 15:13:44 +0100 Guillaume Le Malet <guillaume.le.malet [at] fnac> wrote: > Hi, > I'm still trying to compile ethereal and I've got a question: > > -what does mean "you can invoke the vcvars32.bat script" in the > make.win32 file? > > And how can I do it? > > thx. > > guillaume. > When you install MS Visual C/C++, the installation program can sets some environment variables so that you can run "cl" from the command-line. If you choose not to set these environment variables, then you have to run the vcvars32.bat script that MSVC creates in order to set those environment variables in your current shell so that you can run "cl" from the command line. --gilbert
|