[NeoStats-Devel] [Commits] r161 - branches/3.0
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: Mark Date: Wed Apr 13 06:05:12 2005 New Revision: 161 Modified: branches/3.0/RELNOTES branches/3.0/opsb.vcproj Log: relnotes update and get win32 compile working with latest updates Modified: branches/3.0/RELNOTES ============================================================================== --- branches/3.0/RELNOTES (original) +++ branches/3.0/RELNOTES Wed Apr 13 06:05:12 2005 @@ -24,11 +24,4 @@ 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 \ No newline at end of file Modified: branches/3.0/opsb.vcproj ============================================================================== --- branches/3.0/opsb.vcproj (original) +++ branches/3.0/opsb.vcproj Wed Apr 13 06:05:12 2005 @@ -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"