sln2005 - setting INCLUDE and LIB folders

Hi,

I am new to TeamCity and trying to compile a C++ project.

I need to change the INCLUDE and LIB folders as my project needs to include headers from "C:\Program Files\Microsoft SDKs\Windows\v7.0\Include"

How do I change sln2005 so the first INCLUDE folder is the SDK 7 folder?

How do I change sln2005 builder?

Thanks

0
1 comment

Do you mean INCLUDE and LIB environment variables?

You can set environment variables for the build configuration on "6.Properties and environment variables" build configuration settings step.

sln* TeamCity runners are based on MSBuild so I am not sure C++ project will work OK. You can probably defer to using command-line runner.

0

Please sign in to leave a comment.