Renamed HaikuDepot's home to haikudepot.
* This closes #10699. I mentioned that to stippi after his first commit of HaikuDepot, anyway :-)
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ HaikuSubInclude fontdemo ;
|
|||||||
HaikuSubInclude glteapot ;
|
HaikuSubInclude glteapot ;
|
||||||
HaikuSubInclude gradients ;
|
HaikuSubInclude gradients ;
|
||||||
HaikuSubInclude haiku3d ;
|
HaikuSubInclude haiku3d ;
|
||||||
HaikuSubInclude haiku-depot ;
|
HaikuSubInclude haikudepot ;
|
||||||
HaikuSubInclude icon-o-matic ;
|
HaikuSubInclude icon-o-matic ;
|
||||||
HaikuSubInclude installedpackages ;
|
HaikuSubInclude installedpackages ;
|
||||||
HaikuSubInclude installer ;
|
HaikuSubInclude installer ;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
SubDir HAIKU_TOP src apps haiku-depot ;
|
SubDir HAIKU_TOP src apps haikudepot ;
|
||||||
|
|
||||||
UsePrivateHeaders interface shared package ;
|
UsePrivateHeaders interface shared package ;
|
||||||
|
|
||||||
@@ -9,10 +9,11 @@ local sourceDirs =
|
|||||||
|
|
||||||
local sourceDir ;
|
local sourceDir ;
|
||||||
for sourceDir in $(sourceDirs) {
|
for sourceDir in $(sourceDirs) {
|
||||||
SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src apps haiku-depot $(sourceDir) ] ;
|
SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src apps haikudepot $(sourceDir) ] ;
|
||||||
}
|
}
|
||||||
|
|
||||||
SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src servers package ] ;
|
SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src servers package ] ;
|
||||||
|
|
||||||
local textDocumentSources =
|
local textDocumentSources =
|
||||||
Bullet.cpp
|
Bullet.cpp
|
||||||
BulletData.cpp
|
BulletData.cpp
|
||||||
Reference in New Issue
Block a user