relnotes update and get win32 compile working with latest updates
This commit is contained in:
parent
ffb7979246
commit
4a51c8c854
2 changed files with 3 additions and 10 deletions
9
RELNOTES
9
RELNOTES
|
@ -24,11 +24,4 @@ using this version.
|
|||
|
||||
Known issues that we are aware of and should not be reported:
|
||||
|
||||
* You may get a warning during compilation similar to:
|
||||
* proxy.c: In function `init_libopm':
|
||||
* proxy.c:199: warning: passing arg 3 of `add_sockpoll' from incompatible
|
||||
* pointer type
|
||||
* proxy.c:199: warning: passing arg 4 of `add_sockpoll' from incompatible
|
||||
* pointer type gcc -c -
|
||||
* This does not affect the running of OPSB
|
||||
|
||||
None
|
|
@ -19,7 +19,7 @@
|
|||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\dev\include;..\dev\lib\adnswin32;..\dev\lib\keeper;..\dev\lib\curl;..\dev\lib\pcre;.\libopm"
|
||||
AdditionalIncludeDirectories="..\dev\include;..\dev\lib\curl;..\dev\lib\pcre;..\dev\lib\event"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;opsb_EXPORTS"
|
||||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
|
@ -72,7 +72,7 @@
|
|||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories="..\dev\include;..\dev\lib\adnswin32;..\dev\lib\keeper;..\dev\lib\curl;..\dev\lib\pcre;.\libopm"
|
||||
AdditionalIncludeDirectories="..\dev\include;..\dev\lib\curl;..\dev\lib\pcre;..\dev\lib\event"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;opsb_EXPORTS"
|
||||
RuntimeLibrary="0"
|
||||
UsePrecompiledHeader="0"
|
||||
|
|
Reference in a new issue