Add to the build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26058 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
SubDir HAIKU_TOP src add-ons input_server methods ;
|
||||
|
||||
SubInclude HAIKU_TOP src add-ons input_server methods canna ;
|
||||
SubInclude HAIKU_TOP src add-ons input_server methods pen ;
|
||||
SubInclude HAIKU_TOP src add-ons input_server methods t9 ;
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
SubDir HAIKU_TOP src add-ons input_server methods pen ;
|
||||
|
||||
SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||
|
||||
UsePrivateHeaders interface ;
|
||||
|
||||
#SubDirSysHdrs $(SUBDIR) ;
|
||||
#SubDirHdrs [ FDirName $(SUBDIR) pen ] ;
|
||||
|
||||
if $(TARGET_PLATFORM) != haiku {
|
||||
SubDirC++Flags -fmultiple-symbol-spaces ;
|
||||
}
|
||||
|
||||
Addon pen :
|
||||
PenInputServerMethod.cpp
|
||||
PenInputLooper.cpp
|
||||
PenInputInkWindow.cpp
|
||||
PenInputBackend.cpp
|
||||
DumpMessage.cpp
|
||||
StringIO.cpp
|
||||
: be textencoding input_server ;
|
||||
|
||||
SEARCH on [ FGristFiles StringIO.cpp ] = [ FDirName $(SUBDIR) compat ] ;
|
||||
Reference in New Issue
Block a user