diff options
Diffstat (limited to 'kexi/3rdparty/kexisql3/Makefile.msvc.release')
-rw-r--r-- | kexi/3rdparty/kexisql3/Makefile.msvc.release | 6 |
1 files changed, 3 insertions, 3 deletions
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) |