summaryrefslogtreecommitdiff
path: root/splashscreen/splashscreen.mdsp
diff options
context:
space:
mode:
authorwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-04-21 14:14:52 +0000
committerwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-04-21 14:14:52 +0000
commitcb4a46e7fbe62d788e66ed6121c717a2d22a4d7c (patch)
tree30df260fdc5a1b5a7049c2f8cac8b7ef17513d6d /splashscreen/splashscreen.mdsp
parent19b6f534d2e784a1e120bf52c4aa07004798f473 (diff)
svn.miranda.im is moving to a new home!
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@7 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'splashscreen/splashscreen.mdsp')
-rw-r--r--splashscreen/splashscreen.mdsp106
1 files changed, 106 insertions, 0 deletions
diff --git a/splashscreen/splashscreen.mdsp b/splashscreen/splashscreen.mdsp
new file mode 100644
index 0000000..890cb05
--- /dev/null
+++ b/splashscreen/splashscreen.mdsp
@@ -0,0 +1,106 @@
+[Project]
+name=splashscreen
+type=2
+defaultConfig=1
+
+
+[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\advsplashscreen.dll
+libraries=gdi32, comdlg32, winmm, version
+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\advsplashscreen.dll
+libraries=gdi32, comdlg32, winmm, version
+extraLinkerOptions=
+ignoreStartupFile=0
+ignoreDefaultLibs=0
+stripExecutableFile=1
+
+// archive
+extraArchiveOptions=
+
+//resource
+resourcePreprocessor=
+resourceIncludeDirectory=
+extraResourceOptions=
+
+[Source]
+1=src\bitmap_funcs.cpp
+2=src\main.cpp
+3=src\options.cpp
+4=src\services.cpp
+5=src\splash.cpp
+[Header]
+1=src\bitmap_funcs.h
+2=src\debug.h
+3=src\headers.h
+4=src\m_folders.h
+5=src\m_splash.h
+6=src\m_updater.h
+7=src\resource.h
+8=src\splash.h
+9=src\version.h
+[Resource]
+1=src\msvc6.rc
+2=src\splash.rc
+3=src\version.rc
+[Other]
+[History]
+src\splash.cpp,1787
+src\main.cpp,12416