summaryrefslogtreecommitdiff
path: root/protocols/Yahoo/yahoo.mdsp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Yahoo/yahoo.mdsp')
-rw-r--r--protocols/Yahoo/yahoo.mdsp145
1 files changed, 145 insertions, 0 deletions
diff --git a/protocols/Yahoo/yahoo.mdsp b/protocols/Yahoo/yahoo.mdsp
new file mode 100644
index 0000000000..070f815f5a
--- /dev/null
+++ b/protocols/Yahoo/yahoo.mdsp
@@ -0,0 +1,145 @@
+[Project]
+name=Yahoo
+type=2
+defaultConfig=1
+
+
+[Debug]
+// compiler
+workingDirectory=
+arguments=
+intermediateFilesDirectory=Debug
+outputFilesDirectory=Debug
+compilerPreprocessor=
+extraCompilerOptions=-DHAVE_CONFIG_H -DUNICODE -D_UNICODE
+compilerIncludeDirectory=..\..\include
+noWarning=0
+defaultWarning=1
+allWarning=1
+extraWarning=0
+isoWarning=0
+warningsAsErrors=0
+debugType=1
+debugLevel=2
+exceptionEnabled=0
+runtimeTypeEnabled=0
+optimizeLevel=0
+
+// linker
+libraryPath=
+outputFilename=..\..\Bin\Release\Plugins\Yahoo.dll
+libraries=comdlg32,gdi32,wsock32
+extraLinkerOptions=
+ignoreStartupFile=0
+ignoreDefaultLibs=0
+stripExecutableFile=0
+
+// archive
+extraArchiveOptions=
+
+//resource
+resourcePreprocessor=
+resourceIncludeDirectory=
+extraResourceOptions=
+
+[Release]
+// compiler
+workingDirectory=
+arguments=
+intermediateFilesDirectory=Release
+outputFilesDirectory=Release
+compilerPreprocessor=
+extraCompilerOptions=-DHAVE_CONFIG_H -DUNICODE -D_UNICODE
+compilerIncludeDirectory=..\..\include
+noWarning=0
+defaultWarning=1
+allWarning=1
+extraWarning=0
+isoWarning=0
+warningAsErrors=0
+debugType=0
+debugLevel=1
+exceptionEnabled=0
+runtimeTypeEnabled=0
+optimizeLevel=2
+
+// linker
+libraryPath=
+outputFilename=..\..\Bin\Release\Plugins\Yahoo.dll
+libraries=comdlg32,gdi32,wsock32
+extraLinkerOptions=-Wl,-Map,Release\\yahoo.map
+ignoreStartupFile=0
+ignoreDefaultLibs=0
+stripExecutableFile=1
+
+// archive
+extraArchiveOptions=
+
+//resource
+resourcePreprocessor=
+resourceIncludeDirectory=
+extraResourceOptions=
+
+[Source]
+1=http_gateway.cpp
+2=main.cpp
+3=options.cpp
+4=server.cpp
+5=services.cpp
+6=util.cpp
+7=yahoo.cpp
+8=libyahoo2\crypt.c
+9=libyahoo2\libyahoo2.c
+10=libyahoo2\yahoo_httplib.c
+11=libyahoo2\yahoo_list.c
+12=libyahoo2\yahoo_util.c
+13=avatar.cpp
+14=chat.cpp
+15=webcam.cpp
+16=file_transfer.cpp
+17=im.cpp
+18=search.cpp
+19=icolib.cpp
+20=ignore.cpp
+21=proto.cpp
+22=user_info.cpp
+[Header]
+1=http_gateway.h
+2=resource.h
+3=yahoo.h
+4=libyahoo2\config.h
+5=libyahoo2\yahoo2.h
+6=libyahoo2\yahoo2_callbacks.h
+7=libyahoo2\yahoo2_types.h
+8=libyahoo2\yahoo_debug.h
+9=libyahoo2\yahoo_httplib.h
+10=libyahoo2\yahoo_list.h
+11=libyahoo2\yahoo_util.h
+12=version.h
+13=avatar.h
+14=chat.h
+15=webcam.h
+16=file_transfer.h
+17=im.h
+18=search.h
+19=options.h
+20=ignore.h
+21=proto.h
+22=m_folders.h
+[Resource]
+1=Yahoo.rc
+[Other]
+1=libyahoo2\Docs\AUTHORS
+2=libyahoo2\Docs\COPYING
+3=libyahoo2\Docs\ChangeLog
+4=libyahoo2\Docs\NEWS
+5=libyahoo2\Docs\README
+6=libyahoo2\Docs\TODO
+7=libyahoo2\Docs\ymsg-9.txt
+[History]
+yahoo.cpp,40909
+avatar.cpp,181
+..\MSN\msn_proto.cpp,6288
+..\MSN\msn_misc.cpp,7236
+file_transfer.cpp,1125
+libyahoo2\libyahoo2.c,82003