Finished changes to resolve issues associated with server response without payload data.

Changed the name of the .msi files to not include "-msi" as part of the names as per request.

GetAuthToken requests that fail due to a name resolution error now will return an error code indicating the reason.
This commit is contained in:
Juan Carlos Luciani
2007-01-12 12:49:25 +00:00
parent d571fa1391
commit 5f0d0a486f
5 changed files with 33 additions and 11 deletions

View File

@@ -67,7 +67,7 @@
AdditionalDependencies="micasa.lib"
OutputFile="$(OutDir)/pwmech.dll"
LinkIncremental="1"
AdditionalLibraryDirectories="..\..\..\..\..\..\CASA\micasadk\Release"
AdditionalLibraryDirectories=""\Program Files\Novell\CASA\lib";..\..\..\..\..\..\CASA\micasadk\Release"
IgnoreDefaultLibraryNames="libc"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/pw.pdb"
@@ -149,7 +149,7 @@
AdditionalDependencies="micasa.lib"
OutputFile="$(OutDir)/pwmech.dll"
LinkIncremental="1"
AdditionalLibraryDirectories="..\..\..\..\..\..\CASA\micasadk\Release"
AdditionalLibraryDirectories=""\Program Files\Novell\CASA\lib";..\..\..\..\..\..\CASA\micasadk\Release"
IgnoreDefaultLibraryNames="libc"
GenerateDebugInformation="true"
SubSystem="0"