and any of its contents in one commit). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20390 a95241bf-73f2-0310-859d-f6bbb57e9c96
38 lines
678 B
Plaintext
38 lines
678 B
Plaintext
SubDir HAIKU_TOP src apps mail ;
|
|
|
|
SetSubDirSupportedPlatformsBeOSCompatible ;
|
|
|
|
if $(TARGET_PLATFORM) != haiku {
|
|
UsePublicHeaders mail ;
|
|
}
|
|
|
|
UsePrivateHeaders mail ;
|
|
UsePrivateHeaders textencoding ;
|
|
UsePrivateHeaders shared ;
|
|
|
|
AddResources Mail : Mail.rdef pictures.rdef ;
|
|
Application Mail :
|
|
AutoTextControl.cpp
|
|
BmapButton.cpp
|
|
ButtonBar.cpp
|
|
ComboBox.cpp
|
|
Content.cpp
|
|
Enclosures.cpp
|
|
FindWindow.cpp
|
|
Header.cpp
|
|
Mail.cpp
|
|
Prefs.cpp
|
|
QueryMenu.cpp
|
|
Signature.cpp
|
|
Status.cpp
|
|
Utilities.cpp
|
|
WIndex.cpp
|
|
Words.cpp
|
|
KUndoBuffer.cpp ;
|
|
|
|
LinkAgainst Mail : be tracker $(TARGET_LIBSTDC++) libmail.so libtextencoding.so ;
|
|
|
|
Package haiku-maildaemon-cvs :
|
|
Mail :
|
|
boot beos apps ;
|