diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-21 20:19:47 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-21 20:19:47 +0000 |
commit | 4283465f23806ae4b8ad7344949f55698c16a203 (patch) | |
tree | 87fcc5270dca90a912da4b94dd4a34dde86e0292 /mTextControl/mtextcontrol.dep | |
parent | e94477ebfe52639deb44898f3a67daca6d9b9fa4 (diff) |
MTextControl - text render API for different plugins
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@12 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'mTextControl/mtextcontrol.dep')
-rw-r--r-- | mTextControl/mtextcontrol.dep | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/mTextControl/mtextcontrol.dep b/mTextControl/mtextcontrol.dep new file mode 100644 index 0000000..498e0e3 --- /dev/null +++ b/mTextControl/mtextcontrol.dep @@ -0,0 +1,41 @@ +# Microsoft Developer Studio erstellte Abhängigkeitsdatei, einbezogen von mtextcontrol.mak
+
+.\src\main.cpp : \
+ "..\..\include\m_clist.h"\
+ "..\..\include\m_clui.h"\
+ "..\..\include\m_database.h"\
+ "..\..\include\m_langpack.h"\
+ "..\..\include\m_options.h"\
+ "..\..\include\m_plugins.h"\
+ "..\..\include\m_protocols.h"\
+ "..\..\include\m_skin.h"\
+ "..\..\include\m_system.h"\
+ "..\..\include\m_utils.h"\
+ "..\..\include\newpluginapi.h"\
+ "..\..\include\statusmodes.h"\
+ "..\..\include\win2k.h"\
+ "..\..\include_api\m_smileyadd.h"\
+ ".\api\m_mathmodule.h"\
+ ".\api\m_text.h"\
+ ".\src\fancy_rtf.h"\
+ ".\src\FormattedTextDraw.h"\
+ ".\src\headers.h"\
+ ".\src\ImageDataObjectHlp.h"\
+ ".\src\richeditutils.h"\
+ ".\src\services.h"\
+ ".\src\textcontrol.h"\
+ ".\src\textusers.h"\
+ "c:\programme\microsoft sdk\include\basetsd.h"\
+ "c:\programme\microsoft sdk\include\guiddef.h"\
+ "c:\programme\microsoft sdk\include\propidl.h"\
+ "c:\programme\microsoft sdk\include\reason.h"\
+ "c:\programme\microsoft sdk\include\stralign.h"\
+ "c:\programme\microsoft sdk\include\textserv.h"\
+ "c:\programme\microsoft sdk\include\tom.h"\
+ "c:\programme\microsoft sdk\include\tvout.h"\
+ "c:\programme\microsoft sdk\include\winefs.h"\
+
+
+.\res\version.rc : \
+ ".\src\version.h"\
+
|