mirror of
https://review.haiku-os.org/haiku
synced 2025-02-16 10:39:14 +01:00
- added MSTheme importer, currently handles (best effort): - colors - screensaver (tries to map to BeOS ones) - background picture - window decor (maps to Zeta classic NT and Luna decors) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27781 a95241bf-73f2-0310-859d-f6bbb57e9c96
51 lines
1016 B
Plaintext
51 lines
1016 B
Plaintext
SubDir HAIKU_TOP 3rdparty mmu_man themes ;
|
|
|
|
SetSubDirSupportedPlatformsBeOSCompatible ;
|
|
|
|
#SubDirC++Flags -DSINGLE_BINARY -DDEBUG=1 ;
|
|
SubDirC++Flags -DSINGLE_BINARY ;
|
|
|
|
SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) 3rdparty mmu_man themes addons ] ;
|
|
|
|
local addonSources ;
|
|
addonSources =
|
|
BackgroundsAddon.cpp
|
|
BeIDEAddon.cpp
|
|
BeOSWindowDecorAddon.cpp
|
|
DanoUISettingsAddon.cpp
|
|
DeskbarAddon.cpp
|
|
EddieAddon.cpp
|
|
HaikuUISettingsAddon.cpp
|
|
HaikuWindowDecorAddon.cpp
|
|
PeAddon.cpp
|
|
ScreensaverAddon.cpp
|
|
SoundplayColorAddon.cpp
|
|
SoundsAddon.cpp
|
|
TerminalAddon.cpp
|
|
WinampSkinAddon.cpp
|
|
;
|
|
|
|
Application <3rdparty>Themes :
|
|
BeThemeImporter.cpp
|
|
CompareMessages.cpp
|
|
DumpMessage.cpp
|
|
MakeScreenshot.cpp
|
|
MSThemeImporter.cpp
|
|
ParseMessage.cpp
|
|
TextInputAlert.cpp
|
|
ThemeAddonItem.cpp
|
|
ThemesApp.cpp
|
|
ThemeImporter.cpp
|
|
ThemeInterfaceView.cpp
|
|
ThemeItem.cpp
|
|
ThemeManager.cpp
|
|
ThemesAddon.cpp
|
|
Utils.cpp
|
|
ViewItem.cpp
|
|
$(addonSources)
|
|
: be media textencoding translation
|
|
$(TARGET_NETAPI_LIB) $(TARGET_LIBSTDC++)
|
|
: Themes.rdef
|
|
;
|
|
|