summaryrefslogtreecommitdiffstats
path: root/kexi/3rdparty/kexisql
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 18:51:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 18:51:17 -0600
commit9ab01fb063378430e26c1173aeade68ea8f50a6c (patch)
tree62e9c5e1a8599bf930bd480e58ef0cd75a42be5d /kexi/3rdparty/kexisql
parent9950392af60b1672bd69498b5eaa5f86636acee7 (diff)
downloadkoffice-9ab01fb063378430e26c1173aeade68ea8f50a6c.tar.gz
koffice-9ab01fb063378430e26c1173aeade68ea8f50a6c.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'kexi/3rdparty/kexisql')
-rw-r--r--kexi/3rdparty/kexisql/Makefile.msvc6
1 files changed, 3 insertions, 3 deletions
diff --git a/kexi/3rdparty/kexisql/Makefile.msvc b/kexi/3rdparty/kexisql/Makefile.msvc
index 0be28d92..192ae293 100644
--- a/kexi/3rdparty/kexisql/Makefile.msvc
+++ b/kexi/3rdparty/kexisql/Makefile.msvc
@@ -103,7 +103,7 @@ UICIMPLS =
SRCMOC =
OBJMOC =
DIST =
-TARGET = $(KDEDIR)/bin/kexisql2_d.dll
+TARGET = $(TDEDIR)/bin/kexisql2_d.dll
####### Implicit rules
@@ -148,9 +148,9 @@ $(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC)
$(OBJECTS) $(OBJMOC) $(LIBS)
<<
-sqlite2: obj/shell.obj $(KDEDIR)/bin/kexisql2.lib
+sqlite2: obj/shell.obj $(TDEDIR)/bin/kexisql2.lib
link $(READLINE_FLAGS) $(LIBPTHREAD) \
- /OUT:$(KDEDIR)/bin/ksqlite2.exe obj/shell.obj $(KDEDIR)/bin/kexisql2.lib $(LIBREADLINE)
+ /OUT:$(TDEDIR)/bin/ksqlite2.exe obj/shell.obj $(TDEDIR)/bin/kexisql2.lib $(LIBREADLINE)
mocables: $(SRCMOC)
uicables: $(UICIMPLS) $(UICDECLS)