diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:51:17 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:51:17 -0600 |
commit | 9ab01fb063378430e26c1173aeade68ea8f50a6c (patch) | |
tree | 62e9c5e1a8599bf930bd480e58ef0cd75a42be5d /kexi/3rdparty/kexisql3 | |
parent | 9950392af60b1672bd69498b5eaa5f86636acee7 (diff) | |
download | koffice-9ab01fb063378430e26c1173aeade68ea8f50a6c.tar.gz koffice-9ab01fb063378430e26c1173aeade68ea8f50a6c.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'kexi/3rdparty/kexisql3')
-rw-r--r-- | kexi/3rdparty/kexisql3/Makefile.msvc | 6 | ||||
-rw-r--r-- | kexi/3rdparty/kexisql3/Makefile.msvc.release | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/kexi/3rdparty/kexisql3/Makefile.msvc b/kexi/3rdparty/kexisql3/Makefile.msvc index 0ee21895..d01b5de1 100644 --- a/kexi/3rdparty/kexisql3/Makefile.msvc +++ b/kexi/3rdparty/kexisql3/Makefile.msvc @@ -139,7 +139,7 @@ UICIMPLS = SRCMOC = OBJMOC = DIST = -TARGET = $(KDEDIR)/bin/kexisql3_d.dll +TARGET = $(TDEDIR)/bin/kexisql3_d.dll ####### Implicit rules @@ -209,9 +209,9 @@ $(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(OBJECTS) $(OBJMOC) $(LIBS) << -sqlite: src/shell.c $(KDEDIR)/bin/kexisql3_d.lib +sqlite: src/shell.c $(TDEDIR)/bin/kexisql3_d.lib link $(READLINE_FLAGS) $(LIBPTHREAD) \ - /OUT:$(KDEDIR)/bin/ksqlite.exe obj/shell.obj $(KDEDIR)/bin/kexisql3_d.lib $(LIBREADLINE) + /OUT:$(TDEDIR)/bin/ksqlite.exe obj/shell.obj $(TDEDIR)/bin/kexisql3_d.lib $(LIBREADLINE) mocables: $(SRCMOC) uicables: $(UICIMPLS) $(UICDECLS) diff --git a/kexi/3rdparty/kexisql3/Makefile.msvc.release b/kexi/3rdparty/kexisql3/Makefile.msvc.release index a6a9fd73..6d443f7d 100644 --- a/kexi/3rdparty/kexisql3/Makefile.msvc.release +++ b/kexi/3rdparty/kexisql3/Makefile.msvc.release @@ -139,7 +139,7 @@ UICIMPLS = SRCMOC = OBJMOC = DIST = -TARGET = $(KDEDIR)/bin/kexisql3.dll +TARGET = $(TDEDIR)/bin/kexisql3.dll ####### Implicit rules @@ -209,9 +209,9 @@ $(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(OBJECTS) $(OBJMOC) $(LIBS) << -sqlite: src/shell.c $(KDEDIR)/bin/kexisql3.lib +sqlite: src/shell.c $(TDEDIR)/bin/kexisql3.lib link $(READLINE_FLAGS) $(LIBPTHREAD) \ - /OUT:$(KDEDIR)/bin/ksqlite.exe obj_rel/shell.obj $(KDEDIR)/bin/kexisql3.lib $(LIBREADLINE) + /OUT:$(TDEDIR)/bin/ksqlite.exe obj_rel/shell.obj $(TDEDIR)/bin/kexisql3.lib $(LIBREADLINE) mocables: $(SRCMOC) uicables: $(UICIMPLS) $(UICDECLS) |