mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-31 14:22:38 -06:00
30 lines
458 B
Text
30 lines
458 B
Text
description "Oracle interface";
|
|
|
|
uses
|
|
Sql;
|
|
|
|
link(SOLARIS SPARC) "-Wl,-R -Wl,/usr/local/bin";
|
|
|
|
file
|
|
OciCommon.h,
|
|
Oracle.t charset "UTF-8",
|
|
Oracle_init.icpp,
|
|
OracleSchema.h,
|
|
OraCommon.h,
|
|
OraCommon.cpp,
|
|
Oracle7.h,
|
|
Oci7.cpp,
|
|
Oci7.dli,
|
|
Oracle8.h,
|
|
Oci8.cpp,
|
|
Oci8.dli,
|
|
contest.cpp,
|
|
Info readonly separator,
|
|
COPYING,
|
|
COPYING-PLAIN,
|
|
AUTHORS;
|
|
|
|
mainconfig
|
|
"Console Test" = "",
|
|
"Console Test (remote)" = "",
|
|
"Console Test Remote Shared" = "SHARED";
|