Cleanup: removing explicit strlcpy.c build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13843 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+7
-12
@@ -2,13 +2,12 @@ SubDir OBOS_TOP src apps pulse ;
|
|||||||
|
|
||||||
UsePrivateHeaders shared ;
|
UsePrivateHeaders shared ;
|
||||||
|
|
||||||
local r5_src = strlcpy.c ;
|
if $(TARGET_PLATFORM) = r5 {
|
||||||
|
SubDirC++Flags -DR5_COMPATIBLE ;
|
||||||
if $(HAIKU_COMPATIBLE) {
|
|
||||||
r5_src = ;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
App Pulse : BottomPrefsView.cpp
|
App Pulse :
|
||||||
|
BottomPrefsView.cpp
|
||||||
ConfigView.cpp
|
ConfigView.cpp
|
||||||
CPUButton.cpp
|
CPUButton.cpp
|
||||||
DeskbarPulseView.cpp
|
DeskbarPulseView.cpp
|
||||||
@@ -20,15 +19,11 @@ App Pulse : BottomPrefsView.cpp
|
|||||||
PulseApp.cpp
|
PulseApp.cpp
|
||||||
PulseView.cpp
|
PulseView.cpp
|
||||||
PulseWindow.cpp
|
PulseWindow.cpp
|
||||||
$(r5_src)
|
|
||||||
: libbe.so
|
: libbe.so
|
||||||
: Pulse.rdef ;
|
: Pulse.rdef
|
||||||
|
;
|
||||||
|
|
||||||
if $(HAIKU_COMPATIBLE) {
|
if $(HAIKU_COMPATIBLE) {
|
||||||
LinkSharedOSLibs Pulse : libroot.so ;
|
LinkSharedOSLibs Pulse : libroot.so ;
|
||||||
}
|
}
|
||||||
|
|
||||||
SEARCH on [ FGristFiles
|
|
||||||
strlcpy.c
|
|
||||||
] = [ FDirName $(OBOS_TOP) src system libroot posix string ] ;
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user