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:
François Revol
2008-06-21 12:12:17 +00:00
parent 188ba2f72a
commit 1f5afb2e36
2 changed files with 24 additions and 0 deletions
+1
View File
@@ -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 ] ;