STLPort 5.1.5 编译

STLPort 5.1.5 编译

STLPort 5.1.5 下载

http://sourceforge.net/project/showfiles.php?group_id=146814

Bat文件

 

cd c:\Program Files\Microsoft Visual Studio\VC98\bin
pause

call VCVARS32.BAT
pause

rem cd C:\STLport-5.1.5\STLport-5.1.5\build\Makefiles\nmake
cd C:\STLport-5.1.5\STLport-5.1.5\build\lib
pause
call configure --help
pause
call configure -c msvc6
pause
nmake /f msvc.mak
nmake /f msvc.mak install

rem nmake -f vc6.mak clean all
rem nmake -f vc6.mak install

pause
exit

你可能感兴趣的:(STLPort 5.1.5 编译)