mirror of
https://review.haiku-os.org/haiku
synced 2025-02-21 13:09:31 +01:00
Added several APIs to libbe_build/libshared_build
This commit is contained in:
parent
14c34be2e1
commit
d451f7a329
1
headers/build/os/support/Autolock.h
Normal file
1
headers/build/os/support/Autolock.h
Normal file
@ -0,0 +1 @@
|
||||
#include <../os/support/Autolock.h>
|
1
headers/build/private/kernel/util/DoublyLinkedList.h
Normal file
1
headers/build/private/kernel/util/DoublyLinkedList.h
Normal file
@ -0,0 +1 @@
|
||||
#include <../private/kernel/util/DoublyLinkedList.h>
|
1
headers/build/private/kernel/util/OpenHashTable.h
Normal file
1
headers/build/private/kernel/util/OpenHashTable.h
Normal file
@ -0,0 +1 @@
|
||||
#include <../private/kernel/util/OpenHashTable.h>
|
1
headers/build/private/kernel/util/SinglyLinkedList.h
Normal file
1
headers/build/private/kernel/util/SinglyLinkedList.h
Normal file
@ -0,0 +1 @@
|
||||
#include <../private/kernel/util/SinglyLinkedList.h>
|
1
headers/build/private/libroot/directories.h
Normal file
1
headers/build/private/libroot/directories.h
Normal file
@ -0,0 +1 @@
|
||||
#include <../private/libroot/directories.h>
|
1
headers/build/private/shared/HashMap.h
Normal file
1
headers/build/private/shared/HashMap.h
Normal file
@ -0,0 +1 @@
|
||||
#include <../private/shared/HashMap.h>
|
1
headers/build/private/shared/HashSet.h
Normal file
1
headers/build/private/shared/HashSet.h
Normal file
@ -0,0 +1 @@
|
||||
#include <../private/shared/HashSet.h>
|
1
headers/build/private/shared/HashString.h
Normal file
1
headers/build/private/shared/HashString.h
Normal file
@ -0,0 +1 @@
|
||||
#include <../private/shared/HashString.h>
|
1
headers/build/private/shared/NaturalCompare.h
Normal file
1
headers/build/private/shared/NaturalCompare.h
Normal file
@ -0,0 +1 @@
|
||||
#include <../private/shared/NaturalCompare.h>
|
1
headers/build/private/shared/SHA256.h
Normal file
1
headers/build/private/shared/SHA256.h
Normal file
@ -0,0 +1 @@
|
||||
#include <../private/shared/SHA256.h>
|
@ -16,6 +16,7 @@ BuildPlatformMergeObjectPIC <libbe_build>storage_kit.o :
|
||||
EntryList.cpp
|
||||
File.cpp
|
||||
FileIO.cpp
|
||||
FindDirectory.cpp
|
||||
Mime.cpp
|
||||
MimeType.cpp
|
||||
Node.cpp
|
||||
|
@ -14,5 +14,6 @@ BuildPlatformMergeObjectPIC <libbe_build>support_kit.o :
|
||||
Flattenable.cpp
|
||||
List.cpp
|
||||
Locker.cpp
|
||||
PointerList.cpp
|
||||
String.cpp
|
||||
;
|
||||
|
@ -5,9 +5,10 @@ USES_BE_API on libshared_build.a = true ;
|
||||
UseHeaders [ FDirName $(HAIKU_TOP) headers build ] : true ;
|
||||
UsePrivateBuildHeaders shared ;
|
||||
|
||||
BuildPlatformStaticLibrary libshared_build.a :
|
||||
Keymap.cpp
|
||||
;
|
||||
SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src kits shared ] ;
|
||||
|
||||
SEARCH on [ FGristFiles Keymap.cpp ]
|
||||
= [ FDirName $(HAIKU_TOP) src kits shared ] ;
|
||||
BuildPlatformStaticLibraryPIC libshared_build.a :
|
||||
Keymap.cpp
|
||||
NaturalCompare.cpp
|
||||
SHA256.cpp
|
||||
;
|
||||
|
Loading…
x
Reference in New Issue
Block a user