Changed grist.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20969 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -26,7 +26,7 @@ if $(HOST_PLATFORM_BEOS_COMPATIBLE) && $(HOST_PLATFORM) != haiku {
|
|||||||
|
|
||||||
UsePrivateHeaders fs_shell ;
|
UsePrivateHeaders fs_shell ;
|
||||||
|
|
||||||
BuildPlatformMain <build2>bfs_shell
|
BuildPlatformMain <build>bfs_shell
|
||||||
:
|
:
|
||||||
BlockAllocator.cpp
|
BlockAllocator.cpp
|
||||||
BPlusTree.cpp
|
BPlusTree.cpp
|
||||||
|
|||||||
@@ -25,8 +25,7 @@ if $(HOST_PLATFORM_BEOS_COMPATIBLE) {
|
|||||||
externalCommandsSources = external_commands_unix.cpp ;
|
externalCommandsSources = external_commands_unix.cpp ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BuildPlatformStaticLibrary <build>fs_shell.a :
|
||||||
BuildPlatformStaticLibrary <build2>fs_shell.a :
|
|
||||||
atomic.cpp
|
atomic.cpp
|
||||||
block_cache.cpp
|
block_cache.cpp
|
||||||
command_cp.cpp
|
command_cp.cpp
|
||||||
@@ -59,6 +58,6 @@ BuildPlatformStaticLibrary <build2>fs_shell.a :
|
|||||||
fssh.cpp
|
fssh.cpp
|
||||||
;
|
;
|
||||||
|
|
||||||
BuildPlatformMain <build2>fs_shell_command
|
BuildPlatformMain <build>fs_shell_command
|
||||||
: fs_shell_command.cpp $(fsShellCommandSources)
|
: fs_shell_command.cpp $(fsShellCommandSources)
|
||||||
: $(HOST_LIBSUPC++) ;
|
: $(HOST_LIBSUPC++) ;
|
||||||
|
|||||||
Reference in New Issue
Block a user