* Update Jamfile
Udf is now compilable, although probably not working. I'll post on the kernel mailing list as I'm having trouble to get it loaded. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27028 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -12,26 +12,14 @@ oldOPTIM = $(OPTIM) ;
|
|||||||
KEEP_WRONG_DIRENT_RECLEN
|
KEEP_WRONG_DIRENT_RECLEN
|
||||||
;
|
;
|
||||||
|
|
||||||
defines += COMPILE_FOR_R5 ;
|
|
||||||
|
|
||||||
if $(DEBUG) = 0 {
|
|
||||||
# the gcc on BeOS doesn't compile BFS correctly with -O2 or more
|
|
||||||
OPTIM = -O1 ;
|
|
||||||
}
|
|
||||||
|
|
||||||
defines = [ FDefines $(defines) ] ;
|
defines = [ FDefines $(defines) ] ;
|
||||||
SubDirCcFlags $(defines) -Wall -Wno-multichar ;
|
SubDirCcFlags $(defines) -Wall -Wno-multichar ;
|
||||||
SubDirC++Flags $(defines) -Wall -Wno-multichar ;
|
SubDirC++Flags $(defines) -Wall -Wno-multichar ;
|
||||||
}
|
}
|
||||||
|
|
||||||
UsePrivateHeaders kernel ; # For kernel_cpp.cpp
|
UsePrivateKernelHeaders ;
|
||||||
UsePrivateHeaders [ FDirName kernel util ] ; # For all the UDF source files
|
|
||||||
|
|
||||||
KernelAddon udf :
|
KernelAddon udf :
|
||||||
kernel_cpp.cpp
|
|
||||||
udf.cpp
|
|
||||||
|
|
||||||
DirectoryIterator.cpp
|
|
||||||
DString.cpp
|
DString.cpp
|
||||||
Icb.cpp
|
Icb.cpp
|
||||||
MetadataPartition.cpp
|
MetadataPartition.cpp
|
||||||
@@ -44,7 +32,9 @@ KernelAddon udf :
|
|||||||
Utils.cpp
|
Utils.cpp
|
||||||
VirtualPartition.cpp
|
VirtualPartition.cpp
|
||||||
Volume.cpp
|
Volume.cpp
|
||||||
;
|
|
||||||
|
kernel_interface.cpp
|
||||||
|
;
|
||||||
|
|
||||||
SEARCH on [ FGristFiles
|
SEARCH on [ FGristFiles
|
||||||
kernel_cpp.cpp
|
kernel_cpp.cpp
|
||||||
@@ -66,4 +56,4 @@ InstallUDF install : udf ;
|
|||||||
# restore original optimization level
|
# restore original optimization level
|
||||||
OPTIM = $(oldOPTIM) ;
|
OPTIM = $(oldOPTIM) ;
|
||||||
|
|
||||||
SubInclude HAIKU_TOP src add-ons kernel file_systems udf drive_setup_addon ;
|
#SubInclude HAIKU_TOP src add-ons kernel file_systems udf drive_setup_addon ;
|
||||||
|
|||||||
Reference in New Issue
Block a user