app_server: Cleanup of some file locations
This commit is contained in:
@@ -31,7 +31,7 @@ local font_src =
|
|||||||
;
|
;
|
||||||
|
|
||||||
UseBuildFeatureHeaders freetype ;
|
UseBuildFeatureHeaders freetype ;
|
||||||
Includes [ FGristFiles AlphaMask.cpp AppServer.cpp BitmapManager.cpp
|
Includes [ FGristFiles AppServer.cpp BitmapManager.cpp
|
||||||
ClientMemoryAllocator.cpp Desktop.cpp DesktopSettings.cpp
|
ClientMemoryAllocator.cpp Desktop.cpp DesktopSettings.cpp
|
||||||
DrawState.cpp DrawingContext.cpp ServerApp.cpp ServerBitmap.cpp
|
DrawState.cpp DrawingContext.cpp ServerApp.cpp ServerBitmap.cpp
|
||||||
ServerCursor.cpp ServerFont.cpp ServerPicture.cpp ServerWindow.cpp
|
ServerCursor.cpp ServerFont.cpp ServerPicture.cpp ServerWindow.cpp
|
||||||
@@ -46,11 +46,9 @@ if $(TARGET_ARCH) != x86_64 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Server app_server :
|
Server app_server :
|
||||||
AlphaMask.cpp
|
|
||||||
Angle.cpp
|
Angle.cpp
|
||||||
AppServer.cpp
|
AppServer.cpp
|
||||||
#BitfieldRegion.cpp
|
#BitfieldRegion.cpp
|
||||||
BitmapDrawingEngine.cpp
|
|
||||||
BitmapManager.cpp
|
BitmapManager.cpp
|
||||||
ClientMemoryAllocator.cpp
|
ClientMemoryAllocator.cpp
|
||||||
CursorData.cpp
|
CursorData.cpp
|
||||||
|
|||||||
@@ -12,11 +12,13 @@ UseHeaders [ FDirName $(HAIKU_TOP) src servers app drawing Painter drawing_modes
|
|||||||
UseHeaders [ FDirName $(HAIKU_TOP) src servers app drawing Painter font_support ] ;
|
UseHeaders [ FDirName $(HAIKU_TOP) src servers app drawing Painter font_support ] ;
|
||||||
UseBuildFeatureHeaders freetype ;
|
UseBuildFeatureHeaders freetype ;
|
||||||
|
|
||||||
Includes [ FGristFiles DrawingEngine.cpp ]
|
Includes [ FGristFiles AlphaMask.cpp DrawingEngine.cpp ]
|
||||||
: [ BuildFeatureAttribute freetype : headers ] ;
|
: [ BuildFeatureAttribute freetype : headers ] ;
|
||||||
|
|
||||||
StaticLibrary libasdrawing.a :
|
StaticLibrary libasdrawing.a :
|
||||||
|
AlphaMask.cpp
|
||||||
BitmapBuffer.cpp
|
BitmapBuffer.cpp
|
||||||
|
BitmapDrawingEngine.cpp
|
||||||
drawing_support.cpp
|
drawing_support.cpp
|
||||||
DrawingEngine.cpp
|
DrawingEngine.cpp
|
||||||
MallocBuffer.cpp
|
MallocBuffer.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user