]> git.tdb.fi Git - builder.git/commit
Split class Package into SourcePackage and BinaryPackage
authorMikko Rasa <tdb@tdb.fi>
Sun, 9 Sep 2007 10:10:29 +0000 (10:10 +0000)
committerMikko Rasa <tdb@tdb.fi>
Sun, 9 Sep 2007 10:10:29 +0000 (10:10 +0000)
commit654de39b62a9a58fd8e1b5a557361d628345788b
tree75f6c357128fcfe63f8ebcb0db68fbb2aed974d7
parent8bc8db44c47cd2906c57dccbfb589e41eff7f694
Split class Package into SourcePackage and BinaryPackage
Load vertain data from a builderrc file
34 files changed:
builderrc [new file with mode: 0644]
source/archive.cpp
source/binarypackage.cpp [new file with mode: 0644]
source/binarypackage.h [new file with mode: 0644]
source/builder.cpp
source/builder.h
source/compile.cpp
source/component.cpp
source/component.h
source/condition.cpp
source/condition.h
source/config.cpp
source/config.h
source/dependencycache.cpp
source/dependencycache.h
source/executable.cpp
source/install.cpp
source/install.h
source/link.cpp
source/objectfile.cpp
source/package.cpp
source/package.h
source/pkgconfig.cpp
source/pkgconfig.h
source/pkgconfigaction.cpp
source/sourcefile.cpp
source/sourcepackage.cpp [new file with mode: 0644]
source/sourcepackage.h [new file with mode: 0644]
source/staticlibrary.cpp
source/tar.cpp
source/tarball.cpp
source/tarball.h
source/target.cpp
source/unlink.cpp