Added definition of macro for R5 backwards compatibility (needed for our BSlider header).

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2731 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2003-02-16 23:53:03 +00:00
parent e037bfe8cf
commit be9c961f2b
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,8 @@ SubDir OBOS_TOP src add-ons translators jpegtranslator ;
# Let Jam know where to find some of our source files
SEARCH_SOURCE += [ FDirName $(SUBDIR) libjpeg ] ;
SubDirC++Flags [ FDefines BEOS_R5_COMPATIBLE ] ;
Translator JPEGTranslator :
# JPEGTranslator

View File

@ -1,5 +1,7 @@
SubDir OBOS_TOP src prefs screen ;
SubDirC++Flags [ FDefines BEOS_R5_COMPATIBLE ] ;
AddResources Screen : Screen.rsrc ;
Preference Screen : AlertView.cpp AlertWindow.cpp RefreshSlider.cpp RefreshView.cpp RefreshWindow.cpp Screen.cpp ScreenDrawView.cpp ScreenSettings.cpp ScreenView.cpp ScreenWindow.cpp Utility.cpp ;