diff options
| author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-26 14:19:43 +0000 |
|---|---|---|
| committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-26 14:19:43 +0000 |
| commit | 7aff1e4cb053394db57c2814d5fe1e6493e0cc75 (patch) | |
| tree | c8585e44049b37e4da152495c954242204c2c38d /CryptoPP/GPGw/gpgw.msp | |
| parent | 6f3d69266933ef120d229e0daf2da164b77214d0 (diff) | |
Project folders rename part 2
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@214 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'CryptoPP/GPGw/gpgw.msp')
| -rw-r--r-- | CryptoPP/GPGw/gpgw.msp | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/CryptoPP/GPGw/gpgw.msp b/CryptoPP/GPGw/gpgw.msp new file mode 100644 index 0000000..36a8cee --- /dev/null +++ b/CryptoPP/GPGw/gpgw.msp @@ -0,0 +1,110 @@ +[Project]
+name=gpgw
+type=2
+defaultConfig=1
+
+
+[Debug]
+// compiler
+workingDirectory=
+arguments=
+intermediateFilesDirectory=Debug
+outputFilesDirectory=Debug
+compilerPreprocessor=
+extraCompilerOptions=
+compilerIncludeDirectory=
+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\gpgw.dll
+libraries=comdlg32
+extraLinkerOptions=
+ignoreStartupFile=0
+ignoreDefaultLibs=0
+stripExecutableFile=0
+
+// archive
+extraArchiveOptions=
+
+//resource
+resourcePreprocessor=
+resourceIncludeDirectory=
+extraResourceOptions=
+
+[Release]
+// compiler
+workingDirectory=
+arguments=
+intermediateFilesDirectory=Release
+outputFilesDirectory=Release
+compilerPreprocessor=
+extraCompilerOptions=
+compilerIncludeDirectory=
+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=Release\gpgw.dll
+libraries=comdlg32
+extraLinkerOptions=
+ignoreStartupFile=0
+ignoreDefaultLibs=0
+stripExecutableFile=1
+
+// archive
+extraArchiveOptions=
+
+//resource
+resourcePreprocessor=
+resourceIncludeDirectory=
+extraResourceOptions=
+
+[Source]
+1=commonheaders.c
+2=gpg.c
+3=keys.c
+4=language.c
+5=main.c
+6=passdialog.c
+7=passphrases.c
+8=pipeexec.c
+9=tools.c
+10=userdialog.c
+[Header]
+1=commonheaders.h
+2=gpg.h
+3=keys.h
+4=language.h
+5=passdialog.h
+6=passphrases.h
+7=pipeexec.h
+8=resource.h
+9=size.h
+10=tools.h
+11=userdialog.h
+[Resource]
+1=resource.rc
+[Other]
+[History]
+pipeexec.c,1120
|
