Related updates for *.c -> *.cpp

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39247 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matt Madia
2010-10-31 22:06:19 +00:00
parent 04c448da78
commit ae7af41e11
7 changed files with 16 additions and 16 deletions
@@ -21,7 +21,7 @@ Application <test>UserlandFSServer
: AreaSupport.cpp
Debug.cpp
DispatcherDefs.cpp
driver_settings.c
driver_settings.cpp
LazyInitializable.cpp
Locker.cpp
ObjectTracker.cpp
@@ -20,7 +20,7 @@ DEFINES += DEBUG_APP="\\\"server_config\\\"" ;
Application <test>netfs_config
: Debug.cpp
# DriverSettings.cpp
# driver_settings.c
# driver_settings.cpp
# Locker.cpp
# Referencable.cpp
# String.cpp
@@ -20,7 +20,7 @@ DEFINES += DEBUG_APP="\\\"NetFSServer\\\"" ;
Application <test>NetFSServer
: Debug.cpp
DriverSettings.cpp
driver_settings.c
driver_settings.cpp
Locker.cpp
ObjectTracker.cpp
Referencable.cpp
@@ -28,16 +28,16 @@ StaticLibrary <userland>libkernelppp.a :
KPPPStateMachine.cpp
KPPPUtils.cpp
settings_tools.cpp
# integrated modules
_KPPPMRUHandler.cpp
_KPPPAuthenticationHandler.cpp
_KPPPPFCHandler.cpp
# for driver_settings
strlcat.c
driver_settings.c
driver_settings.cpp
;
SEARCH on [ FGristFiles strlcat.c ] = [ FDirName $(HAIKU_TOP) src system libroot posix string ] ;
SEARCH on [ FGristFiles driver_settings.c ] = [ FDirName $(HAIKU_TOP) src system libroot os ] ;
SEARCH on [ FGristFiles driver_settings.cpp ] = [ FDirName $(HAIKU_TOP) src system libroot os ] ;
+6 -6
View File
@@ -37,7 +37,7 @@ ObjectDefines
# other
platform_menu.cpp
driver_settings.c
driver_settings.cpp
# partitions
amiga_rdb.cpp
@@ -107,10 +107,10 @@ SimpleTest BootLoaderTest :
PartitionMapParser.cpp
# utility functions - Dano has a strlcpy() function in libroot.so, while R5 has not
list.c
list.cpp
strlcat.c
strlcpy.c
driver_settings.c
driver_settings.cpp
KMessage.cpp
: boottest_bfs.a boottest_amiga_ffs.a boottest_tarfs.a libz.a
@@ -118,7 +118,7 @@ SimpleTest BootLoaderTest :
# Tell Jam where to find the utility sources
SEARCH on [ FGristFiles list.c ]
SEARCH on [ FGristFiles list.cpp ]
= [ FDirName $(HAIKU_TOP) src system kernel util ] ;
SEARCH on [ FGristFiles KMessage.cpp ]
@@ -127,10 +127,10 @@ SEARCH on [ FGristFiles KMessage.cpp ]
SEARCH on [ FGristFiles strlcat.c strlcpy.c ]
= [ FDirName $(HAIKU_TOP) src system libroot posix string ] ;
SEARCH on [ FGristFiles driver_settings.c ]
SEARCH on [ FGristFiles driver_settings.cpp ]
= [ FDirName $(HAIKU_TOP) src system libroot os ] ;
SEARCH on [ FGristFiles
SEARCH on [ FGristFiles
main.cpp vfs.cpp partitions.cpp
heap.cpp RootFileSystem.cpp
elf.cpp menu.cpp loader.cpp
+1 -1
View File
@@ -14,7 +14,7 @@ StdBinCommands
SimpleTest BlockMapTest :
BlockMapTest.cpp
BlockMap.cpp
khash.c
khash.cpp
: libkernelland_emu.so ;
SimpleTest block_cache_test :
+2 -2
View File
@@ -2,7 +2,7 @@ SubDir HAIKU_TOP src tests system libroot os ;
SimpleTest DriverSettingsTest :
DriverSettingsTest.cpp
driver_settings.c
driver_settings.cpp
: be
;
@@ -20,6 +20,6 @@ SimpleTest fs_attr_test :
# Tell Jam where to find these sources
SEARCH on [ FGristFiles
driver_settings.c
driver_settings.cpp
parsedate.cpp
] = [ FDirName $(HAIKU_TOP) src system libroot os ] ;