mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
81fdec6ecb
TOra is a well-featured QT based GUI database administration toolkit. It has some, limited support for MySQL. Due to the lack of native Oracle libraries for FreeBSD, this port only supports MySQL (and a limited set of features). It's still a very polished application with a lot of potential.
12 lines
435 B
SQL
12 lines
435 B
SQL
--- Makefile.mysql.orig Thu Jan 3 01:12:21 2002
|
|
+++ Makefile.mysql Thu Jan 3 01:12:43 2002
|
|
@@ -229,7 +229,7 @@
|
|
tora-mono: $(OBJECTS) main.cpp
|
|
@echo Linking $@
|
|
$(GCC) $(CFLAGS) $(LFLAGS) $(LFLAGS_GLOB) -DTOMONOLITHIC -o $@ $(OBJECTS) main.cpp \
|
|
- $(LIBS_GLOB) $(STDCPP_SHARED) $(ORACLE_SHARED) $(QT_SHARED) $(MYSQL_SHARED)
|
|
+ $(LIBS_GLOB) $(STDCPP_SHARED) $(QT_SHARED) $(MYSQL_SHARED)
|
|
|
|
# Static target, easier to distribute
|
|
|