diff options
Diffstat (limited to 'otr/otr.mdsp')
-rw-r--r-- | otr/otr.mdsp | 108 |
1 files changed, 108 insertions, 0 deletions
diff --git a/otr/otr.mdsp b/otr/otr.mdsp new file mode 100644 index 0000000..f09edad --- /dev/null +++ b/otr/otr.mdsp @@ -0,0 +1,108 @@ +[Project]
+name=otr
+type=2
+defaultConfig=0
+
+
+[Debug]
+// compiler
+workingDirectory=
+arguments=
+intermediateFilesDirectory=Debug
+outputFilesDirectory=Debug
+compilerPreprocessor=BUILDING_DLL
+extraCompilerOptions=
+compilerIncludeDirectory=c:\msys\local\include\libotr,..\..\include
+noWarning=0
+defaultWarning=0
+allWarning=1
+extraWarning=0
+isoWarning=0
+warningsAsErrors=0
+debugType=1
+debugLevel=3
+exceptionEnabled=0
+runtimeTypeEnabled=0
+optimizeLevel=0
+
+// linker
+libraryPath=
+outputFilename=..\..\bin\debug\plugins\otr.dll
+libraries=otr, gcrypt, gpg-error, comctl32, shell32
+extraLinkerOptions=-shared
+ignoreStartupFile=0
+ignoreDefaultLibs=0
+stripExecutableFile=0
+
+// archive
+extraArchiveOptions=
+
+//resource
+resourcePreprocessor=
+resourceIncludeDirectory=
+extraResourceOptions=
+
+[Release]
+// compiler
+workingDirectory=
+arguments=
+intermediateFilesDirectory=Release
+outputFilesDirectory=Release
+compilerPreprocessor=BUILDING_DLL
+extraCompilerOptions=
+compilerIncludeDirectory=c:\msys\local\include\libotr,..\..\include
+noWarning=0
+defaultWarning=0
+allWarning=1
+extraWarning=0
+isoWarning=0
+warningAsErrors=0
+debugType=0
+debugLevel=1
+exceptionEnabled=0
+runtimeTypeEnabled=0
+optimizeLevel=4
+
+// linker
+libraryPath=
+outputFilename=..\..\bin\release\plugins\otr.dll
+libraries=otr, gcrypt, gpg-error, comctl32, shell32
+extraLinkerOptions=
+ignoreStartupFile=0
+ignoreDefaultLibs=0
+stripExecutableFile=1
+
+// archive
+extraArchiveOptions=
+
+//resource
+resourcePreprocessor=
+resourceIncludeDirectory=
+extraResourceOptions=
+
+[Source]
+1=dllmain.cpp
+2=menu.cpp
+3=options.cpp
+4=utils.cpp
+[Header]
+1=common.h
+2=dll.h
+3=menu.h
+4=options.h
+5=otr_private.h
+6=resource.h
+7=utils.h
+8=IcoLib.h
+[Resource]
+1=otr_private.rc
+2=resource.rc
+[Other]
+[History]
+libotr\libotr\src\context.h,0
+common.h,263
+options.h,0
+..\..\include\m_message.h,1556
+..\MetaContacts\meta_main.c,6362
+otr_private.h,149
+dllmain.cpp,35050
|