Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
main.mak
Package: ebd_src.zip [view]
Upload User: kelijie
Upload Date: 2007-01-01
Package Size: 123k
Code Size: 8k
Category:
Graph program
Development Platform:
Visual C++
- # Microsoft Developer Studio Generated NMAKE File, Based on main.dsp
- !IF "$(CFG)" == ""
- CFG=main - Win32 Debug
- !MESSAGE No configuration specified. Defaulting to main - Win32 Debug.
- !ENDIF
- !IF "$(CFG)" != "main - Win32 Release" && "$(CFG)" != "main - 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 "main.mak" CFG="main - Win32 Debug"
- !MESSAGE
- !MESSAGE Possible choices for configuration are:
- !MESSAGE
- !MESSAGE "main - Win32 Release" (based on "Win32 (x86) Application")
- !MESSAGE "main - Win32 Debug" (based on "Win32 (x86) Application")
- !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)" == "main - Win32 Release"
- OUTDIR=.Release
- INTDIR=.Release
- # Begin Custom Macros
- OutDir=.Release
- # End Custom Macros
- !IF "$(RECURSE)" == "0"
- ALL : "$(OUTDIR)main.exe"
- !ELSE
- ALL : "$(OUTDIR)main.exe"
- !ENDIF
- CLEAN :
- -@erase "$(INTDIR)main.obj"
- -@erase "$(INTDIR)main.pch"
- -@erase "$(INTDIR)main.res"
- -@erase "$(INTDIR)mainDoc.obj"
- -@erase "$(INTDIR)MainFrm.obj"
- -@erase "$(INTDIR)mainView.obj"
- -@erase "$(INTDIR)StdAfx.obj"
- -@erase "$(INTDIR)vc50.idb"
- -@erase "$(OUTDIR)main.exe"
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
- CPP_PROJ=/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D
- "_AFXDLL" /Fp"$(INTDIR)main.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\"
- /Fd"$(INTDIR)\" /FD /c
- CPP_OBJS=.Release/
- CPP_SBRS=.
- MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
- RSC_PROJ=/l 0x409 /fo"$(INTDIR)main.res" /d "NDEBUG" /d "_AFXDLL"
- BSC32=bscmake.exe
- BSC32_FLAGS=/nologo /o"$(OUTDIR)main.bsc"
- BSC32_SBRS=
- LINK32=link.exe
- LINK32_FLAGS=/nologo /subsystem:windows /incremental:no
- /pdb:"$(OUTDIR)main.pdb" /machine:I386 /out:"$(OUTDIR)main.exe"
- LINK32_OBJS=
- "$(INTDIR)main.obj"
- "$(INTDIR)main.res"
- "$(INTDIR)mainDoc.obj"
- "$(INTDIR)MainFrm.obj"
- "$(INTDIR)mainView.obj"
- "$(INTDIR)StdAfx.obj"
- ".standard.lib"
- "$(OUTDIR)main.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
- !ELSEIF "$(CFG)" == "main - Win32 Debug"
- OUTDIR=.Debug
- INTDIR=.Debug
- # Begin Custom Macros
- OutDir=.Debug
- # End Custom Macros
- !IF "$(RECURSE)" == "0"
- ALL : "$(OUTDIR)main.exe"
- !ELSE
- ALL : "$(OUTDIR)main.exe"
- !ENDIF
- CLEAN :
- -@erase "$(INTDIR)main.obj"
- -@erase "$(INTDIR)main.pch"
- -@erase "$(INTDIR)main.res"
- -@erase "$(INTDIR)mainDoc.obj"
- -@erase "$(INTDIR)MainFrm.obj"
- -@erase "$(INTDIR)mainView.obj"
- -@erase "$(INTDIR)StdAfx.obj"
- -@erase "$(INTDIR)vc50.idb"
- -@erase "$(INTDIR)vc50.pdb"
- -@erase "$(OUTDIR)main.exe"
- -@erase "$(OUTDIR)main.ilk"
- -@erase "$(OUTDIR)main.pdb"
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
- CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"
- /D "_AFXDLL" /Fp"$(INTDIR)main.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\"
- /Fd"$(INTDIR)\" /FD /c
- CPP_OBJS=.Debug/
- CPP_SBRS=.
- MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
- RSC_PROJ=/l 0x409 /fo"$(INTDIR)main.res" /d "_DEBUG" /d "_AFXDLL"
- BSC32=bscmake.exe
- BSC32_FLAGS=/nologo /o"$(OUTDIR)main.bsc"
- BSC32_SBRS=
- LINK32=link.exe
- LINK32_FLAGS=/nologo /subsystem:windows /incremental:yes
- /pdb:"$(OUTDIR)main.pdb" /debug /machine:I386 /out:"$(OUTDIR)main.exe"
- /pdbtype:sept
- LINK32_OBJS=
- "$(INTDIR)main.obj"
- "$(INTDIR)main.res"
- "$(INTDIR)mainDoc.obj"
- "$(INTDIR)MainFrm.obj"
- "$(INTDIR)mainView.obj"
- "$(INTDIR)StdAfx.obj"
- ".standard.lib"
- "$(OUTDIR)main.exe" : "$(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)" == "main - Win32 Release" || "$(CFG)" == "main - Win32 Debug"
- SOURCE=.main.cpp
- !IF "$(CFG)" == "main - Win32 Release"
- DEP_CPP_MAIN_=
- ".childframe.h"
- ".main.h"
- ".mainDoc.h"
- ".MainFrm.h"
- ".mainView.h"
- ".standard.h"
- ".StdAfx.h"
- ".stddoc.h"
- ".stdview.h"
- "$(INTDIR)main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
- "$(INTDIR)main.pch"
- !ELSEIF "$(CFG)" == "main - Win32 Debug"
- DEP_CPP_MAIN_=
- ".childframe.h"
- ".main.h"
- ".mainDoc.h"
- ".MainFrm.h"
- ".mainView.h"
- ".standard.h"
- ".stddoc.h"
- ".stdview.h"
- "$(INTDIR)main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
- "$(INTDIR)main.pch"
- !ENDIF
- SOURCE=.main.rc
- DEP_RSC_MAIN_R=
- ".resmain.ico"
- ".resmain.rc2"
- ".resmainDoc.ico"
- ".resToolbar.bmp"
- "$(INTDIR)main.res" : $(SOURCE) $(DEP_RSC_MAIN_R) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
- SOURCE=.mainDoc.cpp
- !IF "$(CFG)" == "main - Win32 Release"
- DEP_CPP_MAIND=
- ".childframe.h"
- ".main.h"
- ".mainDoc.h"
- ".standard.h"
- ".StdAfx.h"
- ".stddoc.h"
- ".stdview.h"
- "$(INTDIR)mainDoc.obj" : $(SOURCE) $(DEP_CPP_MAIND) "$(INTDIR)"
- "$(INTDIR)main.pch"
- !ELSEIF "$(CFG)" == "main - Win32 Debug"
- DEP_CPP_MAIND=
- ".childframe.h"
- ".main.h"
- ".mainDoc.h"
- ".standard.h"
- ".stddoc.h"
- ".stdview.h"
- "$(INTDIR)mainDoc.obj" : $(SOURCE) $(DEP_CPP_MAIND) "$(INTDIR)"
- "$(INTDIR)main.pch"
- !ENDIF
- SOURCE=.MainFrm.cpp
- !IF "$(CFG)" == "main - Win32 Release"
- DEP_CPP_MAINF=
- ".main.h"
- ".MainFrm.h"
- ".StdAfx.h"
- "$(INTDIR)MainFrm.obj" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"
- "$(INTDIR)main.pch"
- !ELSEIF "$(CFG)" == "main - Win32 Debug"
- DEP_CPP_MAINF=
- ".main.h"
- ".MainFrm.h"
- "$(INTDIR)MainFrm.obj" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"
- "$(INTDIR)main.pch"
- !ENDIF
- SOURCE=.mainView.cpp
- !IF "$(CFG)" == "main - Win32 Release"
- DEP_CPP_MAINV=
- ".childframe.h"
- ".main.h"
- ".mainDoc.h"
- ".mainView.h"
- ".standard.h"
- ".StdAfx.h"
- ".stddoc.h"
- ".stdview.h"
- "$(INTDIR)mainView.obj" : $(SOURCE) $(DEP_CPP_MAINV) "$(INTDIR)"
- "$(INTDIR)main.pch"
- !ELSEIF "$(CFG)" == "main - Win32 Debug"
- DEP_CPP_MAINV=
- ".childframe.h"
- ".main.h"
- ".mainDoc.h"
- ".mainView.h"
- ".standard.h"
- ".stddoc.h"
- ".stdview.h"
- "$(INTDIR)mainView.obj" : $(SOURCE) $(DEP_CPP_MAINV) "$(INTDIR)"
- "$(INTDIR)main.pch"
- !ENDIF
- SOURCE=.StdAfx.cpp
- DEP_CPP_STDAF=
- ".StdAfx.h"
- !IF "$(CFG)" == "main - Win32 Release"
- CPP_SWITCHES=/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D
- "_AFXDLL" /Fp"$(INTDIR)main.pch" /Yc"stdafx.h" /Fo"$(INTDIR)\"
- /Fd"$(INTDIR)\" /FD /c
- "$(INTDIR)StdAfx.obj" "$(INTDIR)main.pch" : $(SOURCE) $(DEP_CPP_STDAF)
- "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
- <<
- !ELSEIF "$(CFG)" == "main - Win32 Debug"
- CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D
- "_WINDOWS" /D "_AFXDLL" /Fp"$(INTDIR)main.pch" /Yc"stdafx.h" /Fo"$(INTDIR)\"
- /Fd"$(INTDIR)\" /FD /c
- "$(INTDIR)StdAfx.obj" "$(INTDIR)main.pch" : $(SOURCE) $(DEP_CPP_STDAF)
- "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
- <<
- !ENDIF
- !ENDIF