eenet.mdsp
来自「利用socket编程实现对以太网的模拟!」· MDSP 代码 · 共 96 行
MDSP
96 行
[Project]
name=eenet
type=0
defaultConfig=1
[Debug]
// compiler
workingDirectory=
arguments=4
intermediateFilesDirectory=Debug
outputFilesDirectory=Debug
compilerPreprocessor=
extraCompilerOptions=
compilerIncludeDirectory=..\include
noWarning=0
defaultWarning=0
allWarning=1
extraWarning=0
isoWarning=0
warningsAsErrors=0
debugType=1
debugLevel=2
exceptionEnabled=1
runtimeTypeEnabled=1
optimizeLevel=0
// linker
libraryPath=
outputFilename=Debug\eenet.exe
libraries=libws2_32.a
extraLinkerOptions=
ignoreStartupFile=0
ignoreDefaultLibs=0
stripExecutableFile=0
// archive
extraArchiveOptions=
//resource
resourcePreprocessor=
resourceIncludeDirectory=
extraResourceOptions=
[Release]
// compiler
workingDirectory=
arguments=3
intermediateFilesDirectory=Release
outputFilesDirectory=Release
compilerPreprocessor=
extraCompilerOptions=
compilerIncludeDirectory=..\include
noWarning=0
defaultWarning=0
allWarning=1
extraWarning=0
isoWarning=0
warningsAsErrors=0
debugType=0
debugLevel=1
exceptionEnabled=1
runtimeTypeEnabled=1
optimizeLevel=2
// linker
libraryPath=
outputFilename=Release\eenet.exe
libraries=libws2_32.a
extraLinkerOptions=
ignoreStartupFile=0
ignoreDefaultLibs=0
stripExecutableFile=1
// archive
extraArchiveOptions=
//resource
resourcePreprocessor=
resourceIncludeDirectory=
extraResourceOptions=
[Source]
1=eenet.cpp
2=..\Common\ChnIFace.cpp
[Header]
1=eenet.h
2=..\include\ChnIFace.h
[Resource]
[Other]
[History]
eenet.cpp,357
eNetSvc.cpp,85
..\Common\mysock.cpp,82
..\include\ChnIFace.h,634
..\Common\ChnIFace.cpp,336
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?