exPersistStore.xcpj

$TARGET_TYPE = "Console Application"
$ROOT_TO_PROJDIR = "CedaExamples/exPersistStore"
xcpp

@import "XcppBuild/BaseDefaults.xcpjh"

subproj
{
    "Ceda/cxUtils"
    "Ceda/cxMessage"
    "Ceda/cxObject"
    "Ceda/cxLss"
    "Ceda/cxPersistStore"
    "CedaExamples/lxPersistStore"
}

{
    "src"
    {
        "AsyncIOEx.cpp"
        "BPlusTreeEx.cpp"
        "DeleteObjects.cpp"
        "EagerSchemaEvolution.cpp"
        "ModifyPO.cpp"
        "MultiPSpaceTxn.cpp"
        "OpenMode.cpp"
        "OpenPersistStore.cpp"
        "PDequeEx.cpp"
        "SingleObjectWithSerialiseFunction.cpp"
        "Store.h"
        "TransferObjects.cpp"
        "TypeOpsEx.cpp"
        "DataSources.cpp"
        "Variant.cpp"
        "xset.cpp"

        "exPersistStore.cpp"
    }
}