Line | |
---|
1 | extends-toolset msvc-stlport ; |
---|
2 | |
---|
3 | flags $(gCURRENT_TOOLSET) STLPORT_LIB_BASE_NAME ; |
---|
4 | |
---|
5 | STLPORT_LIB_BASE_NAME ?= stlport_vc70 ; |
---|
6 | |
---|
7 | # bring in the STLPort configuration |
---|
8 | SEARCH on stlport.jam = $(BOOST_BUILD_PATH) ; |
---|
9 | include stlport.jam ; |
---|
10 | |
---|
11 | # singleton variables... |
---|
12 | set-as-singleton VC7_ROOT ; |
---|
13 | |
---|
14 | if ! $(MSVCDir) |
---|
15 | { |
---|
16 | ProgramFiles ?= $(PROGRAMFILES) ; |
---|
17 | VC7_ROOT ?= $(ProgramFiles:J=" ")"\\Microsoft Visual Studio .NET\\VC7" ; |
---|
18 | VC_TOOL_PATH = "$(VC7_ROOT)"\\bin\\ ; |
---|
19 | VC_SETUP = "CALL \"$(VC_TOOL_PATH)VCVARS32.BAT\" >nul" ; |
---|
20 | } |
---|
21 | VC_PDB_NAME = vc70 ; |
---|
22 | |
---|
23 | feature native-wchar_t : off on ; |
---|
24 | |
---|
25 | flags vc7 CFLAGS : /Op ; |
---|
26 | flags vc7 C++FLAGS : /Zc:forScope ; |
---|
27 | flags vc7 C++FLAGS <native-wchar_t>on : /Zc:wchar_t ; |
---|
28 | |
---|
29 | # The following #// line will be used by the regression test table generation |
---|
30 | # program as the column heading for HTML tables. Must not include version number. |
---|
31 | #//<a href="http://msdn.microsoft.com/vstudio/default.asp">Micro-<br>soft<br>VC++</a><br><a href="http://www.stlport.org/">STLport</a> |
---|
32 | |
---|
Note: See
TracBrowser
for help on using the repository browser.