From f04d64869f3b1de54fb343f28f955584780001b8 Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Sat, 26 Nov 2011 15:41:10 +0000 Subject: Project folders rename part 3 git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@215 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- SecureIM/secureim.msp | 136 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 SecureIM/secureim.msp (limited to 'SecureIM/secureim.msp') diff --git a/SecureIM/secureim.msp b/SecureIM/secureim.msp new file mode 100644 index 0000000..3d02d07 --- /dev/null +++ b/SecureIM/secureim.msp @@ -0,0 +1,136 @@ +[Project] +name=secureim +type=2 +defaultConfig=1 + + +[Debug] +// compiler +workingDirectory= +arguments= +intermediateFilesDirectory=Debug +outputFilesDirectory=Debug +compilerPreprocessor=BUILDING_DLL +extraCompilerOptions= +compilerIncludeDirectory=\mingw\local\include,\mingw\local\include\libotr,\source\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=Debug\secureim.dll +libraries=comctl32,comdlg32,msimg32,gdi32 +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=\mingw\local\include,\mingw\local\include\libotr,\source\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=Release\secureim.dll +libraries=comctl32,comdlg32,msimg32,gdi32 +extraLinkerOptions=-shared +ignoreStartupFile=0 +ignoreDefaultLibs=0 +stripExecutableFile=1 + +// archive +extraArchiveOptions= + +//resource +resourcePreprocessor= +resourceIncludeDirectory= +extraResourceOptions= + +[Source] +1=commonheaders.cpp +2=crypt_check.cpp +3=crypt_dll.cpp +4=crypt_lists.cpp +5=crypt_misc.cpp +6=crypt_popups.cpp +7=gettime.cpp +8=language.cpp +9=loadicons.cpp +10=loadlib.cpp +11=main.cpp +12=mmi.cpp +13=options.cpp +14=popupOptions.cpp +15=rtfconv.cpp +16=crypt_metacontacts.cpp +17=crypt_icons.cpp +18=images.cpp +19=dbevent.cpp +20=svcs_clist.cpp +21=svcs_menu.cpp +22=svcs_srmm.cpp +23=svcs_rsa.cpp +24=svcs_proto.cpp +25=splitmsg.cpp +[Header] +1=commonheaders.h +2=crypt.h +3=cryptopp.h +4=forkthread.h +5=gettime.h +6=language.h +7=loadicons.h +8=loadlib.h +9=mmi.h +10=options.h +11=popupOptions.h +12=resource.h +13=rtfconv.h +14=secureim.h +15=version.h +16=dbevent.h +17=images.h +18=svcs_clist.h +19=svcs_menu.h +20=svcs_proto.h +21=svcs_rsa.h +22=svcs_srmm.h +23=splitmsg.h +[Resource] +1=resource.rc +[Other] +[History] -- cgit v1.2.3