search for: msvcdir

Displaying 1 result from an estimated 1 matches for "msvcdir".

Did you mean: svcdir
2002 Jul 23
1
Please correct this bugs in vorbis win32 environment
...3) Batch files assume that you have MSVC installed at "C:". Well, i don't have MSVC installed at "C:" :) Small fixes should be applied to all batch files. This line: call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat" should look like this: call %MSVCDir%\bin\vcvars32.bat Also you need to set SRCROOT environment variable to an appropriate directory. Of course the best way to compile libraries is to use .dsw files. But you still need to rename those 3 directories to an appropriate names (see point 1). Also some MSVC projects should be fixed. When y...