net.dsp

来自「mcf5307实验源代码」· DSP 代码 · 共 263 行

DSP
263
字号
# Microsoft Developer Studio Project File - Name="Net" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 5.00
# ** DO NOT EDIT **

# TARGTYPE "Win32 (x86) Static Library" 0x0104

CFG=Net - 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 "Net.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 "Net.mak" CFG="Net - Win32 Debug"
!MESSAGE 
!MESSAGE Possible choices for configuration are:
!MESSAGE 
!MESSAGE "Net - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE "Net - Win32 Debug" (based on "Win32 (x86) Static Library")
!MESSAGE 

# Begin Project
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe

!IF  "$(CFG)" == "Net - Win32 Release"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "Release"
# PROP Intermediate_Dir "Release"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo

!ELSEIF  "$(CFG)" == "Net - Win32 Debug"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "Debug"
# PROP BASE Intermediate_Dir "Debug"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "Debug"
# PROP Intermediate_Dir "Debug"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
# ADD CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
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 "Net - Win32 Release"
# Name "Net - Win32 Debug"
# Begin Group "Source Files"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\ARP.C
# End Source File
# Begin Source File

SOURCE=.\BOOTP.C
# End Source File
# Begin Source File

SOURCE=.\CONFILE.C
# End Source File
# Begin Source File

SOURCE=.\DLL.C
# End Source File
# Begin Source File

SOURCE=.\DNS.C
# End Source File
# Begin Source File

SOURCE=.\Driver.c
# End Source File
# Begin Source File

SOURCE=.\EQUEUE.C
# End Source File
# Begin Source File

SOURCE=.\HOSTS.C
# End Source File
# Begin Source File

SOURCE=.\IP.C
# End Source File
# Begin Source File

SOURCE=.\NET.C
# End Source File
# Begin Source File

SOURCE=.\NEW_IP.C
# End Source File
# Begin Source File

SOURCE=.\ODH.C
# End Source File
# Begin Source File

SOURCE=.\PROTINIT.C
# End Source File
# Begin Source File

SOURCE=.\SELECT.C
# End Source File
# Begin Source File

SOURCE=.\SOCKETS.C
# End Source File
# Begin Source File

SOURCE=.\STDCS.C
# End Source File
# Begin Source File

SOURCE=.\TCP.C
# End Source File
# Begin Source File

SOURCE=.\TCP_ERRS.C
# End Source File
# Begin Source File

SOURCE=.\TCPVARS.C
# End Source File
# Begin Source File

SOURCE=.\TIMER.C
# End Source File
# Begin Source File

SOURCE=.\TOOLS.C
# End Source File
# Begin Source File

SOURCE=.\UDP.C
# End Source File
# Begin Source File

SOURCE=.\USER.C
# End Source File
# Begin Source File

SOURCE=.\UTIL.C
# End Source File
# End Group
# Begin Group "Header Files"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\ARP.H
# End Source File
# Begin Source File

SOURCE=.\BOOTP.H
# End Source File
# Begin Source File

SOURCE=.\Chipint.h
# End Source File
# Begin Source File

SOURCE=.\CONFIG.H
# End Source File
# Begin Source File

SOURCE=.\CONFILE.H
# End Source File
# Begin Source File

SOURCE=.\DATA.H
# End Source File
# Begin Source File

SOURCE=.\DNS.H
# End Source File
# Begin Source File

SOURCE=.\EXTERNS.H
# End Source File
# Begin Source File

SOURCE=.\HOSTFORM.H
# End Source File
# Begin Source File

SOURCE=.\IP.H
# End Source File
# Begin Source File

SOURCE=.\NETEVENT.H
# End Source File
# Begin Source File

SOURCE=.\PROTOCOL.H
# End Source File
# Begin Source File

SOURCE=.\SOCKDEFS.H
# End Source File
# Begin Source File

SOURCE=.\SOCKETD.H
# End Source File
# Begin Source File

SOURCE=.\SOCKEXT.H
# End Source File
# Begin Source File

SOURCE=.\STDCS.H
# End Source File
# Begin Source File

SOURCE=.\TARGET.H
# End Source File
# Begin Source File

SOURCE=.\TCP.H
# End Source File
# Begin Source File

SOURCE=.\TCP_ERRS.H
# End Source File
# Begin Source File

SOURCE=.\TCPDEFS.H
# End Source File
# End Group
# End Target
# End Project

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?