79 | | 2. Set the '''`INCLUDE`''' environment variable to include the compilers `atlmfc/include/` and `include/` directory. |
80 | | 3. Set the '''`LIB`''' environment variable to include the compilers `atlmfc/lib/` and `lib/` directories. Take care to point to the correct architecture path (amd64 or x86). |
81 | | 4. Set the '''`LIBPATH`''' environment variable to include the compilers `atlmfc/lib/` directories. Take care to point to the correct architecture path (amd64 or x86). |
| 79 | 2. Set the '''`INCLUDE`''' environment variable to include the compilers `atlmfc/include/` (ATL/MFC) and `include/` directories. |
| 80 | 3. Set the '''`LIB`''' environment variable to include the compilers `atlmfc/lib/` (ATL/MFC) and `lib/` directories. Take care to point to the correct architecture path (amd64 or x86). |
| 81 | 4. Set the '''`LIBPATH`''' environment variable to include the compilers `atlmfc/lib/` (ATL/MFC) directory. Take care to point to the correct architecture path (amd64 or x86). |