compiler/cli/builder/baseline.rbspec
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 25 Sep 2015 21:58:10 +0100
changeset 17 ee807ff2f897
parent 16 17a2d1d9f205
permissions -rw-r--r--
Removed dependency on SUnit


# generated from project definition

# load package dependencies
load 'package.deps.rake'

# kludge: clear some invalid dependencies of libwidg
# (should be fixed in baseline)
clear "stx:libwidg" => "stx:libui"
clear "stx:libwidg2" => "stx:libui"

project :'teak:baseline' do
  # preamble
  
  # --------

  package "stx:libbasic"
  package "jv:llvm_s"
  package "stx:libbasic2"
  package "stx:libcomp"
  package "stx:goodies/refactoryBrowser/parser"
  package "stx:libbasic3"
  package "stx:goodies/ring"
  package "jv:tea/compiler"


  application "jv:tea/compiler/cli"

  # postamble
  
  # ---------

end