]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 2864] 4.2.8p3 fails to compile on Windows.
authorJuergen Perlinger <perlinger@ntp.org>
Wed, 1 Jul 2015 06:40:44 +0000 (08:40 +0200)
committerJuergen Perlinger <perlinger@ntp.org>
Wed, 1 Jul 2015 06:40:44 +0000 (08:40 +0200)
  fixed project files. (tested with VS2008 and VS2013)

bk: 55938b6ctH50SLL0NC7jAzLrKTth2Q

ChangeLog
ports/winnt/vs2005/ntpd.vcproj
ports/winnt/vs2008/ntpd/ntpd.vcproj
ports/winnt/vs2013/ntpd/ntpd.vcxproj
ports/winnt/vs2013/ntpd/ntpd.vcxproj.filters

index 738ae225867dfff0300f10d06af02b5cf5c6f0d5..6f8787a4a8516b694afb8012eef69b687ed683ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@
   Fixed in Martin's changes to Bug 2855.  Martin Burnicki.
 * [Bug 2859] Improve raw DCF77 robustness deconding.  Frank Kardel.
 * [Bug 2860] ntpq ifstats sanity check is too stringent.  Frank Kardel.
+* [Bug 2864] 4.2.8p3 fails to compile on Windows. Juergen Perlinger
 * README.leapsmear added.  Martin Burnicki.
 * README.leapsmear edited.  Harlan Stenn.
 * tests/libntp/msyslog.c: fixed a gcc warning. Tomasz Flendrich.
index 005f287bcd5bdde7a9c6d60857b5b0420480b347..bd2547c475fa404cb6134dceea9e10dc6cc9fb83 100644 (file)
                                        />
                                </FileConfiguration>
                        </File>
+                       <File
+                               RelativePath="..\..\..\ntpd\rc_cmdlength.c"
+                               >
+                               <FileConfiguration
+                                       Name="Release|Win32"
+                                       >
+                                       <Tool
+                                               Name="VCCLCompilerTool"
+                                               AdditionalIncludeDirectories=""
+                                               PreprocessorDefinitions=""
+                                       />
+                               </FileConfiguration>
+                               <FileConfiguration
+                                       Name="Debug|Win32"
+                                       >
+                                       <Tool
+                                               Name="VCCLCompilerTool"
+                                               AdditionalIncludeDirectories=""
+                                               PreprocessorDefinitions=""
+                                       />
+                               </FileConfiguration>
+                       </File>
                </Filter>
                <Filter
                        Name="Header Files"
index 8f2fa3bc8b1de70f6b41dc654f53e6b102b56633..362fda82221c30cce01d9ea8d7d70ebb646b87c0 100644 (file)
                                RelativePath="..\..\ntpd\ntservice.c"
                                >
                        </File>
+                       <File
+                               RelativePath="..\..\..\..\ntpd\rc_cmdlength.c"
+                               >
+                       </File>
                        <File
                                RelativePath=".\version.c"
                                >
index d6ef87b2e953a7a0e02343f4582a713a7e59d711..5bc7082100d2251652d697d749418dc0e3167536 100644 (file)
     <ClCompile Include="..\..\..\..\ntpd\ntp_signd.c" />
     <ClCompile Include="..\..\..\..\ntpd\ntp_timer.c" />
     <ClCompile Include="..\..\..\..\ntpd\ntp_util.c" />
+    <ClCompile Include="..\..\..\..\ntpd\rc_cmdlength.c" />
     <ClCompile Include="..\..\..\..\ntpd\refclock_acts.c" />
     <ClCompile Include="..\..\..\..\ntpd\refclock_arbiter.c" />
     <ClCompile Include="..\..\..\..\ntpd\refclock_arc.c" />
index 32c11930914f534dcebc64921654103b7324483f..f72a8e8947940935f3cc9fd55f0a77fe4535ac6a 100644 (file)
     <ClCompile Include="version.c">
       <Filter>Source Files</Filter>
     </ClCompile>
+    <ClCompile Include="..\..\..\..\ntpd\rc_cmdlength.c">
+      <Filter>Source Files</Filter>
+    </ClCompile>
   </ItemGroup>
   <ItemGroup>
     <ClInclude Include="..\..\..\..\include\ascii.h">