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:
Ingo Weinhold
2003-09-19 19:45:19 +00:00
parent b8bd561224
commit 47ae3f3af6
+5
View File
@@ -1,5 +1,7 @@
SubDir OBOS_TOP src kits game ;
UsePrivateHeaders interface ;
SharedLibrary game :
# Public Game Kit
DirectWindow.cpp
@@ -17,6 +19,9 @@ SharedLibrary game :
GSUtility.cpp
;
# Hack to have DirectWindow.cpp include the R5 <Window .h> header.
PrependObjectHdrs DirectWindow.cpp : /boot/develop/headers/be/interface ;
LinkSharedOSLibs libgame.so :
be media
;