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:
@@ -3,6 +3,8 @@ SubDir OBOS_TOP src add-ons translators jpegtranslator ;
|
|||||||
# Let Jam know where to find some of our source files
|
# Let Jam know where to find some of our source files
|
||||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) libjpeg ] ;
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) libjpeg ] ;
|
||||||
|
|
||||||
|
SubDirC++Flags [ FDefines BEOS_R5_COMPATIBLE ] ;
|
||||||
|
|
||||||
Translator JPEGTranslator :
|
Translator JPEGTranslator :
|
||||||
|
|
||||||
# JPEGTranslator
|
# JPEGTranslator
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
SubDir OBOS_TOP src prefs screen ;
|
SubDir OBOS_TOP src prefs screen ;
|
||||||
|
|
||||||
|
SubDirC++Flags [ FDefines BEOS_R5_COMPATIBLE ] ;
|
||||||
|
|
||||||
AddResources Screen : Screen.rsrc ;
|
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 ;
|
Preference Screen : AlertView.cpp AlertWindow.cpp RefreshSlider.cpp RefreshView.cpp RefreshWindow.cpp Screen.cpp ScreenDrawView.cpp ScreenSettings.cpp ScreenView.cpp ScreenWindow.cpp Utility.cpp ;
|
||||||
|
|||||||
Reference in New Issue
Block a user