diff options
Diffstat (limited to 'netfs/fuse/Jamfile.jam')
-rw-r--r-- | netfs/fuse/Jamfile.jam | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/netfs/fuse/Jamfile.jam b/netfs/fuse/Jamfile.jam index 90e6ec9..cc3b059 100644 --- a/netfs/fuse/Jamfile.jam +++ b/netfs/fuse/Jamfile.jam @@ -3,17 +3,6 @@ import package ; lib fuse : : <name>fuse ; lib Glacier2 : : <name>Glacier2 ; -cpp-pch pch : pch.hpp : - <define>_FILE_OFFSET_BITS=64 - <include>../../libfusepp - <implicit-dependency>../ice//netfsComms - <library>../ice//netfsComms - <library>..//boost_thread - <library>fuse - <library>..//Ice - <library>..//adhocutil - ; - lib netfsClientConfiguration : fuseConfig.ice : @@ -32,7 +21,6 @@ lib netfsClientConfiguration : ; lib netfsClient : - pch netfsClientConfiguration [ glob *.cpp : netfs.cpp ] [ glob ../../libfusepp/fuse*.cpp ] |