exPython.xcpj

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

@import "XcppBuild/BaseDefaults.xcpjh"
@import "XcppBuild/link_Python.xcpjh"

subproj
{
    "Ceda/cxUtils"
    "Ceda/cxMessage"
    "Ceda/cxObject"
    "Ceda/cxPython"

    // TODO Bug 229 - Subprojects aren't linked to transitively in Linux builds
    "Ceda/cxPersistStore"
    "Ceda/cxLss"

    "CedaExamples/lxOperation"
}

{
    "src"
    {
        "Adt.cpp"
        "ClassMemberVariables.cpp"
        "ClassMethods.cpp"
        "Comparisons.cpp"
        "Creation.cpp"
        "Exceptions.cpp"
        "GlobalFunctions.cpp"
        "GlobalVariables.cpp"
        "Int64.cpp"
        "InterfaceMethods.cpp"
        "Maps.cpp"
        "Marshall.cpp"
        "Models.cpp"
        "Pointers.cpp"
        "Reflection.cpp"
        "Strings.cpp"
        "Vectors.cpp"
        "Variants.cpp"
        
        "exPython.cpp"
}
}