📄 wwwwais.mak
字号:
# Microsoft Developer Studio Generated NMAKE File, Based on wwwwais.dsp
!IF "$(CFG)" == ""
CFG=wwwwais - Win32 Release
!MESSAGE No configuration specified. Defaulting to wwwwais - Win32 Release.
!ENDIF
!IF "$(CFG)" != "wwwwais - Win32 Release" && "$(CFG)" !=\
"wwwwais - 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 "wwwwais.mak" CFG="wwwwais - Win32 Release"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "wwwwais - Win32 Release" (based on\
"Win32 (x86) Dynamic-Link Library")
!MESSAGE "wwwwais - 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)" == "wwwwais - Win32 Release"
OUTDIR=.\..\..\..\..\Bin
INTDIR=.\Release
# Begin Custom Macros
OutDir=.\..\..\..\..\Bin
# End Custom Macros
!IF "$(RECURSE)" == "0"
ALL : "$(OUTDIR)\Release\wwwwais.dll"
!ELSE
ALL : "wwwutils - Win32 Release" "wwwhtml - Win32 Release"\
"wwwdll - Win32 Release" "wwwcore - Win32 Release" "wwwapp - Win32 Release"\
"$(OUTDIR)\Release\wwwwais.dll"
!ENDIF
!IF "$(RECURSE)" == "1"
CLEAN :"wwwapp - Win32 ReleaseCLEAN" "wwwcore - Win32 ReleaseCLEAN"\
"wwwdll - Win32 ReleaseCLEAN" "wwwhtml - Win32 ReleaseCLEAN"\
"wwwutils - Win32 ReleaseCLEAN"
!ELSE
CLEAN :
!ENDIF
-@erase "$(INTDIR)\HTWSRC.obj"
-@erase "$(INTDIR)\vc50.idb"
-@erase "$(INTDIR)\windll.obj"
-@erase "$(OUTDIR)\Release\wwwwais.dll"
-@erase "$(OUTDIR)\wwwwais.exp"
-@erase "$(OUTDIR)\wwwwais.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)\wwwwais.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)\wwwwais.pdb" /machine:I386 /def:"..\wwwwais.def"\
/out:"$(OUTDIR)\Release\wwwwais.dll" /implib:"$(OUTDIR)\wwwwais.lib"
DEF_FILE= \
"..\wwwwais.def"
LINK32_OBJS= \
"$(INTDIR)\HTWSRC.obj" \
"$(INTDIR)\windll.obj" \
"$(OUTDIR)\wwwapp.lib" \
"$(OUTDIR)\wwwcore.lib" \
"$(OUTDIR)\wwwdll.lib" \
"$(OUTDIR)\wwwhtml.lib" \
"$(OUTDIR)\wwwutils.lib"
"$(OUTDIR)\Release\wwwwais.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
!ELSEIF "$(CFG)" == "wwwwais - Win32 Debug"
OUTDIR=.\..\..\..\..\Bin
INTDIR=.\Debug
# Begin Custom Macros
OutDir=.\..\..\..\..\Bin
# End Custom Macros
!IF "$(RECURSE)" == "0"
ALL : "$(OUTDIR)\Debug\wwwwais.dll"
!ELSE
ALL : "wwwutils - Win32 Debug" "wwwhtml - Win32 Debug" "wwwdll - Win32 Debug"\
"wwwcore - Win32 Debug" "wwwapp - Win32 Debug" "$(OUTDIR)\Debug\wwwwais.dll"
!ENDIF
!IF "$(RECURSE)" == "1"
CLEAN :"wwwapp - Win32 DebugCLEAN" "wwwcore - Win32 DebugCLEAN"\
"wwwdll - Win32 DebugCLEAN" "wwwhtml - Win32 DebugCLEAN"\
"wwwutils - Win32 DebugCLEAN"
!ELSE
CLEAN :
!ENDIF
-@erase "$(INTDIR)\HTWSRC.obj"
-@erase "$(INTDIR)\vc50.idb"
-@erase "$(INTDIR)\vc50.pdb"
-@erase "$(INTDIR)\windll.obj"
-@erase "$(OUTDIR)\Debug\wwwwais.dll"
-@erase "$(OUTDIR)\Debug\wwwwais.ilk"
-@erase "$(OUTDIR)\wwwwais.exp"
-@erase "$(OUTDIR)\wwwwais.lib"
-@erase "$(OUTDIR)\wwwwais.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)\wwwwais.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)\wwwwais.pdb" /debug /machine:I386 /def:"..\wwwwais.def"\
/out:"$(OUTDIR)\Debug\wwwwais.dll" /implib:"$(OUTDIR)\wwwwais.lib"
DEF_FILE= \
"..\wwwwais.def"
LINK32_OBJS= \
"$(INTDIR)\HTWSRC.obj" \
"$(INTDIR)\windll.obj" \
"$(OUTDIR)\wwwapp.lib" \
"$(OUTDIR)\wwwcore.lib" \
"$(OUTDIR)\wwwdll.lib" \
"$(OUTDIR)\wwwhtml.lib" \
"$(OUTDIR)\wwwutils.lib"
"$(OUTDIR)\Debug\wwwwais.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)" == "wwwwais - Win32 Release" || "$(CFG)" ==\
"wwwwais - Win32 Debug"
SOURCE=..\..\HTWSRC.c
!IF "$(CFG)" == "wwwwais - Win32 Release"
DEP_CPP_HTWSR=\
"..\..\..\external\regex.h"\
"..\..\HTAABrow.h"\
"..\..\HTAnchor.h"\
"..\..\HTArray.h"\
"..\..\HTAssoc.h"\
"..\..\HTAtom.h"\
"..\..\HTChannl.h"\
"..\..\HTChunk.h"\
"..\..\HTDNS.h"\
"..\..\HTError.h"\
"..\..\HTEscape.h"\
"..\..\HTEvent.h"\
"..\..\HTFormat.h"\
"..\..\HTHeader.h"\
"..\..\HTHost.h"\
"..\..\htiostream.h"\
"..\..\HTLink.h"\
"..\..\HTList.h"\
"..\..\HTMemory.h"\
"..\..\HTMethod.h"\
"..\..\HTMIMPrs.h"\
"..\..\HTMLGen.h"\
"..\..\HTMLPDTD.h"\
"..\..\HTNet.h"\
"..\..\HTParse.h"\
"..\..\HTProt.h"\
"..\..\HTProxy.h"\
"..\..\htreq.h"\
"..\..\HTReqMan.h"\
"..\..\HTResponse.h"\
"..\..\HTStream.h"\
"..\..\HTString.h"\
"..\..\htstruct.h"\
"..\..\HTTimer.h"\
"..\..\HTTrans.h"\
"..\..\HTUser.h"\
"..\..\htutils.h"\
"..\..\HTUTree.h"\
"..\..\HTUU.h"\
"..\..\HTWSRC.h"\
"..\..\SGML.h"\
"..\..\wwwsys.h"\
"..\..\wwwutil.h"\
"..\config.h"\
{$(INCLUDE)}"sys\stat.h"\
{$(INCLUDE)}"sys\types.h"\
NODEP_CPP_HTWSR=\
"..\..\HTVMSUtils.h"\
"$(INTDIR)\HTWSRC.obj" : $(SOURCE) $(DEP_CPP_HTWSR) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
!ELSEIF "$(CFG)" == "wwwwais - Win32 Debug"
DEP_CPP_HTWSR=\
"..\..\..\external\regex.h"\
"..\..\HTAABrow.h"\
"..\..\HTAnchor.h"\
"..\..\HTArray.h"\
"..\..\HTAssoc.h"\
"..\..\HTAtom.h"\
"..\..\HTChannl.h"\
"..\..\HTChunk.h"\
"..\..\HTDNS.h"\
"..\..\HTError.h"\
"..\..\HTEscape.h"\
"..\..\HTEvent.h"\
"..\..\HTFormat.h"\
"..\..\HTHeader.h"\
"..\..\HTHost.h"\
"..\..\htiostream.h"\
"..\..\HTLink.h"\
"..\..\HTList.h"\
"..\..\HTMemory.h"\
"..\..\HTMethod.h"\
"..\..\HTMIMPrs.h"\
"..\..\HTMLGen.h"\
"..\..\HTMLPDTD.h"\
"..\..\HTNet.h"\
"..\..\HTParse.h"\
"..\..\HTProt.h"\
"..\..\HTProxy.h"\
"..\..\htreq.h"\
"..\..\HTReqMan.h"\
"..\..\HTResponse.h"\
"..\..\HTStream.h"\
"..\..\HTString.h"\
"..\..\htstruct.h"\
"..\..\HTTimer.h"\
"..\..\HTTrans.h"\
"..\..\HTUser.h"\
"..\..\htutils.h"\
"..\..\HTUTree.h"\
"..\..\HTUU.h"\
"..\..\HTWSRC.h"\
"..\..\SGML.h"\
"..\..\wwwsys.h"\
"..\..\wwwutil.h"\
"..\config.h"\
"$(INTDIR)\HTWSRC.obj" : $(SOURCE) $(DEP_CPP_HTWSR) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
!ENDIF
SOURCE=..\windll.c
"$(INTDIR)\windll.obj" : $(SOURCE) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
!IF "$(CFG)" == "wwwwais - Win32 Release"
"wwwapp - Win32 Release" :
cd "\Projects\libwww\Library\src\windows\wwwapp"
$(MAKE) /$(MAKEFLAGS) /F .\wwwapp.mak CFG="wwwapp - Win32 Release"
cd "..\wwwwais"
"wwwapp - Win32 ReleaseCLEAN" :
cd "\Projects\libwww\Library\src\windows\wwwapp"
$(MAKE) /$(MAKEFLAGS) CLEAN /F .\wwwapp.mak CFG="wwwapp - Win32 Release"\
RECURSE=1
cd "..\wwwwais"
!ELSEIF "$(CFG)" == "wwwwais - Win32 Debug"
"wwwapp - Win32 Debug" :
cd "\Projects\libwww\Library\src\windows\wwwapp"
$(MAKE) /$(MAKEFLAGS) /F .\wwwapp.mak CFG="wwwapp - Win32 Debug"
cd "..\wwwwais"
"wwwapp - Win32 DebugCLEAN" :
cd "\Projects\libwww\Library\src\windows\wwwapp"
$(MAKE) /$(MAKEFLAGS) CLEAN /F .\wwwapp.mak CFG="wwwapp - Win32 Debug"\
RECURSE=1
cd "..\wwwwais"
!ENDIF
!IF "$(CFG)" == "wwwwais - Win32 Release"
"wwwcore - Win32 Release" :
cd "\Projects\libwww\Library\src\windows\wwwcore"
$(MAKE) /$(MAKEFLAGS) /F .\wwwcore.mak CFG="wwwcore - Win32 Release"
cd "..\wwwwais"
"wwwcore - Win32 ReleaseCLEAN" :
cd "\Projects\libwww\Library\src\windows\wwwcore"
$(MAKE) /$(MAKEFLAGS) CLEAN /F .\wwwcore.mak CFG="wwwcore - Win32 Release"\
RECURSE=1
cd "..\wwwwais"
!ELSEIF "$(CFG)" == "wwwwais - Win32 Debug"
"wwwcore - Win32 Debug" :
cd "\Projects\libwww\Library\src\windows\wwwcore"
$(MAKE) /$(MAKEFLAGS) /F .\wwwcore.mak CFG="wwwcore - Win32 Debug"
cd "..\wwwwais"
"wwwcore - Win32 DebugCLEAN" :
cd "\Projects\libwww\Library\src\windows\wwwcore"
$(MAKE) /$(MAKEFLAGS) CLEAN /F .\wwwcore.mak CFG="wwwcore - Win32 Debug"\
RECURSE=1
cd "..\wwwwais"
!ENDIF
!IF "$(CFG)" == "wwwwais - Win32 Release"
"wwwdll - Win32 Release" :
cd "\Projects\libwww\Library\src\windows\wwwdll"
$(MAKE) /$(MAKEFLAGS) /F .\wwwdll.mak CFG="wwwdll - Win32 Release"
cd "..\wwwwais"
"wwwdll - Win32 ReleaseCLEAN" :
cd "\Projects\libwww\Library\src\windows\wwwdll"
$(MAKE) /$(MAKEFLAGS) CLEAN /F .\wwwdll.mak CFG="wwwdll - Win32 Release"\
RECURSE=1
cd "..\wwwwais"
!ELSEIF "$(CFG)" == "wwwwais - Win32 Debug"
"wwwdll - Win32 Debug" :
cd "\Projects\libwww\Library\src\windows\wwwdll"
$(MAKE) /$(MAKEFLAGS) /F .\wwwdll.mak CFG="wwwdll - Win32 Debug"
cd "..\wwwwais"
"wwwdll - Win32 DebugCLEAN" :
cd "\Projects\libwww\Library\src\windows\wwwdll"
$(MAKE) /$(MAKEFLAGS) CLEAN /F .\wwwdll.mak CFG="wwwdll - Win32 Debug"\
RECURSE=1
cd "..\wwwwais"
!ENDIF
!IF "$(CFG)" == "wwwwais - Win32 Release"
"wwwhtml - Win32 Release" :
cd "\Projects\libwww\Library\src\windows\wwwhtml"
$(MAKE) /$(MAKEFLAGS) /F .\wwwhtml.mak CFG="wwwhtml - Win32 Release"
cd "..\wwwwais"
"wwwhtml - Win32 ReleaseCLEAN" :
cd "\Projects\libwww\Library\src\windows\wwwhtml"
$(MAKE) /$(MAKEFLAGS) CLEAN /F .\wwwhtml.mak CFG="wwwhtml - Win32 Release"\
RECURSE=1
cd "..\wwwwais"
!ELSEIF "$(CFG)" == "wwwwais - Win32 Debug"
"wwwhtml - Win32 Debug" :
cd "\Projects\libwww\Library\src\windows\wwwhtml"
$(MAKE) /$(MAKEFLAGS) /F .\wwwhtml.mak CFG="wwwhtml - Win32 Debug"
cd "..\wwwwais"
"wwwhtml - Win32 DebugCLEAN" :
cd "\Projects\libwww\Library\src\windows\wwwhtml"
$(MAKE) /$(MAKEFLAGS) CLEAN /F .\wwwhtml.mak CFG="wwwhtml - Win32 Debug"\
RECURSE=1
cd "..\wwwwais"
!ENDIF
!IF "$(CFG)" == "wwwwais - Win32 Release"
"wwwutils - Win32 Release" :
cd "\Projects\libwww\Library\src\windows\wwwutils"
$(MAKE) /$(MAKEFLAGS) /F .\wwwutils.mak CFG="wwwutils - Win32 Release"
cd "..\wwwwais"
"wwwutils - Win32 ReleaseCLEAN" :
cd "\Projects\libwww\Library\src\windows\wwwutils"
$(MAKE) /$(MAKEFLAGS) CLEAN /F .\wwwutils.mak CFG="wwwutils - Win32 Release"\
RECURSE=1
cd "..\wwwwais"
!ELSEIF "$(CFG)" == "wwwwais - Win32 Debug"
"wwwutils - Win32 Debug" :
cd "\Projects\libwww\Library\src\windows\wwwutils"
$(MAKE) /$(MAKEFLAGS) /F .\wwwutils.mak CFG="wwwutils - Win32 Debug"
cd "..\wwwwais"
"wwwutils - Win32 DebugCLEAN" :
cd "\Projects\libwww\Library\src\windows\wwwutils"
$(MAKE) /$(MAKEFLAGS) CLEAN /F .\wwwutils.mak CFG="wwwutils - Win32 Debug"\
RECURSE=1
cd "..\wwwwais"
!ENDIF
!ENDIF
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -