📄 wwwmux.mak
字号:
# Microsoft Developer Studio Generated NMAKE File, Based on wwwmux.dsp
!IF "$(CFG)" == ""
CFG=wwwmux - Win32 Release
!MESSAGE No configuration specified. Defaulting to wwwmux - Win32 Release.
!ENDIF
!IF "$(CFG)" != "wwwmux - Win32 Release" && "$(CFG)" != "wwwmux - 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 "wwwmux.mak" CFG="wwwmux - Win32 Release"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "wwwmux - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE "wwwmux - 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)" == "wwwmux - Win32 Release"
OUTDIR=.\..\..\..\Bin
INTDIR=.\wwwmux\Release
# Begin Custom Macros
OutDir=.\..\..\..\Bin
# End Custom Macros
!IF "$(RECURSE)" == "0"
ALL : "$(OUTDIR)\Release\wwwmux.dll"
!ELSE
ALL : "wwwtrans - Win32 Release" "wwwstream - Win32 Release" "wwwutils - Win32 Release" "wwwdll - Win32 Release" "wwwcore - Win32 Release" "$(OUTDIR)\Release\wwwmux.dll"
!ENDIF
!IF "$(RECURSE)" == "1"
CLEAN :"wwwcore - Win32 ReleaseCLEAN" "wwwdll - Win32 ReleaseCLEAN" "wwwutils - Win32 ReleaseCLEAN" "wwwstream - Win32 ReleaseCLEAN" "wwwtrans - Win32 ReleaseCLEAN"
!ELSE
CLEAN :
!ENDIF
-@erase "$(INTDIR)\HTDemux.obj"
-@erase "$(INTDIR)\HTMuxCh.obj"
-@erase "$(INTDIR)\HTMuxTx.obj"
-@erase "$(INTDIR)\vc60.idb"
-@erase "$(INTDIR)\windll.obj"
-@erase "$(OUTDIR)\Release\wwwmux.dll"
-@erase "$(OUTDIR)\wwwmux.exp"
-@erase "$(OUTDIR)\wwwmux.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" /Fp"$(INTDIR)\wwwmux.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\wwwmux.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)\wwwmux.pdb" /machine:I386 /def:".\wwwmux.def" /out:"$(OUTDIR)\Release\wwwmux.dll" /implib:"$(OUTDIR)\wwwmux.lib"
DEF_FILE= \
".\wwwmux.def"
LINK32_OBJS= \
"$(INTDIR)\HTDemux.obj" \
"$(INTDIR)\HTMuxCh.obj" \
"$(INTDIR)\HTMuxTx.obj" \
"$(INTDIR)\windll.obj" \
"$(OUTDIR)\wwwcore.lib" \
"$(OUTDIR)\wwwdll.lib" \
"$(OUTDIR)\wwwutils.lib" \
"$(OUTDIR)\wwwstream.lib" \
"$(OUTDIR)\wwwtrans.lib"
"$(OUTDIR)\Release\wwwmux.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
!ELSEIF "$(CFG)" == "wwwmux - Win32 Debug"
OUTDIR=.\..\..\..\Bin
INTDIR=.\wwwmux\Debug
# Begin Custom Macros
OutDir=.\..\..\..\Bin
# End Custom Macros
!IF "$(RECURSE)" == "0"
ALL : "$(OUTDIR)\Debug\wwwmux.dll"
!ELSE
ALL : "wwwtrans - Win32 Debug" "wwwstream - Win32 Debug" "wwwutils - Win32 Debug" "wwwdll - Win32 Debug" "wwwcore - Win32 Debug" "$(OUTDIR)\Debug\wwwmux.dll"
!ENDIF
!IF "$(RECURSE)" == "1"
CLEAN :"wwwcore - Win32 DebugCLEAN" "wwwdll - Win32 DebugCLEAN" "wwwutils - Win32 DebugCLEAN" "wwwstream - Win32 DebugCLEAN" "wwwtrans - Win32 DebugCLEAN"
!ELSE
CLEAN :
!ENDIF
-@erase "$(INTDIR)\HTDemux.obj"
-@erase "$(INTDIR)\HTMuxCh.obj"
-@erase "$(INTDIR)\HTMuxTx.obj"
-@erase "$(INTDIR)\vc60.idb"
-@erase "$(INTDIR)\vc60.pdb"
-@erase "$(INTDIR)\windll.obj"
-@erase "$(OUTDIR)\Debug\wwwmux.dll"
-@erase "$(OUTDIR)\Debug\wwwmux.ilk"
-@erase "$(OUTDIR)\wwwmux.exp"
-@erase "$(OUTDIR)\wwwmux.lib"
-@erase "$(OUTDIR)\wwwmux.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" /Fp"$(INTDIR)\wwwmux.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\wwwmux.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)\wwwmux.pdb" /debug /machine:I386 /def:".\wwwmux.def" /out:"$(OUTDIR)\Debug\wwwmux.dll" /implib:"$(OUTDIR)\wwwmux.lib"
DEF_FILE= \
".\wwwmux.def"
LINK32_OBJS= \
"$(INTDIR)\HTDemux.obj" \
"$(INTDIR)\HTMuxCh.obj" \
"$(INTDIR)\HTMuxTx.obj" \
"$(INTDIR)\windll.obj" \
"$(OUTDIR)\wwwcore.lib" \
"$(OUTDIR)\wwwdll.lib" \
"$(OUTDIR)\wwwutils.lib" \
"$(OUTDIR)\wwwstream.lib" \
"$(OUTDIR)\wwwtrans.lib"
"$(OUTDIR)\Debug\wwwmux.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
!ENDIF
.c{$(INTDIR)}.obj::
$(CPP) @<<
$(CPP_PROJ) $<
<<
.cpp{$(INTDIR)}.obj::
$(CPP) @<<
$(CPP_PROJ) $<
<<
.cxx{$(INTDIR)}.obj::
$(CPP) @<<
$(CPP_PROJ) $<
<<
.c{$(INTDIR)}.sbr::
$(CPP) @<<
$(CPP_PROJ) $<
<<
.cpp{$(INTDIR)}.sbr::
$(CPP) @<<
$(CPP_PROJ) $<
<<
.cxx{$(INTDIR)}.sbr::
$(CPP) @<<
$(CPP_PROJ) $<
<<
!IF "$(NO_EXTERNAL_DEPS)" != "1"
!IF EXISTS("wwwmux.dep")
!INCLUDE "wwwmux.dep"
!ELSE
!MESSAGE Warning: cannot find "wwwmux.dep"
!ENDIF
!ENDIF
!IF "$(CFG)" == "wwwmux - Win32 Release" || "$(CFG)" == "wwwmux - Win32 Debug"
SOURCE=..\HTDemux.c
"$(INTDIR)\HTDemux.obj" : $(SOURCE) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
SOURCE=..\HTMuxCh.c
"$(INTDIR)\HTMuxCh.obj" : $(SOURCE) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
SOURCE=..\HTMuxTx.c
"$(INTDIR)\HTMuxTx.obj" : $(SOURCE) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
SOURCE=.\windll.c
"$(INTDIR)\windll.obj" : $(SOURCE) "$(INTDIR)"
!IF "$(CFG)" == "wwwmux - Win32 Release"
"wwwcore - Win32 Release" :
cd "."
$(MAKE) /$(MAKEFLAGS) /F ".\wwwcore.mak" CFG="wwwcore - Win32 Release"
cd "."
"wwwcore - Win32 ReleaseCLEAN" :
cd "."
$(MAKE) /$(MAKEFLAGS) /F ".\wwwcore.mak" CFG="wwwcore - Win32 Release" RECURSE=1 CLEAN
cd "."
!ELSEIF "$(CFG)" == "wwwmux - Win32 Debug"
"wwwcore - Win32 Debug" :
cd "."
$(MAKE) /$(MAKEFLAGS) /F ".\wwwcore.mak" CFG="wwwcore - Win32 Debug"
cd "."
"wwwcore - Win32 DebugCLEAN" :
cd "."
$(MAKE) /$(MAKEFLAGS) /F ".\wwwcore.mak" CFG="wwwcore - Win32 Debug" RECURSE=1 CLEAN
cd "."
!ENDIF
!IF "$(CFG)" == "wwwmux - Win32 Release"
"wwwdll - Win32 Release" :
cd "."
$(MAKE) /$(MAKEFLAGS) /F ".\wwwdll.mak" CFG="wwwdll - Win32 Release"
cd "."
"wwwdll - Win32 ReleaseCLEAN" :
cd "."
$(MAKE) /$(MAKEFLAGS) /F ".\wwwdll.mak" CFG="wwwdll - Win32 Release" RECURSE=1 CLEAN
cd "."
!ELSEIF "$(CFG)" == "wwwmux - Win32 Debug"
"wwwdll - Win32 Debug" :
cd "."
$(MAKE) /$(MAKEFLAGS) /F ".\wwwdll.mak" CFG="wwwdll - Win32 Debug"
cd "."
"wwwdll - Win32 DebugCLEAN" :
cd "."
$(MAKE) /$(MAKEFLAGS) /F ".\wwwdll.mak" CFG="wwwdll - Win32 Debug" RECURSE=1 CLEAN
cd "."
!ENDIF
!IF "$(CFG)" == "wwwmux - Win32 Release"
"wwwutils - Win32 Release" :
cd "."
$(MAKE) /$(MAKEFLAGS) /F ".\wwwutils.mak" CFG="wwwutils - Win32 Release"
cd "."
"wwwutils - Win32 ReleaseCLEAN" :
cd "."
$(MAKE) /$(MAKEFLAGS) /F ".\wwwutils.mak" CFG="wwwutils - Win32 Release" RECURSE=1 CLEAN
cd "."
!ELSEIF "$(CFG)" == "wwwmux - Win32 Debug"
"wwwutils - Win32 Debug" :
cd "."
$(MAKE) /$(MAKEFLAGS) /F ".\wwwutils.mak" CFG="wwwutils - Win32 Debug"
cd "."
"wwwutils - Win32 DebugCLEAN" :
cd "."
$(MAKE) /$(MAKEFLAGS) /F ".\wwwutils.mak" CFG="wwwutils - Win32 Debug" RECURSE=1 CLEAN
cd "."
!ENDIF
!IF "$(CFG)" == "wwwmux - Win32 Release"
"wwwstream - Win32 Release" :
cd "."
$(MAKE) /$(MAKEFLAGS) /F ".\wwwstream.mak" CFG="wwwstream - Win32 Release"
cd "."
"wwwstream - Win32 ReleaseCLEAN" :
cd "."
$(MAKE) /$(MAKEFLAGS) /F ".\wwwstream.mak" CFG="wwwstream - Win32 Release" RECURSE=1 CLEAN
cd "."
!ELSEIF "$(CFG)" == "wwwmux - Win32 Debug"
"wwwstream - Win32 Debug" :
cd "."
$(MAKE) /$(MAKEFLAGS) /F ".\wwwstream.mak" CFG="wwwstream - Win32 Debug"
cd "."
"wwwstream - Win32 DebugCLEAN" :
cd "."
$(MAKE) /$(MAKEFLAGS) /F ".\wwwstream.mak" CFG="wwwstream - Win32 Debug" RECURSE=1 CLEAN
cd "."
!ENDIF
!IF "$(CFG)" == "wwwmux - Win32 Release"
"wwwtrans - Win32 Release" :
cd "."
$(MAKE) /$(MAKEFLAGS) /F ".\wwwtrans.mak" CFG="wwwtrans - Win32 Release"
cd "."
"wwwtrans - Win32 ReleaseCLEAN" :
cd "."
$(MAKE) /$(MAKEFLAGS) /F ".\wwwtrans.mak" CFG="wwwtrans - Win32 Release" RECURSE=1 CLEAN
cd "."
!ELSEIF "$(CFG)" == "wwwmux - Win32 Debug"
"wwwtrans - Win32 Debug" :
cd "."
$(MAKE) /$(MAKEFLAGS) /F ".\wwwtrans.mak" CFG="wwwtrans - Win32 Debug"
cd "."
"wwwtrans - Win32 DebugCLEAN" :
cd "."
$(MAKE) /$(MAKEFLAGS) /F ".\wwwtrans.mak" CFG="wwwtrans - Win32 Debug" RECURSE=1 CLEAN
cd "."
!ENDIF
!ENDIF
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -