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:
@@ -21,7 +21,7 @@ Application <test>UserlandFSServer
|
|||||||
: AreaSupport.cpp
|
: AreaSupport.cpp
|
||||||
Debug.cpp
|
Debug.cpp
|
||||||
DispatcherDefs.cpp
|
DispatcherDefs.cpp
|
||||||
driver_settings.c
|
driver_settings.cpp
|
||||||
LazyInitializable.cpp
|
LazyInitializable.cpp
|
||||||
Locker.cpp
|
Locker.cpp
|
||||||
ObjectTracker.cpp
|
ObjectTracker.cpp
|
||||||
|
|||||||
+1
-1
@@ -20,7 +20,7 @@ DEFINES += DEBUG_APP="\\\"server_config\\\"" ;
|
|||||||
Application <test>netfs_config
|
Application <test>netfs_config
|
||||||
: Debug.cpp
|
: Debug.cpp
|
||||||
# DriverSettings.cpp
|
# DriverSettings.cpp
|
||||||
# driver_settings.c
|
# driver_settings.cpp
|
||||||
# Locker.cpp
|
# Locker.cpp
|
||||||
# Referencable.cpp
|
# Referencable.cpp
|
||||||
# String.cpp
|
# String.cpp
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ DEFINES += DEBUG_APP="\\\"NetFSServer\\\"" ;
|
|||||||
Application <test>NetFSServer
|
Application <test>NetFSServer
|
||||||
: Debug.cpp
|
: Debug.cpp
|
||||||
DriverSettings.cpp
|
DriverSettings.cpp
|
||||||
driver_settings.c
|
driver_settings.cpp
|
||||||
Locker.cpp
|
Locker.cpp
|
||||||
ObjectTracker.cpp
|
ObjectTracker.cpp
|
||||||
Referencable.cpp
|
Referencable.cpp
|
||||||
|
|||||||
@@ -36,8 +36,8 @@ StaticLibrary <userland>libkernelppp.a :
|
|||||||
|
|
||||||
# for driver_settings
|
# for driver_settings
|
||||||
strlcat.c
|
strlcat.c
|
||||||
driver_settings.c
|
driver_settings.cpp
|
||||||
;
|
;
|
||||||
|
|
||||||
SEARCH on [ FGristFiles strlcat.c ] = [ FDirName $(HAIKU_TOP) src system libroot posix string ] ;
|
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 ] ;
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ ObjectDefines
|
|||||||
|
|
||||||
# other
|
# other
|
||||||
platform_menu.cpp
|
platform_menu.cpp
|
||||||
driver_settings.c
|
driver_settings.cpp
|
||||||
|
|
||||||
# partitions
|
# partitions
|
||||||
amiga_rdb.cpp
|
amiga_rdb.cpp
|
||||||
@@ -107,10 +107,10 @@ SimpleTest BootLoaderTest :
|
|||||||
PartitionMapParser.cpp
|
PartitionMapParser.cpp
|
||||||
|
|
||||||
# utility functions - Dano has a strlcpy() function in libroot.so, while R5 has not
|
# utility functions - Dano has a strlcpy() function in libroot.so, while R5 has not
|
||||||
list.c
|
list.cpp
|
||||||
strlcat.c
|
strlcat.c
|
||||||
strlcpy.c
|
strlcpy.c
|
||||||
driver_settings.c
|
driver_settings.cpp
|
||||||
KMessage.cpp
|
KMessage.cpp
|
||||||
|
|
||||||
: boottest_bfs.a boottest_amiga_ffs.a boottest_tarfs.a libz.a
|
: 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
|
# 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 ] ;
|
= [ FDirName $(HAIKU_TOP) src system kernel util ] ;
|
||||||
|
|
||||||
SEARCH on [ FGristFiles KMessage.cpp ]
|
SEARCH on [ FGristFiles KMessage.cpp ]
|
||||||
@@ -127,7 +127,7 @@ SEARCH on [ FGristFiles KMessage.cpp ]
|
|||||||
SEARCH on [ FGristFiles strlcat.c strlcpy.c ]
|
SEARCH on [ FGristFiles strlcat.c strlcpy.c ]
|
||||||
= [ FDirName $(HAIKU_TOP) src system libroot posix string ] ;
|
= [ 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 ] ;
|
= [ FDirName $(HAIKU_TOP) src system libroot os ] ;
|
||||||
|
|
||||||
SEARCH on [ FGristFiles
|
SEARCH on [ FGristFiles
|
||||||
|
|||||||
+1
-1
@@ -14,7 +14,7 @@ StdBinCommands
|
|||||||
SimpleTest BlockMapTest :
|
SimpleTest BlockMapTest :
|
||||||
BlockMapTest.cpp
|
BlockMapTest.cpp
|
||||||
BlockMap.cpp
|
BlockMap.cpp
|
||||||
khash.c
|
khash.cpp
|
||||||
: libkernelland_emu.so ;
|
: libkernelland_emu.so ;
|
||||||
|
|
||||||
SimpleTest block_cache_test :
|
SimpleTest block_cache_test :
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ SubDir HAIKU_TOP src tests system libroot os ;
|
|||||||
|
|
||||||
SimpleTest DriverSettingsTest :
|
SimpleTest DriverSettingsTest :
|
||||||
DriverSettingsTest.cpp
|
DriverSettingsTest.cpp
|
||||||
driver_settings.c
|
driver_settings.cpp
|
||||||
: be
|
: be
|
||||||
;
|
;
|
||||||
|
|
||||||
@@ -20,6 +20,6 @@ SimpleTest fs_attr_test :
|
|||||||
|
|
||||||
# Tell Jam where to find these sources
|
# Tell Jam where to find these sources
|
||||||
SEARCH on [ FGristFiles
|
SEARCH on [ FGristFiles
|
||||||
driver_settings.c
|
driver_settings.cpp
|
||||||
parsedate.cpp
|
parsedate.cpp
|
||||||
] = [ FDirName $(HAIKU_TOP) src system libroot os ] ;
|
] = [ FDirName $(HAIKU_TOP) src system libroot os ] ;
|
||||||
|
|||||||
Reference in New Issue
Block a user