⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wwwtelnt.mak

📁 www工具包
💻 MAK
字号:
# Microsoft Developer Studio Generated NMAKE File, Based on wwwtelnt.dsp
!IF "$(CFG)" == ""
CFG=wwwtelnt - Win32 Release
!MESSAGE No configuration specified. Defaulting to wwwtelnt - Win32 Release.
!ENDIF 

!IF "$(CFG)" != "wwwtelnt - Win32 Release" && "$(CFG)" !=\
 "wwwtelnt - Win32 Debug"
!MESSAGE Invalid configuration "$(CFG)" specified.
!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 "wwwtelnt.mak" CFG="wwwtelnt - Win32 Release"
!MESSAGE 
!MESSAGE Possible choices for configuration are:
!MESSAGE 
!MESSAGE "wwwtelnt - Win32 Release" (based on\
 "Win32 (x86) Dynamic-Link Library")
!MESSAGE "wwwtelnt - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE 
!ERROR An invalid configuration is specified.
!ENDIF 

!IF "$(OS)" == "Windows_NT"
NULL=
!ELSE 
NULL=nul
!ENDIF 

CPP=cl.exe
MTL=midl.exe
RSC=rc.exe

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

OUTDIR=.\..\..\..\..\Bin
INTDIR=.\Release
# Begin Custom Macros
OutDir=.\..\..\..\..\Bin
# End Custom Macros

!IF "$(RECURSE)" == "0" 

ALL : "$(OUTDIR)\Release\wwwtelnt.dll"

!ELSE 

ALL : "wwwutils - Win32 Release" "wwwdll - Win32 Release"\
 "wwwdir - Win32 Release" "wwwcore - Win32 Release"\
 "$(OUTDIR)\Release\wwwtelnt.dll"

!ENDIF 

!IF "$(RECURSE)" == "1" 
CLEAN :"wwwcore - Win32 ReleaseCLEAN" "wwwdir - Win32 ReleaseCLEAN"\
 "wwwdll - Win32 ReleaseCLEAN" "wwwutils - Win32 ReleaseCLEAN" 
!ELSE 
CLEAN :
!ENDIF 
	-@erase "$(INTDIR)\HTTelnet.obj"
	-@erase "$(INTDIR)\vc50.idb"
	-@erase "$(INTDIR)\windll.obj"
	-@erase "$(OUTDIR)\Release\wwwtelnt.dll"
	-@erase "$(OUTDIR)\wwwtelnt.exp"
	-@erase "$(OUTDIR)\wwwtelnt.lib"

"$(OUTDIR)" :
    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"

"$(INTDIR)" :
    if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"

CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "..\..\..\External" /D "NDEBUG" /D\
 "WWW_WIN_DLL" /D "WWW_WIN_ASYNC" /D "WIN32" /D "_WINDOWS" /Fo"$(INTDIR)\\"\
 /Fd"$(INTDIR)\\" /FD /c 
CPP_OBJS=.\Release/
CPP_SBRS=.
MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\wwwtelnt.bsc" 
BSC32_SBRS= \
	
LINK32=link.exe
LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib\
 WSock32.lib /nologo /subsystem:windows /dll /incremental:no\
 /pdb:"$(OUTDIR)\wwwtelnt.pdb" /machine:I386 /def:"..\wwwtelnt.def"\
 /out:"$(OUTDIR)\Release\wwwtelnt.dll" /implib:"$(OUTDIR)\wwwtelnt.lib" 
DEF_FILE= \
	"..\wwwtelnt.def"
LINK32_OBJS= \
	"$(INTDIR)\HTTelnet.obj" \
	"$(INTDIR)\windll.obj" \
	"$(OUTDIR)\wwwcore.lib" \
	"$(OUTDIR)\wwwdir.lib" \
	"$(OUTDIR)\wwwdll.lib" \
	"$(OUTDIR)\wwwutils.lib"

"$(OUTDIR)\Release\wwwtelnt.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
    $(LINK32) @<<
  $(LINK32_FLAGS) $(LINK32_OBJS)
<<

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

OUTDIR=.\..\..\..\..\Bin
INTDIR=.\Debug
# Begin Custom Macros
OutDir=.\..\..\..\..\Bin
# End Custom Macros

!IF "$(RECURSE)" == "0" 

ALL : "$(OUTDIR)\Debug\wwwtelnt.dll"

!ELSE 

