diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-09-12 19:01:52 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-09-12 19:01:52 +0000 |
commit | d87d3f97d87ab2c621fe304844fbc046e806428c (patch) | |
tree | 8318f8c84f5803590224f2a3430b45706245e8d4 /plugins/!NotAdopted/NoHistory/NoHistory.mdsp | |
parent | 59a1ec84b0e17a79815bfcb95ab20bfbc7b2dcec (diff) |
Nohistory addede, not adapted yet
git-svn-id: http://svn.miranda-ng.org/main/trunk@1568 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/!NotAdopted/NoHistory/NoHistory.mdsp')
-rw-r--r-- | plugins/!NotAdopted/NoHistory/NoHistory.mdsp | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/plugins/!NotAdopted/NoHistory/NoHistory.mdsp b/plugins/!NotAdopted/NoHistory/NoHistory.mdsp new file mode 100644 index 0000000000..e0632f4335 --- /dev/null +++ b/plugins/!NotAdopted/NoHistory/NoHistory.mdsp @@ -0,0 +1,102 @@ +[Project]
+name=NoHistory
+type=2
+defaultConfig=0
+
+
+[Debug]
+// compiler
+workingDirectory=
+arguments=
+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\NoHistory.dll
+libraries=comctl32
+extraLinkerOptions=
+ignoreStartupFile=0
+ignoreDefaultLibs=0
+stripExecutableFile=0
+
+// archive
+extraArchiveOptions=
+
+//resource
+resourcePreprocessor=
+resourceIncludeDirectory=
+extraResourceOptions=
+
+[Release]
+// compiler
+workingDirectory=
+arguments=
+intermediateFilesDirectory=Release
+outputFilesDirectory=Release
+compilerPreprocessor=
+extraCompilerOptions=
+compilerIncludeDirectory=..\..\include
+noWarning=0
+defaultWarning=0
+allWarning=1
+extraWarning=0
+isoWarning=0
+warningAsErrors=0
+debugType=0
+debugLevel=1
+exceptionEnabled=1
+runtimeTypeEnabled=1
+optimizeLevel=2
+
+// linker
+libraryPath=
+outputFilename=Release\NoHistory.dll
+libraries=comctl32
+extraLinkerOptions=
+ignoreStartupFile=0
+ignoreDefaultLibs=0
+stripExecutableFile=1
+
+// archive
+extraArchiveOptions=
+
+//resource
+resourcePreprocessor=
+resourceIncludeDirectory=
+extraResourceOptions=
+
+[Source]
+1=dllmain.cpp
+2=icons.cpp
+3=options.cpp
+[Header]
+1=common.h
+2=private.h
+3=resource.h
+4=icons.h
+5=IcoLib.h
+6=options.h
+[Resource]
+1=resource.rc
+[Other]
+[History]
+options.cpp,5214
+..\tipper\options.cpp,37783
+common.h,481
+private.h,701
+dllmain.cpp,2225
|