System.Data.SQLite

Artifact [b1bd6c7a47]
Login

Artifact b1bd6c7a477cd58300438efc2a23c3a1373ec49f:


###############################################################################
#
# common.eagle --
#
# Written by Joe Mistachkin.
# Released to the public domain, use at your own risk!
#
###############################################################################

if {[isEagle]} then {
  object load -loadtype File [file join [file dirname $path] bin \
      [expr {[haveConstraint imageRuntime40] ? "2010" : "2008"}] \
      $test_configuration bin System.Data.SQLite.dll]
}