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