Made MSDN project file updates to refer to the include folders using relative paths.

This commit is contained in:
Juan Carlos Luciani
2006-10-03 15:28:54 +00:00
parent 17546e4602
commit cd3313e8e1
5 changed files with 22 additions and 22 deletions

View File

@@ -26,4 +26,4 @@
#include <windows.h>
#include "casa_c_authtoken.h"
#define errno WSAGetLastError()
//#define errno WSAGetLastError()

View File

@@ -19,7 +19,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="&quot;C:\Dev\casa\CASA-auth-token\non-java\client\test\windows&quot;;&quot;C:\Dev\casa\CASA-auth-token\non-java\include&quot;;&quot;C:\Program Files\novell\CASA\include&quot;"
AdditionalIncludeDirectories=".\;..\..\..\include;&quot;C:\Program Files\novell\CASA\include&quot;"
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="&quot;C:\Dev\casa\CASA-auth-token\non-java\client\test\windows&quot;;&quot;C:\Dev\casa\CASA-auth-token\non-java\include&quot;;&quot;C:\Program Files\novell\CASA\include&quot;"
AdditionalIncludeDirectories=".\;..\..\..\include;&quot;C:\Program Files\novell\CASA\include&quot;"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
RuntimeLibrary="4"
UsePrecompiledHeader="0"