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

📄 clientwindow.mak

📁 Visual C++网络通信编程实用案例精逊配套源码 光盘中存放的是书中涉及的所有实例的源代码和经过编译后的应用程序。所有程序均经过测试
💻 MAK
字号:
# Microsoft Developer Studio Generated NMAKE File, Based on ClientWindow.dsp
!IF "$(CFG)" == ""
CFG=ClientWindow - Win32 Debug
!MESSAGE No configuration specified. Defaulting to ClientWindow - Win32 Debug.
!ENDIF 

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

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

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

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

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

ALL : "$(OUTDIR)\ClientWindow.exe"

!ELSE 

ALL : "$(OUTDIR)\ClientWindow.exe"

!ENDIF 

CLEAN :
	-@erase "$(INTDIR)\client.obj"
	-@erase "$(INTDIR)\ClientWindow.obj"
	-@erase "$(INTDIR)\MainWnd.obj"
	-@erase "$(INTDIR)\Script1.res"
	-@erase "$(INTDIR)\ServerIP.obj"
	-@erase "$(INTDIR)\vc50.idb"
	-@erase "$(OUTDIR)\ClientWindow.exe"

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

CPP=cl.exe
CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
 /Fp"$(INTDIR)\ClientWindow.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
CPP_OBJS=.\Release/
CPP_SBRS=.

.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) $< 
<<

MTL=midl.exe
MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 
RSC=rc.exe
RSC_PROJ=/l 0x409 /fo"$(INTDIR)\Script1.res" /d "NDEBUG" 
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\ClientWindow.bsc" 
BSC32_SBRS= \
	
LINK32=link.exe
LINK32_FLAGS=c:\devstudio\cppprojects\zip\release\zip.lib ws2_32.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:windows /incremental:no /pdb:"$(OUTDIR)\ClientWindow.pdb"\
 /machine:I386 /out:"$(OUTDIR)\ClientWindow.exe" 
LINK32_OBJS= \
	"$(INTDIR)\client.obj" \
	"$(INTDIR)\ClientWindow.obj" \
	"$(INTDIR)\MainWnd.obj" \
	"$(INTDIR)\Script1.res" \
	"$(INTDIR)\ServerIP.obj"

"$(OUTDIR)\ClientWindow.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
    $(LINK32) @<<
  $(LINK32_FLAGS) $(LINK32_OBJS)
<<

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

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

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

ALL : "$(OUTDIR)\ClientWindow.exe"

!ELSE 

ALL : "$(OUTDIR)\ClientWindow.exe"

!ENDIF 

CLEAN :
	-@erase "$(INTDIR)\client.obj"
	-@erase "$(INTDIR)\ClientWindow.obj"
	-@erase "$(INTDIR)\MainWnd.obj"
	-@erase "$(INTDIR)\Script1.res"
	-@erase "$(INTDIR)\ServerIP.obj"
	-@erase "$(INTDIR)\vc50.idb"
	-@erase "$(INTDIR)\vc50.pdb"
	-@erase "$(OUTDIR)\ClientWindow.exe"
	-@erase "$(OUTDIR)\ClientWindow.pdb"

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

CPP=cl.exe
CPP_PROJ=/nologo /MLd /W3 /Gm /GX /Zi /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
 /Fp"$(INTDIR)\ClientWindow.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
CPP_OBJS=.\Debug/
CPP_SBRS=.

.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) $< 
<<

MTL=midl.exe
MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 
RSC=rc.exe
RSC_PROJ=/l 0x409 /fo"$(INTDIR)\Script1.res" /d "_DEBUG" 
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\ClientWindow.bsc" 
BSC32_SBRS= \
	
LINK32=link.exe
LINK32_FLAGS=c:\devstudio\cppprojects\zip\debug\zipdbg.lib ws2_32.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:windows /incremental:no /pdb:"$(OUTDIR)\ClientWindow.pdb" /debug\
 /machine:I386 /out:"$(OUTDIR)\ClientWindow.exe" /pdbtype:sept 
LINK32_OBJS= \
	"$(INTDIR)\client.obj" \
	"$(INTDIR)\ClientWindow.obj" \
	"$(INTDIR)\MainWnd.obj" \
	"$(INTDIR)\Script1.res" \
	"$(INTDIR)\ServerIP.obj"

"$(OUTDIR)\ClientWindow.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
    $(LINK32) @<<
  $(LINK32_FLAGS) $(LINK32_OBJS)
<<

!ENDIF 


!IF "$(CFG)" == "ClientWindow - Win32 Release" || "$(CFG)" ==\
 "ClientWindow - Win32 Debug"
SOURCE=.\client.c
DEP_CPP_CLIEN=\
	".\client.h"\
	".\zconf.h"\
	".\zlib.h"\
	

"$(INTDIR)\client.obj" : $(SOURCE) $(DEP_CPP_CLIEN) "$(INTDIR)"


SOURCE=.\ClientWindow.cpp

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

DEP_CPP_CLIENT=\
	"..\..\..\program files\devstudio\vc\include\windowsx.h"\
	".\ClientWindow.h"\
	".\MainWnd.h"\
	".\ServerIP.h"\
	

"$(INTDIR)\ClientWindow.obj" : $(SOURCE) $(DEP_CPP_CLIENT) "$(INTDIR)"


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

DEP_CPP_CLIENT=\
	"..\..\..\program files\devstudio\vc\include\windowsx.h"\
	".\ClientWindow.h"\
	".\MainWnd.h"\
	".\ServerIP.h"\
	

"$(INTDIR)\ClientWindow.obj" : $(SOURCE) $(DEP_CPP_CLIENT) "$(INTDIR)"


!ENDIF 

SOURCE=.\MainWnd.cpp

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

DEP_CPP_MAINW=\
	"..\..\..\program files\devstudio\vc\include\windowsx.h"\
	".\client.h"\
	".\ClientWindow.h"\
	".\MainWnd.h"\
	".\ServerIP.h"\
	

"$(INTDIR)\MainWnd.obj" : $(SOURCE) $(DEP_CPP_MAINW) "$(INTDIR)"


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

DEP_CPP_MAINW=\
	"..\..\..\program files\devstudio\vc\include\windowsx.h"\
	".\client.h"\
	".\ClientWindow.h"\
	".\MainWnd.h"\
	".\ServerIP.h"\
	

"$(INTDIR)\MainWnd.obj" : $(SOURCE) $(DEP_CPP_MAINW) "$(INTDIR)"


!ENDIF 

SOURCE=.\Script1.rc
DEP_RSC_SCRIP=\
	".\yinyang.ico"\
	

"$(INTDIR)\Script1.res" : $(SOURCE) $(DEP_RSC_SCRIP) "$(INTDIR)"
	$(RSC) $(RSC_PROJ) $(SOURCE)


SOURCE=.\ServerIP.cpp

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

DEP_CPP_SERVE=\
	"..\..\..\program files\devstudio\vc\include\windowsx.h"\
	".\ServerIP.h"\
	

"$(INTDIR)\ServerIP.obj" : $(SOURCE) $(DEP_CPP_SERVE) "$(INTDIR)"


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

DEP_CPP_SERVE=\
	"..\..\..\program files\devstudio\vc\include\windowsx.h"\
	".\ServerIP.h"\
	

"$(INTDIR)\ServerIP.obj" : $(SOURCE) $(DEP_CPP_SERVE) "$(INTDIR)"


!ENDIF 


!ENDIF 

⌨️ 快捷键说明

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