ALL : "wwwutils - Win32 Debug" "wwwdll - Win32 Debug" "wwwdir - Win32 Debug"\
 "wwwcore - Win32 Debug" "$(OUTDIR)\Debug\wwwtelnt.dll"

!ENDIF 

!IF "$(RECURSE)" == "1" 
CLEAN :"wwwcore - Win32 DebugCLEAN" "wwwdir - Win32 DebugCLEAN"\
 "wwwdll - Win32 DebugCLEAN" "wwwutils - Win32 DebugCLEAN" 
!ELSE 
CLEAN :
!ENDIF 
	-@erase "$(INTDIR)\HTTelnet.obj"
	-@erase "$(INTDIR)\vc50.idb"
	-@erase "$(INTDIR)\vc50.pdb"
	-@erase "$(INTDIR)\windll.obj"
	-@erase "$(OUTDIR)\Debug\wwwtelnt.dll"
	-@erase "$(OUTDIR)\Debug\wwwtelnt.ilk"
	-@erase "$(OUTDIR)\wwwtelnt.exp"
	-@erase "$(OUTDIR)\wwwtelnt.lib"
	-@erase "$(OUTDIR)\wwwtelnt.pdb"

"$(OUTDIR)" :
    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"

"$(INTDIR)" :
    if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"

CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\..\External" /D "_DEBUG" /D\
 "WWW_WIN_DLL" /D "WWW_WIN_ASYNC" /D "WIN32" /D "_WINDOWS" /Fo"$(INTDIR)\\"\
 /Fd"$(INTDIR)\\" /FD /c 
CPP_OBJS=.\Debug/
CPP_SBRS=.
MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32 
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\wwwtelnt.bsc" 
BSC32_SBRS= \
	
LINK32=link.exe
LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib\
 WSock32.lib /nologo /subsystem:windows /dll /incremental:yes\
 /pdb:"$(OUTDIR)\wwwtelnt.pdb" /debug /machine:I386 /def:"..\wwwtelnt.def"\
 /out:"$(OUTDIR)\Debug\wwwtelnt.dll" /implib:"$(OUTDIR)\wwwtelnt.lib" 
DEF_FILE= \
	"..\wwwtelnt.def"
LINK32_OBJS= \
	"$(INTDIR)\HTTelnet.obj" \
	"$(INTDIR)\windll.obj" \
	"$(OUTDIR)\wwwcore.lib" \
	"$(OUTDIR)\wwwdir.lib" \
	"$(OUTDIR)\wwwdll.lib" \
	"$(OUTDIR)\wwwutils.lib"

"$(OUTDIR)\Debug\wwwtelnt.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
    $(LINK32) @<<
  $(LINK32_FLAGS) $(LINK32_OBJS)
<<

!ENDIF 

.c{$(CPP_OBJS)}.obj::
   $(CPP) @<<
   $(CPP_PROJ) $< 
<<

.cpp{$(CPP_OBJS)}.obj::
   $(CPP) @<<
   $(CPP_PROJ) $< 
<<

.cxx{$(CPP_OBJS)}.obj::
   $(CPP) @<<
   $(CPP_PROJ) $< 
<<

.c{$(CPP_SBRS)}.sbr::
   $(CPP) @<<
   $(CPP_PROJ) $< 
<<

.cpp{$(CPP_SBRS)}.sbr::
   $(CPP) @<<
   $(CPP_PROJ) $< 
<<

.cxx{$(CPP_SBRS)}.sbr::
   $(CPP) @<<
   $(CPP_PROJ) $< 
<<


!IF "$(CFG)" == "wwwtelnt - Win32 Release" || "$(CFG)" ==\
 "wwwtelnt - Win32 Debug"
SOURCE=..\..\HTTelnet.c

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

DEP_CPP_HTTEL=\
	"..\..\..\external\regex.h"\
	"..\..\HTAlert.h"\
	"..\..\HTAnchor.h"\
	"..\..\HTArray.h"\
	"..\..\HTAssoc.h"\
	"..\..\HTAtom.h"\
	"..\..\HTBind.h"\
	"..\..\HTChannl.h"\
	"..\..\HTChunk.h"\
	"..\..\HTDNS.h"\
	"..\..\HTError.h"\
	"..\..\HTEscape.h"\
	"..\..\HTEvent.h"\
	"..\..\HTFormat.h"\
	"..\..\HTFWrite.h"\
	"..\..\HTHost.h"\
	"..\..\hthstman.h"\
	"..\..\HTInet.h"\
	"..\..\htiostream.h"\
	"..\..\HTLib.h"\
	"..\..\HTLink.h"\
	"..\..\HTList.h"\
	"..\..\HTMemLog.h"\
	"..\..\HTMemory.h"\
	"..\..\HTMethod.h"\
	"..\..\HTNet.h"\
	"..\..\htnetman.h"\
	"..\..\HTParse.h"\
	"..\..\HTProt.h"\
	"..\..\htreq.h"\
	"..\..\HTResponse.h"\
	"..\..\HTStream.h"\
	"..\..\HTString.h"\
	"..\..\htstruct.h"\
	"..\..\HTTelnet.h"\
	"..\..\HTTimer.h"\
	"..\..\HTTrans.h"\
	"..\..\HTUser.h"\
	"..\..\htutils.h"\
	"..\..\HTUTree.h"\
	"..\..\HTUU.h"\
	"..\..\HTWWWStr.h"\
	"..\..\wwwcore.h"\
	"..\..\wwwsys.h"\
	"..\..\wwwutil.h"\
	"..\config.h"\
	{$(INCLUDE)}"sys\stat.h"\
	{$(INCLUDE)}"sys\types.h"\
	
NODEP_CPP_HTTEL=\
	"..\..\HTVMSUtils.h"\
	

"$(INTDIR)\HTTelnet.obj" : $(SOURCE) $(DEP_CPP_HTTEL) "$(INTDIR)"
	$(CPP) $(CPP_PROJ) $(SOURCE)


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

DEP_CPP_HTTEL=\
	"..\..\..\external\regex.h"\
	"..\..\HTAlert.h"\
	"..\..\HTAnchor.h"\
	"..\..\HTArray.h"\
	"..\..\HTAssoc.h"\
	"..\..\HTAtom.h"\
	"..\..\HTBind.h"\
	"..\..\HTChannl.h"\
	"..\..\HTChunk.h"\
	"..\..\HTDNS.h"\
	"..\..\HTError.h"\
	"..\..\HTEscape.h"\
	"..\..\HTEvent.h"\
	"..\..\HTFormat.h"\
	"..\..\HTFWrite.h"\
	"..\..\HTHost.h"\
	"..\..\hthstman.h"\
	"..\..\HTInet.h"\
	"..\..\htiostream.h"\
	"..\..\HTLib.h"\
	"..\..\HTLink.h"\
	"..\..\HTList.h"\
	"..\..\HTMemLog.h"\
	"..\..\HTMemory.h"\
	"..\..\HTMethod.h"\
	"..\..\HTNet.h"\
	"..\..\htnetman.h"\
	"..\..\HTParse.h"\
	"..\..\HTProt.h"\
	"..\..\htreq.h"\
	"..\..\HTResponse.h"\
	"..\..\HTStream.h"\
	"..\..\HTString.h"\
	"..\..\htstruct.h"\
	"..\..\HTTelnet.h"\
	"..\..\HTTimer.h"\
	"..\..\HTTrans.h"\
	"..\..\HTUser.h"\
	"..\..\htutils.h"\
	"..\..\HTUTree.h"\
	"..\..\HTUU.h"\
	"..\..\HTWWWStr.h"\
	"..\..\wwwcore.h"\
	"..\..\wwwsys.h"\
	"..\..\wwwutil.h"\
	"..\config.h"\
	

"$(INTDIR)\HTTelnet.obj" : $(SOURCE) $(DEP_CPP_HTTEL) "$(INTDIR)"
	$(CPP) $(CPP_PROJ) $(SOURCE)


!ENDIF 

SOURCE=..\windll.c

"$(INTDIR)\windll.obj" : $(SOURCE) "$(INTDIR)"
	$(CPP) $(CPP_PROJ) $(SOURCE)


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

"wwwcore - Win32 Release" : 
   cd "\Projects\libwww\Library\src\windows\wwwcore"
   $(MAKE) /$(MAKEFLAGS) /F .\wwwcore.mak CFG="wwwcore - Win32 Release" 
   cd "..\wwwtelnt"

"wwwcore - Win32 ReleaseCLEAN" : 
   cd "\Projects\libwww\Library\src\windows\wwwcore"
   $(MAKE) /$(MAKEFLAGS) CLEAN /F .\wwwcore.mak CFG="wwwcore - Win32 Release"\
 RECURSE=1 
   cd "..\wwwtelnt"

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

"wwwcore - Win32 Debug" : 
   cd "\Projects\libwww\Library\src\windows\wwwcore"
   $(MAKE) /$(MAKEFLAGS) /F .\wwwcore.mak CFG="wwwcore - Win32 Debug" 
   cd "..\wwwtelnt"

"wwwcore - Win32 DebugCLEAN" : 
   cd "\Projects\libwww\Library\src\windows\wwwcore"
   $(MAKE) /$(MAKEFLAGS) CLEAN /F .\wwwcore.mak CFG="wwwcore - Win32 Debug"\
 RECURSE=1 
   cd "..\wwwtelnt"

!ENDIF 

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

"wwwdir - Win32 Release" : 
   cd "\Projects\libwww\Library\src\windows\wwwdir"
   $(MAKE) /$(MAKEFLAGS) /F .\wwwdir.mak CFG="wwwdir - Win32 Release" 
   cd "..\wwwtelnt"

"wwwdir - Win32 ReleaseCLEAN" : 
   cd "\Projects\libwww\Library\src\windows\wwwdir"
   $(MAKE) /$(MAKEFLAGS) CLEAN /F .\wwwdir.mak CFG="wwwdir - Win32 Release"\
 RECURSE=1 
   cd "..\wwwtelnt"

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

"wwwdir - Win32 Debug" : 
   cd "\Projects\libwww\Library\src\windows\wwwdir"
   $(MAKE) /$(MAKEFLAGS) /F .\wwwdir.mak CFG="wwwdir - Win32 Debug" 
   cd "..\wwwtelnt"

"wwwdir - Win32 DebugCLEAN" : 
   cd "\Projects\libwww\Library\src\windows\wwwdir"
   $(MAKE) /$(MAKEFLAGS) CLEAN /F .\wwwdir.mak CFG="wwwdir - Win32 Debug"\
 RECURSE=1 
   cd "..\wwwtelnt"

!ENDIF 

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

"wwwdll - Win32 Release" : 
   cd "\Projects\libwww\Library\src\windows\wwwdll"
   $(MAKE) /$(MAKEFLAGS) /F .\wwwdll.mak CFG="wwwdll - Win32 Release" 
   cd "..\wwwtelnt"

"wwwdll - Win32 ReleaseCLEAN" : 
   cd "\Projects\libwww\Library\src\windows\wwwdll"
   $(MAKE) /$(MAKEFLAGS) CLEAN /F .\wwwdll.mak CFG="wwwdll - Win32 Release"\
 RECURSE=1 
   cd "..\wwwtelnt"

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

"wwwdll - Win32 Debug" : 
   cd "\Projects\libwww\Library\src\windows\wwwdll"
   $(MAKE) /$(MAKEFLAGS) /F .\wwwdll.mak CFG="wwwdll - Win32 Debug" 
   cd "..\wwwtelnt"

"wwwdll - Win32 DebugCLEAN" : 
   cd "\Projects\libwww\Library\src\windows\wwwdll"
   $(MAKE) /$(MAKEFLAGS) CLEAN /F .\wwwdll.mak CFG="wwwdll - Win32 Debug"\
 RECURSE=1 
   cd "..\wwwtelnt"

!ENDIF 

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

"wwwutils - Win32 Release" : 
   cd "\Projects\libwww\Library\src\windows\wwwutils"
   $(MAKE) /$(MAKEFLAGS) /F .\wwwutils.mak CFG="wwwutils - Win32 Release" 
   cd "..\wwwtelnt"

"wwwutils - Win32 ReleaseCLEAN" : 
   cd "\Projects\libwww\Library\src\windows\wwwutils"
   $(MAKE) /$(MAKEFLAGS) CLEAN /F .\wwwutils.mak CFG="wwwutils - Win32 Release"\
 RECURSE=1 
   cd "..\wwwtelnt"

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

"wwwutils - Win32 Debug" : 
   cd "\Projects\libwww\Library\src\windows\wwwutils"
   $(MAKE) /$(MAKEFLAGS) /F .\wwwutils.mak CFG="wwwutils - Win32 Debug" 
   cd "..\wwwtelnt"

"wwwutils - Win32 DebugCLEAN" : 
   cd "\Projects\libwww\Library\src\windows\wwwutils"
   $(MAKE) /$(MAKEFLAGS) CLEAN /F .\wwwutils.mak CFG="wwwutils - Win32 Debug"\
 RECURSE=1 
   cd "..\wwwtelnt"

!ENDIF 


!ENDIF 

⌨️ 快捷键说明

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