Made MSDN project file updates to refer to the include folders using relative paths.
This commit is contained in:
		| @@ -26,4 +26,4 @@ | ||||
| #include <windows.h> | ||||
| #include "casa_c_authtoken.h" | ||||
|  | ||||
| #define errno WSAGetLastError() | ||||
| //#define errno WSAGetLastError() | ||||
|   | ||||
| @@ -19,7 +19,7 @@ | ||||
| 			<Tool | ||||
| 				Name="VCCLCompilerTool" | ||||
| 				Optimization="0" | ||||
| 				AdditionalIncludeDirectories=""C:\Dev\casa\CASA-auth-token\non-java\client\test\windows";"C:\Dev\casa\CASA-auth-token\non-java\include";"C:\Program Files\novell\CASA\include"" | ||||
| 				AdditionalIncludeDirectories=".\;..\..\..\include;"C:\Program Files\novell\CASA\include"" | ||||
| 				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" | ||||
| 				MinimalRebuild="TRUE" | ||||
| 				BasicRuntimeChecks="3" | ||||
| @@ -44,7 +44,7 @@ | ||||
| 				Name="VCMIDLTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCPostBuildEventTool" | ||||
| 				CommandLine="copy ..\windows\debug\authtoken.dll debug\authtoken.dll"/> | ||||
| 				CommandLine="copy ..\..\windows\debug\authtoken.dll debug\authtoken.dll"/> | ||||
| 			<Tool | ||||
| 				Name="VCPreBuildEventTool"/> | ||||
| 			<Tool | ||||
| @@ -70,7 +70,7 @@ | ||||
| 			CharacterSet="2"> | ||||
| 			<Tool | ||||
| 				Name="VCCLCompilerTool" | ||||
| 				AdditionalIncludeDirectories=""C:\Dev\casa\CASA-auth-token\non-java\client\test\windows";"C:\Dev\casa\CASA-auth-token\non-java\include";"C:\Program Files\novell\CASA\include"" | ||||
| 				AdditionalIncludeDirectories=".\;..\..\..\include;"C:\Program Files\novell\CASA\include"" | ||||
| 				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" | ||||
| 				RuntimeLibrary="4" | ||||
| 				UsePrecompiledHeader="0" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user