Moved FontServer.cpp into libappserver.so to avoid a linker error caused by modifications made in LayerData.h
... the line with: fontserver->GetSystemPlain(). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4583 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
SubInclude OBOS_TOP src servers app server fonts ;
|
||||||
SubDir OBOS_TOP src servers app server ;
|
SubDir OBOS_TOP src servers app server ;
|
||||||
|
|
||||||
Depends app_server : install_fonts ;
|
Depends app_server : install_fonts ;
|
||||||
@@ -22,6 +23,7 @@ SharedLibrary appserver :
|
|||||||
ServerBitmap.cpp
|
ServerBitmap.cpp
|
||||||
ServerCursor.cpp
|
ServerCursor.cpp
|
||||||
ServerFont.cpp
|
ServerFont.cpp
|
||||||
|
FontServer.cpp
|
||||||
SysCursor.cpp
|
SysCursor.cpp
|
||||||
SystemPalette.cpp
|
SystemPalette.cpp
|
||||||
TokenHandler.cpp
|
TokenHandler.cpp
|
||||||
@@ -49,18 +51,17 @@ Server app_server :
|
|||||||
ServerWindow.cpp
|
ServerWindow.cpp
|
||||||
|
|
||||||
# Font Classes
|
# Font Classes
|
||||||
FontServer.cpp
|
|
||||||
|
|
||||||
# Display Classes
|
# Display Classes
|
||||||
AccelerantDriver.cpp
|
AccelerantDriver.cpp
|
||||||
|
ScreenDriver.cpp
|
||||||
|
ViewDriver.cpp
|
||||||
DefaultDecorator.cpp
|
DefaultDecorator.cpp
|
||||||
DesktopClasses.cpp
|
DesktopClasses.cpp
|
||||||
Layer.cpp
|
Layer.cpp
|
||||||
RootLayer.cpp
|
RootLayer.cpp
|
||||||
ScreenDriver.cpp
|
|
||||||
ServerPicture.cpp
|
|
||||||
ViewDriver.cpp
|
|
||||||
WinBorder.cpp
|
WinBorder.cpp
|
||||||
|
ServerPicture.cpp
|
||||||
;
|
;
|
||||||
|
|
||||||
LINKFLAGS on app_server ?= $(LINKFLAGS) ;
|
LINKFLAGS on app_server ?= $(LINKFLAGS) ;
|
||||||
@@ -70,4 +71,3 @@ LinkSharedOSLibs app_server : root game translation libz.so libpng.so libappserv
|
|||||||
<boot!home!config!lib>libopenbeos.so
|
<boot!home!config!lib>libopenbeos.so
|
||||||
<boot!home!config!lib>libfreetype.so ;
|
<boot!home!config!lib>libfreetype.so ;
|
||||||
|
|
||||||
SubInclude OBOS_TOP src servers app server fonts ;
|
|
||||||
|
|||||||
Reference in New Issue
Block a user