diff options
author | unknown <kent@mysql.com> | 2005-01-01 20:54:45 +0100 |
---|---|---|
committer | unknown <kent@mysql.com> | 2005-01-01 20:54:45 +0100 |
commit | b0f963f5a674bfa847f575fb2cde6daca86d9084 (patch) | |
tree | cd27150c72c75b5cce4c09413a98f779ce91f7e4 /os2/MySQL-Util.icc | |
parent | 6c5c48b59dae52fefd776d828f789efeb9f71ad4 (diff) | |
download | mariadb-git-b0f963f5a674bfa847f575fb2cde6daca86d9084.tar.gz |
Many files:
Removed references to ISAM and MERGE
netware/BUILD/compile-linux-tools:
Removed references to ISAM and MERGE
netware/Makefile.am:
Removed references to ISAM and MERGE
os2/ChangeLog.os2:
Removed references to ISAM and MERGE
os2/MySQL-Source.icc:
Removed references to ISAM and MERGE
os2/MySQL-Sql.icc:
Removed references to ISAM and MERGE
os2/MySQL-Util.icc:
Removed references to ISAM and MERGE
support-files/debian/gomi:
Removed references to ISAM and MERGE
Diffstat (limited to 'os2/MySQL-Util.icc')
-rw-r--r-- | os2/MySQL-Util.icc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/os2/MySQL-Util.icc b/os2/MySQL-Util.icc index 36fd499e520..8eaee41b6a2 100644 --- a/os2/MySQL-Util.icc +++ b/os2/MySQL-Util.icc @@ -25,10 +25,8 @@ option ProjectOptions = MySQLOptions source type('cpp') dbug } source type('cpp') heap - source type('cpp') merge source type('cpp') myisam source type('cpp') myisammrg - source type('cpp') isam source type('cpp') my_sys source type('cpp') my_sys_cli source type('cpp') my_sys_sql @@ -89,16 +87,6 @@ option ProjectOptions = MySQLOptions source type('cpp') "..\\sql\\gen_lex_hash.cc" } - target "..\\bin\\test\\is_test1.exe" - { - // target source files - source type('cpp') "..\\isam\\test1.c" - } - target "..\\bin\\test\\is_test2.exe" - { - // target source files - source type('cpp') "..\\isam\\test2.c" - } target "..\\bin\\test\\mi_test1.exe" { // target source files |