From: Dave Hart Date: Wed, 31 Aug 2011 16:37:06 +0000 (+0000) Subject: Remove now-unsupported vc6 and vs2003 subdirs of ports/winnt. X-Git-Tag: NTP_4_2_7P211~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfc9abf1c0a1f38053eecf68303646888bd88ac2;p=thirdparty%2Fntp.git Remove now-unsupported vc6 and vs2003 subdirs of ports/winnt. bk: 4e5e6332unykNwI6RxGrqPIUSg5fbQ --- diff --git a/ports/winnt/vc6/Instsrv.dsp b/ports/winnt/vc6/Instsrv.dsp deleted file mode 100644 index 9a1fdac2a..000000000 --- a/ports/winnt/vc6/Instsrv.dsp +++ /dev/null @@ -1,103 +0,0 @@ -# Microsoft Developer Studio Project File - Name="instsrv" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=instsrv - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "Instsrv.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Instsrv.mak" CFG="instsrv - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "instsrv - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "instsrv - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName ""$/ntp/dev/ports/winnt/instsrv", VVBAAAAA" -# PROP Scc_LocalPath "." -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "instsrv - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "instsrv\Release" -# PROP BASE Intermediate_Dir "instsrv\Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "instsrv\Release" -# PROP Intermediate_Dir "instsrv\Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MT /W4 /GX /O2 /I "..\..\..\include" /I "..\include" /I "." /D "NDEBUG" /D "_WINDOWS" /D "_CONSOLE" /D "WIN32" /D "_MBCS" /D "SYS_WINNT" /D "HAVE_CONFIG_H" /D _WIN32_WINNT=0x400 /D _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1 /D _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1 /D "_CRT_SECURE_NO_DEPRECATE" /YX"windows.h" /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:console /machine:I386 /out:"bin/Release/Instsrv.exe" - -!ELSEIF "$(CFG)" == "instsrv - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "instsrv\Debug" -# PROP BASE Intermediate_Dir "instsrv\Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "instsrv\Debug" -# PROP Intermediate_Dir "instsrv\Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MTd /W4 /Gm /GX /ZI /Od /I "..\..\..\include" /I "..\include" /I "." /D "_DEBUG" /D "_CONSOLE" /D "WIN32" /D "_MBCS" /D "SYS_WINNT" /D "HAVE_CONFIG_H" /D _WIN32_WINNT=0x400 /D _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1 /D _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1 /D "_CRT_SECURE_NO_DEPRECATE" /FR /FD /GZ /c -# SUBTRACT CPP /YX -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:console /debug /machine:I386 /out:"bin/Debug/Instsrv.exe" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "instsrv - Win32 Release" -# Name "instsrv - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\instsrv\instsrv.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/ports/winnt/vc6/libntp.dsp b/ports/winnt/vc6/libntp.dsp deleted file mode 100644 index fccd02006..000000000 --- a/ports/winnt/vc6/libntp.dsp +++ /dev/null @@ -1,786 +0,0 @@ -# Microsoft Developer Studio Project File - Name="libntp" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=libntp - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "libntp.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "libntp.mak" CFG="libntp - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "libntp - Win32 Release" (based on "Win32 (x86) Static Library") -!MESSAGE "libntp - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName ""$/ntp/dev/ports/winnt/libntp", AWBAAAAA" -# PROP Scc_LocalPath "." -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "libntp - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "libntp\Release" -# PROP BASE Intermediate_Dir "libntp\Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "libntp\Release" -# PROP Intermediate_Dir "libntp\Release" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /MD /W4 /GX /O2 /I "." /I "..\include" /I "..\..\..\include" /I "..\..\..\lib\isc\win32\include" /I "..\..\..\lib\isc\include" /I "$(OPENSSL_INC)" /I "..\..\..\sntp\libopts" /D "NDEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /D "__STDC__" /D "SYS_WINNT" /D "HAVE_CONFIG_H" /D _WIN32_WINNT=0x400 /D _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1 /D _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1 /D "_CRT_SECURE_NO_DEPRECATE" /FD /c -# SUBTRACT CPP /YX -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ELSEIF "$(CFG)" == "libntp - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "libntp\Debug" -# PROP BASE Intermediate_Dir "libntp\Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "libntp\Debug" -# PROP Intermediate_Dir "libntp\Debug" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W4 /Gm /GX /ZI /Od /I "." /I "..\include" /I "..\..\..\include" /I "..\..\..\lib\isc\win32\include" /I "..\..\..\lib\isc\include" /I "$(OPENSSL_INC)" /I "..\..\..\sntp\libopts" /D "_DEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /D "__STDC__" /D "SYS_WINNT" /D "HAVE_CONFIG_H" /D _WIN32_WINNT=0x400 /D _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1 /D _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1 /D "_CRT_SECURE_NO_DEPRECATE" /FR /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ENDIF - -# Begin Target - -# Name "libntp - Win32 Release" -# Name "libntp - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\libntp\getclock.c -# End Source File -# Begin Source File - -SOURCE=..\libntp\setpriority.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\a_md5encrypt.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\adjtime.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\lib\isc\assertions.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\atoint.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\atolfp.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\atouint.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\authkeys.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\authreadkeys.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\authusekey.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\buftvtots.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\lib\isc\buffer.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\caljulian.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\caltontp.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\calyearstart.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\clocktime.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\clocktypes.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\lib\isc\win32\condition.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\decodenetnum.c -# End Source File -# Begin Source File - -SOURCE=..\libntp\dnslookup.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\dofptoa.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\dolfptoa.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\emalloc.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\lib\isc\error.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\lib\isc\event.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\findconfig.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\fptoa.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\fptoms.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\getopt.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\hextoint.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\hextolfp.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\humandate.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\icom.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\lib\isc\inet_aton.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\lib\isc\inet_ntop.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\lib\isc\inet_pton.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\lib\isc\win32\interfaceiter.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\inttoa.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\iosignal.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\lib\isc\win32\strerror.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\lib\isc\lib.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\lib_strbuf.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\sntp\libopts\libopts.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\lib\isc\log.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\machines.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\lib\isc\md5.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\mfptoa.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\mfptoms.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\mktime.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\modetoa.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\lib\isc\nls\msgcat.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\mstolfp.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\msutotsf.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\msyslog.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\lib\isc\win32\net.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\lib\isc\netaddr.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\netof.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\lib\isc\netscope.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\ntp_calendar.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\ntp_intres.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\ntp_libopts.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\ntp_lineedit.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\ntp_random.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\ntp_rfc2553.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\ntp_worker.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\numtoa.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\numtohost.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\octtoint.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\lib\isc\win32\once.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\lib\isc\ondestroy.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\prettydate.c -# End Source File -# Begin Source File - -SOURCE=..\libntp\randfile.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\recvbuff.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\refnumtoa.c -# End Source File -# Begin Source File - -SOURCE=..\libntp\SetSystemTime.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\snprintf.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\lib\isc\sockaddr.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\socket.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\socktoa.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\socktohost.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\ssl_init.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\statestr.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\strl_obsd.c -# End Source File -# Begin Source File - -SOURCE=..\libntp\syslog.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\syssignal.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\systime.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\lib\isc\task.c -# End Source File -# Begin Source File - -SOURCE=..\libntp\termios.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\lib\isc\win32\thread.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\lib\isc\win32\time.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\timespecops.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\timetoa.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\timevalops.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\tsftomsu.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\tstotv.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\tvtots.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\uglydate.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\uinttoa.c -# End Source File -# Begin Source File - -SOURCE=..\libntp\util_clockstuff.c -# End Source File -# Begin Source File - -SOURCE=..\libntp\win32_io.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\lib\isc\win32\win32os.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\work_fork.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\work_thread.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\ymd2yd.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\..\..\include\binio.h -# End Source File -# Begin Source File - -SOURCE=..\include\clockstuff.h -# End Source File -# Begin Source File - -SOURCE=..\include\config.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\global.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ieee754io.h -# End Source File -# Begin Source File - -SOURCE=..\include\netinet\in.h -# End Source File -# Begin Source File - -SOURCE=..\include\arpa\inet.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\intreswork.h -# End Source File -# Begin Source File - -SOURCE=..\include\inttypes.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\isc\interfaceiter.h -# End Source File -# Begin Source File - -SOURCE=..\include\sys\ioctl.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\iosignal.h -# End Source File -# Begin Source File - -SOURCE=..\include\isc\ipv6.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\l_stdlib.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\lib_strbuf.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\md5.h -# End Source File -# Begin Source File - -SOURCE=..\include\isc\net.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\isc\netaddr.h -# End Source File -# Begin Source File - -SOURCE=..\include\netdb.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\isc\netscope.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_calendar.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_control.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_fp.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_if.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_io.h -# End Source File -# Begin Source File - -SOURCE=..\include\ntp_iocompletionport.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_intres.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_lineedit.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_lists.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_machine.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_malloc.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_proto.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_random.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_refclock.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_rfc2553.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_select.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_stdlib.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_string.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_syslog.h -# End Source File -# Begin Source File - -SOURCE=..\include\ntp_timer.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_types.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_unixtime.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntpd.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\recvbuff.h -# End Source File -# Begin Source File - -SOURCE=..\include\sys\signal.h -# End Source File -# Begin Source File - -SOURCE=..\include\sys\socket.h -# End Source File -# Begin Source File - -SOURCE=..\include\syslog.h -# End Source File -# Begin Source File - -SOURCE=..\include\termios.h -# End Source File -# Begin Source File - -SOURCE=..\include\sys\time.h -# End Source File -# Begin Source File - -SOURCE=..\include\termios.h -# End Source File -# Begin Source File - -SOURCE=..\include\win32_io.h -# End Source File -# Begin Source File - -SOURCE=..\include\isc\win32os.h -# End Source File -# End Group -# Begin Group "Generated Files" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\libntp\messages.h -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\libntp\messages.mc - -!IF "$(CFG)" == "libntp - Win32 Release" - -# PROP Ignore_Default_Tool 1 -# Begin Custom Build - Message Compiler -InputDir=. -InputPath=..\libntp\messages.mc -InputName=messages - -BuildCmds= \ - mc -h $(InputDir) -r $(InputDir) -e h $(InputPath) - -"$(InputDir)\$(InputName).rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"$(InputDir)\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"$(InputDir)\msg00001.bin" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) -# End Custom Build - -!ELSEIF "$(CFG)" == "libntp - Win32 Debug" - -# PROP Ignore_Default_Tool 1 -# Begin Custom Build - Message Compiler -InputDir=. -InputPath=..\libntp\messages.mc -InputName=messages - -BuildCmds= \ - mc -h $(InputDir) -r $(InputDir) -e h $(InputPath) - -"$(InputDir)\$(InputName).rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"$(InputDir)\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) - -"$(InputDir)\msg00001.bin" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) -# End Custom Build - -!ENDIF - -# End Source File -# End Group -# End Target -# End Project diff --git a/ports/winnt/vc6/ntp.dsw b/ports/winnt/vc6/ntp.dsw deleted file mode 100644 index 94db598c8..000000000 --- a/ports/winnt/vc6/ntp.dsw +++ /dev/null @@ -1,116 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "instsrv"=".\Instsrv.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "libntp"=".\libntp.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "ntpd"=".\ntpd.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libntp - End Project Dependency -}}} - -############################################################################### - -Project: "ntpdate"=".\ntpdate.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libntp - End Project Dependency -}}} - -############################################################################### - -Project: "ntpdc"=".\ntpdc.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libntp - End Project Dependency -}}} - -############################################################################### - -Project: "ntpkeygen"=".\ntpkeygen.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libntp - End Project Dependency -}}} - -############################################################################### - -Project: "ntpq"=".\ntpq.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libntp - End Project Dependency -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - diff --git a/ports/winnt/vc6/ntpd.dsp b/ports/winnt/vc6/ntpd.dsp deleted file mode 100644 index a5c317b64..000000000 --- a/ports/winnt/vc6/ntpd.dsp +++ /dev/null @@ -1,747 +0,0 @@ -# Microsoft Developer Studio Project File - Name="ntpd" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=ntpd - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ntpd.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ntpd.mak" CFG="ntpd - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ntpd - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "ntpd - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName ""$/ntp/dev/ports/winnt/ntpd", JWBAAAAA" -# PROP Scc_LocalPath "." -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "ntpd - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ntpd\Release" -# PROP BASE Intermediate_Dir "ntpd\Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "ntpd\Release" -# PROP Intermediate_Dir "ntpd\Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W4 /GX /O2 /I "." /I "..\include" /I "..\..\..\include" /I "..\..\..\lib\isc\win32\include" /I "..\..\..\lib\isc\include" /I "$(OPENSSL_INC)" /I "..\..\..\sntp\libopts" /D "NDEBUG" /D "_CONSOLE" /D "WIN32" /D "_MBCS" /D "__STDC__" /D "SYS_WINNT" /D "HAVE_CONFIG_H" /D _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1 /D _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1 /D "_CRT_SECURE_NO_DEPRECATE" /FR /YX"windows.h" /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ws2_32.lib winmm.lib $(OPENSSL_LIB)\libeay32.lib /nologo /subsystem:console /pdb:"bin/Release/ntpd.pdb" /machine:I386 /out:"bin/Release/ntpd.exe" /pdbtype:sept - -!ELSEIF "$(CFG)" == "ntpd - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ntpd\Debug" -# PROP BASE Intermediate_Dir "ntpd\Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "ntpd\Debug" -# PROP Intermediate_Dir "ntpd\Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "." /I "..\include" /I "..\..\..\include" /I "..\..\..\lib\isc\win32\include" /I "..\..\..\lib\isc\include" /I "$(OPENSSL_INC)" /I "..\..\..\sntp\libopts" /D "_DEBUG" /D "_CONSOLE" /D "WIN32" /D "_MBCS" /D "__STDC__" /D "SYS_WINNT" /D "HAVE_CONFIG_H" /D _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1 /D _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1 /D "_CRT_SECURE_NO_DEPRECATE" /FR /FD /GZ /c -# SUBTRACT CPP /YX -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ws2_32.lib winmm.lib $(OPENSSL_LIB)\libeay32.lib /nologo /subsystem:console /pdb:"bin/Debug/ntpd.pdb" /debug /machine:I386 /out:"bin/Debug/ntpd.exe" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "ntpd - Win32 Release" -# Name "ntpd - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\ntpd\cmd_args.c -# SUBTRACT CPP /YX -# End Source File -# Begin Source File - -SOURCE=..\ntpd\nt_clockstuff.c -# SUBTRACT CPP /YX -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\ntp_config.c -# SUBTRACT CPP /YX -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\ntp_control.c -# SUBTRACT CPP /YX -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\ntp_crypto.c -# SUBTRACT CPP /YX -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\ntp_filegen.c -# SUBTRACT CPP /YX -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\ntp_io.c -# SUBTRACT CPP /YX -# End Source File -# Begin Source File - -SOURCE=..\ntpd\ntp_iocompletionport.c -# SUBTRACT CPP /YX -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\ntp_loopfilter.c -# SUBTRACT CPP /YX -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\ntp_monitor.c -# SUBTRACT CPP /YX -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\ntp_parser.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\ntp_peer.c -# SUBTRACT CPP /YX -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\ntp_proto.c -# SUBTRACT CPP /YX -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\ntp_refclock.c -# SUBTRACT CPP /YX -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\ntp_request.c -# SUBTRACT CPP /YX -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\ntp_restrict.c -# SUBTRACT CPP /YX -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\ntp_scanner.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\ntp_timer.c -# SUBTRACT CPP /YX -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\ntp_util.c -# SUBTRACT CPP /YX -# End Source File -# Begin Source File - -SOURCE="..\..\..\ntpd\ntpd-opts.c" -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\ntpd.c -# SUBTRACT CPP /YX -# End Source File -# Begin Source File - -SOURCE=..\ntpd\ntservice.c -# SUBTRACT CPP /YX -# End Source File - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\..\..\include\ascii.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\lib\isc\include\isc\assertions.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\binio.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\lib\isc\include\isc\boolean.h -# End Source File -# Begin Source File - -SOURCE=..\include\clockstuff.h -# End Source File -# Begin Source File - -SOURCE=..\include\config.h -# End Source File -# Begin Source File - -SOURCE=..\include\hopf_PCI_io.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ieee754io.h -# End Source File -# Begin Source File - -SOURCE=..\include\netinet\in.h -# End Source File -# Begin Source File - -SOURCE=..\include\arpa\inet.h -# End Source File -# Begin Source File - -SOURCE=..\include\isc\int.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\lib\isc\include\isc\interfaceiter.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\iosignal.h -# End Source File -# Begin Source File - -SOURCE=..\include\isc\ipv6.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\jupiter.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\l_stdlib.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\sntp\libntp\log.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\mbg_gps166.h -# End Source File -# Begin Source File - -SOURCE=..\include\isc\net.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\lib\isc\include\isc\netaddr.h -# End Source File -# Begin Source File - -SOURCE=..\include\netdb.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_calendar.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_cmdargs.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_config.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_control.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_debug.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_filegen.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_fp.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_if.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_io.h -# End Source File -# Begin Source File - -SOURCE=..\include\ntp_iocompletionport.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_machine.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_malloc.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_proto.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_random.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_refclock.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_request.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_rfc2553.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_select.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_stdlib.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_string.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_syslog.h -# End Source File -# Begin Source File - -SOURCE=..\include\ntp_timer.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_tty.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_types.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_unixtime.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_worker.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntp_workimpl.h -# End Source File -# Begin Source File - -SOURCE="..\..\..\ntpd\ntpd-opts.h" -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\ntpd.h -# End Source File -# Begin Source File - -SOURCE=..\include\ntservice.h -# End Source File -# Begin Source File - -SOURCE=..\include\isc\offset.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\sntp\libopts\autoopts\options.h -# End Source File -# Begin Source File - -SOURCE=..\include\sys\param.h -# End Source File -# Begin Source File - -SOURCE=..\include\isc\platform.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\include\recvbuff.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\lib\isc\include\isc\result.h -# End Source File -# Begin Source File - -SOURCE=..\include\sys\socket.h -# End Source File -# Begin Source File - -SOURCE=..\include\syslog.h -# End Source File -# Begin Source File - -SOURCE=..\include\termios.h -# End Source File -# Begin Source File - -SOURCE=..\include\sys\wait.h -# End Source File -# Begin Source File - -SOURCE=..\include\win32_io.h -# End Source File -# Begin Source File - -SOURCE=..\include\isc\win32os.h -# End Source File -# End Group -# Begin Group "Generated Files" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\sntp\libntp\messages.rc -# End Source File -# Begin Source File - -SOURCE=..\sntp\libntp\MSG00001.bin -# End Source File -# Begin Source File - -SOURCE=.\version.c -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# Begin Source File - -SOURCE=..\sntp\libntp\messages.mc -# End Source File -# End Group -# Begin Group "Reference Clock" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\ntpd\hopf_PCI_io.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_acts.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_arbiter.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_arc.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_as2201.c -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_atom.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_bancomm.c -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_chu.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_conf.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_chronolog.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_datum.c -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_dumbclock.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_gpsvme.c -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_heath.c -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_hopfpci.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_hopfser.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_hpgps.c -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_irig.c -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_jupiter.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_leitch.c -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_local.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_msfees.c -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_mx4200.c -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_nmea.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_oncore.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_palisade.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_palisade.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_parse.c -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_pst.c -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_ptbacts.c -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_shm.c -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_tpro.c -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_trak.c -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_true.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_usno.c -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpd\refclock_wwvb.c -# End Source File -# End Group -# Begin Group "Parse Lib" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\..\..\libparse\clk_computime.c -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\..\libparse\clk_dcf7000.c -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\..\libparse\clk_hopf6021.c -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\..\libparse\clk_meinberg.c -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\..\libparse\clk_rawdcf.c -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\..\libparse\clk_rcc8000.c -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\..\libparse\clk_schmid.c -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\..\libparse\clk_trimtaip.c -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\..\libparse\clk_trimtsip.c -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\..\libparse\data_mbg.c -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\..\libparse\parse.c -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\..\libparse\parse_conf.c -# PROP Exclude_From_Build 1 -# End Source File -# End Group -# Begin Source File - -SOURCE=..\..\..\configure - -!IF "$(CFG)" == "ntpd - Win32 Release" - -USERDEP__CONFI="..\scripts\mkver.bat" -# Begin Custom Build -ProjDir=. -InputPath=..\..\..\configure - -"$(ProjDir)\version.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - echo Using NT Shell Script to generate version.c - ..\scripts\mkver.bat -P ntpd - -# End Custom Build - -!ELSEIF "$(CFG)" == "ntpd - Win32 Debug" - -USERDEP__CONFI="..\scripts\mkver.bat" -# Begin Custom Build -ProjDir=. -InputPath=..\..\..\configure - -"$(ProjDir)\version.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - echo Using NT Shell Script to generate version.c - ..\scripts\mkver.bat -P ntpd - -# End Custom Build - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\scripts\mkver.bat -# PROP Exclude_From_Build 1 -# End Source File -# End Target -# End Project diff --git a/ports/winnt/vc6/ntpdate.dsp b/ports/winnt/vc6/ntpdate.dsp deleted file mode 100644 index 4a894ccec..000000000 --- a/ports/winnt/vc6/ntpdate.dsp +++ /dev/null @@ -1,142 +0,0 @@ -# Microsoft Developer Studio Project File - Name="ntpdate" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=ntpdate - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ntpdate.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ntpdate.mak" CFG="ntpdate - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ntpdate - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "ntpdate - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName ""$/ntp/dev/ports/winnt/ntpdate", OWBAAAAA" -# PROP Scc_LocalPath "." -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "ntpdate - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ntpdate\Release" -# PROP BASE Intermediate_Dir "ntpdate\Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "ntpdate\Release" -# PROP Intermediate_Dir "ntpdate\Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W4 /GX /O2 /I "." /I "..\include" /I "..\..\..\include" /I "..\..\..\lib\isc\win32\include" /I "..\..\..\lib\isc\include" /I "$(OPENSSL_INC)" /D "NDEBUG" /D "_CONSOLE" /D "WIN32" /D "_MBCS" /D "__STDC__" /D "SYS_WINNT" /D "HAVE_CONFIG_H" /D _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1 /D _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1 /D "_CRT_SECURE_NO_DEPRECATE" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib advapi32.lib ws2_32.lib $(OPENSSL_LIB)\libeay32.lib /nologo /subsystem:console /pdb:"bin/Release/ntpdate.pdb" /machine:I386 /out:"bin/Release/ntpdate.exe" /pdbtype:sept - -!ELSEIF "$(CFG)" == "ntpdate - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ntpdate\Debug" -# PROP BASE Intermediate_Dir "ntpdate\Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "ntpdate\Debug" -# PROP Intermediate_Dir "ntpdate\Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W4 /Gm /GX /ZI /Od /I "." /I "..\include" /I "..\..\..\include" /I "..\..\..\lib\isc\win32\include" /I "..\..\..\lib\isc\include" /I "$(OPENSSL_INC)" /D "_DEBUG" /D "_CONSOLE" /D "WIN32" /D "_MBCS" /D "__STDC__" /D "SYS_WINNT" /D "HAVE_CONFIG_H" /D _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1 /D _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1 /D "_CRT_SECURE_NO_DEPRECATE" /FR /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib advapi32.lib ws2_32.lib $(OPENSSL_LIB)\libeay32.lib /nologo /subsystem:console /pdb:"bin/Debug/ntpdate.pdb" /debug /machine:I386 /out:"bin/Debug/ntpdate.exe" /pdbtype:sept -# SUBTRACT LINK32 /pdb:none - -!ENDIF - -# Begin Target - -# Name "ntpdate - Win32 Release" -# Name "ntpdate - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\ntpdate\ntpdate.c -# End Source File -# Begin Source File - -SOURCE=.\version.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\..\..\ntpdate\ntpdate.h -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# Begin Source File - -SOURCE=..\..\..\configure - -!IF "$(CFG)" == "ntpdate - Win32 Release" - -# Begin Custom Build -ProjDir=. -InputPath=..\..\..\configure - -"$(ProjDir)\version.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - echo Using NT Shell Script to generate version.c - ..\scripts\mkver.bat -P ntpdate - -# End Custom Build - -!ELSEIF "$(CFG)" == "ntpdate - Win32 Debug" - -# Begin Custom Build -ProjDir=. -InputPath=..\..\..\configure - -"$(ProjDir)\version.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - echo Using NT Shell Script to generate version.c - ..\scripts\mkver.bat -P ntpdate - -# End Custom Build - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/ports/winnt/vc6/ntpdc.dsp b/ports/winnt/vc6/ntpdc.dsp deleted file mode 100644 index bd7e8111a..000000000 --- a/ports/winnt/vc6/ntpdc.dsp +++ /dev/null @@ -1,149 +0,0 @@ -# Microsoft Developer Studio Project File - Name="ntpdc" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=ntpdc - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ntpdc.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ntpdc.mak" CFG="ntpdc - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ntpdc - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "ntpdc - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName ""$/ntp/dev/ports/winnt/ntpdc", SWBAAAAA" -# PROP Scc_LocalPath "." -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "ntpdc - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ntpdc\Release" -# PROP BASE Intermediate_Dir "ntpdc\Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "ntpdc\Release" -# PROP Intermediate_Dir "ntpdc\Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W4 /GX /O2 /I "." /I "..\include" /I "..\..\..\include" /I "..\..\..\lib\isc\win32\include" /I "..\..\..\lib\isc\include" /I "$(OPENSSL_INC)" /I "..\..\..\sntp\libopts" /D "NDEBUG" /D "_CONSOLE" /D "WIN32" /D "_MBCS" /D "__STDC__" /D "SYS_WINNT" /D "HAVE_CONFIG_H" /D _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1 /D _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1 /D "_CRT_SECURE_NO_DEPRECATE" /YX"windows.h" /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib ws2_32.lib advapi32.lib $(OPENSSL_LIB)\libeay32.lib /nologo /subsystem:console /pdb:"bin/Release/ntpdc.pdb" /machine:I386 /out:"bin/Release/ntpdc.exe" /pdbtype:sept - -!ELSEIF "$(CFG)" == "ntpdc - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ntpdc\Debug" -# PROP BASE Intermediate_Dir "ntpdc\Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "ntpdc\Debug" -# PROP Intermediate_Dir "ntpdc\Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W4 /Gm /GX /ZI /Od /I "." /I "..\include" /I "..\..\..\include" /I "..\..\..\lib\isc\win32\include" /I "..\..\..\lib\isc\include" /I "$(OPENSSL_INC)" /I "..\..\..\sntp\libopts" /D "_DEBUG" /D "_CONSOLE" /D "WIN32" /D "_MBCS" /D "__STDC__" /D "SYS_WINNT" /D "HAVE_CONFIG_H" /D _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1 /D _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1 /D "_CRT_SECURE_NO_DEPRECATE" /FR /YX"windows.h" /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib ws2_32.lib advapi32.lib $(OPENSSL_LIB)\libeay32.lib /nologo /subsystem:console /pdb:"bin/Debug/ntpdc.pdb" /debug /machine:I386 /out:"bin/Debug/ntpdc.exe" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "ntpdc - Win32 Release" -# Name "ntpdc - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE="..\..\..\ntpdc\ntpdc-opts.c" -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpdc\ntpdc.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpdc\ntpdc_ops.c -# End Source File -# Begin Source File - -SOURCE=.\version.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\..\..\ntpdc\ntpdc.h -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# Begin Source File - -SOURCE=..\..\..\configure - -!IF "$(CFG)" == "ntpdc - Win32 Release" - -# Begin Custom Build -ProjDir=. -InputPath=..\..\..\configure - -"$(ProjDir)\version.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - echo Using NT Shell Script to generate version.c - ..\scripts\mkver.bat -P ntpdc - -# End Custom Build - -!ELSEIF "$(CFG)" == "ntpdc - Win32 Debug" - -# Begin Custom Build -ProjDir=. -InputPath=..\..\..\configure - -"$(ProjDir)\version.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - echo Using NT Shell Script to generate version.c - ..\scripts\mkver.bat -P ntpdc - -# End Custom Build - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/ports/winnt/vc6/ntpkeygen.dsp b/ports/winnt/vc6/ntpkeygen.dsp deleted file mode 100644 index 5a5067189..000000000 --- a/ports/winnt/vc6/ntpkeygen.dsp +++ /dev/null @@ -1,154 +0,0 @@ -# Microsoft Developer Studio Project File - Name="ntpkeygen" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=ntpkeygen - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ntpkeygen.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ntpkeygen.mak" CFG="ntpkeygen - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ntpkeygen - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "ntpkeygen - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName ""$/ntp/dev/ports/winnt/ntpkeygen", OWBAAAAA" -# PROP Scc_LocalPath "." -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "ntpkeygen - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ntp-keygen\Release" -# PROP BASE Intermediate_Dir "ntp-keygen\Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "ntp-keygen\Release" -# PROP Intermediate_Dir "ntp-keygen\Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W4 /GX /O2 /I "." /I "..\include" /I "..\..\..\include" /I "..\..\..\lib\isc\win32\include" /I "..\..\..\lib\isc\include" /I "$(OPENSSL_INC)" /I "..\..\..\sntp\libopts" /D "NDEBUG" /D "_CONSOLE" /D "WIN32" /D "_MBCS" /D "__STDC__" /D "SYS_WINNT" /D "HAVE_CONFIG_H" /D _WIN32_WINNT=0x400 /D _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1 /D _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1 /D "_CRT_SECURE_NO_DEPRECATE" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib advapi32.lib ws2_32.lib $(OPENSSL_LIB)\libeay32.lib libntp\Release\libntp.lib /nologo /subsystem:console /pdb:"bin/Release/ntp-keygen.pdb" /machine:I386 /out:"bin/Release/ntp-keygen.exe" /pdbtype:sept - -!ELSEIF "$(CFG)" == "ntpkeygen - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ntp-keygen\Debug" -# PROP BASE Intermediate_Dir "ntp-keygen\Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "ntp-keygen\Debug" -# PROP Intermediate_Dir "ntp-keygen\Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W4 /Gm /GX /ZI /Od /I "." /I "..\include" /I "..\..\..\include" /I "..\..\..\lib\isc\win32\include" /I "..\..\..\lib\isc\include" /I "$(OPENSSL_INC)" /I "..\..\..\sntp\libopts" /D "_DEBUG" /D "_CONSOLE" /D "WIN32" /D "_MBCS" /D "__STDC__" /D "SYS_WINNT" /D "HAVE_CONFIG_H" /D _WIN32_WINNT=0x400 /D _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1 /D _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1 /D "_CRT_SECURE_NO_DEPRECATE" /FR /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib advapi32.lib ws2_32.lib $(OPENSSL_LIB)\libeay32.lib libntp\Debug\libntp.lib /nologo /subsystem:console /pdb:"bin/Debug/ntp-keygen.pdb" /debug /machine:I386 /out:"bin/Debug/ntp-keygen.exe" /pdbtype:sept -# SUBTRACT LINK32 /pdb:none - -!ENDIF - -# Begin Target - -# Name "ntpkeygen - Win32 Release" -# Name "ntpkeygen - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\libntp\getopt.c -# End Source File -# Begin Source File - -SOURCE="..\..\..\util\ntp-keygen-opts.c" -# End Source File -# Begin Source File - -SOURCE="..\..\..\util\ntp-keygen.c" -# End Source File -# Begin Source File - -SOURCE=..\..\..\libntp\ntp_random.c -# End Source File -# Begin Source File - -SOURCE=..\libntp\randfile.c -# End Source File -# Begin Source File - -SOURCE=.\version.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# Begin Source File - -SOURCE=..\..\..\configure - -!IF "$(CFG)" == "ntpkeygen - Win32 Release" - -# Begin Custom Build -ProjDir=. -InputPath=..\..\..\configure - -"$(ProjDir)\version.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - echo Using NT Shell Script to generate version.c - ..\scripts\mkver.bat -P ntp-keygen - -# End Custom Build - -!ELSEIF "$(CFG)" == "ntpkeygen - Win32 Debug" - -# Begin Custom Build -ProjDir=. -InputPath=..\..\..\configure - -"$(ProjDir)\version.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - echo Using NT Shell Script to generate version.c - ..\scripts\mkver.bat -P ntp-keygen - -# End Custom Build - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/ports/winnt/vc6/ntpq.dsp b/ports/winnt/vc6/ntpq.dsp deleted file mode 100644 index e0393dcf6..000000000 --- a/ports/winnt/vc6/ntpq.dsp +++ /dev/null @@ -1,149 +0,0 @@ -# Microsoft Developer Studio Project File - Name="ntpq" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=ntpq - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ntpq.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ntpq.mak" CFG="ntpq - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ntpq - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "ntpq - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName ""$/ntp/dev/ports/winnt/ntpq", WWBAAAAA" -# PROP Scc_LocalPath "." -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "ntpq - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ntpq\Release" -# PROP BASE Intermediate_Dir "ntpq\Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "ntpq\Release" -# PROP Intermediate_Dir "ntpq\Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W4 /GX /O2 /I "." /I "..\include" /I "..\..\..\include" /I "..\..\..\lib\isc\win32\include" /I "..\..\..\lib\isc\include" /I "$(OPENSSL_INC)" /I "..\..\..\sntp\libopts" /D "NDEBUG" /D "_CONSOLE" /D "WIN32" /D "_MBCS" /D "__STDC__" /D "SYS_WINNT" /D "HAVE_CONFIG_H" /D _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1 /D _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1 /D "_CRT_SECURE_NO_DEPRECATE" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib ws2_32.lib advapi32.lib $(OPENSSL_LIB)\libeay32.lib /nologo /subsystem:console /pdb:"bin/Release/ntpq.pdb" /machine:I386 /out:"bin/Release/ntpq.exe" /pdbtype:sept - -!ELSEIF "$(CFG)" == "ntpq - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ntpq\Debug" -# PROP BASE Intermediate_Dir "ntpq\Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "ntpq\Debug" -# PROP Intermediate_Dir "ntpq\Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W4 /Gm /GX /ZI /Od /I "." /I "..\include" /I "..\..\..\include" /I "..\..\..\lib\isc\win32\include" /I "..\..\..\lib\isc\include" /I "$(OPENSSL_INC)" /I "..\..\..\sntp\libopts" /D "_DEBUG" /D "_CONSOLE" /D "WIN32" /D "_MBCS" /D "__STDC__" /D "SYS_WINNT" /D "HAVE_CONFIG_H" /D _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1 /D _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1 /D "_CRT_SECURE_NO_DEPRECATE" /FR /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib ws2_32.lib advapi32.lib $(OPENSSL_LIB)\libeay32.lib /nologo /subsystem:console /pdb:"bin/Debug/ntpq.pdb" /debug /machine:I386 /out:"bin/Debug/ntpq.exe" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "ntpq - Win32 Release" -# Name "ntpq - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE="..\..\..\ntpq\ntpq-opts.c" -# End Source File -# Begin Source File - -SOURCE="..\..\..\ntpq\ntpq-subs.c" -# End Source File -# Begin Source File - -SOURCE=..\..\..\ntpq\ntpq.c -# End Source File -# Begin Source File - -SOURCE=.\version.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\..\..\ntpq\ntpq.h -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# Begin Source File - -SOURCE=..\..\..\configure - -!IF "$(CFG)" == "ntpq - Win32 Release" - -# Begin Custom Build -ProjDir=. -InputPath=..\..\..\configure - -"$(ProjDir)\version.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - echo Using NT Shell Script to generate version.c - ..\scripts\mkver.bat -P ntpq - -# End Custom Build - -!ELSEIF "$(CFG)" == "ntpq - Win32 Debug" - -# Begin Custom Build -ProjDir=. -InputPath=..\..\..\configure - -"$(ProjDir)\version.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - echo Using NT Shell Script to generate version.c - ..\scripts\mkver.bat -P ntpq - -# End Custom Build - -!ENDIF - -# End Source File -# End Target -# End Project diff --git a/ports/winnt/vs2003/Instsrv.vcproj b/ports/winnt/vs2003/Instsrv.vcproj deleted file mode 100644 index b0d0cf1e3..000000000 --- a/ports/winnt/vs2003/Instsrv.vcproj +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ports/winnt/vs2003/libntp.vcproj b/ports/winnt/vs2003/libntp.vcproj deleted file mode 100644 index 56d0671bf..000000000 --- a/ports/winnt/vs2003/libntp.vcproj +++ /dev/null @@ -1,1680 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ports/winnt/vs2003/ntp.sln b/ports/winnt/vs2003/ntp.sln deleted file mode 100644 index f8c493959..000000000 --- a/ports/winnt/vs2003/ntp.sln +++ /dev/null @@ -1,74 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "instsrv", "Instsrv.vcproj", "{E78B2865-843A-4EBA-9434-C8BE86647E12}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libntp", "libntp.vcproj", "{C0DB2E48-1AF2-40D0-8F8A-CC73C47FFE55}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ntpd", "ntpd.vcproj", "{2E4BB1C7-E8FE-48CF-904A-B105F1169626}" - ProjectSection(ProjectDependencies) = postProject - {C0DB2E48-1AF2-40D0-8F8A-CC73C47FFE55} = {C0DB2E48-1AF2-40D0-8F8A-CC73C47FFE55} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ntpdate", "ntpdate.vcproj", "{647A3E3F-D70E-47C2-9392-830FFC84EF8A}" - ProjectSection(ProjectDependencies) = postProject - {C0DB2E48-1AF2-40D0-8F8A-CC73C47FFE55} = {C0DB2E48-1AF2-40D0-8F8A-CC73C47FFE55} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ntpdc", "ntpdc.vcproj", "{1D7C732A-A1D6-43F5-978D-69CE390161C6}" - ProjectSection(ProjectDependencies) = postProject - {C0DB2E48-1AF2-40D0-8F8A-CC73C47FFE55} = {C0DB2E48-1AF2-40D0-8F8A-CC73C47FFE55} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ntpkeygen", "ntpkeygen.vcproj", "{48A390CC-217F-4462-9A0B-53D791ACCEF6}" - ProjectSection(ProjectDependencies) = postProject - {C0DB2E48-1AF2-40D0-8F8A-CC73C47FFE55} = {C0DB2E48-1AF2-40D0-8F8A-CC73C47FFE55} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ntpq", "ntpq.vcproj", "{0B4DE997-6C90-481F-8A92-554A155D1314}" - ProjectSection(ProjectDependencies) = postProject - {C0DB2E48-1AF2-40D0-8F8A-CC73C47FFE55} = {C0DB2E48-1AF2-40D0-8F8A-CC73C47FFE55} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - Debug = Debug - Release = Release - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {E78B2865-843A-4EBA-9434-C8BE86647E12}.Debug.ActiveCfg = Debug|Win32 - {E78B2865-843A-4EBA-9434-C8BE86647E12}.Debug.Build.0 = Debug|Win32 - {E78B2865-843A-4EBA-9434-C8BE86647E12}.Release.ActiveCfg = Release|Win32 - {E78B2865-843A-4EBA-9434-C8BE86647E12}.Release.Build.0 = Release|Win32 - {C0DB2E48-1AF2-40D0-8F8A-CC73C47FFE55}.Debug.ActiveCfg = Debug|Win32 - {C0DB2E48-1AF2-40D0-8F8A-CC73C47FFE55}.Debug.Build.0 = Debug|Win32 - {C0DB2E48-1AF2-40D0-8F8A-CC73C47FFE55}.Release.ActiveCfg = Release|Win32 - {C0DB2E48-1AF2-40D0-8F8A-CC73C47FFE55}.Release.Build.0 = Release|Win32 - {2E4BB1C7-E8FE-48CF-904A-B105F1169626}.Debug.ActiveCfg = Debug|Win32 - {2E4BB1C7-E8FE-48CF-904A-B105F1169626}.Debug.Build.0 = Debug|Win32 - {2E4BB1C7-E8FE-48CF-904A-B105F1169626}.Release.ActiveCfg = Release|Win32 - {2E4BB1C7-E8FE-48CF-904A-B105F1169626}.Release.Build.0 = Release|Win32 - {647A3E3F-D70E-47C2-9392-830FFC84EF8A}.Debug.ActiveCfg = Debug|Win32 - {647A3E3F-D70E-47C2-9392-830FFC84EF8A}.Debug.Build.0 = Debug|Win32 - {647A3E3F-D70E-47C2-9392-830FFC84EF8A}.Release.ActiveCfg = Release|Win32 - {647A3E3F-D70E-47C2-9392-830FFC84EF8A}.Release.Build.0 = Release|Win32 - {1D7C732A-A1D6-43F5-978D-69CE390161C6}.Debug.ActiveCfg = Debug|Win32 - {1D7C732A-A1D6-43F5-978D-69CE390161C6}.Debug.Build.0 = Debug|Win32 - {1D7C732A-A1D6-43F5-978D-69CE390161C6}.Release.ActiveCfg = Release|Win32 - {1D7C732A-A1D6-43F5-978D-69CE390161C6}.Release.Build.0 = Release|Win32 - {48A390CC-217F-4462-9A0B-53D791ACCEF6}.Debug.ActiveCfg = Debug|Win32 - {48A390CC-217F-4462-9A0B-53D791ACCEF6}.Debug.Build.0 = Debug|Win32 - {48A390CC-217F-4462-9A0B-53D791ACCEF6}.Release.ActiveCfg = Release|Win32 - {48A390CC-217F-4462-9A0B-53D791ACCEF6}.Release.Build.0 = Release|Win32 - {0B4DE997-6C90-481F-8A92-554A155D1314}.Debug.ActiveCfg = Debug|Win32 - {0B4DE997-6C90-481F-8A92-554A155D1314}.Debug.Build.0 = Debug|Win32 - {0B4DE997-6C90-481F-8A92-554A155D1314}.Release.ActiveCfg = Release|Win32 - {0B4DE997-6C90-481F-8A92-554A155D1314}.Release.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/ports/winnt/vs2003/ntpd.vcproj b/ports/winnt/vs2003/ntpd.vcproj deleted file mode 100644 index cb042b60c..000000000 --- a/ports/winnt/vs2003/ntpd.vcproj +++ /dev/null @@ -1,2002 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ports/winnt/vs2003/ntpdate.vcproj b/ports/winnt/vs2003/ntpdate.vcproj deleted file mode 100644 index 30e63975e..000000000 --- a/ports/winnt/vs2003/ntpdate.vcproj +++ /dev/null @@ -1,221 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ports/winnt/vs2003/ntpdc.vcproj b/ports/winnt/vs2003/ntpdc.vcproj deleted file mode 100644 index b8cb78f68..000000000 --- a/ports/winnt/vs2003/ntpdc.vcproj +++ /dev/null @@ -1,265 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ports/winnt/vs2003/ntpkeygen.vcproj b/ports/winnt/vs2003/ntpkeygen.vcproj deleted file mode 100644 index 4aa966fa7..000000000 --- a/ports/winnt/vs2003/ntpkeygen.vcproj +++ /dev/null @@ -1,302 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ports/winnt/vs2003/ntpq.vcproj b/ports/winnt/vs2003/ntpq.vcproj deleted file mode 100644 index 7696bc81f..000000000 --- a/ports/winnt/vs2003/ntpq.vcproj +++ /dev/null @@ -1,263 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -