Added the missing private interface include dir and made the compiler use the R5 interface kit headers for DirectWindow.cpp.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4769 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
SubDir OBOS_TOP src kits game ;
|
SubDir OBOS_TOP src kits game ;
|
||||||
|
|
||||||
|
UsePrivateHeaders interface ;
|
||||||
|
|
||||||
SharedLibrary game :
|
SharedLibrary game :
|
||||||
# Public Game Kit
|
# Public Game Kit
|
||||||
DirectWindow.cpp
|
DirectWindow.cpp
|
||||||
@@ -17,6 +19,9 @@ SharedLibrary game :
|
|||||||
GSUtility.cpp
|
GSUtility.cpp
|
||||||
;
|
;
|
||||||
|
|
||||||
|
# Hack to have DirectWindow.cpp include the R5 <Window .h> header.
|
||||||
|
PrependObjectHdrs DirectWindow.cpp : /boot/develop/headers/be/interface ;
|
||||||
|
|
||||||
LinkSharedOSLibs libgame.so :
|
LinkSharedOSLibs libgame.so :
|
||||||
be media
|
be media
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user